Understand the symbolId format
mainThe symbolId determines how you reference icons in your code. The default format is icon-[dir]-[name].
[name]: The filename of the SVG.[dir]: The directory structure withiniconDirsused to prevent name collisions.
Example mapping: If your directory structure is:
src/icons/icon1.svg$\rightarrow$icon-icon1src/icons/dir/icon1.svg$\rightarrow$icon-dir-icon1src/icons/dir/dir2/icon1.svg$\rightarrow$icon-dir-dir2-icon1