Skip to content

Commit f8d75cb

Browse files
authored
Merge pull request #91 from bgd-labs/feat/replace-non-latin-symbols-in-icon-name
feat: replace non latin symbols in icon name with '-'
2 parents b323bb5 + d01cf37 commit f8d75cb

File tree

14 files changed

+16
-14
lines changed

14 files changed

+16
-14
lines changed

icons/full/ausdt0.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/full/statausdt0.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/full/usdt0.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/mono/ausdt0.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/mono/statausdt0.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/mono/usdt0.svg

Lines changed: 1 addition & 1 deletion
Loading

packages/react-web3-icons/src/icons/full/build/icon-ausdt0.icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export const iconAusdt0: {
44
data: string;
55
} = {
66
name: 'ausdt_0',
7-
data: `<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><path stroke="#9896FF" stroke-width="2" d="M16 31c8.284 0 15-6.716 15-15S24.284 1 16 1 1 7.716 1 16s6.716 15 15 15Z"/><g clip-path="url(#ausdt0__circleClip)"><g style="transform:scale(.8125);transform-origin:50% 50%"><g clip-path="url(#ausdt0__usd0__clip0_2388_5)"><path fill="#00B988" fill-rule="evenodd" d="M32 15.994c0 8.827-7.164 15.983-16 15.983S.001 24.82.001 15.994 7.164.012 16.001.012c8.835 0 15.998 7.155 15.998 15.982M7.818 7.64H24.18v3.632h-6.363v3.632h-3.636v-3.632H7.82zm6.363 14.53h-3.636v-7.266h3.636zm3.637 0v3.63h-3.636v-3.63zm0 0h3.635v-7.266h-3.636z" clip-rule="evenodd"/></g><defs><clipPath id="ausdt0__usd0__clip0_2388_5"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></g><defs><clipPath id="ausdt0__circleClip"><circle cx="16" cy="16" r="13"/></clipPath></defs></svg>`,
7+
data: `<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><path stroke="#9896FF" stroke-width="2" d="M16 31c8.284 0 15-6.716 15-15S24.284 1 16 1 1 7.716 1 16s6.716 15 15 15Z"/><g clip-path="url(#ausdt0__circleClip)"><g style="transform:scale(.8125);transform-origin:50% 50%"><g clip-path="url(#ausdt0__usd-0__clip0_2388_5)"><path fill="#00B988" fill-rule="evenodd" d="M32 15.994c0 8.827-7.164 15.983-16 15.983S.001 24.82.001 15.994 7.164.012 16.001.012c8.835 0 15.998 7.155 15.998 15.982M7.818 7.64H24.18v3.632h-6.363v3.632h-3.636v-3.632H7.82zm6.363 14.53h-3.636v-7.266h3.636zm3.637 0v3.63h-3.636v-3.63zm0 0h3.635v-7.266h-3.636z" clip-rule="evenodd"/></g><defs><clipPath id="ausdt0__usd-0__clip0_2388_5"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></g><defs><clipPath id="ausdt0__circleClip"><circle cx="16" cy="16" r="13"/></clipPath></defs></svg>`,
88
};

0 commit comments

Comments
 (0)