@tabler/icons-webfont 3.18.0 → 3.19.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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * Tabler Icons 3.18.0 by tabler - https://tabler.io
3
+ * Tabler Icons 3.19.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.18.0') format('woff2'),
16
+ src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.19.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.0') format('truetype');
18
+ url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.19.0') format('truetype');
19
19
  }
20
20
 
21
21
  .#{$ti-prefix} {
@@ -399,6 +399,7 @@ $ti-icon-egg-cracked: unicode('10012');
399
399
  $ti-icon-elevator: unicode('1003c');
400
400
  $ti-icon-exclamation-circle: unicode('ff62');
401
401
  $ti-icon-eye: unicode('f679');
402
+ $ti-icon-favicon: unicode('10071');
402
403
  $ti-icon-feather: unicode('10011');
403
404
  $ti-icon-file: unicode('f747');
404
405
  $ti-icon-file-x: unicode('f748');
@@ -476,6 +477,7 @@ $ti-icon-hexagon-plus: unicode('fe2c');
476
477
  $ti-icon-home: unicode('fe2b');
477
478
  $ti-icon-hospital-circle: unicode('fed2');
478
479
  $ti-icon-hourglass: unicode('f756');
480
+ $ti-icon-icons: unicode('10070');
479
481
  $ti-icon-info-circle: unicode('f6d8');
480
482
  $ti-icon-info-hexagon: unicode('fa43');
481
483
  $ti-icon-info-octagon: unicode('fa44');
@@ -491,6 +493,10 @@ $ti-icon-inner-shadow-top: unicode('f75c');
491
493
  $ti-icon-inner-shadow-top-left: unicode('f75d');
492
494
  $ti-icon-inner-shadow-top-right: unicode('f75e');
493
495
  $ti-icon-ironing: unicode('fe2a');
496
+ $ti-icon-ironing-1: unicode('1006f');
497
+ $ti-icon-ironing-2: unicode('1006e');
498
+ $ti-icon-ironing-3: unicode('1006d');
499
+ $ti-icon-ironing-steam: unicode('1006c');
494
500
  $ti-icon-jetpack: unicode('fe29');
495
501
  $ti-icon-jewish-star: unicode('f67e');
496
502
  $ti-icon-key: unicode('fe28');
@@ -632,6 +638,7 @@ $ti-icon-shirt: unicode('f6a0');
632
638
  $ti-icon-shopping-cart: unicode('fc3f');
633
639
  $ti-icon-sign-left: unicode('f6a1');
634
640
  $ti-icon-sign-right: unicode('f6a2');
641
+ $ti-icon-sitemap: unicode('1006b');
635
642
  $ti-icon-sort-ascending-2: unicode('ff5b');
636
643
  $ti-icon-sort-ascending-shapes: unicode('ff5a');
637
644
  $ti-icon-sort-descending-2: unicode('ff59');
@@ -1179,6 +1186,7 @@ $ti-icon-zoom-scan: unicode('fdbf');
1179
1186
  .#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; }
1180
1187
  .#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }
1181
1188
  .#{$ti-prefix}-eye:before { content: $ti-icon-eye; }
1189
+ .#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; }
1182
1190
  .#{$ti-prefix}-feather:before { content: $ti-icon-feather; }
1183
1191
  .#{$ti-prefix}-file:before { content: $ti-icon-file; }
1184
1192
  .#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }
@@ -1256,6 +1264,7 @@ $ti-icon-zoom-scan: unicode('fdbf');
1256
1264
  .#{$ti-prefix}-home:before { content: $ti-icon-home; }
1257
1265
  .#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; }
1258
1266
  .#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
1267
+ .#{$ti-prefix}-icons:before { content: $ti-icon-icons; }
1259
1268
  .#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }
1260
1269
  .#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }
1261
1270
  .#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }
@@ -1271,6 +1280,10 @@ $ti-icon-zoom-scan: unicode('fdbf');
1271
1280
  .#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }
1272
1281
  .#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
1273
1282
  .#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }
1283
+ .#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }
1284
+ .#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }
1285
+ .#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }
1286
+ .#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; }
1274
1287
  .#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }
1275
1288
  .#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }
1276
1289
  .#{$ti-prefix}-key:before { content: $ti-icon-key; }
