@tabler/icons 1.41.1 → 1.44.0

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 (159) hide show
  1. package/README.md +49 -7
  2. package/iconfont/fonts/tabler-icons.eot +0 -0
  3. package/iconfont/fonts/tabler-icons.svg +177 -9
  4. package/iconfont/fonts/tabler-icons.ttf +0 -0
  5. package/iconfont/fonts/tabler-icons.woff +0 -0
  6. package/iconfont/fonts/tabler-icons.woff2 +0 -0
  7. package/iconfont/tabler-icons.css +225 -1
  8. package/iconfont/tabler-icons.html +506 -2
  9. package/iconfont/tabler-icons.min.css +2 -2
  10. package/iconfont/tabler-icons.scss +113 -1
  11. package/icons/arrow-autofit-content.svg +10 -0
  12. package/icons/arrow-autofit-down.svg +8 -0
  13. package/icons/arrow-autofit-height.svg +10 -0
  14. package/icons/arrow-autofit-left.svg +8 -0
  15. package/icons/arrow-autofit-right.svg +8 -0
  16. package/icons/arrow-autofit-up.svg +8 -0
  17. package/icons/arrow-autofit-width.svg +10 -0
  18. package/icons/arrows-diagonal-minimize-2.svg +9 -0
  19. package/icons/arrows-diagonal-minimize.svg +9 -0
  20. package/icons/axis-x.svg +10 -0
  21. package/icons/axis-y.svg +10 -0
  22. package/icons/backpack.svg +8 -0
  23. package/icons/ballon.svg +8 -0
  24. package/icons/bath.svg +9 -0
  25. package/icons/battery-charging-2.svg +10 -0
  26. package/icons/battery-eco.svg +8 -0
  27. package/icons/beach.svg +10 -0
  28. package/icons/box-multiple-2.svg +1 -1
  29. package/icons/brand-bootstrap.svg +8 -0
  30. package/icons/brand-debian.svg +7 -0
  31. package/icons/brand-docker.svg +1 -1
  32. package/icons/brand-mastercard.svg +8 -0
  33. package/icons/brand-stackoverflow.svg +10 -0
  34. package/icons/brand-steam.svg +1 -1
  35. package/icons/brand-ubuntu.svg +9 -0
  36. package/icons/checkup-list.svg +10 -0
  37. package/icons/circle-2.svg +1 -1
  38. package/icons/crutches.svg +10 -0
  39. package/icons/currency-dogecoin.svg +8 -0
  40. package/icons/device-computer-camera-off.svg +2 -2
  41. package/icons/dna-2.svg +11 -0
  42. package/icons/door-enter.svg +9 -0
  43. package/icons/door-exit.svg +9 -0
  44. package/icons/door.svg +8 -0
  45. package/icons/emergency-bed.svg +12 -0
  46. package/icons/eye-table.svg +14 -0
  47. package/icons/first-aid-kit.svg +9 -0
  48. package/icons/flask-2.svg +8 -0
  49. package/icons/glass-full.svg +1 -1
  50. package/icons/h-2.svg +1 -1
  51. package/icons/hand-click.svg +13 -0
  52. package/icons/hand-move.svg +11 -0
  53. package/icons/heart-rate-monitor.svg +10 -0
  54. package/icons/highlight.svg +9 -0
  55. package/icons/ice-cream-2.svg +1 -1
  56. package/icons/list-details.svg +11 -0
  57. package/icons/lock-square.svg +8 -0
  58. package/icons/lungs.svg +9 -0
  59. package/icons/medicine-syrup.svg +9 -0
  60. package/icons/microscope.svg +12 -0
  61. package/icons/multiplier-0-5x.svg +9 -0
  62. package/icons/multiplier-1-5x.svg +10 -0
  63. package/icons/multiplier-1x.svg +8 -0
  64. package/icons/multiplier-2x.svg +8 -0
  65. package/icons/nurse.svg +8 -0
  66. package/icons/pig.svg +7 -0
  67. package/icons/pills.svg +9 -0
  68. package/icons/scale-outline.svg +7 -0
  69. package/icons/spacing-horizontal.svg +8 -0
  70. package/icons/spacing-vertical.svg +8 -0
  71. package/icons/square-2.svg +1 -1
  72. package/icons/thermometer.svg +10 -0
  73. package/icons/tree.svg +1 -1
  74. package/icons/trees.svg +1 -1
  75. package/icons/user-circle.svg +8 -0
  76. package/icons/vaccine-bottle.svg +10 -0
  77. package/icons/wallpaper.svg +8 -0
  78. package/icons-png/arrow-autofit-content.png +0 -0
  79. package/icons-png/arrow-autofit-down.png +0 -0
  80. package/icons-png/arrow-autofit-height.png +0 -0
  81. package/icons-png/arrow-autofit-left.png +0 -0
  82. package/icons-png/arrow-autofit-right.png +0 -0
  83. package/icons-png/arrow-autofit-up.png +0 -0
  84. package/icons-png/arrow-autofit-width.png +0 -0
  85. package/icons-png/arrows-diagonal-minimize-2.png +0 -0
  86. package/icons-png/arrows-diagonal-minimize.png +0 -0
  87. package/icons-png/axis-x.png +0 -0
  88. package/icons-png/axis-y.png +0 -0
  89. package/icons-png/backpack.png +0 -0
  90. package/icons-png/ballon.png +0 -0
  91. package/icons-png/bath.png +0 -0
  92. package/icons-png/battery-charging-2.png +0 -0
  93. package/icons-png/battery-eco.png +0 -0
  94. package/icons-png/beach.png +0 -0
  95. package/icons-png/box-multiple-2.png +0 -0
  96. package/icons-png/brand-bootstrap.png +0 -0
  97. package/icons-png/brand-debian.png +0 -0
  98. package/icons-png/brand-docker.png +0 -0
  99. package/icons-png/brand-mastercard.png +0 -0
  100. package/icons-png/brand-stackoverflow.png +0 -0
  101. package/icons-png/brand-steam.png +0 -0
  102. package/icons-png/brand-ubuntu.png +0 -0
  103. package/icons-png/checkup-list.png +0 -0
  104. package/icons-png/circle-2.png +0 -0
  105. package/icons-png/crutches.png +0 -0
  106. package/icons-png/currency-dogecoin.png +0 -0
  107. package/icons-png/device-computer-camera-off.png +0 -0
  108. package/icons-png/dna-2.png +0 -0
  109. package/icons-png/door-enter.png +0 -0
  110. package/icons-png/door-exit.png +0 -0
  111. package/icons-png/door.png +0 -0
  112. package/icons-png/emergency-bed.png +0 -0
  113. package/icons-png/eye-table.png +0 -0
  114. package/icons-png/first-aid-kit.png +0 -0
  115. package/icons-png/flask-2.png +0 -0
  116. package/icons-png/glass-full.png +0 -0
  117. package/icons-png/h-2.png +0 -0
  118. package/icons-png/hand-click.png +0 -0
  119. package/icons-png/hand-move.png +0 -0
  120. package/icons-png/heart-rate-monitor.png +0 -0
  121. package/icons-png/highlight.png +0 -0
  122. package/icons-png/ice-cream-2.png +0 -0
  123. package/icons-png/list-details.png +0 -0
  124. package/icons-png/lock-square.png +0 -0
  125. package/icons-png/lungs.png +0 -0
  126. package/icons-png/medicine-syrup.png +0 -0
  127. package/icons-png/microscope.png +0 -0
  128. package/icons-png/multiplier-0-5x.png +0 -0
  129. package/icons-png/multiplier-1-5x.png +0 -0
  130. package/icons-png/multiplier-1x.png +0 -0
  131. package/icons-png/multiplier-2x.png +0 -0
  132. package/icons-png/nurse.png +0 -0
  133. package/icons-png/pig.png +0 -0
  134. package/icons-png/pills.png +0 -0
  135. package/icons-png/scale-outline.png +0 -0
  136. package/icons-png/spacing-horizontal.png +0 -0
  137. package/icons-png/spacing-vertical.png +0 -0
  138. package/icons-png/square-2.png +0 -0
  139. package/icons-png/thermometer.png +0 -0
  140. package/icons-png/user-circle.png +0 -0
  141. package/icons-png/vaccine-bottle.png +0 -0
  142. package/icons-png/wallpaper.png +0 -0
  143. package/icons-react/dist/index.cjs.js +2081 -31
  144. package/icons-react/dist/index.cjs.js.map +1 -1
  145. package/icons-react/dist/index.cjs.min.js +1 -1
  146. package/icons-react/dist/index.cjs.min.js.map +1 -1
  147. package/icons-react/dist/index.esm.js +2026 -32
  148. package/icons-react/dist/index.esm.js.map +1 -1
  149. package/icons-react/dist/index.esm.min.js +1 -1
  150. package/icons-react/dist/index.esm.min.js.map +1 -1
  151. package/icons-react/dist/index.umd.js +2081 -31
  152. package/icons-react/dist/index.umd.js.map +1 -1
  153. package/icons-react/dist/index.umd.min.js +1 -1
  154. package/icons-react/dist/index.umd.min.js.map +1 -1
  155. package/icons-react/index.d.ts +56 -0
  156. package/package.json +5 -2
  157. package/tabler-sprite-nostroke.svg +1 -1
  158. package/tabler-sprite.svg +1 -1
  159. package/tags.json +534 -29
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Tabler Icons 1.41.1 by tabler - https://tabler.io
2
+ * Tabler Icons 1.44.0 by tabler - https://tabler.io
3
3
  * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
