Skip to content

Commit

Permalink
icons: fix settings icon view box (#826)
Browse files Browse the repository at this point in the history
Fix view box
  • Loading branch information
danylo-boiko authored Oct 31, 2024
1 parent fd3fc84 commit 8750a58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Props = {
export const Setttings: React.FC<Props> = ({ className, kind, ...props }) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 28 28"
viewBox="0 0 32 32"
className={cn('h-full w-full fill-inherit', className)}
{...props}
>
Expand Down

0 comments on commit 8750a58

Please sign in to comment.