@timus-networks/theme 2.0.16 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/README.md +113 -0
  2. package/dist/module.cjs +5 -0
  3. package/dist/module.d.mts +11 -0
  4. package/dist/module.d.ts +11 -0
  5. package/dist/module.json +9 -0
  6. package/dist/module.mjs +187 -0
  7. package/dist/runtime/components/development/example.alert.vue +29 -0
  8. package/dist/runtime/components/development/example.avatar.vue +85 -0
  9. package/dist/runtime/components/development/example.badge.vue +93 -0
  10. package/dist/runtime/components/development/example.breadcrumb.vue +54 -0
  11. package/dist/runtime/components/development/example.button.vue +235 -0
  12. package/dist/runtime/components/development/example.button.vue.d.ts +11 -0
  13. package/dist/runtime/components/development/example.card.vue +68 -0
  14. package/dist/runtime/components/development/example.checkbox.vue +176 -0
  15. package/dist/runtime/components/development/example.checkbox.vue.d.ts +24 -0
  16. package/dist/runtime/components/development/example.collapse.vue +38 -0
  17. package/dist/runtime/components/development/example.datepicker.vue +193 -0
  18. package/dist/runtime/components/development/example.description.vue +94 -0
  19. package/dist/runtime/components/development/example.dialog.vue +79 -0
  20. package/dist/runtime/components/development/example.dropdown.vue +166 -0
  21. package/dist/runtime/components/development/example.form.vue +488 -0
  22. package/dist/runtime/components/development/example.input.vue +270 -0
  23. package/dist/runtime/components/development/example.input.vue.d.ts +23 -0
  24. package/dist/runtime/components/development/example.link.vue +68 -0
  25. package/dist/runtime/components/development/example.message.vue +64 -0
  26. package/dist/runtime/components/development/example.notification.vue +75 -0
  27. package/dist/runtime/components/development/example.number.vue +70 -0
  28. package/dist/runtime/components/development/example.pagination.vue +89 -0
  29. package/dist/runtime/components/development/example.popover.vue +151 -0
  30. package/dist/runtime/components/development/example.radio.vue +163 -0
  31. package/dist/runtime/components/development/example.radio.vue.d.ts +25 -0
  32. package/dist/runtime/components/development/example.select.vue +588 -0
  33. package/dist/runtime/components/development/example.select.vue.d.ts +70 -0
  34. package/dist/runtime/components/development/example.sidebar.vue +101 -0
  35. package/dist/runtime/components/development/example.static.vue +50 -0
  36. package/dist/runtime/components/development/example.switch.vue +101 -0
  37. package/dist/runtime/components/development/example.table.vue +112 -0
  38. package/dist/runtime/components/development/example.tag.vue +255 -0
  39. package/dist/runtime/components/development/example.timepicker.vue +89 -0
  40. package/dist/runtime/components/development/example.tooltip.vue +104 -0
  41. package/dist/runtime/components/development/example.upload.vue +84 -0
  42. package/dist/runtime/components/production/html-encode.vue +96 -0
  43. package/dist/runtime/components/production/timus-breadcrumb.d.ts +36 -0
  44. package/dist/runtime/components/production/timus-breadcrumb.js +224 -0
  45. package/dist/runtime/components/production/timus-breadcrumb.mjs +224 -0
  46. package/dist/runtime/components/production/timus-breadcrumb.vue +83 -0
  47. package/dist/runtime/components/production/timus-breadcrumb.vue.d.ts +340 -0
  48. package/dist/runtime/composables/useBreadcrumb.d.ts +8 -0
  49. package/dist/runtime/composables/useBreadcrumb.js +53 -0
  50. package/dist/runtime/composables/useBreadcrumb.mjs +53 -0
  51. package/dist/runtime/pages/theme.vue +61 -0
  52. package/dist/runtime/plugins/disable-warnings-plugin.d.ts +2 -0
  53. package/dist/runtime/plugins/disable-warnings-plugin.js +18 -0
  54. package/dist/runtime/plugins/disable-warnings-plugin.mjs +18 -0
  55. package/dist/runtime/plugins/sample-plugin.d.ts +20 -0
  56. package/dist/runtime/plugins/sample-plugin.js +5 -0
  57. package/dist/runtime/plugins/sample-plugin.mjs +5 -0
  58. package/dist/runtime/plugins/theme-provider-plugin.d.ts +30 -0
  59. package/dist/runtime/plugins/theme-provider-plugin.js +46 -0
  60. package/dist/runtime/plugins/theme-provider-plugin.mjs +46 -0
  61. package/dist/runtime/public/scss/element-plus/affix.css +305 -0
  62. package/dist/runtime/public/scss/element-plus/alert.css +516 -0
  63. package/dist/runtime/public/scss/element-plus/anchor-link.css +332 -0
  64. package/dist/runtime/public/scss/element-plus/anchor.css +376 -0
  65. package/dist/runtime/public/scss/element-plus/aside.css +308 -0
  66. package/dist/runtime/public/scss/element-plus/autocomplete.css +411 -0
  67. package/dist/runtime/public/scss/element-plus/avatar.css +370 -0
  68. package/dist/runtime/public/scss/element-plus/backtop.css +326 -0
  69. package/dist/runtime/public/scss/element-plus/badge.css +376 -0
  70. package/dist/runtime/public/scss/element-plus/base.css +550 -0
  71. package/dist/runtime/public/scss/element-plus/breadcrumb-item.css +0 -0
  72. package/dist/runtime/public/scss/element-plus/breadcrumb.css +370 -0
  73. package/dist/runtime/public/scss/element-plus/button-group.css +535 -0
  74. package/dist/runtime/public/scss/element-plus/button.css +1089 -0
  75. package/dist/runtime/public/scss/element-plus/calendar.css +370 -0
  76. package/dist/runtime/public/scss/element-plus/card.css +347 -0
  77. package/dist/runtime/public/scss/element-plus/carousel-item.css +350 -0
  78. package/dist/runtime/public/scss/element-plus/carousel.css +475 -0
  79. package/dist/runtime/public/scss/element-plus/cascader-panel.css +428 -0
  80. package/dist/runtime/public/scss/element-plus/cascader.css +560 -0
  81. package/dist/runtime/public/scss/element-plus/check-tag.css +386 -0
  82. package/dist/runtime/public/scss/element-plus/checkbox-button.css +451 -0
  83. package/dist/runtime/public/scss/element-plus/checkbox-group.css +307 -0
  84. package/dist/runtime/public/scss/element-plus/checkbox.css +588 -0
  85. package/dist/runtime/public/scss/element-plus/col.css +3270 -0
  86. package/dist/runtime/public/scss/element-plus/collapse-item.css +0 -0
  87. package/dist/runtime/public/scss/element-plus/collapse-transition.css +0 -0
  88. package/dist/runtime/public/scss/element-plus/collapse.css +490 -0
  89. package/dist/runtime/public/scss/element-plus/color/index.css +0 -0
  90. package/dist/runtime/public/scss/element-plus/color-picker.css +650 -0
  91. package/dist/runtime/public/scss/element-plus/common/popup.css +338 -0
  92. package/dist/runtime/public/scss/element-plus/common/transition.css +420 -0
  93. package/dist/runtime/public/scss/element-plus/common/var.css +302 -0
  94. package/dist/runtime/public/scss/element-plus/config-provider.css +0 -0
  95. package/dist/runtime/public/scss/element-plus/container.css +313 -0
  96. package/dist/runtime/public/scss/element-plus/dark/css-vars.css +353 -0
  97. package/dist/runtime/public/scss/element-plus/dark/var.css +302 -0
  98. package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +558 -0
  99. package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +410 -0
  100. package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +426 -0
  101. package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +388 -0
  102. package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +454 -0
  103. package/dist/runtime/public/scss/element-plus/date-picker/picker.css +662 -0
  104. package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +384 -0
  105. package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +338 -0
  106. package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +389 -0
  107. package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +384 -0
  108. package/dist/runtime/public/scss/element-plus/date-picker.css +1531 -0
  109. package/dist/runtime/public/scss/element-plus/descriptions-item.css +347 -0
  110. package/dist/runtime/public/scss/element-plus/descriptions.css +435 -0
  111. package/dist/runtime/public/scss/element-plus/dialog.css +512 -0
  112. package/dist/runtime/public/scss/element-plus/display.css +357 -0
  113. package/dist/runtime/public/scss/element-plus/divider.css +345 -0
  114. package/dist/runtime/public/scss/element-plus/drawer.css +419 -0
  115. package/dist/runtime/public/scss/element-plus/dropdown-item.css +0 -0
  116. package/dist/runtime/public/scss/element-plus/dropdown-menu.css +0 -0
  117. package/dist/runtime/public/scss/element-plus/dropdown.css +495 -0
  118. package/dist/runtime/public/scss/element-plus/empty.css +355 -0
  119. package/dist/runtime/public/scss/element-plus/footer.css +310 -0
  120. package/dist/runtime/public/scss/element-plus/form-item.css +0 -0
  121. package/dist/runtime/public/scss/element-plus/form.css +527 -0
  122. package/dist/runtime/public/scss/element-plus/header.css +310 -0
  123. package/dist/runtime/public/scss/element-plus/icon.css +343 -0
  124. package/dist/runtime/public/scss/element-plus/image-viewer.css +439 -0
  125. package/dist/runtime/public/scss/element-plus/image.css +343 -0
  126. package/dist/runtime/public/scss/element-plus/index.css +17293 -0
  127. package/dist/runtime/public/scss/element-plus/infinite-scroll.css +0 -0
  128. package/dist/runtime/public/scss/element-plus/input-number.css +494 -0
  129. package/dist/runtime/public/scss/element-plus/input.css +770 -0
  130. package/dist/runtime/public/scss/element-plus/link.css +453 -0
  131. package/dist/runtime/public/scss/element-plus/loading.css +391 -0
  132. package/dist/runtime/public/scss/element-plus/main.css +311 -0
  133. package/dist/runtime/public/scss/element-plus/mention.css +413 -0
  134. package/dist/runtime/public/scss/element-plus/menu-item-group.css +0 -0
  135. package/dist/runtime/public/scss/element-plus/menu-item.css +0 -0
  136. package/dist/runtime/public/scss/element-plus/menu.css +737 -0
  137. package/dist/runtime/public/scss/element-plus/message-box.css +533 -0
  138. package/dist/runtime/public/scss/element-plus/message.css +528 -0
  139. package/dist/runtime/public/scss/element-plus/mixins/config.css +0 -0
  140. package/dist/runtime/public/scss/element-plus/mixins/function.css +0 -0
  141. package/dist/runtime/public/scss/element-plus/mixins/mixins.css +302 -0
  142. package/dist/runtime/public/scss/element-plus/mixins/utils.css +0 -0
  143. package/dist/runtime/public/scss/element-plus/notification.css +413 -0
  144. package/dist/runtime/public/scss/element-plus/option-group.css +331 -0
  145. package/dist/runtime/public/scss/element-plus/option.css +354 -0
  146. package/dist/runtime/public/scss/element-plus/overlay.css +317 -0
  147. package/dist/runtime/public/scss/element-plus/page-header.css +351 -0
  148. package/dist/runtime/public/scss/element-plus/pagination.css +586 -0
  149. package/dist/runtime/public/scss/element-plus/popconfirm.css +315 -0
  150. package/dist/runtime/public/scss/element-plus/popover.css +352 -0
  151. package/dist/runtime/public/scss/element-plus/popper.css +400 -0
  152. package/dist/runtime/public/scss/element-plus/progress.css +449 -0
  153. package/dist/runtime/public/scss/element-plus/radio-button.css +436 -0
  154. package/dist/runtime/public/scss/element-plus/radio-group.css +308 -0
  155. package/dist/runtime/public/scss/element-plus/radio.css +561 -0
  156. package/dist/runtime/public/scss/element-plus/rate.css +384 -0
  157. package/dist/runtime/public/scss/element-plus/reset.css +399 -0
  158. package/dist/runtime/public/scss/element-plus/result.css +381 -0
  159. package/dist/runtime/public/scss/element-plus/row.css +339 -0
  160. package/dist/runtime/public/scss/element-plus/scrollbar.css +373 -0
  161. package/dist/runtime/public/scss/element-plus/segmented.css +460 -0
  162. package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +351 -0
  163. package/dist/runtime/public/scss/element-plus/select-dropdown.css +351 -0
  164. package/dist/runtime/public/scss/element-plus/select-v2.css +765 -0
  165. package/dist/runtime/public/scss/element-plus/select.css +765 -0
  166. package/dist/runtime/public/scss/element-plus/skeleton-item.css +372 -0
  167. package/dist/runtime/public/scss/element-plus/skeleton.css +335 -0
  168. package/dist/runtime/public/scss/element-plus/slider.css +480 -0
  169. package/dist/runtime/public/scss/element-plus/space.css +317 -0
  170. package/dist/runtime/public/scss/element-plus/spinner.css +342 -0
  171. package/dist/runtime/public/scss/element-plus/statistic.css +336 -0
  172. package/dist/runtime/public/scss/element-plus/step.css +586 -0
  173. package/dist/runtime/public/scss/element-plus/steps.css +319 -0
  174. package/dist/runtime/public/scss/element-plus/sub-menu.css +0 -0
  175. package/dist/runtime/public/scss/element-plus/switch.css +594 -0
  176. package/dist/runtime/public/scss/element-plus/tab-pane.css +0 -0
  177. package/dist/runtime/public/scss/element-plus/table-column.css +382 -0
  178. package/dist/runtime/public/scss/element-plus/table-v2.css +520 -0
  179. package/dist/runtime/public/scss/element-plus/table.css +893 -0
  180. package/dist/runtime/public/scss/element-plus/tabs.css +892 -0
  181. package/dist/runtime/public/scss/element-plus/tag.css +624 -0
  182. package/dist/runtime/public/scss/element-plus/text.css +378 -0
  183. package/dist/runtime/public/scss/element-plus/time-picker.css +1023 -0
  184. package/dist/runtime/public/scss/element-plus/time-select.css +946 -0
  185. package/dist/runtime/public/scss/element-plus/timeline-item.css +415 -0
  186. package/dist/runtime/public/scss/element-plus/timeline.css +334 -0
  187. package/dist/runtime/public/scss/element-plus/tooltip-v2.css +410 -0
  188. package/dist/runtime/public/scss/element-plus/tooltip.css +0 -0
  189. package/dist/runtime/public/scss/element-plus/tour.css +461 -0
  190. package/dist/runtime/public/scss/element-plus/transfer.css +497 -0
  191. package/dist/runtime/public/scss/element-plus/tree-select.css +325 -0
  192. package/dist/runtime/public/scss/element-plus/tree.css +538 -0
  193. package/dist/runtime/public/scss/element-plus/upload.css +862 -0
  194. package/dist/runtime/public/scss/element-plus/var.css +389 -0
  195. package/dist/runtime/public/scss/element-plus/virtual-list.css +330 -0
  196. package/dist/runtime/public/scss/theme.css +1268 -0
  197. package/dist/runtime/server/tsconfig.json +6 -0
  198. package/dist/runtime/types.d.ts +31 -0
  199. package/dist/types.d.mts +7 -0
  200. package/dist/types.d.ts +7 -0
  201. package/package.json +35 -12
  202. package/components/TimusIcons.vue +0 -54
  203. package/generate-icon.js +0 -22
  204. package/module.ts +0 -84
  205. package/pages/icons.vue +0 -37
  206. package/plugins/sample-plugin.ts +0 -5
  207. package/public/isax/fonts/iconsax.svg +0 -927
  208. package/public/isax/fonts/iconsax.ttf +0 -0
  209. package/public/isax/fonts/iconsax.woff +0 -0
  210. package/public/isax/icons.json +0 -899
  211. package/public/isax/selection.json +0 -1
  212. package/public/isax/style.css +0 -1
  213. package/public/isax/style.scss +0 -5435
  214. package/public/isax/variables.scss +0 -900