@@ -1412,6 +1425,7 @@ $ti-icon-zoom-scan: unicode('fdbf');
1412
1425
  .#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; }
1413
1426
  .#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }
1414
1427
  .#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }
1428
+ .#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; }
1415
1429
  .#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; }
1416
1430
  .#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }
1417
1431
  .#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }
@@ -1,12 +1,12 @@
1
1
  /*!
2
- * Tabler Icons 3.18.0 by tabler - https://tabler.io
2
+ * Tabler Icons 3.19.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.18.0") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.18.0") format("truetype");
9
+ src: url("./fonts/tabler-icons-outline.woff2?v3.19.0") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.19.0") format("truetype");
10
10
  }
11
11
  .ti {
12
12
  font-family: "tabler-icons-outline" !important;
@@ -757,6 +757,10 @@
757
757
  content: "\ea11";
758
758
  }
759
759
 
760
+ .ti-arrow-down-dashed:before {
761
+ content: "\1006a";
762
+ }
763
+
760
764
  .ti-arrow-down-from-arc:before {
761
765
  content: "\fd86";
762
766
  }
@@ -837,6 +841,10 @@
837
841
  content: "\ea18";
838
842
  }
839
843
 
844
+ .ti-arrow-left-dashed:before {
845
+ content: "\10069";
846
+ }
847
+
840
848
  .ti-arrow-left-from-arc:before {
841
849
  content: "\fd88";
842
850
  }
@@ -921,18 +929,34 @@
921
929
  content: "\ea1a";
922
930
  }
923
931
 
932
+ .ti-arrow-narrow-down-dashed:before {
933
+ content: "\10068";
934
+ }
935
+
924
936
  .ti-arrow-narrow-left:before {
925
937
  content: "\ea1b";
926
938
  }
927
939
 
940
+ .ti-arrow-narrow-left-dashed:before {
941
+ content: "\10067";
942
+ }
943
+
928
944
  .ti-arrow-narrow-right:before {
929
945
  content: "\ea1c";
930
946
  }
931
947
 
948
+ .ti-arrow-narrow-right-dashed:before {
949
+ content: "\10066";
950
+ }
951
+
932
952
  .ti-arrow-narrow-up:before {
933
953
  content: "\ea1d";
934
954
  }
935
955
 
956
+ .ti-arrow-narrow-up-dashed:before {
957
+ content: "\10065";
958
+ }
959
+
936
960
  .ti-arrow-ramp-left:before {
937
961
  content: "\ed3c";
938
962
  }
@@ -969,6 +993,10 @@
969
993
  content: "\ea1e";
970
994
  }
971
995
 
996
+ .ti-arrow-right-dashed:before {
997
+ content: "\10064";
998
+ }
999
+
972
1000
  .ti-arrow-right-from-arc:before {
973
1001
  content: "\fd8a";
974
1002
  }
@@ -1045,6 +1073,10 @@
1045
1073
  content: "\ea20";
1046
1074
  }
1047
1075
 
1076
+ .ti-arrow-up-dashed:before {
1077
+ content: "\10063";
1078
+ }
1079
+
1048
1080
  .ti-arrow-up-from-arc:before {
1049
1081
  content: "\fd8c";
1050
1082
  }
@@ -4053,6 +4085,10 @@
4053
4085
  content: "\f4bf";
4054
4086
  }
4055
4087
 
4088
+ .ti-building-cog:before {
4089
+ content: "\10062";
4090
+ }
4091
+
4056
4092
  .ti-building-community:before {
4057
4093
  content: "\ebf6";
4058
4094
  }
@@ -4085,6 +4121,10 @@
4085
4121
  content: "\ed8a";
4086
4122
  }
4087
4123
 
4124
+ .ti-building-minus:before {
4125
+ content: "\10061";
4126
+ }
4127
+
4088
4128
  .ti-building-monument:before {
4089
4129
  content: "\ed26";
4090
4130
  }
@@ -4101,6 +4141,10 @@
4101
4141
  content: "\ebf7";
4102
4142
  }
4103
4143
 
4144
+ .ti-building-plus:before {
4145
+ content: "\10060";
4146
+ }
4147
+
4104
4148
  .ti-building-skyscraper:before {
4105
4149
  content: "\ec39";
4106
4150
  }