tabler / tabler-icons

A set of over 5500 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
18.03k stars 899 forks source link

Icon "IconDeviceGamepad" fails loading, icon is missing #850

Closed mfrsousa closed 1 year ago

mfrsousa commented 1 year ago

image

node_modules/@tabler/icons-svelte/dist/tabler-icons-svelte.d.ts:1770

1770: export declare class IconDeviceGamePad extends SvelteComponentTyped<IconProps, IconEvents, {}> {}
1771: export declare class IconDeviceGamepad2 extends SvelteComponentTyped<IconProps, IconEvents, {}> {}
1772: export declare class IconDeviceGamepad extends SvelteComponentTyped<IconProps, IconEvents, {}> {}

image

node_modules/@tabler/icons-svelte/dist/svelte/tabler-icons-svelte.js:1756

1756: export { default as IconDeviceGamePad } from './icons/IconDeviceGamePad.svelte';
1757: export { default as IconDeviceGamepad2 } from './icons/IconDeviceGamepad2.svelte';
1758: export { default as IconDeviceGamepad } from './icons/IconDeviceGamepad.svelte';
codecalm commented 1 year ago

fixed! 🙂