4
4
  */
5
5
  $ti-font-family: 'tabler-icons' !default;
@@ -80,6 +80,13 @@ $ti-icon-aperture: unicode('eb58');
80
80
  $ti-icon-apple: unicode('ef21');
81
81
  $ti-icon-apps: unicode('ebb6');
82
82
  $ti-icon-archive: unicode('ea0b');
83
+ $ti-icon-arrow-autofit-content: unicode('ef31');
84
+ $ti-icon-arrow-autofit-down: unicode('ef32');
85
+ $ti-icon-arrow-autofit-height: unicode('ef33');
86
+ $ti-icon-arrow-autofit-left: unicode('ef34');
87
+ $ti-icon-arrow-autofit-right: unicode('ef35');
88
+ $ti-icon-arrow-autofit-up: unicode('ef36');
89
+ $ti-icon-arrow-autofit-width: unicode('ef37');
83
90
  $ti-icon-arrow-back: unicode('ea0c');
84
91
  $ti-icon-arrow-back-up: unicode('eb77');
85
92
  $ti-icon-arrow-bar-down: unicode('ea0d');
@@ -140,6 +147,8 @@ $ti-icon-arrow-wave-right-down: unicode('edaa');
140
147
  $ti-icon-arrow-wave-right-up: unicode('edab');
141
148
  $ti-icon-arrows-diagonal: unicode('ea27');
142
149
  $ti-icon-arrows-diagonal-2: unicode('ea26');
150
+ $ti-icon-arrows-diagonal-minimize: unicode('ef39');
151
+ $ti-icon-arrows-diagonal-minimize-2: unicode('ef38');
143
152
  $ti-icon-arrows-double-ne-sw: unicode('edde');
144
153
  $ti-icon-arrows-double-nw-se: unicode('eddf');
145
154
  $ti-icon-arrows-double-se-nw: unicode('ede0');
@@ -171,7 +180,10 @@ $ti-icon-at: unicode('ea2b');
171
180
  $ti-icon-atom: unicode('eb79');
172
181
  $ti-icon-atom-2: unicode('ebdf');
173
182
  $ti-icon-award: unicode('ea2c');
183
+ $ti-icon-axis-x: unicode('ef45');
184
+ $ti-icon-axis-y: unicode('ef46');
174
185
  $ti-icon-backhoe: unicode('ed86');
186
+ $ti-icon-backpack: unicode('ef47');
175
187
  $ti-icon-backspace: unicode('ea2d');
176
188
  $ti-icon-ball-american-football: unicode('ee04');
177
189
  $ti-icon-ball-basketball: unicode('ec28');
@@ -180,10 +192,12 @@ $ti-icon-ball-football: unicode('ee06');
180
192
  $ti-icon-ball-football-off: unicode('ee05');
181
193
  $ti-icon-ball-tennis: unicode('ec2a');
182
194
  $ti-icon-ball-volleyball: unicode('ec2b');
195
+ $ti-icon-ballon: unicode('ef3a');
183
196
  $ti-icon-ban: unicode('ea2e');
184
197
  $ti-icon-bandage: unicode('eb7a');
185
198
  $ti-icon-barcode: unicode('ebc6');
186
199
  $ti-icon-basket: unicode('ebe1');
200
+ $ti-icon-bath: unicode('ef48');
187
201
  $ti-icon-battery: unicode('ea34');
188
202
  $ti-icon-battery-1: unicode('ea2f');
189
203
  $ti-icon-battery-2: unicode('ea30');
@@ -191,7 +205,10 @@ $ti-icon-battery-3: unicode('ea31');
191
205
  $ti-icon-battery-4: unicode('ea32');
192
206
  $ti-icon-battery-automotive: unicode('ee07');
193
207
  $ti-icon-battery-charging: unicode('ea33');
208
+ $ti-icon-battery-charging-2: unicode('ef3b');
209
+ $ti-icon-battery-eco: unicode('ef3c');
194
210
  $ti-icon-battery-off: unicode('ed1c');
211
+ $ti-icon-beach: unicode('ef3d');
195
212
  $ti-icon-bed: unicode('eb5c');
196
213
  $ti-icon-bell: unicode('ea35');
197
214
  $ti-icon-bell-minus: unicode('ede2');
@@ -257,10 +274,12 @@ $ti-icon-brand-behance: unicode('ec6e');
257
274
  $ti-icon-brand-bing: unicode('edc6');
258
275
  $ti-icon-brand-bitbucket: unicode('edc7');
259
276
  $ti-icon-brand-booking: unicode('edc8');
