@tabler/icons-webfont 2.1.2 → 2.3.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 +212 -16
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +474 -33
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +117 -19
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.3.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.3.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.3.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.3.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.3.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -56,19 +56,23 @@ $ti-icon-access-point: unicode('ed1b');
|
|
|
56
56
|
$ti-icon-access-point-off: unicode('ed1a');
|
|
57
57
|
$ti-icon-accessible: unicode('eba9');
|
|
58
58
|
$ti-icon-accessible-off: unicode('f0a7');
|
|
59
|
+
$ti-icon-accessible-off-filled: unicode('f6ea');
|
|
59
60
|
$ti-icon-activity: unicode('ed23');
|
|
60
61
|
$ti-icon-activity-heartbeat: unicode('f0db');
|
|
61
62
|
$ti-icon-ad: unicode('ea02');
|
|
62
63
|
$ti-icon-ad-2: unicode('ef1f');
|
|
64
|
+
$ti-icon-ad-filled: unicode('f6eb');
|
|
63
65
|
$ti-icon-ad-off: unicode('f3b7');
|
|
64
66
|
$ti-icon-address-book: unicode('f021');
|
|
65
67
|
$ti-icon-address-book-off: unicode('f3b8');
|
|
66
68
|
$ti-icon-adjustments: unicode('ea03');
|
|
67
69
|
$ti-icon-adjustments-alt: unicode('ec37');
|
|
70
|
+
$ti-icon-adjustments-filled: unicode('f6ec');
|
|
68
71
|
$ti-icon-adjustments-horizontal: unicode('ec38');
|
|
69
72
|
$ti-icon-adjustments-off: unicode('f0a8');
|
|
70
73
|
$ti-icon-aerial-lift: unicode('edfe');
|
|
71
74
|
$ti-icon-affiliate: unicode('edff');
|
|
75
|
+
$ti-icon-affiliate-filled: unicode('f6ed');
|
|
72
76
|
$ti-icon-air-balloon: unicode('f4a6');
|
|
73
77
|
$ti-icon-air-conditioning: unicode('f3a2');
|
|
74
78
|
$ti-icon-air-conditioning-disabled: unicode('f542');
|
|
@@ -80,8 +84,11 @@ $ti-icon-alarm-snooze: unicode('f632');
|
|
|
80
84
|
$ti-icon-album: unicode('f022');
|
|
81
85
|
$ti-icon-album-off: unicode('f3b9');
|
|
82
86
|
$ti-icon-alert-circle: unicode('ea05');
|
|
87
|
+
$ti-icon-alert-circle-filled: unicode('f6ee');
|
|
83
88
|
$ti-icon-alert-octagon: unicode('ecc6');
|
|
89
|
+
$ti-icon-alert-octagon-filled: unicode('f6ef');
|
|
84
90
|
$ti-icon-alert-triangle: unicode('ea06');
|
|
91
|
+
$ti-icon-alert-triangle-filled: unicode('f6f0');
|
|
85
92
|
$ti-icon-alien: unicode('ebde');
|
|
86
93
|
$ti-icon-align-box-bottom-center: unicode('f530');
|
|
87
94
|
$ti-icon-align-box-bottom-left: unicode('f531');
|
|
@@ -128,6 +135,7 @@ $ti-icon-api-off: unicode('f0f8');
|
|
|
128
135
|
$ti-icon-app-window: unicode('efe6');
|
|
129
136
|
$ti-icon-apple: unicode('ef21');
|
|
130
137
|
$ti-icon-apps: unicode('ebb6');
|
|
138
|
+
$ti-icon-apps-filled: unicode('f6f1');
|
|
131
139
|
$ti-icon-apps-off: unicode('f0ac');
|
|
132
140
|
$ti-icon-archive: unicode('ea0b');
|
|
133
141
|
$ti-icon-archive-off: unicode('f0ad');
|
|
@@ -136,6 +144,7 @@ $ti-icon-armchair-2: unicode('efe7');
|
|
|
136
144
|
$ti-icon-armchair-2-off: unicode('f3bd');
|
|
137
145
|
$ti-icon-armchair-off: unicode('f3be');
|
|
138
146
|
$ti-icon-arrow-autofit-content: unicode('ef31');
|
|
147
|
+
$ti-icon-arrow-autofit-content-filled: unicode('f6f2');
|
|
139
148
|
$ti-icon-arrow-autofit-down: unicode('ef32');
|
|
140
149
|
$ti-icon-arrow-autofit-height: unicode('ef33');
|
|
141
150
|
$ti-icon-arrow-autofit-left: unicode('ef34');
|
|
@@ -248,6 +257,7 @@ $ti-icon-arrow-roundabout-left: unicode('f22b');
|
|
|
248
257
|
$ti-icon-arrow-roundabout-right: unicode('f22c');
|
|
249
258
|
$ti-icon-arrow-sharp-turn-left: unicode('f05a');
|
|
250
259
|
$ti-icon-arrow-sharp-turn-right: unicode('f05b');
|
|
260
|
+
$ti-icon-arrow-top-circle: unicode('f6f3');
|
|
251
261
|
$ti-icon-arrow-up: unicode('ea25');
|
|
252
262
|
$ti-icon-arrow-up-bar: unicode('eda4');
|
|
253
263
|
$ti-icon-arrow-up-circle: unicode('ea20');
|
|
@@ -361,8 +371,8 @@ $ti-icon-ball-football: unicode('ee06');
|
|
|
361
371
|
$ti-icon-ball-football-off: unicode('ee05');
|
|
362
372
|
$ti-icon-ball-tennis: unicode('ec2a');
|
|
363
373
|
$ti-icon-ball-volleyball: unicode('ec2b');
|
|
364
|
-
$ti-icon-
|
|
365
|
-
$ti-icon-
|
|
374
|
+
$ti-icon-balloon: unicode('ef3a');
|
|
375
|
+
$ti-icon-balloon-off: unicode('f0fd');
|
|
366
376
|
$ti-icon-ballpen: unicode('f06e');
|
|
367
377
|
$ti-icon-ballpen-off: unicode('f0b1');
|
|
368
378
|
$ti-icon-ban: unicode('ea2e');
|
|
@@ -506,7 +516,7 @@ $ti-icon-brackets-contain: unicode('f1e5');
|
|
|
506
516
|
$ti-icon-brackets-contain-end: unicode('f1e3');
|
|
507
517
|
$ti-icon-brackets-contain-start: unicode('f1e4');
|
|
508
518
|
$ti-icon-brackets-off: unicode('f0c0');
|
|
509
|
-
$ti-icon-
|
|
519
|
+
$ti-icon-braille: unicode('f545');
|
|
510
520
|
$ti-icon-brain: unicode('f59f');
|
|
511
521
|
$ti-icon-brand-4chan: unicode('f494');
|
|
512
522
|
$ti-icon-brand-abstract: unicode('f495');
|
|
@@ -519,7 +529,7 @@ $ti-icon-brand-alpine-js: unicode('f324');
|
|
|
519
529
|
$ti-icon-brand-amazon: unicode('f230');
|
|
520
530
|
$ti-icon-brand-amd: unicode('f653');
|
|
521
531
|
$ti-icon-brand-amigo: unicode('f5f9');
|
|
522
|
-
$ti-icon-brand-
|
|
532
|
+
$ti-icon-brand-among-us: unicode('f205');
|
|
523
533
|
$ti-icon-brand-android: unicode('ec16');
|
|
524
534
|
$ti-icon-brand-angular: unicode('ef6b');
|
|
525
535
|
$ti-icon-brand-ao3: unicode('f5e8');
|
|
@@ -540,7 +550,7 @@ $ti-icon-brand-bilibili: unicode('f6d2');
|
|
|
540
550
|
$ti-icon-brand-binance: unicode('f5a0');
|
|
541
551
|
$ti-icon-brand-bing: unicode('edc6');
|
|
542
552
|
$ti-icon-brand-bitbucket: unicode('edc7');
|
|
543
|
-
$ti-icon-brand-
|
|
553
|
+
$ti-icon-brand-blackberry: unicode('f568');
|
|
544
554
|
$ti-icon-brand-blender: unicode('f326');
|
|
545
555
|
$ti-icon-brand-blogger: unicode('f35a');
|
|
546
556
|
$ti-icon-brand-booking: unicode('edc8');
|
|
@@ -1004,11 +1014,28 @@ $ti-icon-chisel: unicode('f383');
|
|
|
1004
1014
|
$ti-icon-christmas-tree: unicode('ed78');
|
|
1005
1015
|
$ti-icon-christmas-tree-off: unicode('f3d5');
|
|
1006
1016
|
$ti-icon-circle: unicode('ea6b');
|
|
1017
|
+
$ti-icon-circle-arrow-down: unicode('f6f9');
|
|
1018
|
+
$ti-icon-circle-arrow-down-filled: unicode('f6f4');
|
|
1019
|
+
$ti-icon-circle-arrow-down-left: unicode('f6f6');
|
|
1020
|
+
$ti-icon-circle-arrow-down-left-filled: unicode('f6f5');
|
|
1021
|
+
$ti-icon-circle-arrow-down-right: unicode('f6f8');
|
|
1022
|
+
$ti-icon-circle-arrow-down-right-filled: unicode('f6f7');
|
|
1023
|
+
$ti-icon-circle-arrow-left: unicode('f6fb');
|
|
1024
|
+
$ti-icon-circle-arrow-left-filled: unicode('f6fa');
|
|
1025
|
+
$ti-icon-circle-arrow-right: unicode('f6fd');
|
|
1026
|
+
$ti-icon-circle-arrow-right-filled: unicode('f6fc');
|
|
1027
|
+
$ti-icon-circle-arrow-up: unicode('f703');
|
|
1028
|
+
$ti-icon-circle-arrow-up-filled: unicode('f6fe');
|
|
1029
|
+
$ti-icon-circle-arrow-up-left: unicode('f700');
|
|
1030
|
+
$ti-icon-circle-arrow-up-left-filled: unicode('f6ff');
|
|
1031
|
+
$ti-icon-circle-arrow-up-right: unicode('f702');
|
|
1032
|
+
$ti-icon-circle-arrow-up-right-filled: unicode('f701');
|
|
1007
1033
|
$ti-icon-circle-caret-down: unicode('f4a9');
|
|
1008
1034
|
$ti-icon-circle-caret-left: unicode('f4aa');
|
|
1009
1035
|
$ti-icon-circle-caret-right: unicode('f4ab');
|
|
1010
1036
|
$ti-icon-circle-caret-up: unicode('f4ac');
|
|
1011
1037
|
$ti-icon-circle-check: unicode('ea67');
|
|
1038
|
+
$ti-icon-circle-check-filled: unicode('f704');
|
|
1012
1039
|
$ti-icon-circle-chevron-down: unicode('f622');
|
|
1013
1040
|
$ti-icon-circle-chevron-left: unicode('f623');
|
|
1014
1041
|
$ti-icon-circle-chevron-right: unicode('f624');
|
|
@@ -1019,12 +1046,14 @@ $ti-icon-circle-chevrons-right: unicode('f644');
|
|
|
1019
1046
|
$ti-icon-circle-chevrons-up: unicode('f645');
|
|
1020
1047
|
$ti-icon-circle-dashed: unicode('ed27');
|
|
1021
1048
|
$ti-icon-circle-dot: unicode('efb1');
|
|
1049
|
+
$ti-icon-circle-dot-filled: unicode('f705');
|
|
1022
1050
|
$ti-icon-circle-dotted: unicode('ed28');
|
|
1023
1051
|
$ti-icon-circle-filled: unicode('f671');
|
|
1024
1052
|
$ti-icon-circle-half: unicode('ee3f');
|
|
1025
1053
|
$ti-icon-circle-half-2: unicode('eff3');
|
|
1026
1054
|
$ti-icon-circle-half-vertical: unicode('ee3e');
|
|
1027
1055
|
$ti-icon-circle-key: unicode('f633');
|
|
1056
|
+
$ti-icon-circle-key-filled: unicode('f706');
|
|
1028
1057
|
$ti-icon-circle-letter-a: unicode('f441');
|
|
1029
1058
|
$ti-icon-circle-letter-b: unicode('f442');
|
|
1030
1059
|
$ti-icon-circle-letter-c: unicode('f443');
|
|
@@ -1594,8 +1623,10 @@ $ti-icon-fish-hook-off: unicode('f3ee');
|
|
|
1594
1623
|
$ti-icon-fish-off: unicode('f12b');
|
|
1595
1624
|
$ti-icon-flag: unicode('eaa6');
|
|
1596
1625
|
$ti-icon-flag-2: unicode('ee8c');
|
|
1626
|
+
$ti-icon-flag-2-filled: unicode('f707');
|
|
1597
1627
|
$ti-icon-flag-2-off: unicode('f12c');
|
|
1598
1628
|
$ti-icon-flag-3: unicode('ee8d');
|
|
1629
|
+
$ti-icon-flag-3-filled: unicode('f708');
|
|
1599
1630
|
$ti-icon-flag-filled: unicode('f67a');
|
|
1600
1631
|
$ti-icon-flag-off: unicode('f12d');
|
|
1601
1632
|
$ti-icon-flame: unicode('ec2c');
|
|
@@ -1869,8 +1900,10 @@ $ti-icon-indent-increase: unicode('eb92');
|
|
|
1869
1900
|
$ti-icon-infinity: unicode('eb69');
|
|
1870
1901
|
$ti-icon-infinity-off: unicode('f3fe');
|
|
1871
1902
|
$ti-icon-info-circle: unicode('eac5');
|
|
1903
|
+
$ti-icon-info-circle-filled: unicode('f6d8');
|
|
1872
1904
|
$ti-icon-info-square: unicode('eac6');
|
|
1873
1905
|
$ti-icon-info-square-rounded: unicode('f635');
|
|
1906
|
+
$ti-icon-info-square-rounded-filled: unicode('f6d9');
|
|
1874
1907
|
$ti-icon-inner-shadow-bottom: unicode('f520');
|
|
1875
1908
|
$ti-icon-inner-shadow-bottom-left: unicode('f51e');
|
|
1876
1909
|
$ti-icon-inner-shadow-bottom-right: unicode('f51f');
|
|
@@ -2032,6 +2065,7 @@ $ti-icon-lock-open: unicode('eae1');
|
|
|
2032
2065
|
$ti-icon-lock-open-off: unicode('f156');
|
|
2033
2066
|
$ti-icon-lock-square: unicode('ef51');
|
|
2034
2067
|
$ti-icon-lock-square-rounded: unicode('f636');
|
|
2068
|
+
$ti-icon-lock-square-rounded-filled: unicode('f6da');
|
|
2035
2069
|
$ti-icon-logic-and: unicode('f240');
|
|
2036
2070
|
$ti-icon-logic-buffer: unicode('f241');
|
|
2037
2071
|
$ti-icon-logic-nand: unicode('f242');
|
|
@@ -2283,10 +2317,10 @@ $ti-icon-oval-vertical: unicode('f02d');
|
|
|
2283
2317
|
$ti-icon-oval-vertical-filled: unicode('f688');
|
|
2284
2318
|
$ti-icon-overline: unicode('eebb');
|
|
2285
2319
|
$ti-icon-package: unicode('eaff');
|
|
2320
|
+
$ti-icon-package-export: unicode('f07a');
|
|
2321
|
+
$ti-icon-package-import: unicode('f07b');
|
|
2286
2322
|
$ti-icon-package-off: unicode('f16c');
|
|
2287
2323
|
$ti-icon-packages: unicode('f2c9');
|
|
2288
|
-
$ti-icon-packge-export: unicode('f07a');
|
|
2289
|
-
$ti-icon-packge-import: unicode('f07b');
|
|
2290
2324
|
$ti-icon-pacman: unicode('eebc');
|
|
2291
2325
|
$ti-icon-page-break: unicode('ec81');
|
|
2292
2326
|
$ti-icon-paint: unicode('eb00');
|
|
@@ -2811,18 +2845,31 @@ $ti-icon-square-rotated-forbid-2: unicode('f01b');
|
|
|
2811
2845
|
$ti-icon-square-rotated-off: unicode('eef2');
|
|
2812
2846
|
$ti-icon-square-rounded: unicode('f59a');
|
|
2813
2847
|
$ti-icon-square-rounded-arrow-down: unicode('f639');
|
|
2848
|
+
$ti-icon-square-rounded-arrow-down-filled: unicode('f6db');
|
|
2814
2849
|
$ti-icon-square-rounded-arrow-left: unicode('f63a');
|
|
2850
|
+
$ti-icon-square-rounded-arrow-left-filled: unicode('f6dc');
|
|
2815
2851
|
$ti-icon-square-rounded-arrow-right: unicode('f63b');
|
|
2852
|
+
$ti-icon-square-rounded-arrow-right-filled: unicode('f6dd');
|
|
2816
2853
|
$ti-icon-square-rounded-arrow-up: unicode('f63c');
|
|
2854
|
+
$ti-icon-square-rounded-arrow-up-filled: unicode('f6de');
|
|
2817
2855
|
$ti-icon-square-rounded-check: unicode('f63d');
|
|
2856
|
+
$ti-icon-square-rounded-check-filled: unicode('f6df');
|
|
2818
2857
|
$ti-icon-square-rounded-chevron-down: unicode('f62b');
|
|
2858
|
+
$ti-icon-square-rounded-chevron-down-filled: unicode('f6e0');
|
|
2819
2859
|
$ti-icon-square-rounded-chevron-left: unicode('f62c');
|
|
2860
|
+
$ti-icon-square-rounded-chevron-left-filled: unicode('f6e1');
|
|
2820
2861
|
$ti-icon-square-rounded-chevron-right: unicode('f62d');
|
|
2862
|
+
$ti-icon-square-rounded-chevron-right-filled: unicode('f6e2');
|
|
2821
2863
|
$ti-icon-square-rounded-chevron-up: unicode('f62e');
|
|
2864
|
+
$ti-icon-square-rounded-chevron-up-filled: unicode('f6e3');
|
|
2822
2865
|
$ti-icon-square-rounded-chevrons-down: unicode('f64f');
|
|
2866
|
+
$ti-icon-square-rounded-chevrons-down-filled: unicode('f6e4');
|
|
2823
2867
|
$ti-icon-square-rounded-chevrons-left: unicode('f650');
|
|
2868
|
+
$ti-icon-square-rounded-chevrons-left-filled: unicode('f6e5');
|
|
2824
2869
|
$ti-icon-square-rounded-chevrons-right: unicode('f651');
|
|
2870
|
+
$ti-icon-square-rounded-chevrons-right-filled: unicode('f6e6');
|
|
2825
2871
|
$ti-icon-square-rounded-chevrons-up: unicode('f652');
|
|
2872
|
+
$ti-icon-square-rounded-chevrons-up-filled: unicode('f6e7');
|
|
2826
2873
|
$ti-icon-square-rounded-filled: unicode('f6a5');
|
|
2827
2874
|
$ti-icon-square-rounded-letter-a: unicode('f5ae');
|
|
2828
2875
|
$ti-icon-square-rounded-letter-b: unicode('f5af');
|
|
@@ -2862,7 +2909,9 @@ $ti-icon-square-rounded-number-7: unicode('f5cf');
|
|
|
2862
2909
|
$ti-icon-square-rounded-number-8: unicode('f5d0');
|
|
2863
2910
|
$ti-icon-square-rounded-number-9: unicode('f5d1');
|
|
2864
2911
|
$ti-icon-square-rounded-plus: unicode('f63f');
|
|
2912
|
+
$ti-icon-square-rounded-plus-filled: unicode('f6e8');
|
|
2865
2913
|
$ti-icon-square-rounded-x: unicode('f640');
|
|
2914
|
+
$ti-icon-square-rounded-x-filled: unicode('f6e9');
|
|
2866
2915
|
$ti-icon-square-toggle: unicode('eef4');
|
|
2867
2916
|
$ti-icon-square-toggle-horizontal: unicode('eef3');
|
|
2868
2917
|
$ti-icon-square-x: unicode('eb2b');
|
|
@@ -3280,19 +3329,23 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3280
3329
|
.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; }
|
|
3281
3330
|
.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }
|
|
3282
3331
|
.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; }
|
|
3332
|
+
.#{$ti-prefix}-accessible-off-filled:before { content: $ti-icon-accessible-off-filled; }
|
|
3283
3333
|
.#{$ti-prefix}-activity:before { content: $ti-icon-activity; }
|
|
3284
3334
|
.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; }
|
|
3285
3335
|
.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }
|
|
3286
3336
|
.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; }
|
|
3337
|
+
.#{$ti-prefix}-ad-filled:before { content: $ti-icon-ad-filled; }
|
|
3287
3338
|
.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; }
|
|
3288
3339
|
.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; }
|
|
3289
3340
|
.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; }
|
|
3290
3341
|
.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; }
|
|
3291
3342
|
.#{$ti-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; }
|
|
3343
|
+
.#{$ti-prefix}-adjustments-filled:before { content: $ti-icon-adjustments-filled; }
|
|
3292
3344
|
.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }
|
|
3293
3345
|
.#{$ti-prefix}-adjustments-off:before { content: $ti-icon-adjustments-off; }
|
|
3294
3346
|
.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; }
|
|
3295
3347
|
.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }
|
|
3348
|
+
.#{$ti-prefix}-affiliate-filled:before { content: $ti-icon-affiliate-filled; }
|
|
3296
3349
|
.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }
|
|
3297
3350
|
.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }
|
|
3298
3351
|
.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }
|
|
@@ -3304,8 +3357,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3304
3357
|
.#{$ti-prefix}-album:before { content: $ti-icon-album; }
|
|
3305
3358
|
.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }
|
|
3306
3359
|
.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }
|
|
3360
|
+
.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; }
|
|
3307
3361
|
.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }
|
|
3362
|
+
.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; }
|
|
3308
3363
|
.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }
|
|
3364
|
+
.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }
|
|
3309
3365
|
.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }
|
|
3310
3366
|
.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }
|
|
3311
3367
|
.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }
|
|
@@ -3352,6 +3408,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3352
3408
|
.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }
|
|
3353
3409
|
.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }
|
|
3354
3410
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
3411
|
+
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
3355
3412
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
3356
3413
|
.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
|
|
3357
3414
|
.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }
|
|
@@ -3360,6 +3417,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3360
3417
|
.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; }
|
|
3361
3418
|
.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; }
|
|
3362
3419
|
.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }
|
|
3420
|
+
.#{$ti-prefix}-arrow-autofit-content-filled:before { content: $ti-icon-arrow-autofit-content-filled; }
|
|
3363
3421
|
.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }
|
|
3364
3422
|
.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }
|
|
3365
3423
|
.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }
|
|
@@ -3472,6 +3530,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3472
3530
|
.#{$ti-prefix}-arrow-roundabout-right:before { content: $ti-icon-arrow-roundabout-right; }
|
|
3473
3531
|
.#{$ti-prefix}-arrow-sharp-turn-left:before { content: $ti-icon-arrow-sharp-turn-left; }
|
|
3474
3532
|
.#{$ti-prefix}-arrow-sharp-turn-right:before { content: $ti-icon-arrow-sharp-turn-right; }
|
|
3533
|
+
.#{$ti-prefix}-arrow-top-circle:before { content: $ti-icon-arrow-top-circle; }
|
|
3475
3534
|
.#{$ti-prefix}-arrow-up:before { content: $ti-icon-arrow-up; }
|
|
3476
3535
|
.#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; }
|
|
3477
3536
|
.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; }
|
|
@@ -3585,8 +3644,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3585
3644
|
.#{$ti-prefix}-ball-football-off:before { content: $ti-icon-ball-football-off; }
|
|
3586
3645
|
.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }
|
|
3587
3646
|
.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }
|
|
3588
|
-
.#{$ti-prefix}-
|
|
3589
|
-
.#{$ti-prefix}-
|
|
3647
|
+
.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }
|
|
3648
|
+
.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }
|
|
3590
3649
|
.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }
|
|
3591
3650
|
.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }
|
|
3592
3651
|
.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }
|
|
@@ -3730,7 +3789,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3730
3789
|
.#{$ti-prefix}-brackets-contain-end:before { content: $ti-icon-brackets-contain-end; }
|
|
3731
3790
|
.#{$ti-prefix}-brackets-contain-start:before { content: $ti-icon-brackets-contain-start; }
|
|
3732
3791
|
.#{$ti-prefix}-brackets-off:before { content: $ti-icon-brackets-off; }
|
|
3733
|
-
.#{$ti-prefix}-
|
|
3792
|
+
.#{$ti-prefix}-braille:before { content: $ti-icon-braille; }
|
|
3734
3793
|
.#{$ti-prefix}-brain:before { content: $ti-icon-brain; }
|
|
3735
3794
|
.#{$ti-prefix}-brand-4chan:before { content: $ti-icon-brand-4chan; }
|
|
3736
3795
|
.#{$ti-prefix}-brand-abstract:before { content: $ti-icon-brand-abstract; }
|
|
@@ -3743,7 +3802,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3743
3802
|
.#{$ti-prefix}-brand-amazon:before { content: $ti-icon-brand-amazon; }
|
|
3744
3803
|
.#{$ti-prefix}-brand-amd:before { content: $ti-icon-brand-amd; }
|
|
3745
3804
|
.#{$ti-prefix}-brand-amigo:before { content: $ti-icon-brand-amigo; }
|
|
3746
|
-
.#{$ti-prefix}-brand-
|
|
3805
|
+
.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; }
|
|
3747
3806
|
.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }
|
|
3748
3807
|
.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; }
|
|
3749
3808
|
.#{$ti-prefix}-brand-ao3:before { content: $ti-icon-brand-ao3; }
|
|
@@ -3764,7 +3823,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3764
3823
|
.#{$ti-prefix}-brand-binance:before { content: $ti-icon-brand-binance; }
|
|
3765
3824
|
.#{$ti-prefix}-brand-bing:before { content: $ti-icon-brand-bing; }
|
|
3766
3825
|
.#{$ti-prefix}-brand-bitbucket:before { content: $ti-icon-brand-bitbucket; }
|
|
3767
|
-
.#{$ti-prefix}-brand-
|
|
3826
|
+
.#{$ti-prefix}-brand-blackberry:before { content: $ti-icon-brand-blackberry; }
|
|
3768
3827
|
.#{$ti-prefix}-brand-blender:before { content: $ti-icon-brand-blender; }
|
|
3769
3828
|
.#{$ti-prefix}-brand-blogger:before { content: $ti-icon-brand-blogger; }
|
|
3770
3829
|
.#{$ti-prefix}-brand-booking:before { content: $ti-icon-brand-booking; }
|
|
@@ -4228,11 +4287,28 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4228
4287
|
.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }
|
|
4229
4288
|
.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }
|
|
4230
4289
|
.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }
|
|
4290
|
+
.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }
|
|
4291
|
+
.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; }
|
|
4292
|
+
.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }
|
|
4293
|
+
.#{$ti-prefix}-circle-arrow-down-left-filled:before { content: $ti-icon-circle-arrow-down-left-filled; }
|
|
4294
|
+
.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }
|
|
4295
|
+
.#{$ti-prefix}-circle-arrow-down-right-filled:before { content: $ti-icon-circle-arrow-down-right-filled; }
|
|
4296
|
+
.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }
|
|
4297
|
+
.#{$ti-prefix}-circle-arrow-left-filled:before { content: $ti-icon-circle-arrow-left-filled; }
|
|
4298
|
+
.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }
|
|
4299
|
+
.#{$ti-prefix}-circle-arrow-right-filled:before { content: $ti-icon-circle-arrow-right-filled; }
|
|
4300
|
+
.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }
|
|
4301
|
+
.#{$ti-prefix}-circle-arrow-up-filled:before { content: $ti-icon-circle-arrow-up-filled; }
|
|
4302
|
+
.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }
|
|
4303
|
+
.#{$ti-prefix}-circle-arrow-up-left-filled:before { content: $ti-icon-circle-arrow-up-left-filled; }
|
|
4304
|
+
.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }
|
|
4305
|
+
.#{$ti-prefix}-circle-arrow-up-right-filled:before { content: $ti-icon-circle-arrow-up-right-filled; }
|
|
4231
4306
|
.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; }
|
|
4232
4307
|
.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; }
|
|
4233
4308
|
.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; }
|
|
4234
4309
|
.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; }
|
|
4235
4310
|
.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }
|
|
4311
|
+
.#{$ti-prefix}-circle-check-filled:before { content: $ti-icon-circle-check-filled; }
|
|
4236
4312
|
.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; }
|
|
4237
4313
|
.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }
|
|
4238
4314
|
.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }
|
|
@@ -4243,12 +4319,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4243
4319
|
.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }
|
|
4244
4320
|
.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; }
|
|
4245
4321
|
.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }
|
|
4322
|
+
.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; }
|
|
4246
4323
|
.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }
|
|
4247
4324
|
.#{$ti-prefix}-circle-filled:before { content: $ti-icon-circle-filled; }
|
|
4248
4325
|
.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; }
|
|
4249
4326
|
.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; }
|
|
4250
4327
|
.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; }
|
|
4251
4328
|
.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }
|
|
4329
|
+
.#{$ti-prefix}-circle-key-filled:before { content: $ti-icon-circle-key-filled; }
|
|
4252
4330
|
.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }
|
|
4253
4331
|
.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }
|
|
4254
4332
|
.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }
|
|
@@ -4818,8 +4896,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4818
4896
|
.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; }
|
|
4819
4897
|
.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }
|
|
4820
4898
|
.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }
|
|
4899
|
+
.#{$ti-prefix}-flag-2-filled:before { content: $ti-icon-flag-2-filled; }
|
|
4821
4900
|
.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }
|
|
4822
4901
|
.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }
|
|
4902
|
+
.#{$ti-prefix}-flag-3-filled:before { content: $ti-icon-flag-3-filled; }
|
|
4823
4903
|
.#{$ti-prefix}-flag-filled:before { content: $ti-icon-flag-filled; }
|
|
4824
4904
|
.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; }
|
|
4825
4905
|
.#{$ti-prefix}-flame:before { content: $ti-icon-flame; }
|
|
@@ -5093,8 +5173,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5093
5173
|
.#{$ti-prefix}-infinity:before { content: $ti-icon-infinity; }
|
|
5094
5174
|
.#{$ti-prefix}-infinity-off:before { content: $ti-icon-infinity-off; }
|
|
5095
5175
|
.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }
|
|
5176
|
+
.#{$ti-prefix}-info-circle-filled:before { content: $ti-icon-info-circle-filled; }
|
|
5096
5177
|
.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }
|
|
5097
5178
|
.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }
|
|
5179
|
+
.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; }
|
|
5098
5180
|
.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }
|
|
5099
5181
|
.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }
|
|
5100
5182
|
.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }
|
|
@@ -5256,6 +5338,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5256
5338
|
.#{$ti-prefix}-lock-open-off:before { content: $ti-icon-lock-open-off; }
|
|
5257
5339
|
.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }
|
|
5258
5340
|
.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }
|
|
5341
|
+
.#{$ti-prefix}-lock-square-rounded-filled:before { content: $ti-icon-lock-square-rounded-filled; }
|
|
5259
5342
|
.#{$ti-prefix}-logic-and:before { content: $ti-icon-logic-and; }
|
|
5260
5343
|
.#{$ti-prefix}-logic-buffer:before { content: $ti-icon-logic-buffer; }
|
|
5261
5344
|
.#{$ti-prefix}-logic-nand:before { content: $ti-icon-logic-nand; }
|
|
@@ -5507,10 +5590,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5507
5590
|
.#{$ti-prefix}-oval-vertical-filled:before { content: $ti-icon-oval-vertical-filled; }
|
|
5508
5591
|
.#{$ti-prefix}-overline:before { content: $ti-icon-overline; }
|
|
5509
5592
|
.#{$ti-prefix}-package:before { content: $ti-icon-package; }
|
|
5593
|
+
.#{$ti-prefix}-package-export:before { content: $ti-icon-package-export; }
|
|
5594
|
+
.#{$ti-prefix}-package-import:before { content: $ti-icon-package-import; }
|
|
5510
5595
|
.#{$ti-prefix}-package-off:before { content: $ti-icon-package-off; }
|
|
5511
5596
|
.#{$ti-prefix}-packages:before { content: $ti-icon-packages; }
|
|
5512
|
-
.#{$ti-prefix}-packge-export:before { content: $ti-icon-packge-export; }
|
|
5513
|
-
.#{$ti-prefix}-packge-import:before { content: $ti-icon-packge-import; }
|
|
5514
5597
|
.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }
|
|
5515
5598
|
.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }
|
|
5516
5599
|
.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }
|
|
@@ -6035,18 +6118,31 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6035
6118
|
.#{$ti-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; }
|
|
6036
6119
|
.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }
|
|
6037
6120
|
.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }
|
|
6121
|
+
.#{$ti-prefix}-square-rounded-arrow-down-filled:before { content: $ti-icon-square-rounded-arrow-down-filled; }
|
|
6038
6122
|
.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }
|
|
6123
|
+
.#{$ti-prefix}-square-rounded-arrow-left-filled:before { content: $ti-icon-square-rounded-arrow-left-filled; }
|
|
6039
6124
|
.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }
|
|
6125
|
+
.#{$ti-prefix}-square-rounded-arrow-right-filled:before { content: $ti-icon-square-rounded-arrow-right-filled; }
|
|
6040
6126
|
.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }
|
|
6127
|
+
.#{$ti-prefix}-square-rounded-arrow-up-filled:before { content: $ti-icon-square-rounded-arrow-up-filled; }
|
|
6041
6128
|
.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }
|
|
6129
|
+
.#{$ti-prefix}-square-rounded-check-filled:before { content: $ti-icon-square-rounded-check-filled; }
|
|
6042
6130
|
.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }
|
|
6131
|
+
.#{$ti-prefix}-square-rounded-chevron-down-filled:before { content: $ti-icon-square-rounded-chevron-down-filled; }
|
|
6043
6132
|
.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }
|
|
6133
|
+
.#{$ti-prefix}-square-rounded-chevron-left-filled:before { content: $ti-icon-square-rounded-chevron-left-filled; }
|
|
6044
6134
|
.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }
|
|
6135
|
+
.#{$ti-prefix}-square-rounded-chevron-right-filled:before { content: $ti-icon-square-rounded-chevron-right-filled; }
|
|
6045
6136
|
.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }
|
|
6137
|
+
.#{$ti-prefix}-square-rounded-chevron-up-filled:before { content: $ti-icon-square-rounded-chevron-up-filled; }
|
|
6046
6138
|
.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }
|
|
6139
|
+
.#{$ti-prefix}-square-rounded-chevrons-down-filled:before { content: $ti-icon-square-rounded-chevrons-down-filled; }
|
|
6047
6140
|
.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }
|
|
6141
|
+
.#{$ti-prefix}-square-rounded-chevrons-left-filled:before { content: $ti-icon-square-rounded-chevrons-left-filled; }
|
|
6048
6142
|
.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }
|
|
6143
|
+
.#{$ti-prefix}-square-rounded-chevrons-right-filled:before { content: $ti-icon-square-rounded-chevrons-right-filled; }
|
|
6049
6144
|
.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }
|
|
6145
|
+
.#{$ti-prefix}-square-rounded-chevrons-up-filled:before { content: $ti-icon-square-rounded-chevrons-up-filled; }
|
|
6050
6146
|
.#{$ti-prefix}-square-rounded-filled:before { content: $ti-icon-square-rounded-filled; }
|
|
6051
6147
|
.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }
|
|
6052
6148
|
.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }
|
|
@@ -6086,7 +6182,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6086
6182
|
.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }
|
|
6087
6183
|
.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }
|
|
6088
6184
|
.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }
|
|
6185
|
+
.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; }
|
|
6089
6186
|
.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }
|
|
6187
|
+
.#{$ti-prefix}-square-rounded-x-filled:before { content: $ti-icon-square-rounded-x-filled; }
|
|
6090
6188
|
.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; }
|
|
6091
6189
|
.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; }
|
|
6092
6190
|
.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }
|