We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa83fe commit c4d4073Copy full SHA for c4d4073
1 file changed
src/components/Icon/Icon.tsx
@@ -95,7 +95,7 @@ export default function Icon ( props: {
95
fill,
96
height: size,
97
version: '1.1',
98
- xmnls: 'http://www.w3.org/2000/svg',
+ xmlns: 'http://www.w3.org/2000/svg',
99
};
100
101
const Icon = svgIcons[props.name];
0 commit comments