We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb8322 commit 503787cCopy full SHA for 503787c
1 file changed
frontend/packages/ui/src/icons/PrimaryKeyIcon.tsx
@@ -3,7 +3,7 @@ import type { ComponentPropsWithoutRef, FC } from 'react'
3
type Props = ComponentPropsWithoutRef<'svg'>
4
5
/**
6
- * Icons sourced from Lucide (https://lucide.dev).
+ * This icon is sourced from Lucide (https://lucide.dev).
7
* Copyright (c) Lucide contributors. Licensed under the ISC License.
8
*/
9
export const PrimaryKeyIcon: FC<Props> = (props) => {
0 commit comments