277
+ $ti-icon-brand-bootstrap: unicode('ef3e');
260
278
  $ti-icon-brand-chrome: unicode('ec18');
261
279
  $ti-icon-brand-codepen: unicode('ec6f');
262
280
  $ti-icon-brand-codesandbox: unicode('ed6a');
263
281
  $ti-icon-brand-css3: unicode('ed6b');
282
+ $ti-icon-brand-debian: unicode('ef57');
264
283
  $ti-icon-brand-deviantart: unicode('ecfb');
265
284
  $ti-icon-brand-discord: unicode('ece3');
266
285
  $ti-icon-brand-disqus: unicode('edc9');
@@ -287,6 +306,7 @@ $ti-icon-brand-javascript: unicode('ef0c');
287
306
  $ti-icon-brand-kickstarter: unicode('edce');
288
307
  $ti-icon-brand-kotlin: unicode('ed6d');
289
308
  $ti-icon-brand-linkedin: unicode('ec8c');
309
+ $ti-icon-brand-mastercard: unicode('ef49');
290
310
  $ti-icon-brand-medium: unicode('ec70');
291
311
  $ti-icon-brand-messenger: unicode('ec71');
292
312
  $ti-icon-brand-netflix: unicode('edcf');
@@ -310,6 +330,7 @@ $ti-icon-brand-slack: unicode('ec72');
310
330
  $ti-icon-brand-snapchat: unicode('ec25');
311
331
  $ti-icon-brand-soundcloud: unicode('ed6e');
312
332
  $ti-icon-brand-spotify: unicode('ed03');
333
+ $ti-icon-brand-stackoverflow: unicode('ef58');
313
334
  $ti-icon-brand-steam: unicode('ed6f');
314
335
  $ti-icon-brand-stripe: unicode('edd7');
315
336
  $ti-icon-brand-tabler: unicode('ec8f');
@@ -321,6 +342,7 @@ $ti-icon-brand-tinder: unicode('ed71');
321
342
  $ti-icon-brand-tumblr: unicode('ed04');
322
343
  $ti-icon-brand-twitch: unicode('ed05');
323
344
  $ti-icon-brand-twitter: unicode('ec27');
345
+ $ti-icon-brand-ubuntu: unicode('ef59');
324
346
  $ti-icon-brand-unsplash: unicode('edd8');
325
347
  $ti-icon-brand-vercel: unicode('ef24');
326
348
  $ti-icon-brand-vimeo: unicode('ed06');
@@ -420,6 +442,7 @@ $ti-icon-chart-radar: unicode('ed77');
420
442
  $ti-icon-check: unicode('ea5e');
421
443
  $ti-icon-checkbox: unicode('eba6');
422
444
  $ti-icon-checks: unicode('ebaa');
445
+ $ti-icon-checkup-list: unicode('ef5a');
423
446
  $ti-icon-cheese: unicode('ef26');
424
447
  $ti-icon-chevron-down: unicode('ea5f');
425
448
  $ti-icon-chevron-down-left: unicode('ed09');
@@ -519,6 +542,7 @@ $ti-icon-crop: unicode('ea85');
519
542
  $ti-icon-crosshair: unicode('ec3e');
520
543
  $ti-icon-crown: unicode('ed12');
521
544
  $ti-icon-crown-off: unicode('ee50');
545
+ $ti-icon-crutches: unicode('ef5b');
522
546
  $ti-icon-cup: unicode('ef28');
523
547
  $ti-icon-curly-loop: unicode('ecda');
524
548
  $ti-icon-currency-bahraini: unicode('ee51');
@@ -527,6 +551,7 @@ $ti-icon-currency-bitcoin: unicode('ebab');
527
551
  $ti-icon-currency-cent: unicode('ee53');
528
552
  $ti-icon-currency-dinar: unicode('ee54');
529
553
  $ti-icon-currency-dirham: unicode('ee55');
554
+ $ti-icon-currency-dogecoin: unicode('ef4b');
530
555
  $ti-icon-currency-dollar: unicode('eb84');
531
556
  $ti-icon-currency-dollar-australian: unicode('ee56');
532
557
  $ti-icon-currency-dollar-canadian: unicode('ee57');
@@ -599,7 +624,11 @@ $ti-icon-discount: unicode('ebbd');
599
624
  $ti-icon-discount-2: unicode('ee7c');
600
625
  $ti-icon-divide: unicode('ed5c');
601
626
  $ti-icon-dna: unicode('ee7d');
627
+ $ti-icon-dna-2: unicode('ef5c');
602
628
  $ti-icon-dog-bowl: unicode('ef29');
629
+ $ti-icon-door: unicode('ef4e');
630
+ $ti-icon-door-enter: unicode('ef4c');
631
+ $ti-icon-door-exit: unicode('ef4d');
603
632
  $ti-icon-dots: unicode('ea95');
604
633
  $ti-icon-dots-circle-horizontal: unicode('ea91');
605
634
  $ti-icon-dots-diagonal: unicode('ea93');
@@ -621,6 +650,7 @@ $ti-icon-ear-off: unicode('ee84');
621
650
  $ti-icon-edit: unicode('ea98');
622
651
  $ti-icon-edit-circle: unicode('ee85');
623
652
  $ti-icon-egg: unicode('eb8a');
653
+ $ti-icon-emergency-bed: unicode('ef5d');
624
654
  $ti-icon-emphasis: unicode('ebcf');
625
655
  $ti-icon-equal: unicode('ee87');
626
656
  $ti-icon-equal-not: unicode('ee86');
@@ -631,6 +661,7 @@ $ti-icon-external-link: unicode('ea99');
631
661
  $ti-icon-eye: unicode('ea9a');
632
662
  $ti-icon-eye-check: unicode('ee88');
633
663
  $ti-icon-eye-off: unicode('ecf0');
664
+ $ti-icon-eye-table: unicode('ef5e');
634
665
  $ti-icon-eyeglass: unicode('ee8a');
635
666
  $ti-icon-eyeglass-2: unicode('ee89');
636
667
  $ti-icon-face-id: unicode('ea9b');
@@ -672,6 +703,7 @@ $ti-icon-filter: unicode('eaa5');
672
703
  $ti-icon-filter-off: unicode('ed2c');
673
704
  $ti-icon-fingerprint: unicode('ebd1');
674
705
  $ti-icon-firetruck: unicode('ebe8');
706
+ $ti-icon-first-aid-kit: unicode('ef5f');
675
707
  $ti-icon-fish: unicode('ef2b');
676
708
  $ti-icon-flag: unicode('eaa6');
677
709
  $ti-icon-flag-2: unicode('ee8c');
@@ -679,6 +711,7 @@ $ti-icon-flag-3: unicode('ee8d');
679
711
  $ti-icon-flame: unicode('ec2c');
680
712
  $ti-icon-flare: unicode('ee8e');
681
713
  $ti-icon-flask: unicode('ebd2');
714
+ $ti-icon-flask-2: unicode('ef60');
682
715
  $ti-icon-flip-horizontal: unicode('eaa7');
