iconify-cli / PlacementStrategy
Enumeration: PlacementStrategy
Defined in: src/lib/saving.ts:8
Represents a strategy for placing files
Enumeration Members
FLAT
FLAT:
0
Defined in: src/lib/saving.ts:12
Everything is placed into a single folder
GROUPED
GROUPED:
2
Defined in: src/lib/saving.ts:20
Creates for each collection prefix a folder and sortes the icons according to it
PREFIXED
PREFIXED:
1
Defined in: src/lib/saving.ts:16
Everything is placed into a single folder, and each icon is prefixed with the collection prefix