@tabler/icons-webfont 2.32.0 → 2.34.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 +147 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +77 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.34.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.34.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.34.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.34.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.34.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -113,17 +113,22 @@ $ti-icon-album: unicode('f022');
|
|
|
113
113
|
$ti-icon-album-off: unicode('f3b9');
|
|
114
114
|
$ti-icon-alert-circle: unicode('ea05');
|
|
115
115
|
$ti-icon-alert-circle-filled: unicode('f6ee');
|
|
116
|
+
$ti-icon-alert-circle-off: unicode('fc65');
|
|
116
117
|
$ti-icon-alert-hexagon: unicode('f80e');
|
|
117
118
|
$ti-icon-alert-hexagon-filled: unicode('fa34');
|
|
119
|
+
$ti-icon-alert-hexagon-off: unicode('fc66');
|
|
118
120
|
$ti-icon-alert-octagon: unicode('ecc6');
|
|
119
121
|
$ti-icon-alert-octagon-filled: unicode('f6ef');
|
|
120
122
|
$ti-icon-alert-small: unicode('f80f');
|
|
123
|
+
$ti-icon-alert-small-off: unicode('fc67');
|
|
121
124
|
$ti-icon-alert-square: unicode('f811');
|
|
122
125
|
$ti-icon-alert-square-filled: unicode('fa35');
|
|
123
126
|
$ti-icon-alert-square-rounded: unicode('f810');
|
|
124
127
|
$ti-icon-alert-square-rounded-filled: unicode('fa36');
|
|
128
|
+
$ti-icon-alert-square-rounded-off: unicode('fc68');
|
|
125
129
|
$ti-icon-alert-triangle: unicode('ea06');
|
|
126
130
|
$ti-icon-alert-triangle-filled: unicode('f6f0');
|
|
131
|
+
$ti-icon-alert-triangle-off: unicode('fc69');
|
|
127
132
|
$ti-icon-alien: unicode('ebde');
|
|
128
133
|
$ti-icon-alien-filled: unicode('f70d');
|
|
129
134
|
$ti-icon-align-box-bottom-center: unicode('f530');
|
|
@@ -851,6 +856,7 @@ $ti-icon-brand-mastodon: unicode('f250');
|
|
|
851
856
|
$ti-icon-brand-matrix: unicode('f5eb');
|
|
852
857
|
$ti-icon-brand-mcdonalds: unicode('f251');
|
|
853
858
|
$ti-icon-brand-medium: unicode('ec70');
|
|
859
|
+
$ti-icon-brand-meetup: unicode('fc6a');
|
|
854
860
|
$ti-icon-brand-mercedes: unicode('f072');
|
|
855
861
|
$ti-icon-brand-messenger: unicode('ec71');
|
|
856
862
|
$ti-icon-brand-meta: unicode('efb0');
|
|
@@ -1168,6 +1174,7 @@ $ti-icon-capture-off: unicode('f0c6');
|
|
|
1168
1174
|
$ti-icon-car: unicode('ebbb');
|
|
1169
1175
|
$ti-icon-car-crane: unicode('ef25');
|
|
1170
1176
|
$ti-icon-car-crash: unicode('efa4');
|
|
1177
|
+
$ti-icon-car-garage: unicode('fc77');
|
|
1171
1178
|
$ti-icon-car-off: unicode('f0c7');
|
|
1172
1179
|
$ti-icon-car-turbine: unicode('f4fd');
|
|
1173
1180
|
$ti-icon-caravan: unicode('ec7c');
|
|
@@ -1344,6 +1351,17 @@ $ti-icon-circle-chevrons-left: unicode('f643');
|
|
|
1344
1351
|
$ti-icon-circle-chevrons-right: unicode('f644');
|
|
1345
1352
|
$ti-icon-circle-chevrons-up: unicode('f645');
|
|
1346
1353
|
$ti-icon-circle-dashed: unicode('ed27');
|
|
1354
|
+
$ti-icon-circle-dashed-number-0: unicode('fc6b');
|
|
1355
|
+
$ti-icon-circle-dashed-number-1: unicode('fc6c');
|
|
1356
|
+
$ti-icon-circle-dashed-number-2: unicode('fc6d');
|
|
1357
|
+
$ti-icon-circle-dashed-number-3: unicode('fc6e');
|
|
1358
|
+
$ti-icon-circle-dashed-number-4: unicode('fc6f');
|
|
1359
|
+
$ti-icon-circle-dashed-number-5: unicode('fc70');
|
|
1360
|
+
$ti-icon-circle-dashed-number-6: unicode('fc71');
|
|
1361
|
+
$ti-icon-circle-dashed-number-7: unicode('fc72');
|
|
1362
|
+
$ti-icon-circle-dashed-number-8: unicode('fc73');
|
|
1363
|
+
$ti-icon-circle-dashed-number-9: unicode('fc74');
|
|
1364
|
+
$ti-icon-circle-dashed-x: unicode('fc75');
|
|
1347
1365
|
$ti-icon-circle-dot: unicode('efb1');
|
|
1348
1366
|
$ti-icon-circle-dot-filled: unicode('f705');
|
|
1349
1367
|
$ti-icon-circle-dotted: unicode('ed28');
|
|
@@ -1496,6 +1514,7 @@ $ti-icon-cloud-heart: unicode('f853');
|
|
|
1496
1514
|
$ti-icon-cloud-lock: unicode('efdb');
|
|
1497
1515
|
$ti-icon-cloud-lock-open: unicode('efda');
|
|
1498
1516
|
$ti-icon-cloud-minus: unicode('f854');
|
|
1517
|
+
$ti-icon-cloud-network: unicode('fc78');
|
|
1499
1518
|
$ti-icon-cloud-off: unicode('ed3e');
|
|
1500
1519
|
$ti-icon-cloud-pause: unicode('f855');
|
|
1501
1520
|
$ti-icon-cloud-pin: unicode('f856');
|
|
@@ -2925,6 +2944,7 @@ $ti-icon-logic-or: unicode('f245');
|
|
|
2925
2944
|
$ti-icon-logic-xnor: unicode('f246');
|
|
2926
2945
|
$ti-icon-logic-xor: unicode('f247');
|
|
2927
2946
|
$ti-icon-login: unicode('eba7');
|
|
2947
|
+
$ti-icon-login-2: unicode('fc76');
|
|
2928
2948
|
$ti-icon-logout: unicode('eba8');
|
|
2929
2949
|
$ti-icon-logout-2: unicode('fa7e');
|
|
2930
2950
|
$ti-icon-lollipop: unicode('efcc');
|
|
@@ -3011,6 +3031,7 @@ $ti-icon-map-pin-x: unicode('f95b');
|
|
|
3011
3031
|
$ti-icon-map-pins: unicode('ed5e');
|
|
3012
3032
|
$ti-icon-map-plus: unicode('fbcf');
|
|
3013
3033
|
$ti-icon-map-question: unicode('fbd0');
|
|
3034
|
+
$ti-icon-map-route: unicode('fc79');
|
|
3014
3035
|
$ti-icon-map-search: unicode('ef82');
|
|
3015
3036
|
$ti-icon-map-share: unicode('fbd1');
|
|
3016
3037
|
$ti-icon-map-south: unicode('fc5f');
|
|
@@ -3073,6 +3094,7 @@ $ti-icon-medical-cross-filled: unicode('f681');
|
|
|
3073
3094
|
$ti-icon-medical-cross-off: unicode('f160');
|
|
3074
3095
|
$ti-icon-medicine-syrup: unicode('ef63');
|
|
3075
3096
|
$ti-icon-meeple: unicode('f514');
|
|
3097
|
+
$ti-icon-melon: unicode('fc7a');
|
|
3076
3098
|
$ti-icon-menorah: unicode('f58c');
|
|
3077
3099
|
$ti-icon-menu: unicode('eaeb');
|
|
3078
3100
|
$ti-icon-menu-2: unicode('ec42');
|
|
@@ -3382,6 +3404,9 @@ $ti-icon-parentheses-off: unicode('f171');
|
|
|
3382
3404
|
$ti-icon-parking: unicode('eb03');
|
|
3383
3405
|
$ti-icon-parking-off: unicode('f172');
|
|
3384
3406
|
$ti-icon-password: unicode('f4ca');
|
|
3407
|
+
$ti-icon-password-fingerprint: unicode('fc7b');
|
|
3408
|
+
$ti-icon-password-mobile-phone: unicode('fc7c');
|
|
3409
|
+
$ti-icon-password-user: unicode('fc7d');
|
|
3385
3410
|
$ti-icon-paw: unicode('eff9');
|
|
3386
3411
|
$ti-icon-paw-filled: unicode('f689');
|
|
3387
3412
|
$ti-icon-paw-off: unicode('f419');
|
|
@@ -3416,8 +3441,19 @@ $ti-icon-pennant-filled: unicode('f68b');
|
|
|
3416
3441
|
$ti-icon-pennant-off: unicode('f174');
|
|
3417
3442
|
$ti-icon-pentagon: unicode('efe3');
|
|
3418
3443
|
$ti-icon-pentagon-filled: unicode('f68c');
|
|
3444
|
+
$ti-icon-pentagon-number-0: unicode('fc7e');
|
|
3445
|
+
$ti-icon-pentagon-number-1: unicode('fc7f');
|
|
3446
|
+
$ti-icon-pentagon-number-2: unicode('fc80');
|
|
3447
|
+
$ti-icon-pentagon-number-3: unicode('fc81');
|
|
3448
|
+
$ti-icon-pentagon-number-4: unicode('fc82');
|
|
3449
|
+
$ti-icon-pentagon-number-5: unicode('fc83');
|
|
3450
|
+
$ti-icon-pentagon-number-6: unicode('fc84');
|
|
3451
|
+
$ti-icon-pentagon-number-7: unicode('fc85');
|
|
3452
|
+
$ti-icon-pentagon-number-8: unicode('fc86');
|
|
3453
|
+
$ti-icon-pentagon-number-9: unicode('fc87');
|
|
3419
3454
|
$ti-icon-pentagon-off: unicode('f41a');
|
|
3420
3455
|
$ti-icon-pentagon-plus: unicode('fc49');
|
|
3456
|
+
$ti-icon-pentagon-x: unicode('fc88');
|
|
3421
3457
|
$ti-icon-pentagram: unicode('f586');
|
|
3422
3458
|
$ti-icon-pepper: unicode('ef15');
|
|
3423
3459
|
$ti-icon-pepper-off: unicode('f175');
|
|
@@ -4752,17 +4788,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4752
4788
|
.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }
|
|
4753
4789
|
.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }
|
|
4754
4790
|
.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; }
|
|
4791
|
+
.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; }
|
|
4755
4792
|
.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }
|
|
4756
4793
|
.#{$ti-prefix}-alert-hexagon-filled:before { content: $ti-icon-alert-hexagon-filled; }
|
|
4794
|
+
.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; }
|
|
4757
4795
|
.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }
|
|
4758
4796
|
.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; }
|
|
4759
4797
|
.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; }
|
|
4798
|
+
.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; }
|
|
4760
4799
|
.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }
|
|
4761
4800
|
.#{$ti-prefix}-alert-square-filled:before { content: $ti-icon-alert-square-filled; }
|
|
4762
4801
|
.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }
|
|
4763
4802
|
.#{$ti-prefix}-alert-square-rounded-filled:before { content: $ti-icon-alert-square-rounded-filled; }
|
|
4803
|
+
.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; }
|
|
4764
4804
|
.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }
|
|
4765
4805
|
.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }
|
|
4806
|
+
.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; }
|
|
4766
4807
|
.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }
|
|
4767
4808
|
.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }
|
|
4768
4809
|
.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }
|
|
@@ -5490,6 +5531,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5490
5531
|
.#{$ti-prefix}-brand-matrix:before { content: $ti-icon-brand-matrix; }
|
|
5491
5532
|
.#{$ti-prefix}-brand-mcdonalds:before { content: $ti-icon-brand-mcdonalds; }
|
|
5492
5533
|
.#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; }
|
|
5534
|
+
.#{$ti-prefix}-brand-meetup:before { content: $ti-icon-brand-meetup; }
|
|
5493
5535
|
.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; }
|
|
5494
5536
|
.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }
|
|
5495
5537
|
.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; }
|
|
@@ -5807,6 +5849,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5807
5849
|
.#{$ti-prefix}-car:before { content: $ti-icon-car; }
|
|
5808
5850
|
.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; }
|
|
5809
5851
|
.#{$ti-prefix}-car-crash:before { content: $ti-icon-car-crash; }
|
|
5852
|
+
.#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; }
|
|
5810
5853
|
.#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; }
|
|
5811
5854
|
.#{$ti-prefix}-car-turbine:before { content: $ti-icon-car-turbine; }
|
|
5812
5855
|
.#{$ti-prefix}-caravan:before { content: $ti-icon-caravan; }
|
|
@@ -5983,6 +6026,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5983
6026
|
.#{$ti-prefix}-circle-chevrons-right:before { content: $ti-icon-circle-chevrons-right; }
|
|
5984
6027
|
.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }
|
|
5985
6028
|
.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; }
|
|
6029
|
+
.#{$ti-prefix}-circle-dashed-number-0:before { content: $ti-icon-circle-dashed-number-0; }
|
|
6030
|
+
.#{$ti-prefix}-circle-dashed-number-1:before { content: $ti-icon-circle-dashed-number-1; }
|
|
6031
|
+
.#{$ti-prefix}-circle-dashed-number-2:before { content: $ti-icon-circle-dashed-number-2; }
|
|
6032
|
+
.#{$ti-prefix}-circle-dashed-number-3:before { content: $ti-icon-circle-dashed-number-3; }
|
|
6033
|
+
.#{$ti-prefix}-circle-dashed-number-4:before { content: $ti-icon-circle-dashed-number-4; }
|
|
6034
|
+
.#{$ti-prefix}-circle-dashed-number-5:before { content: $ti-icon-circle-dashed-number-5; }
|
|
6035
|
+
.#{$ti-prefix}-circle-dashed-number-6:before { content: $ti-icon-circle-dashed-number-6; }
|
|
6036
|
+
.#{$ti-prefix}-circle-dashed-number-7:before { content: $ti-icon-circle-dashed-number-7; }
|
|
6037
|
+
.#{$ti-prefix}-circle-dashed-number-8:before { content: $ti-icon-circle-dashed-number-8; }
|
|
6038
|
+
.#{$ti-prefix}-circle-dashed-number-9:before { content: $ti-icon-circle-dashed-number-9; }
|
|
6039
|
+
.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; }
|
|
5986
6040
|
.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }
|
|
5987
6041
|
.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; }
|
|
5988
6042
|
.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }
|
|
@@ -6135,6 +6189,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6135
6189
|
.#{$ti-prefix}-cloud-lock:before { content: $ti-icon-cloud-lock; }
|
|
6136
6190
|
.#{$ti-prefix}-cloud-lock-open:before { content: $ti-icon-cloud-lock-open; }
|
|
6137
6191
|
.#{$ti-prefix}-cloud-minus:before { content: $ti-icon-cloud-minus; }
|
|
6192
|
+
.#{$ti-prefix}-cloud-network:before { content: $ti-icon-cloud-network; }
|
|
6138
6193
|
.#{$ti-prefix}-cloud-off:before { content: $ti-icon-cloud-off; }
|
|
6139
6194
|
.#{$ti-prefix}-cloud-pause:before { content: $ti-icon-cloud-pause; }
|
|
6140
6195
|
.#{$ti-prefix}-cloud-pin:before { content: $ti-icon-cloud-pin; }
|
|
@@ -7564,6 +7619,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7564
7619
|
.#{$ti-prefix}-logic-xnor:before { content: $ti-icon-logic-xnor; }
|
|
7565
7620
|
.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; }
|
|
7566
7621
|
.#{$ti-prefix}-login:before { content: $ti-icon-login; }
|
|
7622
|
+
.#{$ti-prefix}-login-2:before { content: $ti-icon-login-2; }
|
|
7567
7623
|
.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }
|
|
7568
7624
|
.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; }
|
|
7569
7625
|
.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; }
|
|
@@ -7650,6 +7706,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7650
7706
|
.#{$ti-prefix}-map-pins:before { content: $ti-icon-map-pins; }
|
|
7651
7707
|
.#{$ti-prefix}-map-plus:before { content: $ti-icon-map-plus; }
|
|
7652
7708
|
.#{$ti-prefix}-map-question:before { content: $ti-icon-map-question; }
|
|
7709
|
+
.#{$ti-prefix}-map-route:before { content: $ti-icon-map-route; }
|
|
7653
7710
|
.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }
|
|
7654
7711
|
.#{$ti-prefix}-map-share:before { content: $ti-icon-map-share; }
|
|
7655
7712
|
.#{$ti-prefix}-map-south:before { content: $ti-icon-map-south; }
|
|
@@ -7712,6 +7769,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7712
7769
|
.#{$ti-prefix}-medical-cross-off:before { content: $ti-icon-medical-cross-off; }
|
|
7713
7770
|
.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }
|
|
7714
7771
|
.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; }
|
|
7772
|
+
.#{$ti-prefix}-melon:before { content: $ti-icon-melon; }
|
|
7715
7773
|
.#{$ti-prefix}-menorah:before { content: $ti-icon-menorah; }
|
|
7716
7774
|
.#{$ti-prefix}-menu:before { content: $ti-icon-menu; }
|
|
7717
7775
|
.#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; }
|
|
@@ -8021,6 +8079,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8021
8079
|
.#{$ti-prefix}-parking:before { content: $ti-icon-parking; }
|
|
8022
8080
|
.#{$ti-prefix}-parking-off:before { content: $ti-icon-parking-off; }
|
|
8023
8081
|
.#{$ti-prefix}-password:before { content: $ti-icon-password; }
|
|
8082
|
+
.#{$ti-prefix}-password-fingerprint:before { content: $ti-icon-password-fingerprint; }
|
|
8083
|
+
.#{$ti-prefix}-password-mobile-phone:before { content: $ti-icon-password-mobile-phone; }
|
|
8084
|
+
.#{$ti-prefix}-password-user:before { content: $ti-icon-password-user; }
|
|
8024
8085
|
.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }
|
|
8025
8086
|
.#{$ti-prefix}-paw-filled:before { content: $ti-icon-paw-filled; }
|
|
8026
8087
|
.#{$ti-prefix}-paw-off:before { content: $ti-icon-paw-off; }
|
|
@@ -8055,8 +8116,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8055
8116
|
.#{$ti-prefix}-pennant-off:before { content: $ti-icon-pennant-off; }
|
|
8056
8117
|
.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }
|
|
8057
8118
|
.#{$ti-prefix}-pentagon-filled:before { content: $ti-icon-pentagon-filled; }
|
|
8119
|
+
.#{$ti-prefix}-pentagon-number-0:before { content: $ti-icon-pentagon-number-0; }
|
|
8120
|
+
.#{$ti-prefix}-pentagon-number-1:before { content: $ti-icon-pentagon-number-1; }
|
|
8121
|
+
.#{$ti-prefix}-pentagon-number-2:before { content: $ti-icon-pentagon-number-2; }
|
|
8122
|
+
.#{$ti-prefix}-pentagon-number-3:before { content: $ti-icon-pentagon-number-3; }
|
|
8123
|
+
.#{$ti-prefix}-pentagon-number-4:before { content: $ti-icon-pentagon-number-4; }
|
|
8124
|
+
.#{$ti-prefix}-pentagon-number-5:before { content: $ti-icon-pentagon-number-5; }
|
|
8125
|
+
.#{$ti-prefix}-pentagon-number-6:before { content: $ti-icon-pentagon-number-6; }
|
|
8126
|
+
.#{$ti-prefix}-pentagon-number-7:before { content: $ti-icon-pentagon-number-7; }
|
|
8127
|
+
.#{$ti-prefix}-pentagon-number-8:before { content: $ti-icon-pentagon-number-8; }
|
|
8128
|
+
.#{$ti-prefix}-pentagon-number-9:before { content: $ti-icon-pentagon-number-9; }
|
|
8058
8129
|
.#{$ti-prefix}-pentagon-off:before { content: $ti-icon-pentagon-off; }
|
|
8059
8130
|
.#{$ti-prefix}-pentagon-plus:before { content: $ti-icon-pentagon-plus; }
|
|
8131
|
+
.#{$ti-prefix}-pentagon-x:before { content: $ti-icon-pentagon-x; }
|
|
8060
8132
|
.#{$ti-prefix}-pentagram:before { content: $ti-icon-pentagram; }
|
|
8061
8133
|
.#{$ti-prefix}-pepper:before { content: $ti-icon-pepper; }
|
|
8062
8134
|
.#{$ti-prefix}-pepper-off:before { content: $ti-icon-pepper-off; }
|