683
716
  $ti-icon-flip-vertical: unicode('eaa8');
684
717
  $ti-icon-float-center: unicode('ebb1');
@@ -730,9 +763,11 @@ $ti-icon-h-3: unicode('ec96');
730
763
  $ti-icon-h-4: unicode('ec97');
731
764
  $ti-icon-h-5: unicode('ec98');
732
765
  $ti-icon-h-6: unicode('ec99');
766
+ $ti-icon-hand-click: unicode('ef4f');
733
767
  $ti-icon-hand-finger: unicode('ee94');
734
768
  $ti-icon-hand-little-finger: unicode('ee95');
735
769
  $ti-icon-hand-middle-finger: unicode('ec2d');
770
+ $ti-icon-hand-move: unicode('ef50');
736
771
  $ti-icon-hand-off: unicode('ed15');
737
772
  $ti-icon-hand-ring-finger: unicode('ee96');
738
773
  $ti-icon-hand-rock: unicode('ee97');
@@ -747,6 +782,7 @@ $ti-icon-headphones-off: unicode('ed1d');
747
782
  $ti-icon-headset: unicode('eb90');
748
783
  $ti-icon-heart: unicode('eabe');
749
784
  $ti-icon-heart-broken: unicode('ecba');
785
+ $ti-icon-heart-rate-monitor: unicode('ef61');
750
786
  $ti-icon-helicopter: unicode('ed8e');
751
787
  $ti-icon-helicopter-landing: unicode('ed8d');
752
788
  $ti-icon-help: unicode('eabf');
@@ -754,6 +790,7 @@ $ti-icon-hexagon: unicode('ec02');
754
790
  $ti-icon-hexagon-off: unicode('ee9c');
755
791
  $ti-icon-hierarchy: unicode('ee9e');
756
792
  $ti-icon-hierarchy-2: unicode('ee9d');
793
+ $ti-icon-highlight: unicode('ef3f');
757
794
  $ti-icon-history: unicode('ebea');
758
795
  $ti-icon-home: unicode('eac1');
759
796
  $ti-icon-home-2: unicode('eac0');
@@ -845,6 +882,7 @@ $ti-icon-line-height: unicode('eb94');
845
882
  $ti-icon-link: unicode('eade');
846
883
  $ti-icon-list: unicode('eb6b');
847
884
  $ti-icon-list-check: unicode('eb6a');
885
+ $ti-icon-list-details: unicode('ef40');
848
886
  $ti-icon-list-numbers: unicode('ef11');
849
887
  $ti-icon-list-search: unicode('eea9');
850
888
  $ti-icon-live-photo: unicode('eadf');
@@ -856,8 +894,10 @@ $ti-icon-lock: unicode('eae2');
856
894
  $ti-icon-lock-access: unicode('eeaa');
857
895
  $ti-icon-lock-off: unicode('ed1e');
858
896
  $ti-icon-lock-open: unicode('eae1');
897
+ $ti-icon-lock-square: unicode('ef51');
859
898
  $ti-icon-login: unicode('eba7');
860
899
  $ti-icon-logout: unicode('eba8');
900
+ $ti-icon-lungs: unicode('ef62');
861
901
  $ti-icon-macro: unicode('eeab');
862
902
  $ti-icon-magnet: unicode('eae3');
863
903
  $ti-icon-mail: unicode('eae5');
@@ -885,6 +925,7 @@ $ti-icon-maximize: unicode('eaea');
885
925
  $ti-icon-meat: unicode('ef12');
886
926
  $ti-icon-medal: unicode('ec78');
887
927
  $ti-icon-medical-cross: unicode('ec2f');
928
+ $ti-icon-medicine-syrup: unicode('ef63');
888
929
  $ti-icon-menu: unicode('eaeb');
889
930
  $ti-icon-menu-2: unicode('ec42');
890
931
  $ti-icon-message: unicode('eaef');
@@ -901,6 +942,7 @@ $ti-icon-messages-off: unicode('ed42');
901
942
  $ti-icon-microphone: unicode('eaf0');
902
943
  $ti-icon-microphone-2: unicode('ef2c');
903
944
  $ti-icon-microphone-off: unicode('ed16');
945
+ $ti-icon-microscope: unicode('ef64');
904
946
  $ti-icon-milk: unicode('ef13');
905
947
  $ti-icon-minimize: unicode('eaf1');
906
948
  $ti-icon-minus: unicode('eaf2');
@@ -926,6 +968,10 @@ $ti-icon-motorbike: unicode('eeb6');
926
968
  $ti-icon-mouse: unicode('eaf9');
927
969
  $ti-icon-movie: unicode('eafa');
928
970
  $ti-icon-mug: unicode('eafb');
971
+ $ti-icon-multiplier-0-5x: unicode('ef41');
972
+ $ti-icon-multiplier-1-5x: unicode('ef42');
973
+ $ti-icon-multiplier-1x: unicode('ef43');
974
+ $ti-icon-multiplier-2x: unicode('ef44');
929
975
  $ti-icon-mushroom: unicode('ef14');
930
976
  $ti-icon-music: unicode('eafc');
931
977
  $ti-icon-new-section: unicode('ebc1');
@@ -945,6 +991,7 @@ $ti-icon-number-6: unicode('edf6');
945
991
  $ti-icon-number-7: unicode('edf7');
946
992
  $ti-icon-number-8: unicode('edf8');
947
993
  $ti-icon-number-9: unicode('edf9');
994
+ $ti-icon-nurse: unicode('ef65');
948
995
  $ti-icon-octagon: unicode('ecbd');
949
996
  $ti-icon-octagon-off: unicode('eeb8');
950
997
  $ti-icon-old: unicode('eeb9');
@@ -985,7 +1032,9 @@ $ti-icon-physotherapist: unicode('eebe');
985
1032
  $ti-icon-picture-in-picture: unicode('ed35');
986
1033
  $ti-icon-picture-in-picture-off: unicode('ed43');
987
1034
  $ti-icon-picture-in-picture-on: unicode('ed44');
1035
+ $ti-icon-pig: unicode('ef52');
988
1036
  $ti-icon-pill: unicode('ec44');
1037
+ $ti-icon-pills: unicode('ef66');
989
1038
  $ti-icon-pin: unicode('ec9c');
990
1039
  $ti-icon-pinned: unicode('ed60');
991
1040
  $ti-icon-pinned-off: unicode('ed5f');
@@ -1075,6 +1124,7 @@ $ti-icon-salt: unicode('ef16');
1075
1124
  $ti-icon-satellite: unicode('eed3');
1076
1125
  $ti-icon-sausage: unicode('ef17');
1077
1126
  $ti-icon-scale: unicode('ebc2');
1127
+ $ti-icon-scale-outline: unicode('ef53');
1078
1128
  $ti-icon-scan: unicode('ebc8');
1079
1129
  $ti-icon-school: unicode('ecf7');
1080
1130
  $ti-icon-scissors: unicode('eb1b');
@@ -1137,6 +1187,8 @@ $ti-icon-sort-descending-letters: unicode('ef1a');
1137
1187
  $ti-icon-sort-descending-numbers: unicode('ef1b');
