We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e60a1ea + 8750a58 commit e556fafCopy full SHA for e556faf
src/interfaces/assistants_web/src/assets/icons/Settings.tsx
@@ -11,7 +11,7 @@ type Props = {
11
export const Setttings: React.FC<Props> = ({ className, kind, ...props }) => (
12
<svg
13
xmlns="http://www.w3.org/2000/svg"
14
- viewBox="0 0 28 28"
+ viewBox="0 0 32 32"
15
className={cn('h-full w-full fill-inherit', className)}
16
{...props}
17
>
0 commit comments