@@ -1,900 +0,0 @@
1
- $icomoon-font-family: 'iconsax' !default;
2
- $icomoon-font-path: 'fonts' !default;
3
-
4
- $isax-message-question: unquote('"\\ec80"');
5
- $isax-driver-refresh: unquote('"\\eba1"');
6
- $isax-refresh-square-2: unquote('"\\e900"');
7
- $isax-d-cube-scan: unquote('"\\e901"');
8
- $isax-d-rotate: unquote('"\\e902"');
9
- $isax-d-square: unquote('"\\e903"');
10
- $isax-dcube: unquote('"\\e904"');
11
- $isax-square: unquote('"\\e905"');
12
- $isax-support: unquote('"\\e906"');
13
- $isax-activity: unquote('"\\e907"');
14
- $isax-add-circle: unquote('"\\e908"');
15
- $isax-add-square: unquote('"\\e909"');
16
- $isax-add: unquote('"\\e90a"');
17
- $isax-additem: unquote('"\\e90b"');
18
- $isax-airdrop: unquote('"\\e90c"');
19
- $isax-airplane-square: unquote('"\\e90d"');
20
- $isax-airplane: unquote('"\\e90e"');
21
- $isax-airpod: unquote('"\\e90f"');
22
- $isax-airpods: unquote('"\\e910"');
23
- $isax-alarm: unquote('"\\e911"');
24
- $isax-align-bottom: unquote('"\\e912"');
25
- $isax-align-horizontally: unquote('"\\e913"');
26
- $isax-align-left: unquote('"\\e914"');
27
- $isax-align-right: unquote('"\\e915"');
28
- $isax-align-vertically: unquote('"\\e916"');
29
- $isax-aquarius: unquote('"\\e917"');
30
- $isax-archive-1: unquote('"\\e918"');
31
- $isax-archive-2: unquote('"\\e919"');
32
- $isax-archive-add: unquote('"\\e91a"');
33
- $isax-archive-book: unquote('"\\e91b"');
34
- $isax-archive-minus: unquote('"\\e91c"');
35
- $isax-archive-slash: unquote('"\\e91d"');
36
- $isax-archive-tick: unquote('"\\e91e"');
37
- $isax-archive: unquote('"\\e91f"');
38
- $isax-arrange-circle-2: unquote('"\\e920"');
39
- $isax-arrange-circle: unquote('"\\e921"');
40
- $isax-arrange-square-2: unquote('"\\e922"');
41
- $isax-arrange-square: unquote('"\\e923"');
42
- $isax-arrow-2: unquote('"\\e924"');
43
- $isax-arrow-3: unquote('"\\e925"');
44
- $isax-arrow-bottom: unquote('"\\e926"');
45
- $isax-arrow-circle-down: unquote('"\\e927"');
46
- $isax-arrow-circle-left: unquote('"\\e928"');
47
- $isax-arrow-circle-right: unquote('"\\e929"');
48
- $isax-arrow-circle-up: unquote('"\\e92a"');
49
- $isax-arrow-down-1: unquote('"\\e92b"');
50
- $isax-arrow-down-2: unquote('"\\e92c"');
51
- $isax-arrow-down: unquote('"\\e92d"');
52
- $isax-arrow-left-1: unquote('"\\e92e"');
53
- $isax-arrow-left-2: unquote('"\\e92f"');
54
- $isax-arrow-left-3: unquote('"\\e930"');
55
- $isax-arrow-left: unquote('"\\e931"');
56
- $isax-arrow-right-1: unquote('"\\e932"');
57
- $isax-arrow-right-2: unquote('"\\e933"');
58
- $isax-arrow-right-3: unquote('"\\e934"');
59
- $isax-arrow-right-4: unquote('"\\e935"');
60
- $isax-arrow-right: unquote('"\\e936"');
61
- $isax-arrow-square-down: unquote('"\\e937"');
62
- $isax-arrow-square-left: unquote('"\\e938"');
63
- $isax-arrow-square-up: unquote('"\\e939"');
64
- $isax-arrow-square: unquote('"\\e93a"');
65
- $isax-arrow-swap-horizontal: unquote('"\\e93b"');
66
- $isax-arrow-swap: unquote('"\\e93c"');
67
- $isax-arrow-up-1: unquote('"\\e93d"');
68
- $isax-arrow-up-2: unquote('"\\e93e"');
69
- $isax-arrow-up-3: unquote('"\\e93f"');
70
- $isax-arrow-up: unquote('"\\e940"');
71
- $isax-arrow: unquote('"\\e941"');
72
- $isax-attach-circle: unquote('"\\e942"');
73
- $isax-attach-square: unquote('"\\e943"');
74
- $isax-audio-square: unquote('"\\e944"');
75
- $isax-autobrightness: unquote('"\\e945"');
76
- $isax-award: unquote('"\\e946"');
77
- $isax-back-square: unquote('"\\e947"');
78
- $isax-backward-5-seconds: unquote('"\\e948"');
79
- $isax-backward-10-seconds: unquote('"\\e949"');
80
- $isax-backward-15-seconds: unquote('"\\e94a"');
81
- $isax-backward-item: unquote('"\\e94b"');
82
- $isax-backward: unquote('"\\e94c"');
83
- $isax-bag-2: unquote('"\\e94d"');
84
- $isax-bag-cross-1: unquote('"\\e94e"');
85
- $isax-bag-cross: unquote('"\\e94f"');
86
- $isax-bag-happy: unquote('"\\e950"');
87
- $isax-bag-tick-2: unquote('"\\e951"');
88
- $isax-bag-tick: unquote('"\\e952"');
89
- $isax-bag-timer: unquote('"\\e953"');
90
- $isax-bag: unquote('"\\e954"');
91
- $isax-bank: unquote('"\\e955"');
92
- $isax-barcode: unquote('"\\e956"');
93
- $isax-battery-3full: unquote('"\\e957"');
94
- $isax-battery-charging: unquote('"\\e958"');
95
- $isax-battery-disable: unquote('"\\e959"');
96
- $isax-battery-empty-1: unquote('"\\e95a"');
97
- $isax-battery-empty: unquote('"\\e95b"');
98
- $isax-battery-full: unquote('"\\e95c"');
99
- $isax-bezier: unquote('"\\e95d"');
100
- $isax-bill: unquote('"\\e95e"');
101
- $isax-bitcoin-card: unquote('"\\e95f"');
102
- $isax-bitcoin-convert: unquote('"\\e960"');
103
- $isax-bitcoin-refresh: unquote('"\\e961"');
104
- $isax-blend-2: unquote('"\\e962"');
105
- $isax-blend: unquote('"\\e963"');
106
- $isax-bluetooth-2: unquote('"\\e964"');
107
- $isax-bluetooth-circle: unquote('"\\e965"');
108
- $isax-bluetooth-rectangle: unquote('"\\e966"');
109
- $isax-bluetooth: unquote('"\\e967"');
110
- $isax-blur: unquote('"\\e968"');
111
- $isax-book-1: unquote('"\\e969"');
112
- $isax-book-saved: unquote('"\\e96a"');
113
- $isax-book-square: unquote('"\\e96b"');
114
- $isax-book: unquote('"\\e96c"');
115
- $isax-bookmark-2: unquote('"\\e96d"');
116
- $isax-bookmark: unquote('"\\e96e"');
117
- $isax-box-1: unquote('"\\e96f"');
118
- $isax-box-2: unquote('"\\e970"');
119
- $isax-box-add: unquote('"\\e971"');
120
- $isax-box-remove: unquote('"\\e972"');
121
- $isax-box-search: unquote('"\\e973"');
122
- $isax-box-tick: unquote('"\\e974"');
123
- $isax-box-time: unquote('"\\e975"');
124
- $isax-box: unquote('"\\e976"');
125
- $isax-briefcase: unquote('"\\e977"');
126
- $isax-brifecase-cross: unquote('"\\e978"');
127
- $isax-brifecase-tick: unquote('"\\e979"');
128
- $isax-brifecase-timer: unquote('"\\e97a"');
129
- $isax-broom: unquote('"\\e97b"');
130
- $isax-brush-1: unquote('"\\e97c"');
131
- $isax-brush-2: unquote('"\\e97d"');
132
- $isax-brush-3: unquote('"\\e97e"');
133
- $isax-brush-4: unquote('"\\e97f"');
134
- $isax-brush: unquote('"\\e980"');
135
- $isax-bubble: unquote('"\\e981"');
136
- $isax-bucket-circle: unquote('"\\e982"');
137
- $isax-bucket-square: unquote('"\\e983"');
138
- $isax-bucket: unquote('"\\e984"');
139
- $isax-building-3: unquote('"\\e985"');
140
- $isax-building-4: unquote('"\\e986"');
141
- $isax-building: unquote('"\\e987"');
142
- $isax-buildings-2: unquote('"\\e988"');
143
- $isax-buildings: unquote('"\\e989"');
144
- $isax-buliding: unquote('"\\e98a"');
145
- $isax-bus: unquote('"\\e98b"');
146
- $isax-buy-crypto: unquote('"\\e98c"');
147
- $isax-cake: unquote('"\\e98d"');
148
- $isax-calculator: unquote('"\\e98e"');
149
- $isax-calendar-1: unquote('"\\e98f"');
150
- $isax-calendar-2: unquote('"\\e990"');
151
- $isax-calendar-add: unquote('"\\e991"');
152
- $isax-calendar-circle: unquote('"\\e992"');
153
- $isax-calendar-edit: unquote('"\\e993"');
154
- $isax-calendar-remove: unquote('"\\e994"');
155
- $isax-calendar-search: unquote('"\\e995"');
156
- $isax-calendar-tick: unquote('"\\e996"');
157
- $isax-calendar: unquote('"\\e997"');
158
- $isax-call-add: unquote('"\\e998"');
159
- $isax-call-calling: unquote('"\\e999"');
160
- $isax-call-incoming: unquote('"\\e99a"');
161
- $isax-call-minus: unquote('"\\e99b"');
162
- $isax-call-outgoing: unquote('"\\e99c"');
163
- $isax-call-received: unquote('"\\e99d"');
164
- $isax-call-remove: unquote('"\\e99e"');
165
- $isax-call-slash: unquote('"\\e99f"');
166
- $isax-call: unquote('"\\e9a0"');
167
- $isax-camera-slash: unquote('"\\e9a1"');
168
- $isax-camera: unquote('"\\e9a2"');
169
- $isax-candle-2: unquote('"\\e9a3"');
170
- $isax-candle: unquote('"\\e9a4"');
171
- $isax-car: unquote('"\\e9a5"');
172
- $isax-card-add: unquote('"\\e9a6"');
173
- $isax-card-coin: unquote('"\\e9a7"');
174
- $isax-card-edit: unquote('"\\e9a8"');
175
- $isax-card-pos: unquote('"\\e9a9"');
176
- $isax-card-receive: unquote('"\\e9aa"');
177
- $isax-card-remove-1: unquote('"\\e9ab"');
178
- $isax-card-remove: unquote('"\\e9ac"');
179
- $isax-card-send: unquote('"\\e9ad"');
180
- $isax-card-slash: unquote('"\\e9ae"');
181
- $isax-card-tick-1: unquote('"\\e9af"');
182
- $isax-card-tick: unquote('"\\e9b0"');
183
- $isax-card: unquote('"\\e9b1"');
184
- $isax-cards: unquote('"\\e9b2"');
185
- $isax-category-2: unquote('"\\e9b3"');
186
- $isax-category: unquote('"\\e9b4"');
187
- $isax-cd: unquote('"\\e9b5"');
188
- $isax-chart-1: unquote('"\\e9b6"');
189
- $isax-chart-2: unquote('"\\e9b7"');
190
- $isax-chart-3: unquote('"\\e9b8"');
191
- $isax-chart-21: unquote('"\\e9b9"');
192
- $isax-chart-fail: unquote('"\\e9ba"');
193
- $isax-chart-square: unquote('"\\e9bb"');
194
- $isax-chart-success: unquote('"\\e9bc"');
195
- $isax-chart: unquote('"\\e9bd"');
196
- $isax-check: unquote('"\\e9be"');
197
- $isax-chrome: unquote('"\\e9bf"');
198
- $isax-clipboard-close: unquote('"\\e9c0"');
199
- $isax-clipboard-export: unquote('"\\e9c1"');
200
- $isax-clipboard-import: unquote('"\\e9c2"');
201
- $isax-clipboard-text: unquote('"\\e9c3"');
202
- $isax-clipboard-tick: unquote('"\\e9c4"');
203
- $isax-clipboard: unquote('"\\e9c5"');
204
- $isax-clock-1: unquote('"\\e9c6"');
205
- $isax-clock: unquote('"\\e9c7"');
206
- $isax-close-circle: unquote('"\\e9c8"');
207
- $isax-close-square: unquote('"\\e9c9"');
208
- $isax-cloud-add: unquote('"\\e9ca"');
209
- $isax-cloud-change: unquote('"\\e9cb"');
210
- $isax-cloud-connection: unquote('"\\e9cc"');
211
- $isax-cloud-cross: unquote('"\\e9cd"');
212
- $isax-cloud-drizzle: unquote('"\\e9ce"');
213
- $isax-cloud-fog: unquote('"\\e9cf"');
214
- $isax-cloud-lightning: unquote('"\\e9d0"');
215
- $isax-cloud-minus: unquote('"\\e9d1"');
216
- $isax-cloud-notif: unquote('"\\e9d2"');
217
- $isax-cloud-plus: unquote('"\\e9d3"');
218
- $isax-cloud-remove: unquote('"\\e9d4"');
219
- $isax-cloud-snow: unquote('"\\e9d5"');
220
- $isax-cloud-sunny: unquote('"\\e9d6"');
221
- $isax-cloud: unquote('"\\e9d7"');
222
- $isax-code-1: unquote('"\\e9d8"');
223
- $isax-code-circle: unquote('"\\e9d9"');
224
- $isax-code: unquote('"\\e9da"');
225
- $isax-coffee: unquote('"\\e9db"');
226
- $isax-coin-1: unquote('"\\e9dc"');
227
- $isax-coin: unquote('"\\e9dd"');
228
- $isax-color-swatch: unquote('"\\e9de"');
229
- $isax-colorfilter: unquote('"\\e9df"');
230
- $isax-colors-square: unquote('"\\e9e0"');
231
- $isax-command-square: unquote('"\\e9e1"');
232
- $isax-command: unquote('"\\e9e2"');
233
- $isax-component: unquote('"\\e9e3"');
234
- $isax-computing: unquote('"\\e9e4"');
235
- $isax-convert-3d-cube: unquote('"\\e9e5"');
236
- $isax-convert-card: unquote('"\\e9e6"');
237
- $isax-convert: unquote('"\\e9e7"');
238
- $isax-convertshape-2: unquote('"\\e9e8"');
239
- $isax-convertshape: unquote('"\\e9e9"');
240
- $isax-copy-success: unquote('"\\e9ea"');
241
- $isax-copy: unquote('"\\e9eb"');
242
- $isax-copyright: unquote('"\\e9ec"');
243
- $isax-courthouse: unquote('"\\e9ed"');
244
- $isax-cpu-charge: unquote('"\\e9ee"');
245
- $isax-cpu-setting: unquote('"\\e9ef"');
246
- $isax-cpu: unquote('"\\e9f0"');
247
- $isax-creative-commons: unquote('"\\e9f1"');
248
- $isax-crop: unquote('"\\e9f2"');
249
- $isax-crown-1: unquote('"\\e9f3"');
250
- $isax-crown: unquote('"\\e9f4"');
251
- $isax-cup: unquote('"\\e9f5"');
252
- $isax-danger: unquote('"\\e9f6"');
253
- $isax-data-2: unquote('"\\e9f7"');
254
- $isax-data: unquote('"\\e9f8"');
255
- $isax-designtools: unquote('"\\e9f9"');
256
- $isax-device-message: unquote('"\\e9fa"');
257
- $isax-devices-1: unquote('"\\e9fb"');
258
- $isax-devices: unquote('"\\e9fc"');
259
- $isax-diagram: unquote('"\\e9fd"');
260
- $isax-diamonds: unquote('"\\e9fe"');
261
- $isax-direct-down: unquote('"\\e9ff"');
262
- $isax-direct-inbox: unquote('"\\ea00"');
263
- $isax-direct-left: unquote('"\\ea01"');
264
- $isax-direct-normal: unquote('"\\ea02"');
265
- $isax-direct-notification: unquote('"\\ea03"');
266
- $isax-direct-right: unquote('"\\ea04"');
267
- $isax-direct-send: unquote('"\\ea05"');
268
- $isax-direct-up: unquote('"\\ea06"');
269
- $isax-direct: unquote('"\\ea07"');
270
- $isax-directbox-default: unquote('"\\ea08"');
271
- $isax-directbox-notif: unquote('"\\ea09"');
272
- $isax-directbox-receive: unquote('"\\ea0a"');
273
- $isax-directbox-send: unquote('"\\ea0b"');
274
- $isax-discount-circle: unquote('"\\ea0c"');
275
- $isax-discount-shape: unquote('"\\ea0d"');
276
- $isax-discover-1: unquote('"\\ea0e"');
277
- $isax-discover: unquote('"\\ea0f"');
278
- $isax-dislike: unquote('"\\ea10"');
279
- $isax-document-1: unquote('"\\ea11"');
280
- $isax-document-cloud: unquote('"\\ea12"');
281
- $isax-document-code-2: unquote('"\\ea13"');
282
- $isax-document-code: unquote('"\\ea14"');
283
- $isax-document-copy: unquote('"\\ea15"');
284
- $isax-document-download: unquote('"\\ea16"');
285
- $isax-document-favorite: unquote('"\\ea17"');
286
- $isax-document-filter: unquote('"\\ea18"');
287
- $isax-document-forward: unquote('"\\ea19"');
288
- $isax-document-like: unquote('"\\ea1a"');
289
- $isax-document-normal: unquote('"\\ea1b"');
290
- $isax-document-previous: unquote('"\\ea1c"');
291
- $isax-document-sketch: unquote('"\\ea1d"');
292
- $isax-document-text-1: unquote('"\\ea1e"');
293
- $isax-document-text: unquote('"\\ea1f"');
294
- $isax-document-upload: unquote('"\\ea20"');
295
- $isax-document: unquote('"\\ea21"');
296
- $isax-dollar-circle: unquote('"\\ea22"');
297
- $isax-dollar-square: unquote('"\\ea23"');
298
- $isax-driver-2: unquote('"\\ea24"');
299
- $isax-driver: unquote('"\\ea25"');
300
- $isax-driving: unquote('"\\ea26"');
301
- $isax-edit-2: unquote('"\\ea27"');
302
- $isax-edit: unquote('"\\ea28"');
303
- $isax-electricity: unquote('"\\ea29"');
304
- $isax-element-2: unquote('"\\ea2a"');
305
- $isax-element-3: unquote('"\\ea2b"');
306
- $isax-element-4: unquote('"\\ea2c"');
307
- $isax-element-equal: unquote('"\\ea2d"');
308
- $isax-element-plus: unquote('"\\ea2e"');
309
- $isax-emoji-happy: unquote('"\\ea2f"');
310
- $isax-emoji-normal: unquote('"\\ea30"');
311
- $isax-emoji-sad: unquote('"\\ea31"');
312
- $isax-empty-wallet-add: unquote('"\\ea32"');
313
- $isax-empty-wallet-change: unquote('"\\ea33"');
314
- $isax-empty-wallet-remove: unquote('"\\ea34"');
315
- $isax-empty-wallet-tick: unquote('"\\ea35"');
316
- $isax-empty-wallet-time: unquote('"\\ea36"');
317
- $isax-empty-wallet: unquote('"\\ea37"');
318
- $isax-eraser-1: unquote('"\\ea38"');
319
- $isax-eraser: unquote('"\\ea39"');
320
- $isax-export-1: unquote('"\\ea3a"');
321
- $isax-export-2: unquote('"\\ea3b"');
322
- $isax-export-3: unquote('"\\ea3c"');
323
- $isax-export: unquote('"\\ea3d"');
324
- $isax-external-drive: unquote('"\\ea3e"');
325
- $isax-eye-slash: unquote('"\\ea3f"');
326
- $isax-eye: unquote('"\\ea40"');
327
- $isax-fatrows: unquote('"\\ea41"');
328
- $isax-favorite-chart: unquote('"\\ea42"');
329
- $isax-filter-add: unquote('"\\ea43"');
330
- $isax-filter-edit: unquote('"\\ea44"');
331
- $isax-filter-remove: unquote('"\\ea45"');
332
- $isax-filter-search: unquote('"\\ea46"');
333
- $isax-filter-square: unquote('"\\ea47"');
334
- $isax-filter-tick: unquote('"\\ea48"');
335
- $isax-filter: unquote('"\\ea49"');
336
- $isax-finger-cricle: unquote('"\\ea4a"');
337
- $isax-finger-scan: unquote('"\\ea4b"');
338
- $isax-firstline: unquote('"\\ea4c"');
339
- $isax-flag-2: unquote('"\\ea4d"');
340
- $isax-flag: unquote('"\\ea4e"');
341
- $isax-flash-1: unquote('"\\ea4f"');
342
- $isax-flash-circle-1: unquote('"\\ea50"');
343
- $isax-flash-circle: unquote('"\\ea51"');
344
- $isax-flash-slash: unquote('"\\ea52"');
345
- $isax-flash: unquote('"\\ea53"');
346
- $isax-folder-2: unquote('"\\ea54"');
347
- $isax-folder-add: unquote('"\\ea55"');
348
- $isax-folder-cloud: unquote('"\\ea56"');
349
- $isax-folder-connection: unquote('"\\ea57"');
350
- $isax-folder-cross: unquote('"\\ea58"');
351
- $isax-folder-favorite: unquote('"\\ea59"');
352
- $isax-folder-minus: unquote('"\\ea5a"');
353
- $isax-folder-open: unquote('"\\ea5b"');
354
- $isax-folder: unquote('"\\ea5c"');
355
- $isax-forbidden-2: unquote('"\\ea5d"');
356
- $isax-forbidden: unquote('"\\ea5e"');
357
- $isax-format-circle: unquote('"\\ea5f"');
358
- $isax-format-square: unquote('"\\ea60"');
359
- $isax-forward-5-seconds: unquote('"\\ea61"');
360
- $isax-forward-10-seconds: unquote('"\\ea62"');
361
- $isax-forward-15-seconds: unquote('"\\ea63"');
362
- $isax-forward-item: unquote('"\\ea64"');
363
- $isax-forward-square: unquote('"\\ea65"');
364
- $isax-forward: unquote('"\\ea66"');
365
- $isax-frame-1: unquote('"\\ea67"');
366
- $isax-frame-2: unquote('"\\ea68"');
367
- $isax-frame-3: unquote('"\\ea69"');
368
- $isax-frame-4: unquote('"\\ea6a"');
369
- $isax-frame: unquote('"\\ea6b"');
370
- $isax-gallery-add: unquote('"\\ea6c"');
371
- $isax-gallery-edit: unquote('"\\ea6d"');
372
- $isax-gallery-export: unquote('"\\ea6e"');
373
- $isax-gallery-favorite: unquote('"\\ea6f"');
374
- $isax-gallery-import: unquote('"\\ea70"');
375
- $isax-gallery-remove: unquote('"\\ea71"');
376
- $isax-gallery-slash: unquote('"\\ea72"');
377
- $isax-gallery-tick: unquote('"\\ea73"');
378
- $isax-gallery: unquote('"\\ea74"');
379
- $isax-game: unquote('"\\ea75"');
380
- $isax-gameboy: unquote('"\\ea76"');
381
- $isax-gas-station: unquote('"\\ea77"');
382
- $isax-gemini-2: unquote('"\\ea78"');
383
- $isax-gemini: unquote('"\\ea79"');
384
- $isax-ghost: unquote('"\\ea7a"');
385
- $isax-gift: unquote('"\\ea7b"');
386
- $isax-glass-1: unquote('"\\ea7c"');
387
- $isax-glass: unquote('"\\ea7d"');
388
- $isax-global-edit: unquote('"\\ea7e"');
389
- $isax-global-refresh: unquote('"\\ea7f"');
390
- $isax-global-search: unquote('"\\ea80"');
391
- $isax-global: unquote('"\\ea81"');
392
- $isax-gps-slash: unquote('"\\ea82"');
393
- $isax-gps: unquote('"\\ea83"');
394
- $isax-grammerly: unquote('"\\ea84"');
395
- $isax-graph: unquote('"\\ea85"');
396
- $isax-grid-1: unquote('"\\ea86"');
397
- $isax-grid-2: unquote('"\\ea87"');
398
- $isax-grid-3: unquote('"\\ea88"');
399
- $isax-grid-4: unquote('"\\ea89"');
400
- $isax-grid-5: unquote('"\\ea8a"');
401
- $isax-grid-6: unquote('"\\ea8b"');
402
- $isax-grid-7: unquote('"\\ea8c"');
403
- $isax-grid-8: unquote('"\\ea8d"');
404
- $isax-grid-9: unquote('"\\ea8e"');
405
- $isax-grid-edit: unquote('"\\ea8f"');
406
- $isax-grid-eraser: unquote('"\\ea90"');
407
- $isax-grid-lock: unquote('"\\ea91"');
408
- $isax-happyemoji: unquote('"\\ea92"');
409
- $isax-hashtag-1: unquote('"\\ea93"');
410
- $isax-hashtag-down: unquote('"\\ea94"');
411
- $isax-hashtag-up: unquote('"\\ea95"');
412
- $isax-hashtag: unquote('"\\ea96"');
413
- $isax-headphone: unquote('"\\ea97"');
414
- $isax-headphones: unquote('"\\ea98"');
415
- $isax-health: unquote('"\\ea99"');
416
- $isax-heart-add: unquote('"\\ea9a"');
417
- $isax-heart-circle: unquote('"\\ea9b"');
418
- $isax-heart-edit: unquote('"\\ea9c"');
419
- $isax-heart-remove: unquote('"\\ea9d"');
420
- $isax-heart-search: unquote('"\\ea9e"');
421
- $isax-heart-slash: unquote('"\\ea9f"');
422
- $isax-heart-tick: unquote('"\\eaa0"');
423
- $isax-heart: unquote('"\\eaa1"');
424
- $isax-hierarchy-2: unquote('"\\eaa2"');
425
- $isax-hierarchy-3: unquote('"\\eaa3"');
426
- $isax-hierarchy-square-2: unquote('"\\eaa4"');
427
- $isax-hierarchy-square-3: unquote('"\\eaa5"');
428
- $isax-hierarchy-square: unquote('"\\eaa6"');
429
- $isax-hierarchy: unquote('"\\eaa7"');
430
- $isax-home-1: unquote('"\\eaa8"');
431
- $isax-home-2: unquote('"\\eaa9"');
432
- $isax-home-hashtag: unquote('"\\eaaa"');
433
- $isax-home-trend-down: unquote('"\\eaab"');
434
- $isax-home-trend-up: unquote('"\\eaac"');
435
- $isax-home-wifi: unquote('"\\eaad"');
436
- $isax-home: unquote('"\\eaae"');
437
- $isax-hospital: unquote('"\\eaaf"');
438
- $isax-house-2: unquote('"\\eab0"');
439
- $isax-house: unquote('"\\eab1"');
440
- $isax-icon: unquote('"\\eab2"');
441
- $isax-image: unquote('"\\eab3"');
442
- $isax-import-1: unquote('"\\eab4"');
443
- $isax-import-2: unquote('"\\eab5"');
444
- $isax-import: unquote('"\\eab6"');
445
- $isax-info-circle: unquote('"\\eab7"');
446
- $isax-information: unquote('"\\eab8"');
447
- $isax-instagram: unquote('"\\eab9"');
448
- $isax-judge: unquote('"\\eaba"');
449
- $isax-kanban: unquote('"\\eabb"');
450
- $isax-key-square: unquote('"\\eabc"');
451
- $isax-key: unquote('"\\eabd"');
452
- $isax-keyboard-open: unquote('"\\eabe"');
453
- $isax-keyboard: unquote('"\\eabf"');
454
- $isax-lamp-1: unquote('"\\eac0"');
455
- $isax-lamp-charge: unquote('"\\eac1"');
456
- $isax-lamp-on: unquote('"\\eac2"');
457
- $isax-lamp-slash: unquote('"\\eac3"');
458
- $isax-lamp: unquote('"\\eac4"');
459
- $isax-language-circle: unquote('"\\eac5"');
460
- $isax-language-square: unquote('"\\eac6"');
461
- $isax-layer: unquote('"\\eac7"');
462
- $isax-level: unquote('"\\eac8"');
463
- $isax-lifebuoy: unquote('"\\eac9"');
464
- $isax-like-1: unquote('"\\eaca"');
465
- $isax-like-dislike: unquote('"\\eacb"');
466
- $isax-like-shapes: unquote('"\\eacc"');
467
- $isax-like-tag: unquote('"\\eacd"');
468
- $isax-like: unquote('"\\eace"');
469
- $isax-link-1: unquote('"\\eacf"');
470
- $isax-link-2: unquote('"\\ead0"');
471
- $isax-link-21: unquote('"\\ead1"');
472
- $isax-link-circle: unquote('"\\ead2"');
473
- $isax-link-square: unquote('"\\ead3"');
474
- $isax-link: unquote('"\\ead4"');
475
- $isax-location-add: unquote('"\\ead5"');
476
- $isax-location-cross: unquote('"\\ead6"');
477
- $isax-location-minus: unquote('"\\ead7"');
478
- $isax-location-slash: unquote('"\\ead8"');
479
- $isax-location-tick: unquote('"\\ead9"');
480
- $isax-location: unquote('"\\eada"');
481
- $isax-lock-1: unquote('"\\eadb"');
482
- $isax-lock-circle: unquote('"\\eadc"');
483
- $isax-lock-slash: unquote('"\\eadd"');
484
- $isax-lock: unquote('"\\eade"');
485
- $isax-login-1: unquote('"\\eadf"');
486
- $isax-login: unquote('"\\eae0"');
487
- $isax-logout-1: unquote('"\\eae1"');
488
- $isax-logout: unquote('"\\eae2"');
489
- $isax-lovely: unquote('"\\eae3"');
490
- $isax-magic-star: unquote('"\\eae4"');
491
- $isax-magicpen: unquote('"\\eae5"');
492
- $isax-main-component: unquote('"\\eae6"');
493
- $isax-man: unquote('"\\eae7"');
494
- $isax-map-1: unquote('"\\eae8"');
495
- $isax-map: unquote('"\\eae9"');
496
- $isax-mask-1: unquote('"\\eaea"');
497
- $isax-mask-2: unquote('"\\eaeb"');
498
- $isax-mask: unquote('"\\eaec"');
499
- $isax-math: unquote('"\\eaed"');
500
- $isax-maximize-1: unquote('"\\eaee"');
501
- $isax-maximize-2: unquote('"\\eaef"');
502
- $isax-maximize-3: unquote('"\\eaf0"');
503
- $isax-maximize-4: unquote('"\\eaf1"');
504
- $isax-maximize-21: unquote('"\\eaf2"');
505
- $isax-maximize-circle: unquote('"\\eaf3"');
506
- $isax-maximize: unquote('"\\eaf4"');
507
- $isax-medal-star: unquote('"\\eaf5"');
508
- $isax-medal: unquote('"\\eaf6"');
509
- $isax-menu-1: unquote('"\\eaf7"');
510
- $isax-menu-board: unquote('"\\eaf8"');
511
- $isax-menu: unquote('"\\eaf9"');
512
- $isax-message-2: unquote('"\\eafa"');
513
- $isax-message-add-1: unquote('"\\eafb"');
514
- $isax-message-add: unquote('"\\eafc"');
515
- $isax-message-circle: unquote('"\\eafd"');
516
- $isax-message-edit: unquote('"\\eafe"');
517
- $isax-message-favorite: unquote('"\\eaff"');
518
- $isax-message-minus: unquote('"\\eb00"');
519
- $isax-message-notif: unquote('"\\eb01"');
520
- $isax-message-programming: unquote('"\\eb02"');
521
- $isax-message-question-old: unquote('"\\eb03"');
522
- $isax-message-remove: unquote('"\\eb04"');
523
- $isax-message-search: unquote('"\\eb05"');
524
- $isax-message-square: unquote('"\\eb06"');
525
- $isax-message-text-1: unquote('"\\eb07"');
526
- $isax-message-text: unquote('"\\eb08"');
527
- $isax-message-tick: unquote('"\\eb09"');
528
- $isax-message-time: unquote('"\\eb0a"');
529
- $isax-message: unquote('"\\eb0b"');
530
- $isax-messages-1: unquote('"\\eb0c"');
531
- $isax-messages-2: unquote('"\\eb0d"');
532
- $isax-messages-3: unquote('"\\eb0e"');
533
- $isax-messages: unquote('"\\eb0f"');
534
- $isax-microphone-2: unquote('"\\eb10"');
535
- $isax-microphone-slash-1: unquote('"\\eb11"');
536
- $isax-microphone-slash: unquote('"\\eb12"');
537
- $isax-microphone: unquote('"\\eb13"');
538
- $isax-microscope: unquote('"\\eb14"');
539
- $isax-milk: unquote('"\\eb15"');
540
- $isax-mini-music-sqaure: unquote('"\\eb16"');
541
- $isax-minus-cirlce: unquote('"\\eb17"');
542
- $isax-minus-square: unquote('"\\eb18"');
543
- $isax-minus: unquote('"\\eb19"');
544
- $isax-mirror: unquote('"\\eb1a"');
545
- $isax-mirroring-screen: unquote('"\\eb1b"');
546
- $isax-mobile-programming: unquote('"\\eb1c"');
547
- $isax-mobile: unquote('"\\eb1d"');
548
- $isax-money-2: unquote('"\\eb1e"');
549
- $isax-money-3: unquote('"\\eb1f"');
550
- $isax-money-4: unquote('"\\eb20"');
551
- $isax-money-add: unquote('"\\eb21"');
552
- $isax-money-change: unquote('"\\eb22"');
553
- $isax-money-forbidden: unquote('"\\eb23"');
554
- $isax-money-recive: unquote('"\\eb24"');
555
- $isax-money-remove: unquote('"\\eb25"');
556
- $isax-money-send: unquote('"\\eb26"');
557
- $isax-money-tick: unquote('"\\eb27"');
558
- $isax-money-time: unquote('"\\eb28"');
559
- $isax-money: unquote('"\\eb29"');
560
- $isax-moneys: unquote('"\\eb2a"');
561
- $isax-monitor-mobbile: unquote('"\\eb2b"');
562
- $isax-monitor-recorder: unquote('"\\eb2c"');
563
- $isax-monitor: unquote('"\\eb2d"');
564
- $isax-moon: unquote('"\\eb2e"');
565
- $isax-more-2: unquote('"\\eb2f"');
566
- $isax-more-circle: unquote('"\\eb30"');
567
- $isax-more-square: unquote('"\\eb31"');
568
- $isax-more: unquote('"\\eb32"');
569
- $isax-mouse-1: unquote('"\\eb33"');
570
- $isax-mouse-circle: unquote('"\\eb34"');
571
- $isax-mouse-square: unquote('"\\eb35"');
572
- $isax-mouse: unquote('"\\eb36"');
573
- $isax-music-circle: unquote('"\\eb37"');
574
- $isax-music-dashboard: unquote('"\\eb38"');
575
- $isax-music-filter: unquote('"\\eb39"');
576
- $isax-music-library-2: unquote('"\\eb3a"');
577
- $isax-music-play: unquote('"\\eb3b"');
578
- $isax-music-playlist: unquote('"\\eb3c"');
579
- $isax-music-square-add: unquote('"\\eb3d"');
580
- $isax-music-square-remove: unquote('"\\eb3e"');
581
- $isax-music-square-search: unquote('"\\eb3f"');
582
- $isax-music-square: unquote('"\\eb40"');
583
- $isax-music: unquote('"\\eb41"');
584
- $isax-musicnote: unquote('"\\eb42"');
585
- $isax-next: unquote('"\\eb43"');
586
- $isax-note-1: unquote('"\\eb44"');
587
- $isax-note-2: unquote('"\\eb45"');
588
- $isax-note-21: unquote('"\\eb46"');
589
- $isax-note-add: unquote('"\\eb47"');
590
- $isax-note-favorite: unquote('"\\eb48"');
591
- $isax-note-remove: unquote('"\\eb49"');
592
- $isax-note-square: unquote('"\\eb4a"');
593
- $isax-note-text: unquote('"\\eb4b"');
594
- $isax-note: unquote('"\\eb4c"');
595
- $isax-notification-1: unquote('"\\eb4d"');
596
- $isax-notification-bing: unquote('"\\eb4e"');
597
- $isax-notification-circle: unquote('"\\eb4f"');
598
- $isax-notification-favorite: unquote('"\\eb50"');
599
- $isax-notification-status: unquote('"\\eb51"');
600
- $isax-notification: unquote('"\\eb52"');
601
- $isax-omega-circle: unquote('"\\eb53"');
602
- $isax-omega-square: unquote('"\\eb54"');
603
- $isax-paintbucket: unquote('"\\eb55"');
604
- $isax-paperclip-2: unquote('"\\eb56"');
605
- $isax-paperclip: unquote('"\\eb57"');
606
- $isax-password-check: unquote('"\\eb58"');
607
- $isax-path-2: unquote('"\\eb59"');
608
- $isax-path-square: unquote('"\\eb5a"');
609
- $isax-path: unquote('"\\eb5b"');
610
- $isax-pause-circle: unquote('"\\eb5c"');
611
- $isax-pause: unquote('"\\eb5d"');
612
- $isax-pen-add: unquote('"\\eb5e"');
613
- $isax-pen-close: unquote('"\\eb5f"');
614
- $isax-pen-remove: unquote('"\\eb60"');
615
- $isax-pen-tool-2: unquote('"\\eb61"');
616
- $isax-pen-tool: unquote('"\\eb62"');
617
- $isax-people: unquote('"\\eb63"');
618
- $isax-percentage-circle: unquote('"\\eb64"');
619
- $isax-percentage-square: unquote('"\\eb65"');
620
- $isax-personalcard: unquote('"\\eb66"');
621
- $isax-pet: unquote('"\\eb67"');
622
- $isax-pharagraphspacing: unquote('"\\eb68"');
623
- $isax-picture-frame: unquote('"\\eb69"');
624
- $isax-play-add: unquote('"\\eb6a"');
625
- $isax-play-circle: unquote('"\\eb6b"');
626
- $isax-play-cricle: unquote('"\\eb6c"');
627
- $isax-play-remove: unquote('"\\eb6d"');
628
- $isax-play: unquote('"\\eb6e"');
629
- $isax-presention-chart: unquote('"\\eb6f"');
630
- $isax-previous: unquote('"\\eb70"');
631
- $isax-printer-slash: unquote('"\\eb71"');
632
- $isax-printer: unquote('"\\eb72"');
633
- $isax-profile-2user: unquote('"\\eb73"');
634
- $isax-profile-add: unquote('"\\eb74"');
635
- $isax-profile-circle: unquote('"\\eb75"');
636
- $isax-profile-delete: unquote('"\\eb76"');
637
- $isax-profile-remove: unquote('"\\eb77"');
638
- $isax-profile-tick: unquote('"\\eb78"');
639
- $isax-programming-arrow: unquote('"\\eb79"');
640
- $isax-programming-arrows: unquote('"\\eb7a"');
641
- $isax-quote-down-circle: unquote('"\\eb7b"');
642
- $isax-quote-down-square: unquote('"\\eb7c"');
643
- $isax-quote-down: unquote('"\\eb7d"');
644
- $isax-quote-up-circle: unquote('"\\eb7e"');
645
- $isax-quote-up-square: unquote('"\\eb7f"');
646
- $isax-quote-up: unquote('"\\eb80"');
647
- $isax-radar-1: unquote('"\\eb81"');
648
- $isax-radar-2: unquote('"\\eb82"');
649
- $isax-radar: unquote('"\\eb83"');
650
- $isax-radio: unquote('"\\eb84"');
651
- $isax-ram-2: unquote('"\\eb85"');
652
- $isax-ram: unquote('"\\eb86"');
653
- $isax-ranking-1: unquote('"\\eb87"');
654
- $isax-ranking: unquote('"\\eb88"');
655
- $isax-receipt-1: unquote('"\\eb89"');
656
- $isax-receipt-2-1: unquote('"\\eb8a"');
657
- $isax-receipt-2: unquote('"\\eb8b"');
658
- $isax-receipt-add: unquote('"\\eb8c"');
659
- $isax-receipt-discount: unquote('"\\eb8d"');
660
- $isax-receipt-disscount: unquote('"\\eb8e"');
661
- $isax-receipt-edit: unquote('"\\eb8f"');
662
- $isax-receipt-item: unquote('"\\eb90"');
663
- $isax-receipt-minus: unquote('"\\eb91"');
664
- $isax-receipt-search: unquote('"\\eb92"');
665
- $isax-receipt-square: unquote('"\\eb93"');
666
- $isax-receipt-text: unquote('"\\eb94"');
667
- $isax-receipt: unquote('"\\eb95"');
668
- $isax-receive-square-2: unquote('"\\eb96"');
669
- $isax-receive-square: unquote('"\\eb97"');
670
- $isax-received: unquote('"\\eb98"');
671
- $isax-record-circle: unquote('"\\eb99"');
672
- $isax-record: unquote('"\\eb9a"');
673
- $isax-recovery-convert: unquote('"\\eb9b"');
674
- $isax-redo: unquote('"\\eb9c"');
675
- $isax-refresh-2: unquote('"\\eb9d"');
676
- $isax-refresh-circle: unquote('"\\eb9e"');
677
- $isax-refresh-left-square: unquote('"\\eb9f"');
678
- $isax-refresh-right-square: unquote('"\\eba0"');
679
- $isax-refresh: unquote('"\\eba2"');
680
- $isax-repeat-circle: unquote('"\\eba3"');
681
- $isax-repeat: unquote('"\\eba4"');
682
- $isax-repeate-music: unquote('"\\eba5"');
683
- $isax-repeate-one: unquote('"\\eba6"');
684
- $isax-reserve: unquote('"\\eba7"');
685
- $isax-rotate-left-1: unquote('"\\eba8"');
686
- $isax-rotate-left: unquote('"\\eba9"');
687
- $isax-rotate-right-1: unquote('"\\ebaa"');
688
- $isax-rotate-right: unquote('"\\ebab"');
689
- $isax-route-square: unquote('"\\ebac"');
690
- $isax-routing-2: unquote('"\\ebad"');
691
- $isax-routing: unquote('"\\ebae"');
692
- $isax-row-horizontal: unquote('"\\ebaf"');
693
- $isax-row-vertical: unquote('"\\ebb0"');
694
- $isax-ruler: unquote('"\\ebb1"');
695
- $isax-rulerpen: unquote('"\\ebb2"');
696
- $isax-safe-home: unquote('"\\ebb3"');
697
- $isax-sagittarius: unquote('"\\ebb4"');
698
- $isax-save-2: unquote('"\\ebb5"');
699
- $isax-save-add: unquote('"\\ebb6"');
700
- $isax-save-minus: unquote('"\\ebb7"');
701
- $isax-save-remove: unquote('"\\ebb8"');
702
- $isax-scan-barcode: unquote('"\\ebb9"');
703
- $isax-scan: unquote('"\\ebba"');
704
- $isax-scanner: unquote('"\\ebbb"');
705
- $isax-scanning: unquote('"\\ebbc"');
706
- $isax-scissor-1: unquote('"\\ebbd"');
707
- $isax-scissor: unquote('"\\ebbe"');
708
- $isax-screenmirroring: unquote('"\\ebbf"');
709
- $isax-scroll: unquote('"\\ebc0"');
710
- $isax-search-favorite-1: unquote('"\\ebc1"');
711
- $isax-search-favorite: unquote('"\\ebc2"');
712
- $isax-search-normal-1: unquote('"\\ebc3"');
713
- $isax-search-normal: unquote('"\\ebc4"');
714
- $isax-search-status-1: unquote('"\\ebc5"');
715
- $isax-search-status: unquote('"\\ebc6"');
716
- $isax-search-zoom-in-1: unquote('"\\ebc7"');
717
- $isax-search-zoom-in: unquote('"\\ebc8"');
718
- $isax-search-zoom-out-1: unquote('"\\ebc9"');
719
- $isax-search-zoom-out: unquote('"\\ebca"');
720
- $isax-security-card: unquote('"\\ebcb"');
721
- $isax-security-safe: unquote('"\\ebcc"');
722
- $isax-security-time: unquote('"\\ebcd"');
723
- $isax-security-user: unquote('"\\ebce"');
724
- $isax-security: unquote('"\\ebcf"');
725
- $isax-send-1: unquote('"\\ebd0"');
726
- $isax-send-2: unquote('"\\ebd1"');
727
- $isax-send-sqaure-2: unquote('"\\ebd2"');
728
- $isax-send-square: unquote('"\\ebd3"');
729
- $isax-send: unquote('"\\ebd4"');
730
- $isax-setting-2: unquote('"\\ebd5"');
731
- $isax-setting-3: unquote('"\\ebd6"');
732
- $isax-setting-4: unquote('"\\ebd7"');
733
- $isax-setting-5: unquote('"\\ebd8"');
734
- $isax-setting: unquote('"\\ebd9"');
735
- $isax-settings: unquote('"\\ebda"');
736
- $isax-shapes-1: unquote('"\\ebdb"');
737
- $isax-shapes: unquote('"\\ebdc"');
738
- $isax-share: unquote('"\\ebdd"');
739
- $isax-shield-cross: unquote('"\\ebde"');
740
- $isax-shield-search: unquote('"\\ebdf"');
741
- $isax-shield-slash: unquote('"\\ebe0"');
742
- $isax-shield-tick: unquote('"\\ebe1"');
743
- $isax-shield: unquote('"\\ebe2"');
744
- $isax-ship: unquote('"\\ebe3"');
745
- $isax-shop-add: unquote('"\\ebe4"');
746
- $isax-shop-remove: unquote('"\\ebe5"');
747
- $isax-shop: unquote('"\\ebe6"');
748
- $isax-shopping-bag: unquote('"\\ebe7"');
749
- $isax-shopping-cart: unquote('"\\ebe8"');
750
- $isax-shuffle: unquote('"\\ebe9"');
751
- $isax-sidebar-bottom: unquote('"\\ebea"');
752
- $isax-sidebar-left: unquote('"\\ebeb"');
753
- $isax-sidebar-right: unquote('"\\ebec"');
754
- $isax-sidebar-top: unquote('"\\ebed"');
755
- $isax-signpost: unquote('"\\ebee"');
756
- $isax-simcard-1: unquote('"\\ebef"');
757
- $isax-simcard-2: unquote('"\\ebf0"');
758
- $isax-simcard: unquote('"\\ebf1"');
759
- $isax-size: unquote('"\\ebf2"');
760
- $isax-slash: unquote('"\\ebf3"');
761
- $isax-slider-horizontal-1: unquote('"\\ebf4"');
762
- $isax-slider-horizontal: unquote('"\\ebf5"');
763
- $isax-slider-vertical-1: unquote('"\\ebf6"');
764
- $isax-slider-vertical: unquote('"\\ebf7"');
765
- $isax-slider: unquote('"\\ebf8"');
766
- $isax-smallcaps: unquote('"\\ebf9"');
767
- $isax-smart-car: unquote('"\\ebfa"');
768
- $isax-smart-home: unquote('"\\ebfb"');
769
- $isax-smileys: unquote('"\\ebfc"');
770
- $isax-sms-edit: unquote('"\\ebfd"');
771
- $isax-sms-notification: unquote('"\\ebfe"');
772
- $isax-sms-search: unquote('"\\ebff"');
773
- $isax-sms-star: unquote('"\\ec00"');
774
- $isax-sms-tracking: unquote('"\\ec01"');
775
- $isax-sms: unquote('"\\ec02"');
776
- $isax-sort: unquote('"\\ec03"');
777
- $isax-sound: unquote('"\\ec04"');
778
- $isax-speaker: unquote('"\\ec05"');
779
- $isax-speedometer: unquote('"\\ec06"');
780
- $isax-star-1: unquote('"\\ec07"');
781
- $isax-star-slash: unquote('"\\ec08"');
782
- $isax-star: unquote('"\\ec09"');
783
- $isax-status-up: unquote('"\\ec0a"');
784
- $isax-status: unquote('"\\ec0b"');
785
- $isax-sticker: unquote('"\\ec0c"');
786
- $isax-stickynote: unquote('"\\ec0d"');
787
- $isax-stop-circle: unquote('"\\ec0e"');
788
- $isax-stop: unquote('"\\ec0f"');
789
- $isax-story: unquote('"\\ec10"');
790
- $isax-strongbox-2: unquote('"\\ec11"');
791
- $isax-strongbox: unquote('"\\ec12"');
792
- $isax-subtitle: unquote('"\\ec13"');
793
- $isax-sun-1: unquote('"\\ec14"');
794
- $isax-sun-fog: unquote('"\\ec15"');
795
- $isax-sun: unquote('"\\ec16"');
796
- $isax-tag-2: unquote('"\\ec17"');
797
- $isax-tag-cross: unquote('"\\ec18"');
798
- $isax-tag-right: unquote('"\\ec19"');
799
- $isax-tag-user: unquote('"\\ec1a"');
800
- $isax-tag: unquote('"\\ec1b"');
801
- $isax-task-square: unquote('"\\ec1c"');
802
- $isax-task: unquote('"\\ec1d"');
803
- $isax-teacher: unquote('"\\ec1e"');
804
- $isax-text-block: unquote('"\\ec1f"');
805
- $isax-text-bold: unquote('"\\ec20"');
806
- $isax-text-italic: unquote('"\\ec21"');
807
- $isax-text-underline: unquote('"\\ec22"');
808
- $isax-text: unquote('"\\ec23"');
809
- $isax-textalign-center: unquote('"\\ec24"');
810
- $isax-textalign-justifycenter: unquote('"\\ec25"');
811
- $isax-textalign-justifyleft: unquote('"\\ec26"');
812
- $isax-textalign-justifyright: unquote('"\\ec27"');
813
- $isax-textalign-left: unquote('"\\ec28"');
814
- $isax-textalign-right: unquote('"\\ec29"');
815
- $isax-tick-circle: unquote('"\\ec2a"');
816
- $isax-tick-square: unquote('"\\ec2b"');
817
- $isax-ticket-2: unquote('"\\ec2c"');
818
- $isax-ticket-discount: unquote('"\\ec2d"');
819
- $isax-ticket-expired: unquote('"\\ec2e"');
820
- $isax-ticket-star: unquote('"\\ec2f"');
821
- $isax-ticket: unquote('"\\ec30"');
822
- $isax-timer-1: unquote('"\\ec31"');
823
- $isax-timer-pause: unquote('"\\ec32"');
824
- $isax-timer-start: unquote('"\\ec33"');
825
- $isax-timer: unquote('"\\ec34"');
826
- $isax-toggle-off-circle: unquote('"\\ec35"');
827
- $isax-toggle-off: unquote('"\\ec36"');
828
- $isax-toggle-on-circle: unquote('"\\ec37"');
829
- $isax-toggle-on: unquote('"\\ec38"');
830
- $isax-trade: unquote('"\\ec39"');
831
- $isax-transaction-minus: unquote('"\\ec3a"');
832
- $isax-translate: unquote('"\\ec3b"');
833
- $isax-trash: unquote('"\\ec3c"');
834
- $isax-tree: unquote('"\\ec3d"');
835
- $isax-trend-down: unquote('"\\ec3e"');
836
- $isax-trend-up: unquote('"\\ec3f"');
837
- $isax-triangle: unquote('"\\ec40"');
838
- $isax-truck-fast: unquote('"\\ec41"');
839
- $isax-truck-remove: unquote('"\\ec42"');
840
- $isax-truck-tick: unquote('"\\ec43"');
841
- $isax-truck-time: unquote('"\\ec44"');
842
- $isax-truck: unquote('"\\ec45"');
843
- $isax-trush-square: unquote('"\\ec46"');
844
- $isax-undo: unquote('"\\ec47"');
845
- $isax-unlimited: unquote('"\\ec48"');
846
- $isax-unlock: unquote('"\\ec49"');
847
- $isax-user-add: unquote('"\\ec4a"');
848
- $isax-user-cirlce-add: unquote('"\\ec4b"');
849
- $isax-user-edit: unquote('"\\ec4c"');
850
- $isax-user-minus: unquote('"\\ec4d"');
851
- $isax-user-octagon: unquote('"\\ec4e"');
852
- $isax-user-remove: unquote('"\\ec4f"');
853
- $isax-user-search: unquote('"\\ec50"');
854
- $isax-user-square: unquote('"\\ec51"');
855
- $isax-user-tag: unquote('"\\ec52"');
856
- $isax-user-tick: unquote('"\\ec53"');
857
- $isax-user: unquote('"\\ec54"');
858
- $isax-verify: unquote('"\\ec55"');
859
- $isax-video-add: unquote('"\\ec56"');
860
- $isax-video-circle: unquote('"\\ec57"');
861
- $isax-video-horizontal: unquote('"\\ec58"');
862
- $isax-video-octagon: unquote('"\\ec59"');
863
- $isax-video-play: unquote('"\\ec5a"');
864
- $isax-video-remove: unquote('"\\ec5b"');
865
- $isax-video-slash: unquote('"\\ec5c"');
866
- $isax-video-square: unquote('"\\ec5d"');
867
- $isax-video-tick: unquote('"\\ec5e"');
868
- $isax-video-time: unquote('"\\ec5f"');
869
- $isax-video-vertical: unquote('"\\ec60"');
870
- $isax-video: unquote('"\\ec61"');
871
- $isax-voice-cricle: unquote('"\\ec62"');
872
- $isax-voice-square: unquote('"\\ec63"');
873
- $isax-volume-cross: unquote('"\\ec64"');
874
- $isax-volume-high: unquote('"\\ec65"');
875
- $isax-volume-low-1: unquote('"\\ec66"');
876
- $isax-volume-low: unquote('"\\ec67"');
877
- $isax-volume-mute: unquote('"\\ec68"');
878
- $isax-volume-slash: unquote('"\\ec69"');
879
- $isax-volume-up: unquote('"\\ec6a"');
880
- $isax-wallet-1: unquote('"\\ec6b"');
881
- $isax-wallet-2: unquote('"\\ec6c"');
882
- $isax-wallet-3: unquote('"\\ec6d"');
883
- $isax-wallet-add-1: unquote('"\\ec6e"');
884
- $isax-wallet-add: unquote('"\\ec6f"');
885
- $isax-wallet-check: unquote('"\\ec70"');
886
- $isax-wallet-minus: unquote('"\\ec71"');
887
- $isax-wallet-money: unquote('"\\ec72"');
888
- $isax-wallet-remove: unquote('"\\ec73"');
889
- $isax-wallet-search: unquote('"\\ec74"');
890
- $isax-wallet: unquote('"\\ec75"');
891
- $isax-warning-2: unquote('"\\ec76"');
892
- $isax-watch-status: unquote('"\\ec77"');
893
- $isax-watch: unquote('"\\ec78"');
894
- $isax-weight-1: unquote('"\\ec79"');
895
- $isax-weight: unquote('"\\ec7a"');
896
- $isax-wifi-square: unquote('"\\ec7b"');
897
- $isax-wifi: unquote('"\\ec7c"');
898
- $isax-wind-2: unquote('"\\ec7d"');
899
- $isax-wind: unquote('"\\ec7e"');
900
- $isax-woman: unquote('"\\ec7f"');