1138
1188
  $ti-icon-soup: unicode('ef2e');
1139
1189
  $ti-icon-space: unicode('ec0c');
1190
+ $ti-icon-spacing-horizontal: unicode('ef54');
1191
+ $ti-icon-spacing-vertical: unicode('ef55');
1140
1192
  $ti-icon-speakerphone: unicode('ed61');
1141
1193
  $ti-icon-speedboat: unicode('ed93');
1142
1194
  $ti-icon-sport-billard: unicode('eee4');
@@ -1223,6 +1275,7 @@ $ti-icon-text-direction-ltr: unicode('eefc');
1223
1275
  $ti-icon-text-direction-rtl: unicode('eefd');
1224
1276
  $ti-icon-text-wrap: unicode('ebdd');
1225
1277
  $ti-icon-text-wrap-disabled: unicode('eca7');
1278
+ $ti-icon-thermometer: unicode('ef67');
1226
1279
  $ti-icon-thumb-down: unicode('eb3b');
1227
1280
  $ti-icon-thumb-up: unicode('eb3c');
1228
1281
  $ti-icon-ticket: unicode('eb3d');
@@ -1271,6 +1324,7 @@ $ti-icon-upload: unicode('eb47');
1271
1324
  $ti-icon-urgent: unicode('eb48');
1272
1325
  $ti-icon-user: unicode('eb4d');
1273
1326
  $ti-icon-user-check: unicode('eb49');
1327
+ $ti-icon-user-circle: unicode('ef68');
1274
1328
  $ti-icon-user-exclamation: unicode('ec12');
1275
1329
  $ti-icon-user-minus: unicode('eb4a');
1276
1330
  $ti-icon-user-off: unicode('ecf9');
@@ -1278,6 +1332,7 @@ $ti-icon-user-plus: unicode('eb4b');
1278
1332
  $ti-icon-user-x: unicode('eb4c');
1279
1333
  $ti-icon-users: unicode('ebf2');
1280
1334
  $ti-icon-vaccine: unicode('ef04');
1335
+ $ti-icon-vaccine-bottle: unicode('ef69');
1281
1336
  $ti-icon-variable: unicode('ef05');
1282
1337
  $ti-icon-vector: unicode('eca9');
1283
1338
  $ti-icon-vector-beizer-2: unicode('ed3a');
@@ -1302,6 +1357,7 @@ $ti-icon-volume-2: unicode('eb4f');
1302
1357
  $ti-icon-volume-3: unicode('eb50');
1303
1358
  $ti-icon-walk: unicode('ec87');
1304
1359
  $ti-icon-wallet: unicode('eb75');
1360
+ $ti-icon-wallpaper: unicode('ef56');
1305
1361
  $ti-icon-wand: unicode('ebcb');
1306
1362
  $ti-icon-wave-saw-tool: unicode('ecd3');
1307
1363
  $ti-icon-wave-sine: unicode('ecd4');
@@ -1380,6 +1436,13 @@ $ti-icon-zoom-question: unicode('edeb');
1380
1436
  .#{$ti-prefix}-apple:before { content: $ti-icon-apple; }
1381
1437
  .#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
1382
1438
  .#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
1439
+ .#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }
1440
+ .#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }
1441
+ .#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }
1442
+ .#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }
1443
+ .#{$ti-prefix}-arrow-autofit-right:before { content: $ti-icon-arrow-autofit-right; }
1444
+ .#{$ti-prefix}-arrow-autofit-up:before { content: $ti-icon-arrow-autofit-up; }
1445
+ .#{$ti-prefix}-arrow-autofit-width:before { content: $ti-icon-arrow-autofit-width; }
1383
1446
  .#{$ti-prefix}-arrow-back:before { content: $ti-icon-arrow-back; }
1384
1447
  .#{$ti-prefix}-arrow-back-up:before { content: $ti-icon-arrow-back-up; }
1385
1448
  .#{$ti-prefix}-arrow-bar-down:before { content: $ti-icon-arrow-bar-down; }
@@ -1440,6 +1503,8 @@ $ti-icon-zoom-question: unicode('edeb');
1440
1503
  .#{$ti-prefix}-arrow-wave-right-up:before { content: $ti-icon-arrow-wave-right-up; }
1441
1504
  .#{$ti-prefix}-arrows-diagonal:before { content: $ti-icon-arrows-diagonal; }
1442
1505
  .#{$ti-prefix}-arrows-diagonal-2:before { content: $ti-icon-arrows-diagonal-2; }
1506
+ .#{$ti-prefix}-arrows-diagonal-minimize:before { content: $ti-icon-arrows-diagonal-minimize; }
1507
+ .#{$ti-prefix}-arrows-diagonal-minimize-2:before { content: $ti-icon-arrows-diagonal-minimize-2; }
1443
1508
  .#{$ti-prefix}-arrows-double-ne-sw:before { content: $ti-icon-arrows-double-ne-sw; }
1444
1509
  .#{$ti-prefix}-arrows-double-nw-se:before { content: $ti-icon-arrows-double-nw-se; }
1445
1510
  .#{$ti-prefix}-arrows-double-se-nw:before { content: $ti-icon-arrows-double-se-nw; }
@@ -1471,7 +1536,10 @@ $ti-icon-zoom-question: unicode('edeb');
1471
1536
  .#{$ti-prefix}-atom:before { content: $ti-icon-atom; }
1472
1537
  .#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }
1473
1538
  .#{$ti-prefix}-award:before { content: $ti-icon-award; }
1539
+ .#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }
1540
+ .#{$ti-prefix}-axis-y:before { content: $ti-icon-axis-y; }
1474
1541
  .#{$ti-prefix}-backhoe:before { content: $ti-icon-backhoe; }
1542
+ .#{$ti-prefix}-backpack:before { content: $ti-icon-backpack; }
1475
1543
  .#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }
1476
1544
  .#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; }
1477
1545
  .#{$ti-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; }
@@ -1480,10 +1548,12 @@ $ti-icon-zoom-question: unicode('edeb');
1480
1548
  .#{$ti-prefix}-ball-football-off:before { content: $ti-icon-ball-football-off; }
1481
1549
  .#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }
1482
1550
  .#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }
1551
+ .#{$ti-prefix}-ballon:before { content: $ti-icon-ballon; }
1483
1552
  .#{$ti-prefix}-ban:before { content: $ti-icon-ban; }
1484
1553
  .#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }
1485
1554
  .#{$ti-prefix}-barcode:before { content: $ti-icon-barcode; }
1486
1555
  .#{$ti-prefix}-basket:before { content: $ti-icon-basket; }
1556
+ .#{$ti-prefix}-bath:before { content: $ti-icon-bath; }
1487
1557
  .#{$ti-prefix}-battery:before { content: $ti-icon-battery; }
1488
1558
  .#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }
1489
1559
  .#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }
@@ -1491,7 +1561,10 @@ $ti-icon-zoom-question: unicode('edeb');
1491
1561
  .#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }
1492
1562
  .#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }
1493
1563
  .#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }
