UNPKG

@acrool/icon-symbols

Version:

Merge svg into svg symbols, and unpack svg symbols into individual svg

12 lines (10 loc) 263 B
declare type TIconCode = 'angle_up'|'back'|'clone'|'del'|'test'|'user_profile'; declare enum EIconCode { 'angle_up'='angle_up', 'back'='back', 'clone'='clone', 'del'='del', 'test'='test', 'user_profile'='user_profile' } export {TIconCode, EIconCode}