Skip to content

Commit bb6386a

Browse files
committed
New collection icon
1 parent 4a0e0d6 commit bb6386a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

plugins/csv-import/src/components/CollectionIcon.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import type { SVGProps } from "react"
2-
3-
export function CollectionIcon(props: SVGProps<SVGSVGElement>) {
1+
export function CollectionIcon() {
42
return (
53
<svg
64
xmlns="http://www.w3.org/2000/svg"
@@ -10,7 +8,6 @@ export function CollectionIcon(props: SVGProps<SVGSVGElement>) {
108
fill="none"
119
role="presentation"
1210
aria-hidden="true"
13-
{...props}
1411
>
1512
<path
1613
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

Comments
 (0)