1564
+ .#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }
1565
+ .#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }
1494
1566
  .#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }
1567
+ .#{$ti-prefix}-beach:before { content: $ti-icon-beach; }
1495
1568
  .#{$ti-prefix}-bed:before { content: $ti-icon-bed; }
1496
1569
  .#{$ti-prefix}-bell:before { content: $ti-icon-bell; }
1497
1570
  .#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }
@@ -1557,10 +1630,12 @@ $ti-icon-zoom-question: unicode('edeb');
1557
1630
  .#{$ti-prefix}-brand-bing:before { content: $ti-icon-brand-bing; }
1558
1631
  .#{$ti-prefix}-brand-bitbucket:before { content: $ti-icon-brand-bitbucket; }
1559
1632
  .#{$ti-prefix}-brand-booking:before { content: $ti-icon-brand-booking; }
1633
+ .#{$ti-prefix}-brand-bootstrap:before { content: $ti-icon-brand-bootstrap; }
1560
1634
  .#{$ti-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; }
1561
1635
  .#{$ti-prefix}-brand-codepen:before { content: $ti-icon-brand-codepen; }
1562
1636
  .#{$ti-prefix}-brand-codesandbox:before { content: $ti-icon-brand-codesandbox; }
1563
1637
  .#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; }
1638
+ .#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; }
1564
1639
  .#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; }
1565
1640
  .#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }
1566
1641
  .#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; }
@@ -1587,6 +1662,7 @@ $ti-icon-zoom-question: unicode('edeb');
1587
1662
  .#{$ti-prefix}-brand-kickstarter:before { content: $ti-icon-brand-kickstarter; }
1588
1663
  .#{$ti-prefix}-brand-kotlin:before { content: $ti-icon-brand-kotlin; }
1589
1664
  .#{$ti-prefix}-brand-linkedin:before { content: $ti-icon-brand-linkedin; }
1665
+ .#{$ti-prefix}-brand-mastercard:before { content: $ti-icon-brand-mastercard; }
1590
1666
  .#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; }
1591
1667
  .#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }
1592
1668
  .#{$ti-prefix}-brand-netflix:before { content: $ti-icon-brand-netflix; }
@@ -1610,6 +1686,7 @@ $ti-icon-zoom-question: unicode('edeb');
1610
1686
  .#{$ti-prefix}-brand-snapchat:before { content: $ti-icon-brand-snapchat; }
1611
1687
  .#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; }
1612
1688
  .#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }
1689
+ .#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; }
1613
1690
  .#{$ti-prefix}-brand-steam:before { content: $ti-icon-brand-steam; }
1614
1691
  .#{$ti-prefix}-brand-stripe:before { content: $ti-icon-brand-stripe; }
1615
1692
  .#{$ti-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; }
@@ -1621,6 +1698,7 @@ $ti-icon-zoom-question: unicode('edeb');
1621
1698
  .#{$ti-prefix}-brand-tumblr:before { content: $ti-icon-brand-tumblr; }
1622
1699
  .#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; }
1623
1700
  .#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }
1701
+ .#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; }
1624
1702
  .#{$ti-prefix}-brand-unsplash:before { content: $ti-icon-brand-unsplash; }
1625
1703
  .#{$ti-prefix}-brand-vercel:before { content: $ti-icon-brand-vercel; }
1626
1704
  .#{$ti-prefix}-brand-vimeo:before { content: $ti-icon-brand-vimeo; }
@@ -1720,6 +1798,7 @@ $ti-icon-zoom-question: unicode('edeb');
1720
1798
  .#{$ti-prefix}-check:before { content: $ti-icon-check; }
1721
1799
  .#{$ti-prefix}-checkbox:before { content: $ti-icon-checkbox; }
1722
1800
  .#{$ti-prefix}-checks:before { content: $ti-icon-checks; }
1801
+ .#{$ti-prefix}-checkup-list:before { content: $ti-icon-checkup-list; }
1723
1802
  .#{$ti-prefix}-cheese:before { content: $ti-icon-cheese; }
1724
1803
  .#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }
1725
1804
  .#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }
@@ -1819,6 +1898,7 @@ $ti-icon-zoom-question: unicode('edeb');
1819
1898
  .#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; }
1820
1899
  .#{$ti-prefix}-crown:before { content: $ti-icon-crown; }
1821
1900
  .#{$ti-prefix}-crown-off:before { content: $ti-icon-crown-off; }
1901
+ .#{$ti-prefix}-crutches:before { content: $ti-icon-crutches; }
1822
1902
  .#{$ti-prefix}-cup:before { content: $ti-icon-cup; }
1823
1903
  .#{$ti-prefix}-curly-loop:before { content: $ti-icon-curly-loop; }
1824
1904
  .#{$ti-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; }
@@ -1827,6 +1907,7 @@ $ti-icon-zoom-question: unicode('edeb');
1827
1907
  .#{$ti-prefix}-currency-cent:before { content: $ti-icon-currency-cent; }
1828
1908
  .#{$ti-prefix}-currency-dinar:before { content: $ti-icon-currency-dinar; }
1829
1909
  .#{$ti-prefix}-currency-dirham:before { content: $ti-icon-currency-dirham; }
1910
+ .#{$ti-prefix}-currency-dogecoin:before { content: $ti-icon-currency-dogecoin; }
1830
1911
  .#{$ti-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; }
1831
1912
  .#{$ti-prefix}-currency-dollar-australian:before { content: $ti-icon-currency-dollar-australian; }
1832
1913
  .#{$ti-prefix}-currency-dollar-canadian:before { content: $ti-icon-currency-dollar-canadian; }
@@ -1899,7 +1980,11 @@ $ti-icon-zoom-question: unicode('edeb');
1899
1980
  .#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; }
1900
1981
  .#{$ti-prefix}-divide:before { content: $ti-icon-divide; }
1901
1982
  .#{$ti-prefix}-dna:before { content: $ti-icon-dna; }
1983
+ .#{$ti-prefix}-dna-2:before { content: $ti-icon-dna-2; }
1902
1984
  .#{$ti-prefix}-dog-bowl:before { content: $ti-icon-dog-bowl; }
1985
+ .#{$ti-prefix}-door:before { content: $ti-icon-door; }
1986
+ .#{$ti-prefix}-door-enter:before { content: $ti-icon-door-enter; }
1987
+ .#{$ti-prefix}-door-exit:before { content: $ti-icon-door-exit; }
1903
1988
  .#{$ti-prefix}-dots:before { content: $ti-icon-dots; }
1904
1989
  .#{$ti-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; }
1905
1990
  .#{$ti-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; }
@@ -1921,6 +2006,7 @@ $ti-icon-zoom-question: unicode('edeb');
1921
2006
  .#{$ti-prefix}-edit:before { content: $ti-icon-edit; }
1922
2007
  .#{$ti-prefix}-edit-circle:before { content: $ti-icon-edit-circle; }
1923
2008
  .#{$ti-prefix}-egg:before { content: $ti-icon-egg; }
