themesberg / flowbite-svelte-icons

Official library for the free and open-source collection of over 430+ SVG icons for Flowbite and Svelte
https://flowbite-svelte.com/icons/svelte-4
MIT License
66 stars 10 forks source link

Inconsistent icon name for video-camera icon #8

Closed JackNeto closed 1 year ago

JackNeto commented 1 year ago

Rename video-solid to video-camera-solid

https://github.com/themesberg/flowbite-svelte-icons/blob/main/src/lib/icons.js#L492

shinokada commented 1 year ago

Please see the original icon name. The original icon name is video.

JackNeto commented 1 year ago

Let me rephrase that. On https://github.com/themesberg/flowbite-svelte-icons/blob/main/src/lib/icons.js the name of the outline and solid video icons are inconsistent with the other icons.
Currently I can see video-camera-outline and video-solid. As you pointed out the name of the icon is video so the names in that file should be video-outline and video-solid

shinokada commented 1 year ago

Thank you for point it out. The outline icon has the name with video-camera. I use a script to auto-generate all the icon files. Please create a issue at https://github.com/themesberg/flowbite-icons/issues?