44
55enum Icon: string
66{
7+ case ACCESSIBILITY = 'accessibility ' ;
78 case ACCOUNT = 'account ' ;
89 case ADD = 'add ' ;
10+ case AI = 'ai ' ;
911 case ALERT = 'alert ' ;
1012 case ANCHOR = 'anchor ' ;
1113 case ANGLE_DOWN = 'angle-down ' ;
@@ -25,8 +27,8 @@ enum Icon: string
2527 case BOOK = 'book ' ;
2628 case BOOKMARK = 'bookmark ' ;
2729 case BOX = 'box ' ;
28- case BUG = 'bug ' ;
2930 case BRUSH = 'brush ' ;
31+ case BUG = 'bug ' ;
3032 case CALENDAR = 'calendar ' ;
3133 case CANCEL = 'cancel ' ;
3234 case CANCEL_SMALL = 'cancel-small ' ;
@@ -43,6 +45,7 @@ enum Icon: string
4345 case CIRCLE_OUTLINE = 'circle-outline ' ;
4446 case CLEAR = 'clear ' ;
4547 case CLOCK = 'clock ' ;
48+ case CLOUD = 'cloud ' ;
4649 case CODE = 'code ' ;
4750 case COG = 'cog ' ;
4851 case COLLAPSE = 'collapse ' ;
@@ -83,6 +86,7 @@ enum Icon: string
8386 case FUNNEL = 'funnel ' ;
8487 case GITHUB = 'github ' ;
8588 case GLOBE = 'globe ' ;
89+ case GOOGLE = 'google ' ;
8690 case GRID = 'grid ' ;
8791 case GRID_BOTTOM = 'grid-bottom ' ;
8892 case GRID_BOTTOM_LEFT = 'grid-bottom-left ' ;
@@ -93,7 +97,6 @@ enum Icon: string
9397 case GRID_TOP = 'grid-top ' ;
9498 case GRID_TOP_LEFT = 'grid-top-left ' ;
9599 case GRID_TOP_RIGHT = 'grid-top-right ' ;
96- case GOOGLE = 'google ' ;
97100 case H1 = 'h1 ' ;
98101 case H2 = 'h2 ' ;
99102 case H3 = 'h3 ' ;
@@ -110,13 +113,15 @@ enum Icon: string
110113 case IMAGES = 'images ' ;
111114 case IMPORT = 'import ' ;
112115 case INFO = 'info ' ;
116+ case INFO_CARD = 'info-card ' ;
113117 case INSTAGRAM = 'instagram ' ;
114118 case ITALIC = 'italic ' ;
115119 case KEY = 'key ' ;
120+ case KIRBY = 'kirby ' ;
116121 case LAYERS = 'layers ' ;
117122 case LAYOUT_COLUMNS = 'layout-columns ' ;
118- case LAYOUT_RIGHT = 'layout-right ' ;
119123 case LAYOUT_LEFT = 'layout-left ' ;
124+ case LAYOUT_RIGHT = 'layout-right ' ;
120125 case LINKEDIN = 'linkedin ' ;
121126 case LIST_BULLET = 'list-bullet ' ;
122127 case LIST_NUMBERS = 'list-numbers ' ;
@@ -159,11 +164,15 @@ enum Icon: string
159164 case QUOTE = 'quote ' ;
160165 case REFRESH = 'refresh ' ;
161166 case REMOVE = 'remove ' ;
167+ case ROCKET = 'rocket ' ;
168+ case RSS = 'rss ' ;
162169 case SEARCH = 'search ' ;
163170 case SERVER = 'server ' ;
164171 case SETTINGS = 'settings ' ;
165172 case SHARE = 'share ' ;
173+ case SHIELD = 'shield ' ;
166174 case SHUFFLE = 'shuffle ' ;
175+ case SHUT_SOWN = 'shut-down ' ;
167176 case SITEMAP = 'sitemap ' ;
168177 case SMILE = 'smile ' ;
169178 case SORT = 'sort ' ;
@@ -173,17 +182,18 @@ enum Icon: string
173182 case STAR_FILLED = 'star-filled ' ;
174183 case STAR_OUTLINE = 'star-outline ' ;
175184 case STATUS_DRAFT = 'status-draft ' ;
176- case STATUS_UNLISTED = 'status-unlisted ' ;
177185 case STATUS_LISTED = 'status-listed ' ;
186+ case STATUS_UNLISTED = 'status-unlisted ' ;
178187 case STORE = 'store ' ;
179188 case STRIKETHROUGH = 'strikethrough ' ;
180- case SUN = 'sun ' ;
181189 case SUBSCRIPT = 'subscript ' ;
190+ case SUN = 'sun ' ;
182191 case SUPERSCRIPT = 'superscript ' ;
183192 case TABLE = 'table ' ;
184193 case TABLET = 'tablet ' ;
185194 case TAG = 'tag ' ;
186195 case TEMPLATE = 'template ' ;
196+ case TERMINAL = 'terminal ' ;
187197 case TEXT = 'text ' ;
188198 case TEXT_CENTER = 'text-center ' ;
189199 case TEXT_JUSTIFY = 'text-justify ' ;
@@ -204,6 +214,7 @@ enum Icon: string
204214 case USERS = 'users ' ;
205215 case VIDEO = 'video ' ;
206216 case VIMEO = 'vimeo ' ;
217+ case WALLET = 'wallet ' ;
207218 case WAND = 'wand ' ;
208219 case WHATSAPP = 'whatsapp ' ;
209220 case WHEELCHAIR = 'wheelchair ' ;
0 commit comments