Skip to content

Commit c4d4073

Browse files
BhammyBrendan Hamillactions-user
authored
Fix typo in Icon / svgs (#106)
* Typo in xml * Add TypeScript types Co-authored-by: Brendan Hamill <bhamill@qz.com> Co-authored-by: GitHub Action <action@github.com>
1 parent 0fa83fe commit c4d4073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Icon/Icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function Icon ( props: {
9595
fill,
9696
height: size,
9797
version: '1.1',
98-
xmnls: 'http://www.w3.org/2000/svg',
98+
xmlns: 'http://www.w3.org/2000/svg',
9999
};
100100

101101
const Icon = svgIcons[props.name];

0 commit comments

Comments
 (0)