We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9f92e commit 51c960fCopy full SHA for 51c960f
src/icons/FastBackward.tsx
@@ -5,7 +5,7 @@ import { IconProps } from "../utils/types";
5
6
export const FastBackward: React.FC<IconProps> = ({ fill = "#525252" }) => {
7
return (
8
- <Svg width="12" height="12" viewBox="0 0 12 12" fill="none">
+ <Svg width="100%" height="100%" viewBox="0 0 12 12" fill="none">
9
<Path
10
fillRule="evenodd"
11
clipRule="evenodd"
src/icons/Slot.tsx
@@ -16,7 +16,7 @@ export const Slot: React.FC<IconProps> = ({ fill = "#525252" }) => {
16
</G>
17
<Defs>
18
<ClipPath id="clip0_2866_43368">
19
- <Rect width="100%" height="100%" fill="white" />
+ <Rect width="12" height="12" fill="white" />
20
</ClipPath>
21
</Defs>
22
</Svg>
0 commit comments