Current issue found when the `source` of `svgs` have duplicates files. <img width="486" alt="image" src="https://user-images.githubusercontent.com/16365952/153702663-02f15745-9647-4cb8-8f8f-c3c7a70b58d7.png"> ## How to fix * see this source https://github.com/kodingdotninja/chakra-icons/blob/main/tooling/cli/src/build.ts#L88 * at this line use `glob` for find `svg` in filesystem and need to be make unique (filter by name or ideal unique by content data)
Current issue found when the
sourceofsvgshave duplicates files.How to fix
globfor findsvgin filesystem and need to be make unique (filter by name or ideal unique by content data)