UNPKG

vue-icomoon

Version:

It allows you to simply view the icons in the selection.json file provided by Icomoon.

8 lines (6 loc) 173 B
export const iconList = (iconSet) => { if (iconSet && Array.isArray(iconSet.icons)) { return iconSet.icons.map((icon) => icon.properties.name); } return null; };