We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0e0d6 commit bb6386aCopy full SHA for bb6386a
1 file changed
plugins/csv-import/src/components/CollectionIcon.tsx
@@ -1,6 +1,4 @@
1
-import type { SVGProps } from "react"
2
-
3
-export function CollectionIcon(props: SVGProps<SVGSVGElement>) {
+export function CollectionIcon() {
4
return (
5
<svg
6
xmlns="http://www.w3.org/2000/svg"
@@ -10,7 +8,6 @@ export function CollectionIcon(props: SVGProps<SVGSVGElement>) {
10
8
fill="none"
11
9
role="presentation"
12
aria-hidden="true"
13
- {...props}
14
>
15
<path
16
d="M 6 0.5 C 8.761 0.5 11 1.619 11 3 C 11 4.381 8.761 5.5 6 5.5 C 3.239 5.5 1 4.381 1 3 C 1 1.619 3.239 0.5 6 0.5 Z"
0 commit comments