@tabler/icons-webfont 2.28.0 → 2.30.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.
- package/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +2 -2
- package/tabler-icons.css +278 -90
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +617 -194
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +144 -50
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.30.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;
|
|
@@ -12,11 +12,11 @@ $ti-prefix: 'ti' !default;
|
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-weight: 400;
|
|
14
14
|
font-display: $ti-font-display;
|
|
15
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?v2.
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.
|
|
17
|
-
url('#{$ti-font-path}/tabler-icons.woff2?v2.
|
|
15
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?v2.30.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.30.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.30.0') format('woff2'),
|
|
18
18
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
19
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v2.
|
|
19
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v2.30.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -1002,14 +1002,18 @@ $ti-icon-brand-windy: unicode('f4dd');
|
|
|
1002
1002
|
$ti-icon-brand-wish: unicode('f212');
|
|
1003
1003
|
$ti-icon-brand-wix: unicode('f3a1');
|
|
1004
1004
|
$ti-icon-brand-wordpress: unicode('f2d3');
|
|
1005
|
+
$ti-icon-brand-x: unicode('fc0f');
|
|
1006
|
+
$ti-icon-brand-x-filled: unicode('fc21');
|
|
1005
1007
|
$ti-icon-brand-xamarin: unicode('fa7a');
|
|
1006
1008
|
$ti-icon-brand-xbox: unicode('f298');
|
|
1009
|
+
$ti-icon-brand-xdeep: unicode('fc10');
|
|
1007
1010
|
$ti-icon-brand-xing: unicode('f21a');
|
|
1008
1011
|
$ti-icon-brand-yahoo: unicode('ed73');
|
|
1009
1012
|
$ti-icon-brand-yandex: unicode('fae1');
|
|
1010
1013
|
$ti-icon-brand-yatse: unicode('f213');
|
|
1011
1014
|
$ti-icon-brand-ycombinator: unicode('edd9');
|
|
1012
1015
|
$ti-icon-brand-youtube: unicode('ec90');
|
|
1016
|
+
$ti-icon-brand-youtube-filled: unicode('fc22');
|
|
1013
1017
|
$ti-icon-brand-youtube-kids: unicode('f214');
|
|
1014
1018
|
$ti-icon-brand-zalando: unicode('f49e');
|
|
1015
1019
|
$ti-icon-brand-zapier: unicode('f49f');
|
|
@@ -1144,12 +1148,15 @@ $ti-icon-camper: unicode('fa25');
|
|
|
1144
1148
|
$ti-icon-campfire: unicode('f5a7');
|
|
1145
1149
|
$ti-icon-campfire-filled: unicode('fb28');
|
|
1146
1150
|
$ti-icon-candle: unicode('efc6');
|
|
1151
|
+
$ti-icon-candle-filled: unicode('fc23');
|
|
1147
1152
|
$ti-icon-candy: unicode('ef0d');
|
|
1148
1153
|
$ti-icon-candy-off: unicode('f0c5');
|
|
1149
1154
|
$ti-icon-cane: unicode('f50f');
|
|
1150
1155
|
$ti-icon-cannabis: unicode('f4c1');
|
|
1151
1156
|
$ti-icon-capsule: unicode('fae3');
|
|
1157
|
+
$ti-icon-capsule-filled: unicode('fc24');
|
|
1152
1158
|
$ti-icon-capsule-horizontal: unicode('fae2');
|
|
1159
|
+
$ti-icon-capsule-horizontal-filled: unicode('fc25');
|
|
1153
1160
|
$ti-icon-capture: unicode('ec3c');
|
|
1154
1161
|
$ti-icon-capture-filled: unicode('fb29');
|
|
1155
1162
|
$ti-icon-capture-off: unicode('f0c6');
|
|
@@ -1162,6 +1169,7 @@ $ti-icon-caravan: unicode('ec7c');
|
|
|
1162
1169
|
$ti-icon-cardboards: unicode('ed74');
|
|
1163
1170
|
$ti-icon-cardboards-off: unicode('f0c8');
|
|
1164
1171
|
$ti-icon-cards: unicode('f510');
|
|
1172
|
+
$ti-icon-cards-filled: unicode('fc26');
|
|
1165
1173
|
$ti-icon-caret-down: unicode('eb5d');
|
|
1166
1174
|
$ti-icon-caret-down-filled: unicode('fb2a');
|
|
1167
1175
|
$ti-icon-caret-left: unicode('eb5e');
|
|
@@ -1176,27 +1184,6 @@ $ti-icon-carousel-vertical: unicode('f65a');
|
|
|
1176
1184
|
$ti-icon-carousel-vertical-filled: unicode('fa93');
|
|
1177
1185
|
$ti-icon-carrot: unicode('f21c');
|
|
1178
1186
|
$ti-icon-carrot-off: unicode('f3d0');
|
|
1179
|
-
$ti-icon-cart-bolt: unicode('fb57');
|
|
1180
|
-
$ti-icon-cart-cancel: unicode('fb58');
|
|
1181
|
-
$ti-icon-cart-check: unicode('fb59');
|
|
1182
|
-
$ti-icon-cart-code: unicode('fb5a');
|
|
1183
|
-
$ti-icon-cart-cog: unicode('fb5b');
|
|
1184
|
-
$ti-icon-cart-copy: unicode('fb5c');
|
|
1185
|
-
$ti-icon-cart-discount: unicode('fb5d');
|
|
1186
|
-
$ti-icon-cart-dollar: unicode('fb5e');
|
|
1187
|
-
$ti-icon-cart-down: unicode('fb5f');
|
|
1188
|
-
$ti-icon-cart-exclamation: unicode('fb60');
|
|
1189
|
-
$ti-icon-cart-heart: unicode('fb61');
|
|
1190
|
-
$ti-icon-cart-minus: unicode('fb62');
|
|
1191
|
-
$ti-icon-cart-pause: unicode('fb63');
|
|
1192
|
-
$ti-icon-cart-pin: unicode('fb64');
|
|
1193
|
-
$ti-icon-cart-plus: unicode('fb65');
|
|
1194
|
-
$ti-icon-cart-question: unicode('fb66');
|
|
1195
|
-
$ti-icon-cart-search: unicode('fb67');
|
|
1196
|
-
$ti-icon-cart-share: unicode('fb68');
|
|
1197
|
-
$ti-icon-cart-star: unicode('fb69');
|
|
1198
|
-
$ti-icon-cart-up: unicode('fb6a');
|
|
1199
|
-
$ti-icon-cart-x: unicode('fb6b');
|
|
1200
1187
|
$ti-icon-cash: unicode('ea55');
|
|
1201
1188
|
$ti-icon-cash-banknote: unicode('ee25');
|
|
1202
1189
|
$ti-icon-cash-banknote-off: unicode('ee24');
|
|
@@ -1867,6 +1854,7 @@ $ti-icon-device-mobile-vibration: unicode('eb86');
|
|
|
1867
1854
|
$ti-icon-device-mobile-x: unicode('f8bf');
|
|
1868
1855
|
$ti-icon-device-nintendo: unicode('f026');
|
|
1869
1856
|
$ti-icon-device-nintendo-off: unicode('f111');
|
|
1857
|
+
$ti-icon-device-projector: unicode('fc11');
|
|
1870
1858
|
$ti-icon-device-remote: unicode('f792');
|
|
1871
1859
|
$ti-icon-device-sd-card: unicode('f384');
|
|
1872
1860
|
$ti-icon-device-sim: unicode('f4b2');
|
|
@@ -2042,6 +2030,7 @@ $ti-icon-droplet-share: unicode('f908');
|
|
|
2042
2030
|
$ti-icon-droplet-star: unicode('f909');
|
|
2043
2031
|
$ti-icon-droplet-up: unicode('f90a');
|
|
2044
2032
|
$ti-icon-droplet-x: unicode('f90b');
|
|
2033
|
+
$ti-icon-droplets: unicode('fc12');
|
|
2045
2034
|
$ti-icon-dual-screen: unicode('fa59');
|
|
2046
2035
|
$ti-icon-e-passport: unicode('f4df');
|
|
2047
2036
|
$ti-icon-ear: unicode('ebce');
|
|
@@ -2235,6 +2224,7 @@ $ti-icon-filter-dollar: unicode('f9ff');
|
|
|
2235
2224
|
$ti-icon-filter-down: unicode('fb81');
|
|
2236
2225
|
$ti-icon-filter-edit: unicode('fa00');
|
|
2237
2226
|
$ti-icon-filter-exclamation: unicode('fb82');
|
|
2227
|
+
$ti-icon-filter-filled: unicode('fc27');
|
|
2238
2228
|
$ti-icon-filter-heart: unicode('fb83');
|
|
2239
2229
|
$ti-icon-filter-minus: unicode('fa01');
|
|
2240
2230
|
$ti-icon-filter-off: unicode('ed2c');
|
|
@@ -2341,9 +2331,12 @@ $ti-icon-folders: unicode('eaae');
|
|
|
2341
2331
|
$ti-icon-folders-off: unicode('f133');
|
|
2342
2332
|
$ti-icon-forbid: unicode('ebd5');
|
|
2343
2333
|
$ti-icon-forbid-2: unicode('ebd4');
|
|
2334
|
+
$ti-icon-forbid-2-filled: unicode('fc28');
|
|
2335
|
+
$ti-icon-forbid-filled: unicode('fc29');
|
|
2344
2336
|
$ti-icon-forklift: unicode('ebe9');
|
|
2345
2337
|
$ti-icon-forms: unicode('ee8f');
|
|
2346
2338
|
$ti-icon-fountain: unicode('f09b');
|
|
2339
|
+
$ti-icon-fountain-filled: unicode('fc2a');
|
|
2347
2340
|
$ti-icon-fountain-off: unicode('f134');
|
|
2348
2341
|
$ti-icon-frame: unicode('eaaf');
|
|
2349
2342
|
$ti-icon-frame-off: unicode('f135');
|
|
@@ -2359,12 +2352,14 @@ $ti-icon-frustum: unicode('fa9f');
|
|
|
2359
2352
|
$ti-icon-frustum-off: unicode('fa9d');
|
|
2360
2353
|
$ti-icon-frustum-plus: unicode('fa9e');
|
|
2361
2354
|
$ti-icon-function: unicode('f225');
|
|
2355
|
+
$ti-icon-function-filled: unicode('fc2b');
|
|
2362
2356
|
$ti-icon-function-off: unicode('f3f0');
|
|
2363
2357
|
$ti-icon-garden-cart: unicode('f23e');
|
|
2364
2358
|
$ti-icon-garden-cart-off: unicode('f3f1');
|
|
2365
2359
|
$ti-icon-gas-station: unicode('ec7d');
|
|
2366
2360
|
$ti-icon-gas-station-off: unicode('f137');
|
|
2367
2361
|
$ti-icon-gauge: unicode('eab1');
|
|
2362
|
+
$ti-icon-gauge-filled: unicode('fc2c');
|
|
2368
2363
|
$ti-icon-gauge-off: unicode('f138');
|
|
2369
2364
|
$ti-icon-gavel: unicode('ef90');
|
|
2370
2365
|
$ti-icon-gender-agender: unicode('f0e1');
|
|
@@ -2389,11 +2384,13 @@ $ti-icon-geometry: unicode('ee90');
|
|
|
2389
2384
|
$ti-icon-ghost: unicode('eb8e');
|
|
2390
2385
|
$ti-icon-ghost-2: unicode('f57c');
|
|
2391
2386
|
$ti-icon-ghost-2-filled: unicode('f74a');
|
|
2387
|
+
$ti-icon-ghost-3: unicode('fc13');
|
|
2392
2388
|
$ti-icon-ghost-filled: unicode('f74b');
|
|
2393
2389
|
$ti-icon-ghost-off: unicode('f3f2');
|
|
2394
2390
|
$ti-icon-gif: unicode('f257');
|
|
2395
2391
|
$ti-icon-gift: unicode('eb68');
|
|
2396
2392
|
$ti-icon-gift-card: unicode('f3aa');
|
|
2393
|
+
$ti-icon-gift-card-filled: unicode('fc2d');
|
|
2397
2394
|
$ti-icon-gift-off: unicode('f3f3');
|
|
2398
2395
|
$ti-icon-git-branch: unicode('eab2');
|
|
2399
2396
|
$ti-icon-git-branch-deleted: unicode('f57d');
|
|
@@ -2408,8 +2405,10 @@ $ti-icon-git-pull-request-draft: unicode('efb7');
|
|
|
2408
2405
|
$ti-icon-gizmo: unicode('f02b');
|
|
2409
2406
|
$ti-icon-glass: unicode('eab8');
|
|
2410
2407
|
$ti-icon-glass-full: unicode('eab7');
|
|
2408
|
+
$ti-icon-glass-full-filled: unicode('fc2e');
|
|
2411
2409
|
$ti-icon-glass-off: unicode('ee91');
|
|
2412
2410
|
$ti-icon-globe: unicode('eab9');
|
|
2411
|
+
$ti-icon-globe-filled: unicode('fc2f');
|
|
2413
2412
|
$ti-icon-globe-off: unicode('f139');
|
|
2414
2413
|
$ti-icon-go-game: unicode('f512');
|
|
2415
2414
|
$ti-icon-golf: unicode('ed8c');
|
|
@@ -2711,11 +2710,17 @@ $ti-icon-keyboard-off: unicode('eea0');
|
|
|
2711
2710
|
$ti-icon-keyboard-show: unicode('ec7f');
|
|
2712
2711
|
$ti-icon-keyframe: unicode('f576');
|
|
2713
2712
|
$ti-icon-keyframe-align-center: unicode('f582');
|
|
2713
|
+
$ti-icon-keyframe-align-center-filled: unicode('fc30');
|
|
2714
2714
|
$ti-icon-keyframe-align-horizontal: unicode('f583');
|
|
2715
|
+
$ti-icon-keyframe-align-horizontal-filled: unicode('fc31');
|
|
2715
2716
|
$ti-icon-keyframe-align-vertical: unicode('f584');
|
|
2717
|
+
$ti-icon-keyframe-align-vertical-filled: unicode('fc32');
|
|
2718
|
+
$ti-icon-keyframe-filled: unicode('fc33');
|
|
2716
2719
|
$ti-icon-keyframes: unicode('f585');
|
|
2720
|
+
$ti-icon-keyframes-filled: unicode('fc34');
|
|
2717
2721
|
$ti-icon-ladder: unicode('efe2');
|
|
2718
2722
|
$ti-icon-ladder-off: unicode('f14c');
|
|
2723
|
+
$ti-icon-ladle: unicode('fc14');
|
|
2719
2724
|
$ti-icon-lambda: unicode('f541');
|
|
2720
2725
|
$ti-icon-lamp: unicode('efab');
|
|
2721
2726
|
$ti-icon-lamp-2: unicode('f09e');
|
|
@@ -2747,7 +2752,10 @@ $ti-icon-layout-board: unicode('ef95');
|
|
|
2747
2752
|
$ti-icon-layout-board-split: unicode('ef94');
|
|
2748
2753
|
$ti-icon-layout-bottombar: unicode('ead3');
|
|
2749
2754
|
$ti-icon-layout-bottombar-collapse: unicode('f28b');
|
|
2755
|
+
$ti-icon-layout-bottombar-collapse-filled: unicode('fc35');
|
|
2750
2756
|
$ti-icon-layout-bottombar-expand: unicode('f28c');
|
|
2757
|
+
$ti-icon-layout-bottombar-expand-filled: unicode('fc36');
|
|
2758
|
+
$ti-icon-layout-bottombar-filled: unicode('fc37');
|
|
2751
2759
|
$ti-icon-layout-cards: unicode('ec13');
|
|
2752
2760
|
$ti-icon-layout-collage: unicode('f389');
|
|
2753
2761
|
$ti-icon-layout-columns: unicode('ead4');
|
|
@@ -2761,15 +2769,22 @@ $ti-icon-layout-kanban: unicode('ec3f');
|
|
|
2761
2769
|
$ti-icon-layout-list: unicode('ec14');
|
|
2762
2770
|
$ti-icon-layout-navbar: unicode('ead7');
|
|
2763
2771
|
$ti-icon-layout-navbar-collapse: unicode('f28d');
|
|
2772
|
+
$ti-icon-layout-navbar-collapse-filled: unicode('fc38');
|
|
2764
2773
|
$ti-icon-layout-navbar-expand: unicode('f28e');
|
|
2774
|
+
$ti-icon-layout-navbar-expand-filled: unicode('fc39');
|
|
2775
|
+
$ti-icon-layout-navbar-filled: unicode('fc3a');
|
|
2765
2776
|
$ti-icon-layout-off: unicode('f151');
|
|
2766
2777
|
$ti-icon-layout-rows: unicode('ead8');
|
|
2767
2778
|
$ti-icon-layout-sidebar: unicode('eada');
|
|
2768
2779
|
$ti-icon-layout-sidebar-left-collapse: unicode('f004');
|
|
2780
|
+
$ti-icon-layout-sidebar-left-collapse-filled: unicode('fc3b');
|
|
2769
2781
|
$ti-icon-layout-sidebar-left-expand: unicode('f005');
|
|
2782
|
+
$ti-icon-layout-sidebar-left-expand-filled: unicode('fc3c');
|
|
2770
2783
|
$ti-icon-layout-sidebar-right: unicode('ead9');
|
|
2771
2784
|
$ti-icon-layout-sidebar-right-collapse: unicode('f006');
|
|
2785
|
+
$ti-icon-layout-sidebar-right-collapse-filled: unicode('fc3d');
|
|
2772
2786
|
$ti-icon-layout-sidebar-right-expand: unicode('f007');
|
|
2787
|
+
$ti-icon-layout-sidebar-right-expand-filled: unicode('fc3e');
|
|
2773
2788
|
$ti-icon-leaf: unicode('ed4f');
|
|
2774
2789
|
$ti-icon-leaf-off: unicode('f400');
|
|
2775
2790
|
$ti-icon-lego: unicode('eadc');
|
|
@@ -3626,6 +3641,7 @@ $ti-icon-relation-many-to-many: unicode('ed7f');
|
|
|
3626
3641
|
$ti-icon-relation-one-to-many: unicode('ed80');
|
|
3627
3642
|
$ti-icon-relation-one-to-one: unicode('ed81');
|
|
3628
3643
|
$ti-icon-reload: unicode('f3ae');
|
|
3644
|
+
$ti-icon-reorder: unicode('fc15');
|
|
3629
3645
|
$ti-icon-repeat: unicode('eb72');
|
|
3630
3646
|
$ti-icon-repeat-off: unicode('f18e');
|
|
3631
3647
|
$ti-icon-repeat-once: unicode('eb71');
|
|
@@ -3843,11 +3859,38 @@ $ti-icon-shirt-sport: unicode('f26c');
|
|
|
3843
3859
|
$ti-icon-shoe: unicode('efd2');
|
|
3844
3860
|
$ti-icon-shoe-off: unicode('f1a4');
|
|
3845
3861
|
$ti-icon-shopping-bag: unicode('f5f8');
|
|
3862
|
+
$ti-icon-shopping-bag-check: unicode('fc16');
|
|
3863
|
+
$ti-icon-shopping-bag-discount: unicode('fc17');
|
|
3864
|
+
$ti-icon-shopping-bag-edit: unicode('fc18');
|
|
3865
|
+
$ti-icon-shopping-bag-exclamation: unicode('fc19');
|
|
3866
|
+
$ti-icon-shopping-bag-minus: unicode('fc1a');
|
|
3867
|
+
$ti-icon-shopping-bag-plus: unicode('fc1b');
|
|
3868
|
+
$ti-icon-shopping-bag-search: unicode('fc1c');
|
|
3869
|
+
$ti-icon-shopping-bag-x: unicode('fc1d');
|
|
3846
3870
|
$ti-icon-shopping-cart: unicode('eb25');
|
|
3847
|
-
$ti-icon-shopping-cart-
|
|
3871
|
+
$ti-icon-shopping-cart-bolt: unicode('fb57');
|
|
3872
|
+
$ti-icon-shopping-cart-cancel: unicode('fb58');
|
|
3873
|
+
$ti-icon-shopping-cart-check: unicode('fb59');
|
|
3874
|
+
$ti-icon-shopping-cart-code: unicode('fb5a');
|
|
3875
|
+
$ti-icon-shopping-cart-cog: unicode('fb5b');
|
|
3876
|
+
$ti-icon-shopping-cart-copy: unicode('fb5c');
|
|
3877
|
+
$ti-icon-shopping-cart-discount: unicode('fb5d');
|
|
3878
|
+
$ti-icon-shopping-cart-dollar: unicode('fb5e');
|
|
3879
|
+
$ti-icon-shopping-cart-down: unicode('fb5f');
|
|
3880
|
+
$ti-icon-shopping-cart-exclamation: unicode('fb60');
|
|
3881
|
+
$ti-icon-shopping-cart-filled: unicode('fc3f');
|
|
3882
|
+
$ti-icon-shopping-cart-heart: unicode('fb61');
|
|
3883
|
+
$ti-icon-shopping-cart-minus: unicode('fb62');
|
|
3848
3884
|
$ti-icon-shopping-cart-off: unicode('eedc');
|
|
3849
|
-
$ti-icon-shopping-cart-
|
|
3850
|
-
$ti-icon-shopping-cart-
|
|
3885
|
+
$ti-icon-shopping-cart-pause: unicode('fb63');
|
|
3886
|
+
$ti-icon-shopping-cart-pin: unicode('fb64');
|
|
3887
|
+
$ti-icon-shopping-cart-plus: unicode('fb65');
|
|
3888
|
+
$ti-icon-shopping-cart-question: unicode('fb66');
|
|
3889
|
+
$ti-icon-shopping-cart-search: unicode('fb67');
|
|
3890
|
+
$ti-icon-shopping-cart-share: unicode('fb68');
|
|
3891
|
+
$ti-icon-shopping-cart-star: unicode('fb69');
|
|
3892
|
+
$ti-icon-shopping-cart-up: unicode('fb6a');
|
|
3893
|
+
$ti-icon-shopping-cart-x: unicode('fb6b');
|
|
3851
3894
|
$ti-icon-shovel: unicode('f1d9');
|
|
3852
3895
|
$ti-icon-shredder: unicode('eedf');
|
|
3853
3896
|
$ti-icon-sign-left: unicode('f06b');
|
|
@@ -3990,6 +4033,7 @@ $ti-icon-square-f8: unicode('f52e');
|
|
|
3990
4033
|
$ti-icon-square-f8-filled: unicode('f776');
|
|
3991
4034
|
$ti-icon-square-f9: unicode('f52f');
|
|
3992
4035
|
$ti-icon-square-f9-filled: unicode('f777');
|
|
4036
|
+
$ti-icon-square-filled: unicode('fc40');
|
|
3993
4037
|
$ti-icon-square-forbid: unicode('ed5b');
|
|
3994
4038
|
$ti-icon-square-forbid-2: unicode('ed5a');
|
|
3995
4039
|
$ti-icon-square-half: unicode('effb');
|
|
@@ -4319,8 +4363,10 @@ $ti-icon-traffic-cone-off: unicode('f1b8');
|
|
|
4319
4363
|
$ti-icon-traffic-lights: unicode('ed39');
|
|
4320
4364
|
$ti-icon-traffic-lights-off: unicode('f1b9');
|
|
4321
4365
|
$ti-icon-train: unicode('ed96');
|
|
4366
|
+
$ti-icon-transfer: unicode('fc1f');
|
|
4322
4367
|
$ti-icon-transfer-in: unicode('ef2f');
|
|
4323
4368
|
$ti-icon-transfer-out: unicode('ef30');
|
|
4369
|
+
$ti-icon-transfer-vertical: unicode('fc1e');
|
|
4324
4370
|
$ti-icon-transform: unicode('f38e');
|
|
4325
4371
|
$ti-icon-transform-filled: unicode('f6ac');
|
|
4326
4372
|
$ti-icon-transition-bottom: unicode('f2b2');
|
|
@@ -4554,6 +4600,7 @@ $ti-icon-xbox-b: unicode('f2b7');
|
|
|
4554
4600
|
$ti-icon-xbox-x: unicode('f2b8');
|
|
4555
4601
|
$ti-icon-xbox-y: unicode('f2b9');
|
|
4556
4602
|
$ti-icon-xd: unicode('fa33');
|
|
4603
|
+
$ti-icon-xxx: unicode('fc20');
|
|
4557
4604
|
$ti-icon-yin-yang: unicode('ec35');
|
|
4558
4605
|
$ti-icon-yin-yang-filled: unicode('f785');
|
|
4559
4606
|
$ti-icon-yoga: unicode('f01f');
|
|
@@ -5558,14 +5605,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5558
5605
|
.#{$ti-prefix}-brand-wish:before { content: $ti-icon-brand-wish; }
|
|
5559
5606
|
.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }
|
|
5560
5607
|
.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }
|
|
5608
|
+
.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }
|
|
5609
|
+
.#{$ti-prefix}-brand-x-filled:before { content: $ti-icon-brand-x-filled; }
|
|
5561
5610
|
.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }
|
|
5562
5611
|
.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }
|
|
5612
|
+
.#{$ti-prefix}-brand-xdeep:before { content: $ti-icon-brand-xdeep; }
|
|
5563
5613
|
.#{$ti-prefix}-brand-xing:before { content: $ti-icon-brand-xing; }
|
|
5564
5614
|
.#{$ti-prefix}-brand-yahoo:before { content: $ti-icon-brand-yahoo; }
|
|
5565
5615
|
.#{$ti-prefix}-brand-yandex:before { content: $ti-icon-brand-yandex; }
|
|
5566
5616
|
.#{$ti-prefix}-brand-yatse:before { content: $ti-icon-brand-yatse; }
|
|
5567
5617
|
.#{$ti-prefix}-brand-ycombinator:before { content: $ti-icon-brand-ycombinator; }
|
|
5568
5618
|
.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }
|
|
5619
|
+
.#{$ti-prefix}-brand-youtube-filled:before { content: $ti-icon-brand-youtube-filled; }
|
|
5569
5620
|
.#{$ti-prefix}-brand-youtube-kids:before { content: $ti-icon-brand-youtube-kids; }
|
|
5570
5621
|
.#{$ti-prefix}-brand-zalando:before { content: $ti-icon-brand-zalando; }
|
|
5571
5622
|
.#{$ti-prefix}-brand-zapier:before { content: $ti-icon-brand-zapier; }
|
|
@@ -5700,12 +5751,15 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5700
5751
|
.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }
|
|
5701
5752
|
.#{$ti-prefix}-campfire-filled:before { content: $ti-icon-campfire-filled; }
|
|
5702
5753
|
.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }
|
|
5754
|
+
.#{$ti-prefix}-candle-filled:before { content: $ti-icon-candle-filled; }
|
|
5703
5755
|
.#{$ti-prefix}-candy:before { content: $ti-icon-candy; }
|
|
5704
5756
|
.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }
|
|
5705
5757
|
.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }
|
|
5706
5758
|
.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }
|
|
5707
5759
|
.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }
|
|
5760
|
+
.#{$ti-prefix}-capsule-filled:before { content: $ti-icon-capsule-filled; }
|
|
5708
5761
|
.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }
|
|
5762
|
+
.#{$ti-prefix}-capsule-horizontal-filled:before { content: $ti-icon-capsule-horizontal-filled; }
|
|
5709
5763
|
.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }
|
|
5710
5764
|
.#{$ti-prefix}-capture-filled:before { content: $ti-icon-capture-filled; }
|
|
5711
5765
|
.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; }
|
|
@@ -5718,6 +5772,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5718
5772
|
.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }
|
|
5719
5773
|
.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; }
|
|
5720
5774
|
.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }
|
|
5775
|
+
.#{$ti-prefix}-cards-filled:before { content: $ti-icon-cards-filled; }
|
|
5721
5776
|
.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }
|
|
5722
5777
|
.#{$ti-prefix}-caret-down-filled:before { content: $ti-icon-caret-down-filled; }
|
|
5723
5778
|
.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }
|
|
@@ -5732,27 +5787,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5732
5787
|
.#{$ti-prefix}-carousel-vertical-filled:before { content: $ti-icon-carousel-vertical-filled; }
|
|
5733
5788
|
.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }
|
|
5734
5789
|
.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }
|
|
5735
|
-
.#{$ti-prefix}-cart-bolt:before { content: $ti-icon-cart-bolt; }
|
|
5736
|
-
.#{$ti-prefix}-cart-cancel:before { content: $ti-icon-cart-cancel; }
|
|
5737
|
-
.#{$ti-prefix}-cart-check:before { content: $ti-icon-cart-check; }
|
|
5738
|
-
.#{$ti-prefix}-cart-code:before { content: $ti-icon-cart-code; }
|
|
5739
|
-
.#{$ti-prefix}-cart-cog:before { content: $ti-icon-cart-cog; }
|
|
5740
|
-
.#{$ti-prefix}-cart-copy:before { content: $ti-icon-cart-copy; }
|
|
5741
|
-
.#{$ti-prefix}-cart-discount:before { content: $ti-icon-cart-discount; }
|
|
5742
|
-
.#{$ti-prefix}-cart-dollar:before { content: $ti-icon-cart-dollar; }
|
|
5743
|
-
.#{$ti-prefix}-cart-down:before { content: $ti-icon-cart-down; }
|
|
5744
|
-
.#{$ti-prefix}-cart-exclamation:before { content: $ti-icon-cart-exclamation; }
|
|
5745
|
-
.#{$ti-prefix}-cart-heart:before { content: $ti-icon-cart-heart; }
|
|
5746
|
-
.#{$ti-prefix}-cart-minus:before { content: $ti-icon-cart-minus; }
|
|
5747
|
-
.#{$ti-prefix}-cart-pause:before { content: $ti-icon-cart-pause; }
|
|
5748
|
-
.#{$ti-prefix}-cart-pin:before { content: $ti-icon-cart-pin; }
|
|
5749
|
-
.#{$ti-prefix}-cart-plus:before { content: $ti-icon-cart-plus; }
|
|
5750
|
-
.#{$ti-prefix}-cart-question:before { content: $ti-icon-cart-question; }
|
|
5751
|
-
.#{$ti-prefix}-cart-search:before { content: $ti-icon-cart-search; }
|
|
5752
|
-
.#{$ti-prefix}-cart-share:before { content: $ti-icon-cart-share; }
|
|
5753
|
-
.#{$ti-prefix}-cart-star:before { content: $ti-icon-cart-star; }
|
|
5754
|
-
.#{$ti-prefix}-cart-up:before { content: $ti-icon-cart-up; }
|
|
5755
|
-
.#{$ti-prefix}-cart-x:before { content: $ti-icon-cart-x; }
|
|
5756
5790
|
.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }
|
|
5757
5791
|
.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }
|
|
5758
5792
|
.#{$ti-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; }
|
|
@@ -6423,6 +6457,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6423
6457
|
.#{$ti-prefix}-device-mobile-x:before { content: $ti-icon-device-mobile-x; }
|
|
6424
6458
|
.#{$ti-prefix}-device-nintendo:before { content: $ti-icon-device-nintendo; }
|
|
6425
6459
|
.#{$ti-prefix}-device-nintendo-off:before { content: $ti-icon-device-nintendo-off; }
|
|
6460
|
+
.#{$ti-prefix}-device-projector:before { content: $ti-icon-device-projector; }
|
|
6426
6461
|
.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; }
|
|
6427
6462
|
.#{$ti-prefix}-device-sd-card:before { content: $ti-icon-device-sd-card; }
|
|
6428
6463
|
.#{$ti-prefix}-device-sim:before { content: $ti-icon-device-sim; }
|
|
@@ -6598,6 +6633,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6598
6633
|
.#{$ti-prefix}-droplet-star:before { content: $ti-icon-droplet-star; }
|
|
6599
6634
|
.#{$ti-prefix}-droplet-up:before { content: $ti-icon-droplet-up; }
|
|
6600
6635
|
.#{$ti-prefix}-droplet-x:before { content: $ti-icon-droplet-x; }
|
|
6636
|
+
.#{$ti-prefix}-droplets:before { content: $ti-icon-droplets; }
|
|
6601
6637
|
.#{$ti-prefix}-dual-screen:before { content: $ti-icon-dual-screen; }
|
|
6602
6638
|
.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; }
|
|
6603
6639
|
.#{$ti-prefix}-ear:before { content: $ti-icon-ear; }
|
|
@@ -6791,6 +6827,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6791
6827
|
.#{$ti-prefix}-filter-down:before { content: $ti-icon-filter-down; }
|
|
6792
6828
|
.#{$ti-prefix}-filter-edit:before { content: $ti-icon-filter-edit; }
|
|
6793
6829
|
.#{$ti-prefix}-filter-exclamation:before { content: $ti-icon-filter-exclamation; }
|
|
6830
|
+
.#{$ti-prefix}-filter-filled:before { content: $ti-icon-filter-filled; }
|
|
6794
6831
|
.#{$ti-prefix}-filter-heart:before { content: $ti-icon-filter-heart; }
|
|
6795
6832
|
.#{$ti-prefix}-filter-minus:before { content: $ti-icon-filter-minus; }
|
|
6796
6833
|
.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }
|
|
@@ -6897,9 +6934,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6897
6934
|
.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; }
|
|
6898
6935
|
.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }
|
|
6899
6936
|
.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }
|
|
6937
|
+
.#{$ti-prefix}-forbid-2-filled:before { content: $ti-icon-forbid-2-filled; }
|
|
6938
|
+
.#{$ti-prefix}-forbid-filled:before { content: $ti-icon-forbid-filled; }
|
|
6900
6939
|
.#{$ti-prefix}-forklift:before { content: $ti-icon-forklift; }
|
|
6901
6940
|
.#{$ti-prefix}-forms:before { content: $ti-icon-forms; }
|
|
6902
6941
|
.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }
|
|
6942
|
+
.#{$ti-prefix}-fountain-filled:before { content: $ti-icon-fountain-filled; }
|
|
6903
6943
|
.#{$ti-prefix}-fountain-off:before { content: $ti-icon-fountain-off; }
|
|
6904
6944
|
.#{$ti-prefix}-frame:before { content: $ti-icon-frame; }
|
|
6905
6945
|
.#{$ti-prefix}-frame-off:before { content: $ti-icon-frame-off; }
|
|
@@ -6915,12 +6955,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6915
6955
|
.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; }
|
|
6916
6956
|
.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; }
|
|
6917
6957
|
.#{$ti-prefix}-function:before { content: $ti-icon-function; }
|
|
6958
|
+
.#{$ti-prefix}-function-filled:before { content: $ti-icon-function-filled; }
|
|
6918
6959
|
.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }
|
|
6919
6960
|
.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }
|
|
6920
6961
|
.#{$ti-prefix}-garden-cart-off:before { content: $ti-icon-garden-cart-off; }
|
|
6921
6962
|
.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }
|
|
6922
6963
|
.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; }
|
|
6923
6964
|
.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }
|
|
6965
|
+
.#{$ti-prefix}-gauge-filled:before { content: $ti-icon-gauge-filled; }
|
|
6924
6966
|
.#{$ti-prefix}-gauge-off:before { content: $ti-icon-gauge-off; }
|
|
6925
6967
|
.#{$ti-prefix}-gavel:before { content: $ti-icon-gavel; }
|
|
6926
6968
|
.#{$ti-prefix}-gender-agender:before { content: $ti-icon-gender-agender; }
|
|
@@ -6945,11 +6987,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6945
6987
|
.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }
|
|
6946
6988
|
.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }
|
|
6947
6989
|
.#{$ti-prefix}-ghost-2-filled:before { content: $ti-icon-ghost-2-filled; }
|
|
6990
|
+
.#{$ti-prefix}-ghost-3:before { content: $ti-icon-ghost-3; }
|
|
6948
6991
|
.#{$ti-prefix}-ghost-filled:before { content: $ti-icon-ghost-filled; }
|
|
6949
6992
|
.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }
|
|
6950
6993
|
.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }
|
|
6951
6994
|
.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }
|
|
6952
6995
|
.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }
|
|
6996
|
+
.#{$ti-prefix}-gift-card-filled:before { content: $ti-icon-gift-card-filled; }
|
|
6953
6997
|
.#{$ti-prefix}-gift-off:before { content: $ti-icon-gift-off; }
|
|
6954
6998
|
.#{$ti-prefix}-git-branch:before { content: $ti-icon-git-branch; }
|
|
6955
6999
|
.#{$ti-prefix}-git-branch-deleted:before { content: $ti-icon-git-branch-deleted; }
|
|
@@ -6964,8 +7008,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6964
7008
|
.#{$ti-prefix}-gizmo:before { content: $ti-icon-gizmo; }
|
|
6965
7009
|
.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }
|
|
6966
7010
|
.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }
|
|
7011
|
+
.#{$ti-prefix}-glass-full-filled:before { content: $ti-icon-glass-full-filled; }
|
|
6967
7012
|
.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; }
|
|
6968
7013
|
.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }
|
|
7014
|
+
.#{$ti-prefix}-globe-filled:before { content: $ti-icon-globe-filled; }
|
|
6969
7015
|
.#{$ti-prefix}-globe-off:before { content: $ti-icon-globe-off; }
|
|
6970
7016
|
.#{$ti-prefix}-go-game:before { content: $ti-icon-go-game; }
|
|
6971
7017
|
.#{$ti-prefix}-golf:before { content: $ti-icon-golf; }
|
|
@@ -7267,11 +7313,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7267
7313
|
.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; }
|
|
7268
7314
|
.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }
|
|
7269
7315
|
.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }
|
|
7316
|
+
.#{$ti-prefix}-keyframe-align-center-filled:before { content: $ti-icon-keyframe-align-center-filled; }
|
|
7270
7317
|
.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }
|
|
7318
|
+
.#{$ti-prefix}-keyframe-align-horizontal-filled:before { content: $ti-icon-keyframe-align-horizontal-filled; }
|
|
7271
7319
|
.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }
|
|
7320
|
+
.#{$ti-prefix}-keyframe-align-vertical-filled:before { content: $ti-icon-keyframe-align-vertical-filled; }
|
|
7321
|
+
.#{$ti-prefix}-keyframe-filled:before { content: $ti-icon-keyframe-filled; }
|
|
7272
7322
|
.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }
|
|
7323
|
+
.#{$ti-prefix}-keyframes-filled:before { content: $ti-icon-keyframes-filled; }
|
|
7273
7324
|
.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; }
|
|
7274
7325
|
.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; }
|
|
7326
|
+
.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; }
|
|
7275
7327
|
.#{$ti-prefix}-lambda:before { content: $ti-icon-lambda; }
|
|
7276
7328
|
.#{$ti-prefix}-lamp:before { content: $ti-icon-lamp; }
|
|
7277
7329
|
.#{$ti-prefix}-lamp-2:before { content: $ti-icon-lamp-2; }
|
|
@@ -7303,7 +7355,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7303
7355
|
.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }
|
|
7304
7356
|
.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }
|
|
7305
7357
|
.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }
|
|
7358
|
+
.#{$ti-prefix}-layout-bottombar-collapse-filled:before { content: $ti-icon-layout-bottombar-collapse-filled; }
|
|
7306
7359
|
.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }
|
|
7360
|
+
.#{$ti-prefix}-layout-bottombar-expand-filled:before { content: $ti-icon-layout-bottombar-expand-filled; }
|
|
7361
|
+
.#{$ti-prefix}-layout-bottombar-filled:before { content: $ti-icon-layout-bottombar-filled; }
|
|
7307
7362
|
.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }
|
|
7308
7363
|
.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; }
|
|
7309
7364
|
.#{$ti-prefix}-layout-columns:before { content: $ti-icon-layout-columns; }
|
|
@@ -7317,15 +7372,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7317
7372
|
.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }
|
|
7318
7373
|
.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }
|
|
7319
7374
|
.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }
|
|
7375
|
+
.#{$ti-prefix}-layout-navbar-collapse-filled:before { content: $ti-icon-layout-navbar-collapse-filled; }
|
|
7320
7376
|
.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }
|
|
7377
|
+
.#{$ti-prefix}-layout-navbar-expand-filled:before { content: $ti-icon-layout-navbar-expand-filled; }
|
|
7378
|
+
.#{$ti-prefix}-layout-navbar-filled:before { content: $ti-icon-layout-navbar-filled; }
|
|
7321
7379
|
.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; }
|
|
7322
7380
|
.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }
|
|
7323
7381
|
.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }
|
|
7324
7382
|
.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }
|
|
7383
|
+
.#{$ti-prefix}-layout-sidebar-left-collapse-filled:before { content: $ti-icon-layout-sidebar-left-collapse-filled; }
|
|
7325
7384
|
.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }
|
|
7385
|
+
.#{$ti-prefix}-layout-sidebar-left-expand-filled:before { content: $ti-icon-layout-sidebar-left-expand-filled; }
|
|
7326
7386
|
.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }
|
|
7327
7387
|
.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }
|
|
7388
|
+
.#{$ti-prefix}-layout-sidebar-right-collapse-filled:before { content: $ti-icon-layout-sidebar-right-collapse-filled; }
|
|
7328
7389
|
.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }
|
|
7390
|
+
.#{$ti-prefix}-layout-sidebar-right-expand-filled:before { content: $ti-icon-layout-sidebar-right-expand-filled; }
|
|
7329
7391
|
.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }
|
|
7330
7392
|
.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; }
|
|
7331
7393
|
.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }
|
|
@@ -8182,6 +8244,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8182
8244
|
.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }
|
|
8183
8245
|
.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }
|
|
8184
8246
|
.#{$ti-prefix}-reload:before { content: $ti-icon-reload; }
|
|
8247
|
+
.#{$ti-prefix}-reorder:before { content: $ti-icon-reorder; }
|
|
8185
8248
|
.#{$ti-prefix}-repeat:before { content: $ti-icon-repeat; }
|
|
8186
8249
|
.#{$ti-prefix}-repeat-off:before { content: $ti-icon-repeat-off; }
|
|
8187
8250
|
.#{$ti-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }
|
|
@@ -8399,10 +8462,37 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8399
8462
|
.#{$ti-prefix}-shoe:before { content: $ti-icon-shoe; }
|
|
8400
8463
|
.#{$ti-prefix}-shoe-off:before { content: $ti-icon-shoe-off; }
|
|
8401
8464
|
.#{$ti-prefix}-shopping-bag:before { content: $ti-icon-shopping-bag; }
|
|
8465
|
+
.#{$ti-prefix}-shopping-bag-check:before { content: $ti-icon-shopping-bag-check; }
|
|
8466
|
+
.#{$ti-prefix}-shopping-bag-discount:before { content: $ti-icon-shopping-bag-discount; }
|
|
8467
|
+
.#{$ti-prefix}-shopping-bag-edit:before { content: $ti-icon-shopping-bag-edit; }
|
|
8468
|
+
.#{$ti-prefix}-shopping-bag-exclamation:before { content: $ti-icon-shopping-bag-exclamation; }
|
|
8469
|
+
.#{$ti-prefix}-shopping-bag-minus:before { content: $ti-icon-shopping-bag-minus; }
|
|
8470
|
+
.#{$ti-prefix}-shopping-bag-plus:before { content: $ti-icon-shopping-bag-plus; }
|
|
8471
|
+
.#{$ti-prefix}-shopping-bag-search:before { content: $ti-icon-shopping-bag-search; }
|
|
8472
|
+
.#{$ti-prefix}-shopping-bag-x:before { content: $ti-icon-shopping-bag-x; }
|
|
8402
8473
|
.#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; }
|
|
8474
|
+
.#{$ti-prefix}-shopping-cart-bolt:before { content: $ti-icon-shopping-cart-bolt; }
|
|
8475
|
+
.#{$ti-prefix}-shopping-cart-cancel:before { content: $ti-icon-shopping-cart-cancel; }
|
|
8476
|
+
.#{$ti-prefix}-shopping-cart-check:before { content: $ti-icon-shopping-cart-check; }
|
|
8477
|
+
.#{$ti-prefix}-shopping-cart-code:before { content: $ti-icon-shopping-cart-code; }
|
|
8478
|
+
.#{$ti-prefix}-shopping-cart-cog:before { content: $ti-icon-shopping-cart-cog; }
|
|
8479
|
+
.#{$ti-prefix}-shopping-cart-copy:before { content: $ti-icon-shopping-cart-copy; }
|
|
8403
8480
|
.#{$ti-prefix}-shopping-cart-discount:before { content: $ti-icon-shopping-cart-discount; }
|
|
8481
|
+
.#{$ti-prefix}-shopping-cart-dollar:before { content: $ti-icon-shopping-cart-dollar; }
|
|
8482
|
+
.#{$ti-prefix}-shopping-cart-down:before { content: $ti-icon-shopping-cart-down; }
|
|
8483
|
+
.#{$ti-prefix}-shopping-cart-exclamation:before { content: $ti-icon-shopping-cart-exclamation; }
|
|
8484
|
+
.#{$ti-prefix}-shopping-cart-filled:before { content: $ti-icon-shopping-cart-filled; }
|
|
8485
|
+
.#{$ti-prefix}-shopping-cart-heart:before { content: $ti-icon-shopping-cart-heart; }
|
|
8486
|
+
.#{$ti-prefix}-shopping-cart-minus:before { content: $ti-icon-shopping-cart-minus; }
|
|
8404
8487
|
.#{$ti-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; }
|
|
8488
|
+
.#{$ti-prefix}-shopping-cart-pause:before { content: $ti-icon-shopping-cart-pause; }
|
|
8489
|
+
.#{$ti-prefix}-shopping-cart-pin:before { content: $ti-icon-shopping-cart-pin; }
|
|
8405
8490
|
.#{$ti-prefix}-shopping-cart-plus:before { content: $ti-icon-shopping-cart-plus; }
|
|
8491
|
+
.#{$ti-prefix}-shopping-cart-question:before { content: $ti-icon-shopping-cart-question; }
|
|
8492
|
+
.#{$ti-prefix}-shopping-cart-search:before { content: $ti-icon-shopping-cart-search; }
|
|
8493
|
+
.#{$ti-prefix}-shopping-cart-share:before { content: $ti-icon-shopping-cart-share; }
|
|
8494
|
+
.#{$ti-prefix}-shopping-cart-star:before { content: $ti-icon-shopping-cart-star; }
|
|
8495
|
+
.#{$ti-prefix}-shopping-cart-up:before { content: $ti-icon-shopping-cart-up; }
|
|
8406
8496
|
.#{$ti-prefix}-shopping-cart-x:before { content: $ti-icon-shopping-cart-x; }
|
|
8407
8497
|
.#{$ti-prefix}-shovel:before { content: $ti-icon-shovel; }
|
|
8408
8498
|
.#{$ti-prefix}-shredder:before { content: $ti-icon-shredder; }
|
|
@@ -8546,6 +8636,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8546
8636
|
.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; }
|
|
8547
8637
|
.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }
|
|
8548
8638
|
.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; }
|
|
8639
|
+
.#{$ti-prefix}-square-filled:before { content: $ti-icon-square-filled; }
|
|
8549
8640
|
.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }
|
|
8550
8641
|
.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }
|
|
8551
8642
|
.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }
|
|
@@ -8875,8 +8966,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8875
8966
|
.#{$ti-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; }
|
|
8876
8967
|
.#{$ti-prefix}-traffic-lights-off:before { content: $ti-icon-traffic-lights-off; }
|
|
8877
8968
|
.#{$ti-prefix}-train:before { content: $ti-icon-train; }
|
|
8969
|
+
.#{$ti-prefix}-transfer:before { content: $ti-icon-transfer; }
|
|
8878
8970
|
.#{$ti-prefix}-transfer-in:before { content: $ti-icon-transfer-in; }
|
|
8879
8971
|
.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; }
|
|
8972
|
+
.#{$ti-prefix}-transfer-vertical:before { content: $ti-icon-transfer-vertical; }
|
|
8880
8973
|
.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }
|
|
8881
8974
|
.#{$ti-prefix}-transform-filled:before { content: $ti-icon-transform-filled; }
|
|
8882
8975
|
.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }
|
|
@@ -9110,6 +9203,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9110
9203
|
.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }
|
|
9111
9204
|
.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }
|
|
9112
9205
|
.#{$ti-prefix}-xd:before { content: $ti-icon-xd; }
|
|
9206
|
+
.#{$ti-prefix}-xxx:before { content: $ti-icon-xxx; }
|
|
9113
9207
|
.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }
|
|
9114
9208
|
.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; }
|
|
9115
9209
|
.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }
|