Skip to content

Commit

Permalink
fix(viewbox): use correct viewbox
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Nov 11, 2023
1 parent 99be1a6 commit 9cff8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svg/src/icons/Filter/FilterIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const FilterIcon: React.FC<React.SVGProps<SVGSVGElement>> = ({
width={width}
height={height}
fill={fill}
viewBox="0 0 100 100"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
Expand Down

0 comments on commit 9cff8bb

Please sign in to comment.