2009
+ .#{$ti-prefix}-emergency-bed:before { content: $ti-icon-emergency-bed; }
1924
2010
  .#{$ti-prefix}-emphasis:before { content: $ti-icon-emphasis; }
1925
2011
  .#{$ti-prefix}-equal:before { content: $ti-icon-equal; }
1926
2012
  .#{$ti-prefix}-equal-not:before { content: $ti-icon-equal-not; }
@@ -1931,6 +2017,7 @@ $ti-icon-zoom-question: unicode('edeb');
1931
2017
  .#{$ti-prefix}-eye:before { content: $ti-icon-eye; }
1932
2018
  .#{$ti-prefix}-eye-check:before { content: $ti-icon-eye-check; }
1933
2019
  .#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; }
2020
+ .#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; }
1934
2021
  .#{$ti-prefix}-eyeglass:before { content: $ti-icon-eyeglass; }
1935
2022
  .#{$ti-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; }
1936
2023
  .#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; }
@@ -1972,6 +2059,7 @@ $ti-icon-zoom-question: unicode('edeb');
1972
2059
  .#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }
1973
2060
  .#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }
1974
2061
  .#{$ti-prefix}-firetruck:before { content: $ti-icon-firetruck; }
2062
+ .#{$ti-prefix}-first-aid-kit:before { content: $ti-icon-first-aid-kit; }
1975
2063
  .#{$ti-prefix}-fish:before { content: $ti-icon-fish; }
1976
2064
  .#{$ti-prefix}-flag:before { content: $ti-icon-flag; }
1977
2065
  .#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }
@@ -1979,6 +2067,7 @@ $ti-icon-zoom-question: unicode('edeb');
1979
2067
  .#{$ti-prefix}-flame:before { content: $ti-icon-flame; }
1980
2068
  .#{$ti-prefix}-flare:before { content: $ti-icon-flare; }
1981
2069
  .#{$ti-prefix}-flask:before { content: $ti-icon-flask; }
2070
+ .#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }
1982
2071
  .#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; }
1983
2072
  .#{$ti-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; }
1984
2073
  .#{$ti-prefix}-float-center:before { content: $ti-icon-float-center; }
@@ -2030,9 +2119,11 @@ $ti-icon-zoom-question: unicode('edeb');
2030
2119
  .#{$ti-prefix}-h-4:before { content: $ti-icon-h-4; }
2031
2120
  .#{$ti-prefix}-h-5:before { content: $ti-icon-h-5; }
2032
2121
  .#{$ti-prefix}-h-6:before { content: $ti-icon-h-6; }
2122
+ .#{$ti-prefix}-hand-click:before { content: $ti-icon-hand-click; }
2033
2123
  .#{$ti-prefix}-hand-finger:before { content: $ti-icon-hand-finger; }
2034
2124
  .#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; }
2035
2125
  .#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; }
2126
+ .#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; }
2036
2127
  .#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; }
2037
2128
  .#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; }
2038
2129
  .#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-rock; }
@@ -2047,6 +2138,7 @@ $ti-icon-zoom-question: unicode('edeb');
2047
2138
  .#{$ti-prefix}-headset:before { content: $ti-icon-headset; }
2048
2139
  .#{$ti-prefix}-heart:before { content: $ti-icon-heart; }
2049
2140
  .#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; }
2141
+ .#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; }
2050
2142
  .#{$ti-prefix}-helicopter:before { content: $ti-icon-helicopter; }
2051
2143
  .#{$ti-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; }
2052
2144
  .#{$ti-prefix}-help:before { content: $ti-icon-help; }
@@ -2054,6 +2146,7 @@ $ti-icon-zoom-question: unicode('edeb');
2054
2146
  .#{$ti-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; }
2055
2147
  .#{$ti-prefix}-hierarchy:before { content: $ti-icon-hierarchy; }
2056
2148
  .#{$ti-prefix}-hierarchy-2:before { content: $ti-icon-hierarchy-2; }
2149
+ .#{$ti-prefix}-highlight:before { content: $ti-icon-highlight; }
2057
2150
  .#{$ti-prefix}-history:before { content: $ti-icon-history; }
2058
2151
  .#{$ti-prefix}-home:before { content: $ti-icon-home; }
2059
2152
  .#{$ti-prefix}-home-2:before { content: $ti-icon-home-2; }
@@ -2145,6 +2238,7 @@ $ti-icon-zoom-question: unicode('edeb');
2145
2238
  .#{$ti-prefix}-link:before { content: $ti-icon-link; }
2146
2239
  .#{$ti-prefix}-list:before { content: $ti-icon-list; }
2147
2240
  .#{$ti-prefix}-list-check:before { content: $ti-icon-list-check; }
2241
+ .#{$ti-prefix}-list-details:before { content: $ti-icon-list-details; }
2148
2242
  .#{$ti-prefix}-list-numbers:before { content: $ti-icon-list-numbers; }
2149
2243
  .#{$ti-prefix}-list-search:before { content: $ti-icon-list-search; }
2150
2244
  .#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; }
@@ -2156,8 +2250,10 @@ $ti-icon-zoom-question: unicode('edeb');
2156
2250
  .#{$ti-prefix}-lock-access:before { content: $ti-icon-lock-access; }
2157
2251
  .#{$ti-prefix}-lock-off:before { content: $ti-icon-lock-off; }
2158
2252
  .#{$ti-prefix}-lock-open:before { content: $ti-icon-lock-open; }
2253
+ .#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }
2159
2254
  .#{$ti-prefix}-login:before { content: $ti-icon-login; }
2160
2255
  .#{$ti-prefix}-logout:before { content: $ti-icon-logout; }
2256
+ .#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; }
2161
2257
  .#{$ti-prefix}-macro:before { content: $ti-icon-macro; }
2162
2258
  .#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }
2163
2259
  .#{$ti-prefix}-mail:before { content: $ti-icon-mail; }
@@ -2185,6 +2281,7 @@ $ti-icon-zoom-question: unicode('edeb');
2185
2281
  .#{$ti-prefix}-meat:before { content: $ti-icon-meat; }
2186
2282
  .#{$ti-prefix}-medal:before { content: $ti-icon-medal; }
2187
2283
  .#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }
2284
+ .#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }
2188
2285
  .#{$ti-prefix}-menu:before { content: $ti-icon-menu; }
2189
2286
  .#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; }
2190
2287
  .#{$ti-prefix}-message:before { content: $ti-icon-message; }
@@ -2201,6 +2298,7 @@ $ti-icon-zoom-question: unicode('edeb');
2201
2298
  .#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }
2202
2299
  .#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }
2203
2300
  .#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }
2301
+ .#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }
2204
2302
  .#{$ti-prefix}-milk:before { content: $ti-icon-milk; }
2205
2303
  .#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; }
2206
2304
  .#{$ti-prefix}-minus:before { content: $ti-icon-minus; }
@@ -2226,6 +2324,10 @@ $ti-icon-zoom-question: unicode('edeb');
2226
2324
  .#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }
2227
2325
  .#{$ti-prefix}-movie:before { content: $ti-icon-movie; }
