@tabler/icons-webfont 2.26.0 → 2.27.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 +75 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +164 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +41 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.27.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.27.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.27.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.27.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.27.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -3738,21 +3738,35 @@ $ti-icon-square-7-filled: unicode('f76a');
|
|
|
3738
3738
|
$ti-icon-square-8-filled: unicode('f76b');
|
|
3739
3739
|
$ti-icon-square-9-filled: unicode('f76c');
|
|
3740
3740
|
$ti-icon-square-arrow-down: unicode('f4b7');
|
|
3741
|
+
$ti-icon-square-arrow-down-filled: unicode('fb31');
|
|
3741
3742
|
$ti-icon-square-arrow-left: unicode('f4b8');
|
|
3743
|
+
$ti-icon-square-arrow-left-filled: unicode('fb32');
|
|
3742
3744
|
$ti-icon-square-arrow-right: unicode('f4b9');
|
|
3745
|
+
$ti-icon-square-arrow-right-filled: unicode('fb33');
|
|
3743
3746
|
$ti-icon-square-arrow-up: unicode('f4ba');
|
|
3747
|
+
$ti-icon-square-arrow-up-filled: unicode('fb34');
|
|
3744
3748
|
$ti-icon-square-asterisk: unicode('f01a');
|
|
3749
|
+
$ti-icon-square-asterisk-filled: unicode('fb35');
|
|
3745
3750
|
$ti-icon-square-check: unicode('eb28');
|
|
3746
3751
|
$ti-icon-square-check-filled: unicode('f76d');
|
|
3747
3752
|
$ti-icon-square-chevron-down: unicode('f627');
|
|
3753
|
+
$ti-icon-square-chevron-down-filled: unicode('fb36');
|
|
3748
3754
|
$ti-icon-square-chevron-left: unicode('f628');
|
|
3755
|
+
$ti-icon-square-chevron-left-filled: unicode('fb37');
|
|
3749
3756
|
$ti-icon-square-chevron-right: unicode('f629');
|
|
3757
|
+
$ti-icon-square-chevron-right-filled: unicode('fb38');
|
|
3750
3758
|
$ti-icon-square-chevron-up: unicode('f62a');
|
|
3759
|
+
$ti-icon-square-chevron-up-filled: unicode('fb39');
|
|
3751
3760
|
$ti-icon-square-chevrons-down: unicode('f64b');
|
|
3761
|
+
$ti-icon-square-chevrons-down-filled: unicode('fb3a');
|
|
3752
3762
|
$ti-icon-square-chevrons-left: unicode('f64c');
|
|
3763
|
+
$ti-icon-square-chevrons-left-filled: unicode('fb3b');
|
|
3753
3764
|
$ti-icon-square-chevrons-right: unicode('f64d');
|
|
3765
|
+
$ti-icon-square-chevrons-right-filled: unicode('fb3c');
|
|
3754
3766
|
$ti-icon-square-chevrons-up: unicode('f64e');
|
|
3767
|
+
$ti-icon-square-chevrons-up-filled: unicode('fb3d');
|
|
3755
3768
|
$ti-icon-square-dot: unicode('ed59');
|
|
3769
|
+
$ti-icon-square-dot-filled: unicode('fb3e');
|
|
3756
3770
|
$ti-icon-square-f0: unicode('f526');
|
|
3757
3771
|
$ti-icon-square-f0-filled: unicode('f76e');
|
|
3758
3772
|
$ti-icon-square-f1: unicode('f527');
|
|
@@ -3804,6 +3818,7 @@ $ti-icon-square-letter-x: unicode('f4bc');
|
|
|
3804
3818
|
$ti-icon-square-letter-y: unicode('f492');
|
|
3805
3819
|
$ti-icon-square-letter-z: unicode('f493');
|
|
3806
3820
|
$ti-icon-square-minus: unicode('eb29');
|
|
3821
|
+
$ti-icon-square-minus-filled: unicode('fb3f');
|
|
3807
3822
|
$ti-icon-square-number-0: unicode('eee5');
|
|
3808
3823
|
$ti-icon-square-number-1: unicode('eee6');
|
|
3809
3824
|
$ti-icon-square-number-2: unicode('eee7');
|
|
@@ -3878,6 +3893,7 @@ $ti-icon-square-rounded-letter-x: unicode('f5c5');
|
|
|
3878
3893
|
$ti-icon-square-rounded-letter-y: unicode('f5c6');
|
|
3879
3894
|
$ti-icon-square-rounded-letter-z: unicode('f5c7');
|
|
3880
3895
|
$ti-icon-square-rounded-minus: unicode('f63e');
|
|
3896
|
+
$ti-icon-square-rounded-minus-filled: unicode('fb40');
|
|
3881
3897
|
$ti-icon-square-rounded-number-0: unicode('f5c8');
|
|
3882
3898
|
$ti-icon-square-rounded-number-0-filled: unicode('f778');
|
|
3883
3899
|
$ti-icon-square-rounded-number-1: unicode('f5c9');
|
|
@@ -3905,6 +3921,7 @@ $ti-icon-square-rounded-x-filled: unicode('f6e9');
|
|
|
3905
3921
|
$ti-icon-square-toggle: unicode('eef4');
|
|
3906
3922
|
$ti-icon-square-toggle-horizontal: unicode('eef3');
|
|
3907
3923
|
$ti-icon-square-x: unicode('eb2b');
|
|
3924
|
+
$ti-icon-square-x-filled: unicode('fb41');
|
|
3908
3925
|
$ti-icon-squares-diagonal: unicode('eef5');
|
|
3909
3926
|
$ti-icon-squares-filled: unicode('eef6');
|
|
3910
3927
|
$ti-icon-stack: unicode('eb2d');
|
|
@@ -4128,6 +4145,7 @@ $ti-icon-triangle-inverted: unicode('f01d');
|
|
|
4128
4145
|
$ti-icon-triangle-inverted-filled: unicode('f6ae');
|
|
4129
4146
|
$ti-icon-triangle-off: unicode('ef02');
|
|
4130
4147
|
$ti-icon-triangle-square-circle: unicode('ece8');
|
|
4148
|
+
$ti-icon-triangle-square-circle-filled: unicode('fb42');
|
|
4131
4149
|
$ti-icon-triangles: unicode('f0a5');
|
|
4132
4150
|
$ti-icon-trident: unicode('ecc5');
|
|
4133
4151
|
$ti-icon-trolley: unicode('f4cc');
|
|
@@ -8073,21 +8091,35 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8073
8091
|
.#{$ti-prefix}-square-8-filled:before { content: $ti-icon-square-8-filled; }
|
|
8074
8092
|
.#{$ti-prefix}-square-9-filled:before { content: $ti-icon-square-9-filled; }
|
|
8075
8093
|
.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }
|
|
8094
|
+
.#{$ti-prefix}-square-arrow-down-filled:before { content: $ti-icon-square-arrow-down-filled; }
|
|
8076
8095
|
.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }
|
|
8096
|
+
.#{$ti-prefix}-square-arrow-left-filled:before { content: $ti-icon-square-arrow-left-filled; }
|
|
8077
8097
|
.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }
|
|
8098
|
+
.#{$ti-prefix}-square-arrow-right-filled:before { content: $ti-icon-square-arrow-right-filled; }
|
|
8078
8099
|
.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }
|
|
8100
|
+
.#{$ti-prefix}-square-arrow-up-filled:before { content: $ti-icon-square-arrow-up-filled; }
|
|
8079
8101
|
.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }
|
|
8102
|
+
.#{$ti-prefix}-square-asterisk-filled:before { content: $ti-icon-square-asterisk-filled; }
|
|
8080
8103
|
.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }
|
|
8081
8104
|
.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; }
|
|
8082
8105
|
.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }
|
|
8106
|
+
.#{$ti-prefix}-square-chevron-down-filled:before { content: $ti-icon-square-chevron-down-filled; }
|
|
8083
8107
|
.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }
|
|
8108
|
+
.#{$ti-prefix}-square-chevron-left-filled:before { content: $ti-icon-square-chevron-left-filled; }
|
|
8084
8109
|
.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }
|
|
8110
|
+
.#{$ti-prefix}-square-chevron-right-filled:before { content: $ti-icon-square-chevron-right-filled; }
|
|
8085
8111
|
.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }
|
|
8112
|
+
.#{$ti-prefix}-square-chevron-up-filled:before { content: $ti-icon-square-chevron-up-filled; }
|
|
8086
8113
|
.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }
|
|
8114
|
+
.#{$ti-prefix}-square-chevrons-down-filled:before { content: $ti-icon-square-chevrons-down-filled; }
|
|
8087
8115
|
.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }
|
|
8116
|
+
.#{$ti-prefix}-square-chevrons-left-filled:before { content: $ti-icon-square-chevrons-left-filled; }
|
|
8088
8117
|
.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }
|
|
8118
|
+
.#{$ti-prefix}-square-chevrons-right-filled:before { content: $ti-icon-square-chevrons-right-filled; }
|
|
8089
8119
|
.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }
|
|
8120
|
+
.#{$ti-prefix}-square-chevrons-up-filled:before { content: $ti-icon-square-chevrons-up-filled; }
|
|
8090
8121
|
.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }
|
|
8122
|
+
.#{$ti-prefix}-square-dot-filled:before { content: $ti-icon-square-dot-filled; }
|
|
8091
8123
|
.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }
|
|
8092
8124
|
.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; }
|
|
8093
8125
|
.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }
|
|
@@ -8139,6 +8171,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8139
8171
|
.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }
|
|
8140
8172
|
.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }
|
|
8141
8173
|
.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }
|
|
8174
|
+
.#{$ti-prefix}-square-minus-filled:before { content: $ti-icon-square-minus-filled; }
|
|
8142
8175
|
.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }
|
|
8143
8176
|
.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }
|
|
8144
8177
|
.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }
|
|
@@ -8213,6 +8246,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8213
8246
|
.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }
|
|
8214
8247
|
.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }
|
|
8215
8248
|
.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }
|
|
8249
|
+
.#{$ti-prefix}-square-rounded-minus-filled:before { content: $ti-icon-square-rounded-minus-filled; }
|
|
8216
8250
|
.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }
|
|
8217
8251
|
.#{$ti-prefix}-square-rounded-number-0-filled:before { content: $ti-icon-square-rounded-number-0-filled; }
|
|
8218
8252
|
.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }
|
|
@@ -8240,6 +8274,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8240
8274
|
.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; }
|
|
8241
8275
|
.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; }
|
|
8242
8276
|
.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }
|
|
8277
|
+
.#{$ti-prefix}-square-x-filled:before { content: $ti-icon-square-x-filled; }
|
|
8243
8278
|
.#{$ti-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; }
|
|
8244
8279
|
.#{$ti-prefix}-squares-filled:before { content: $ti-icon-squares-filled; }
|
|
8245
8280
|
.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }
|
|
@@ -8463,6 +8498,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8463
8498
|
.#{$ti-prefix}-triangle-inverted-filled:before { content: $ti-icon-triangle-inverted-filled; }
|
|
8464
8499
|
.#{$ti-prefix}-triangle-off:before { content: $ti-icon-triangle-off; }
|
|
8465
8500
|
.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }
|
|
8501
|
+
.#{$ti-prefix}-triangle-square-circle-filled:before { content: $ti-icon-triangle-square-circle-filled; }
|
|
8466
8502
|
.#{$ti-prefix}-triangles:before { content: $ti-icon-triangles; }
|
|
8467
8503
|
.#{$ti-prefix}-trident:before { content: $ti-icon-trident; }
|
|
8468
8504
|
.#{$ti-prefix}-trolley:before { content: $ti-icon-trolley; }
|