We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85a955 commit 9f32afcCopy full SHA for 9f32afc
1 file changed
examples/SampleApp/src/icons/Search.tsx
@@ -12,7 +12,7 @@ export const Search: React.FC<IconProps> = ({ fill, height = 24, scale = 1, widt
12
<Svg
13
fill='none'
14
height={height * scale}
15
- viewBox={`0 0 ${height * scale} ${vbWidth}`}
+ viewBox={`0 0 ${vbWidth} ${height * scale}`}
16
width={vbWidth}
17
>
18
<G transform={I18nManager.isRTL ? `matrix(-1 0 0 1 ${vbWidth} 0)` : undefined}>
0 commit comments