Skip to content

Commit 503787c

Browse files
tweak
1 parent bcb8322 commit 503787c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/packages/ui/src/icons/PrimaryKeyIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { ComponentPropsWithoutRef, FC } from 'react'
33
type Props = ComponentPropsWithoutRef<'svg'>
44

55
/**
6-
* Icons sourced from Lucide (https://lucide.dev).
6+
* This icon is sourced from Lucide (https://lucide.dev).
77
* Copyright (c) Lucide contributors. Licensed under the ISC License.
88
*/
99
export const PrimaryKeyIcon: FC<Props> = (props) => {

0 commit comments

Comments
 (0)