@@ -187,6 +187,7 @@ export const AnimaliaIconDictionary: { [key: string]: string } = {
187187 ICON_ALIGN_JUSTIFY : 'an an-text-align-justify' ,
188188 ICON_ALIGN_LEFT : 'an an-text-align-left' ,
189189 ICON_ALIGN_RIGHT : 'an an-text-align-right' ,
190+ ICON_ARROW_ARC_LEFT : 'an an-arrow-arc-left' ,
190191 ICON_ARROW_DOWN : 'an an-caret-down' ,
191192 ICON_OTHER_ARROW_DOWN : 'an an-arrow-down' ,
192193 ICON_ARROW_LEFT : 'an an-caret-left' ,
@@ -226,14 +227,16 @@ export const AnimaliaIconDictionary: { [key: string]: string } = {
226227 ICON_PARAMETERS : 'an an-sliders-horizontal' ,
227228 ICON_PICTURE : 'an an-image' ,
228229 ICON_PICTURE_BROKEN : 'an an-image-broken' ,
230+ ICON_PLUS : 'an an-plus' ,
231+ ICON_PROHIBIT : 'an an-prohibit' ,
229232 ICON_PUSH_PIN : 'an an-push-pin' ,
230233 ICON_PUSH_PIN_SLASH : 'an an-push-pin-slash' ,
231234 ICON_REFRESH : 'an an-arrow-clockwise' ,
232235 ICON_SEARCH : 'an an-magnifying-glass' ,
233236 ICON_SETTINGS : 'an an-gear-six' ,
234- ICON_SORT : 'an an-caret-up- down ' ,
235- ICON_SORT_ASC : 'an an-caret -up' ,
236- ICON_SORT_DESC : 'an an-caret -down' ,
237+ ICON_SORT : 'an an-arrows- down-up ' ,
238+ ICON_SORT_ASC : 'an an-arrow -up' ,
239+ ICON_SORT_DESC : 'an an-arrow -down' ,
237240 ICON_STAR : 'an an-star' ,
238241 ICON_TELEPHONE : 'an an-phone' ,
239242 ICON_TEXT_BOLD : 'an an-text-b' ,
0 commit comments