Skip to content

Commit 0757db4

Browse files
committed
fix IconBulbOff16 size
1 parent e62d5d0 commit 0757db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/icons/BulbOff/BulbOff16.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export const IconBulbOff16: FC<IIconProps> = ({
66
color = 'currentColor',
77
}) => (
88
<svg
9-
width='15'
10-
height='15'
9+
width={size}
10+
height={size}
1111
viewBox='0 0 15 15'
1212
fill='none'
1313
xmlns='http://www.w3.org/2000/svg'

0 commit comments

Comments
 (0)