2228
2326
  .#{$ti-prefix}-mug:before { content: $ti-icon-mug; }
2327
+ .#{$ti-prefix}-multiplier-0-5x:before { content: $ti-icon-multiplier-0-5x; }
2328
+ .#{$ti-prefix}-multiplier-1-5x:before { content: $ti-icon-multiplier-1-5x; }
2329
+ .#{$ti-prefix}-multiplier-1x:before { content: $ti-icon-multiplier-1x; }
2330
+ .#{$ti-prefix}-multiplier-2x:before { content: $ti-icon-multiplier-2x; }
2229
2331
  .#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }
2230
2332
  .#{$ti-prefix}-music:before { content: $ti-icon-music; }
2231
2333
  .#{$ti-prefix}-new-section:before { content: $ti-icon-new-section; }
@@ -2245,6 +2347,7 @@ $ti-icon-zoom-question: unicode('edeb');
2245
2347
  .#{$ti-prefix}-number-7:before { content: $ti-icon-number-7; }
2246
2348
  .#{$ti-prefix}-number-8:before { content: $ti-icon-number-8; }
2247
2349
  .#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }
2350
+ .#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
2248
2351
  .#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
2249
2352
  .#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }
2250
2353
  .#{$ti-prefix}-old:before { content: $ti-icon-old; }
@@ -2285,7 +2388,9 @@ $ti-icon-zoom-question: unicode('edeb');
2285
2388
  .#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; }
2286
2389
  .#{$ti-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; }
2287
2390
  .#{$ti-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; }
2391
+ .#{$ti-prefix}-pig:before { content: $ti-icon-pig; }
2288
2392
  .#{$ti-prefix}-pill:before { content: $ti-icon-pill; }
2393
+ .#{$ti-prefix}-pills:before { content: $ti-icon-pills; }
2289
2394
  .#{$ti-prefix}-pin:before { content: $ti-icon-pin; }
2290
2395
  .#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }
2291
2396
  .#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }
@@ -2375,6 +2480,7 @@ $ti-icon-zoom-question: unicode('edeb');
2375
2480
  .#{$ti-prefix}-satellite:before { content: $ti-icon-satellite; }
2376
2481
  .#{$ti-prefix}-sausage:before { content: $ti-icon-sausage; }
2377
2482
  .#{$ti-prefix}-scale:before { content: $ti-icon-scale; }
2483
+ .#{$ti-prefix}-scale-outline:before { content: $ti-icon-scale-outline; }
2378
2484
  .#{$ti-prefix}-scan:before { content: $ti-icon-scan; }
2379
2485
  .#{$ti-prefix}-school:before { content: $ti-icon-school; }
2380
2486
  .#{$ti-prefix}-scissors:before { content: $ti-icon-scissors; }
@@ -2437,6 +2543,8 @@ $ti-icon-zoom-question: unicode('edeb');
2437
2543
  .#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; }
2438
2544
  .#{$ti-prefix}-soup:before { content: $ti-icon-soup; }
2439
2545
  .#{$ti-prefix}-space:before { content: $ti-icon-space; }
2546
+ .#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; }
2547
+ .#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; }
2440
2548
  .#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }
2441
2549
  .#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }
2442
2550
  .#{$ti-prefix}-sport-billard:before { content: $ti-icon-sport-billard; }
@@ -2523,6 +2631,7 @@ $ti-icon-zoom-question: unicode('edeb');
2523
2631
  .#{$ti-prefix}-text-direction-rtl:before { content: $ti-icon-text-direction-rtl; }
2524
2632
  .#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }
2525
2633
  .#{$ti-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; }
2634
+ .#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }
2526
2635
  .#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }
2527
2636
  .#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }
2528
2637
  .#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; }
@@ -2571,6 +2680,7 @@ $ti-icon-zoom-question: unicode('edeb');
2571
2680
  .#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; }
2572
2681
  .#{$ti-prefix}-user:before { content: $ti-icon-user; }
2573
2682
  .#{$ti-prefix}-user-check:before { content: $ti-icon-user-check; }
2683
+ .#{$ti-prefix}-user-circle:before { content: $ti-icon-user-circle; }
2574
2684
  .#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }
2575
2685
  .#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }
2576
2686
  .#{$ti-prefix}-user-off:before { content: $ti-icon-user-off; }
@@ -2578,6 +2688,7 @@ $ti-icon-zoom-question: unicode('edeb');
2578
2688
  .#{$ti-prefix}-user-x:before { content: $ti-icon-user-x; }
2579
2689
  .#{$ti-prefix}-users:before { content: $ti-icon-users; }
2580
2690
  .#{$ti-prefix}-vaccine:before { content: $ti-icon-vaccine; }
2691
+ .#{$ti-prefix}-vaccine-bottle:before { content: $ti-icon-vaccine-bottle; }
2581
2692
  .#{$ti-prefix}-variable:before { content: $ti-icon-variable; }
2582
2693
  .#{$ti-prefix}-vector:before { content: $ti-icon-vector; }
2583
2694
  .#{$ti-prefix}-vector-beizer-2:before { content: $ti-icon-vector-beizer-2; }
@@ -2602,6 +2713,7 @@ $ti-icon-zoom-question: unicode('edeb');
2602
2713
  .#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; }
2603
2714
  .#{$ti-prefix}-walk:before { content: $ti-icon-walk; }
2604
2715
  .#{$ti-prefix}-wallet:before { content: $ti-icon-wallet; }
2716
+ .#{$ti-prefix}-wallpaper:before { content: $ti-icon-wallpaper; }
2605
2717
  .#{$ti-prefix}-wand:before { content: $ti-icon-wand; }
2606
2718
  .#{$ti-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; }
2607
2719
  .#{$ti-prefix}-wave-sine:before { content: $ti-icon-wave-sine; }
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-autofit-content" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M6 4l-3 3l3 3" />
4
+ <path d="M18 4l3 3l-3 3" />
5
+ <rect x="4" y="14" width="16" height="6" rx="2" />
6
+ <path d="M10 7h-7" />
7
+ <path d="M21 7h-7" />
8
+ </svg>
9
+
10
+
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-autofit-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8" />
4
+ <path d="M18 4v17" />
5
+ <path d="M15 18l3 3l3 -3" />
6
+ </svg>
7
+
8
+
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-autofit-height" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6" />
4
+ <path d="M18 14v7" />
5
+ <path d="M18 3v7" />
6
+ <path d="M15 18l3 3l3 -3" />
7
+ <path d="M15 6l3 -3l3 3" />
8
+ </svg>
9
+
10
+
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-autofit-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" />
4
+ <path d="M20 18h-17" />
5
+ <path d="M6 15l-3 3l3 3" />
6
+ </svg>
7
+
8
+
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-autofit-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8" />
4
+ <path d="M4 18h17" />
5
+ <path d="M18 15l3 3l-3 3" />
6
+ </svg>
7
+
8
+
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-autofit-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8" />
4
+ <path d="M18 20v-17" />
5
+ <path d="M15 6l3 -3l3 3" />
6
+ </svg>
7
+
8
+