@tabler/icons-webfont 3.25.0 → 3.26.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/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-filled.css +34 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +74 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +19 -3
- package/dist/tabler-icons-outline.css +42 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +92 -2
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +23 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +164 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +39 -3
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.26.0 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
$ti-font-family: 'tabler-icons-filled' !default;
|
|
@@ -13,9 +13,9 @@ $ti-prefix: 'ti' !default;
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-display: $ti-font-display;
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.26.0') format('woff2'),
|
|
17
17
|
url('#{$ti-font-path}/tabler-icons-filled.woff?') format('woff'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.26.0') format('truetype');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$ti-prefix} {
|
|
@@ -308,6 +308,10 @@ $ti-icon-circle-chevron-down: unicode('100d2');
|
|
|
308
308
|
$ti-icon-circle-chevron-left: unicode('100d1');
|
|
309
309
|
$ti-icon-circle-chevron-right: unicode('100d0');
|
|
310
310
|
$ti-icon-circle-chevron-up: unicode('100cf');
|
|
311
|
+
$ti-icon-circle-chevrons-down: unicode('100ef');
|
|
312
|
+
$ti-icon-circle-chevrons-left: unicode('100ee');
|
|
313
|
+
$ti-icon-circle-chevrons-right: unicode('100ed');
|
|
314
|
+
$ti-icon-circle-chevrons-up: unicode('100ec');
|
|
311
315
|
$ti-icon-circle-dot: unicode('f705');
|
|
312
316
|
$ti-icon-circle-key: unicode('f706');
|
|
313
317
|
$ti-icon-circle-letter-a: unicode('fe7f');
|
|
@@ -353,6 +357,10 @@ $ti-icon-circle-x: unicode('f739');
|
|
|
353
357
|
$ti-icon-circles: unicode('f672');
|
|
354
358
|
$ti-icon-clipboard: unicode('100cc');
|
|
355
359
|
$ti-icon-clipboard-check: unicode('100ce');
|
|
360
|
+
$ti-icon-clipboard-data: unicode('100eb');
|
|
361
|
+
$ti-icon-clipboard-list: unicode('100ea');
|
|
362
|
+
$ti-icon-clipboard-text: unicode('100e9');
|
|
363
|
+
$ti-icon-clipboard-typography: unicode('100e8');
|
|
356
364
|
$ti-icon-clipboard-x: unicode('100cd');
|
|
357
365
|
$ti-icon-clock: unicode('f73a');
|
|
358
366
|
$ti-icon-clock-hour-1: unicode('fe65');
|
|
@@ -1177,6 +1185,10 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1177
1185
|
.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }
|
|
1178
1186
|
.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }
|
|
1179
1187
|
.#{$ti-prefix}-circle-chevron-up:before { content: $ti-icon-circle-chevron-up; }
|
|
1188
|
+
.#{$ti-prefix}-circle-chevrons-down:before { content: $ti-icon-circle-chevrons-down; }
|
|
1189
|
+
.#{$ti-prefix}-circle-chevrons-left:before { content: $ti-icon-circle-chevrons-left; }
|
|
1190
|
+
.#{$ti-prefix}-circle-chevrons-right:before { content: $ti-icon-circle-chevrons-right; }
|
|
1191
|
+
.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }
|
|
1180
1192
|
.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }
|
|
1181
1193
|
.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }
|
|
1182
1194
|
.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }
|
|
@@ -1222,6 +1234,10 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1222
1234
|
.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }
|
|
1223
1235
|
.#{$ti-prefix}-clipboard:before { content: $ti-icon-clipboard; }
|
|
1224
1236
|
.#{$ti-prefix}-clipboard-check:before { content: $ti-icon-clipboard-check; }
|
|
1237
|
+
.#{$ti-prefix}-clipboard-data:before { content: $ti-icon-clipboard-data; }
|
|
1238
|
+
.#{$ti-prefix}-clipboard-list:before { content: $ti-icon-clipboard-list; }
|
|
1239
|
+
.#{$ti-prefix}-clipboard-text:before { content: $ti-icon-clipboard-text; }
|
|
1240
|
+
.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }
|
|
1225
1241
|
.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; }
|
|
1226
1242
|
.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }
|
|
1227
1243
|
.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.26.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons-outline";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-outline.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-outline.woff2?v3.26.0") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.26.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-outline" !important;
|
|
@@ -10697,42 +10697,82 @@
|
|
|
10697
10697
|
content: "\fa28";
|
|
10698
10698
|
}
|
|
10699
10699
|
|
|
10700
|
+
.ti-http-connect-off:before {
|
|
10701
|
+
content: "\100e7";
|
|
10702
|
+
}
|
|
10703
|
+
|
|
10700
10704
|
.ti-http-delete:before {
|
|
10701
10705
|
content: "\fa29";
|
|
10702
10706
|
}
|
|
10703
10707
|
|
|
10708
|
+
.ti-http-delete-off:before {
|
|
10709
|
+
content: "\100e6";
|
|
10710
|
+
}
|
|
10711
|
+
|
|
10704
10712
|
.ti-http-get:before {
|
|
10705
10713
|
content: "\fa2a";
|
|
10706
10714
|
}
|
|
10707
10715
|
|
|
10716
|
+
.ti-http-get-off:before {
|
|
10717
|
+
content: "\100e5";
|
|
10718
|
+
}
|
|
10719
|
+
|
|
10708
10720
|
.ti-http-head:before {
|
|
10709
10721
|
content: "\fa2b";
|
|
10710
10722
|
}
|
|
10711
10723
|
|
|
10724
|
+
.ti-http-head-off:before {
|
|
10725
|
+
content: "\100e4";
|
|
10726
|
+
}
|
|
10727
|
+
|
|
10712
10728
|
.ti-http-options:before {
|
|
10713
10729
|
content: "\fa2c";
|
|
10714
10730
|
}
|
|
10715
10731
|
|
|
10732
|
+
.ti-http-options-off:before {
|
|
10733
|
+
content: "\100e3";
|
|
10734
|
+
}
|
|
10735
|
+
|
|
10716
10736
|
.ti-http-patch:before {
|
|
10717
10737
|
content: "\fa2d";
|
|
10718
10738
|
}
|
|
10719
10739
|
|
|
10740
|
+
.ti-http-patch-off:before {
|
|
10741
|
+
content: "\100e2";
|
|
10742
|
+
}
|
|
10743
|
+
|
|
10720
10744
|
.ti-http-post:before {
|
|
10721
10745
|
content: "\fa2e";
|
|
10722
10746
|
}
|
|
10723
10747
|
|
|
10748
|
+
.ti-http-post-off:before {
|
|
10749
|
+
content: "\100e1";
|
|
10750
|
+
}
|
|
10751
|
+
|
|
10724
10752
|
.ti-http-put:before {
|
|
10725
10753
|
content: "\fa2f";
|
|
10726
10754
|
}
|
|
10727
10755
|
|
|
10756
|
+
.ti-http-put-off:before {
|
|
10757
|
+
content: "\100e0";
|
|
10758
|
+
}
|
|
10759
|
+
|
|
10728
10760
|
.ti-http-que:before {
|
|
10729
10761
|
content: "\fa5b";
|
|
10730
10762
|
}
|
|
10731
10763
|
|
|
10764
|
+
.ti-http-que-off:before {
|
|
10765
|
+
content: "\100df";
|
|
10766
|
+
}
|
|
10767
|
+
|
|
10732
10768
|
.ti-http-trace:before {
|
|
10733
10769
|
content: "\fa30";
|
|
10734
10770
|
}
|
|
10735
10771
|
|
|
10772
|
+
.ti-http-trace-off:before {
|
|
10773
|
+
content: "\100de";
|
|
10774
|
+
}
|
|
10775
|
+
|
|
10736
10776
|
.ti-ice-cream:before {
|
|
10737
10777
|
content: "\eac2";
|
|
10738
10778
|
}
|