@tabler/icons-webfont 2.11.0 → 2.13.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/fonts/tabler-icons.eot
CHANGED
|
Binary file
|
package/fonts/tabler-icons.ttf
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@tabler/icons": "2.
|
|
41
|
+
"@tabler/icons": "2.13.0"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.13.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";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons.eot?v2.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.13.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.13.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.13.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.13.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -6138,18 +6138,66 @@
|
|
|
6138
6138
|
content: "\ea88";
|
|
6139
6139
|
}
|
|
6140
6140
|
|
|
6141
|
+
.ti-database-cog:before {
|
|
6142
|
+
content: "\fa10";
|
|
6143
|
+
}
|
|
6144
|
+
|
|
6145
|
+
.ti-database-dollar:before {
|
|
6146
|
+
content: "\fa11";
|
|
6147
|
+
}
|
|
6148
|
+
|
|
6149
|
+
.ti-database-edit:before {
|
|
6150
|
+
content: "\fa12";
|
|
6151
|
+
}
|
|
6152
|
+
|
|
6153
|
+
.ti-database-exclamation:before {
|
|
6154
|
+
content: "\fa13";
|
|
6155
|
+
}
|
|
6156
|
+
|
|
6141
6157
|
.ti-database-export:before {
|
|
6142
6158
|
content: "\ee6e";
|
|
6143
6159
|
}
|
|
6144
6160
|
|
|
6161
|
+
.ti-database-heart:before {
|
|
6162
|
+
content: "\fa14";
|
|
6163
|
+
}
|
|
6164
|
+
|
|
6145
6165
|
.ti-database-import:before {
|
|
6146
6166
|
content: "\ee6f";
|
|
6147
6167
|
}
|
|
6148
6168
|
|
|
6169
|
+
.ti-database-leak:before {
|
|
6170
|
+
content: "\fa15";
|
|
6171
|
+
}
|
|
6172
|
+
|
|
6173
|
+
.ti-database-minus:before {
|
|
6174
|
+
content: "\fa16";
|
|
6175
|
+
}
|
|
6176
|
+
|
|
6149
6177
|
.ti-database-off:before {
|
|
6150
6178
|
content: "\ee70";
|
|
6151
6179
|
}
|
|
6152
6180
|
|
|
6181
|
+
.ti-database-plus:before {
|
|
6182
|
+
content: "\fa17";
|
|
6183
|
+
}
|
|
6184
|
+
|
|
6185
|
+
.ti-database-search:before {
|
|
6186
|
+
content: "\fa18";
|
|
6187
|
+
}
|
|
6188
|
+
|
|
6189
|
+
.ti-database-share:before {
|
|
6190
|
+
content: "\fa19";
|
|
6191
|
+
}
|
|
6192
|
+
|
|
6193
|
+
.ti-database-star:before {
|
|
6194
|
+
content: "\fa1a";
|
|
6195
|
+
}
|
|
6196
|
+
|
|
6197
|
+
.ti-database-x:before {
|
|
6198
|
+
content: "\fa1b";
|
|
6199
|
+
}
|
|
6200
|
+
|
|
6153
6201
|
.ti-deer:before {
|
|
6154
6202
|
content: "\f4c5";
|
|
6155
6203
|
}
|
|
@@ -7926,10 +7974,38 @@
|
|
|
7926
7974
|
content: "\eaa5";
|
|
7927
7975
|
}
|
|
7928
7976
|
|
|
7977
|
+
.ti-filter-cog:before {
|
|
7978
|
+
content: "\f9fe";
|
|
7979
|
+
}
|
|
7980
|
+
|
|
7981
|
+
.ti-filter-dollar:before {
|
|
7982
|
+
content: "\f9ff";
|
|
7983
|
+
}
|
|
7984
|
+
|
|
7985
|
+
.ti-filter-edit:before {
|
|
7986
|
+
content: "\fa00";
|
|
7987
|
+
}
|
|
7988
|
+
|
|
7989
|
+
.ti-filter-minus:before {
|
|
7990
|
+
content: "\fa01";
|
|
7991
|
+
}
|
|
7992
|
+
|
|
7929
7993
|
.ti-filter-off:before {
|
|
7930
7994
|
content: "\ed2c";
|
|
7931
7995
|
}
|
|
7932
7996
|
|
|
7997
|
+
.ti-filter-plus:before {
|
|
7998
|
+
content: "\fa02";
|
|
7999
|
+
}
|
|
8000
|
+
|
|
8001
|
+
.ti-filter-star:before {
|
|
8002
|
+
content: "\fa03";
|
|
8003
|
+
}
|
|
8004
|
+
|
|
8005
|
+
.ti-filter-x:before {
|
|
8006
|
+
content: "\fa04";
|
|
8007
|
+
}
|
|
8008
|
+
|
|
7933
8009
|
.ti-filters:before {
|
|
7934
8010
|
content: "\f793";
|
|
7935
8011
|
}
|
|
@@ -11018,6 +11094,10 @@
|
|
|
11018
11094
|
content: "\f7b5";
|
|
11019
11095
|
}
|
|
11020
11096
|
|
|
11097
|
+
.ti-mood-edit:before {
|
|
11098
|
+
content: "\fa05";
|
|
11099
|
+
}
|
|
11100
|
+
|
|
11021
11101
|
.ti-mood-empty:before {
|
|
11022
11102
|
content: "\eeb5";
|
|
11023
11103
|
}
|
|
@@ -11110,6 +11190,10 @@
|
|
|
11110
11190
|
content: "\f7ba";
|
|
11111
11191
|
}
|
|
11112
11192
|
|
|
11193
|
+
.ti-mood-share:before {
|
|
11194
|
+
content: "\fa06";
|
|
11195
|
+
}
|
|
11196
|
+
|
|
11113
11197
|
.ti-mood-sick:before {
|
|
11114
11198
|
content: "\f2e5";
|
|
11115
11199
|
}
|
|
@@ -12298,6 +12382,34 @@
|
|
|
12298
12382
|
content: "\ef79";
|
|
12299
12383
|
}
|
|
12300
12384
|
|
|
12385
|
+
.ti-progress:before {
|
|
12386
|
+
content: "\fa0d";
|
|
12387
|
+
}
|
|
12388
|
+
|
|
12389
|
+
.ti-progress-alert:before {
|
|
12390
|
+
content: "\fa07";
|
|
12391
|
+
}
|
|
12392
|
+
|
|
12393
|
+
.ti-progress-bolt:before {
|
|
12394
|
+
content: "\fa08";
|
|
12395
|
+
}
|
|
12396
|
+
|
|
12397
|
+
.ti-progress-check:before {
|
|
12398
|
+
content: "\fa09";
|
|
12399
|
+
}
|
|
12400
|
+
|
|
12401
|
+
.ti-progress-down:before {
|
|
12402
|
+
content: "\fa0a";
|
|
12403
|
+
}
|
|
12404
|
+
|
|
12405
|
+
.ti-progress-help:before {
|
|
12406
|
+
content: "\fa0b";
|
|
12407
|
+
}
|
|
12408
|
+
|
|
12409
|
+
.ti-progress-x:before {
|
|
12410
|
+
content: "\fa0c";
|
|
12411
|
+
}
|
|
12412
|
+
|
|
12301
12413
|
.ti-prompt:before {
|
|
12302
12414
|
content: "\eb0f";
|
|
12303
12415
|
}
|
|
@@ -14618,6 +14730,10 @@
|
|
|
14618
14730
|
content: "\f25b";
|
|
14619
14731
|
}
|
|
14620
14732
|
|
|
14733
|
+
.ti-table-down:before {
|
|
14734
|
+
content: "\fa1c";
|
|
14735
|
+
}
|
|
14736
|
+
|
|
14621
14737
|
.ti-table-export:before {
|
|
14622
14738
|
content: "\eef8";
|
|
14623
14739
|
}
|
|
@@ -14626,10 +14742,18 @@
|
|
|
14626
14742
|
content: "\f782";
|
|
14627
14743
|
}
|
|
14628
14744
|
|
|
14745
|
+
.ti-table-heart:before {
|
|
14746
|
+
content: "\fa1d";
|
|
14747
|
+
}
|
|
14748
|
+
|
|
14629
14749
|
.ti-table-import:before {
|
|
14630
14750
|
content: "\eef9";
|
|
14631
14751
|
}
|
|
14632
14752
|
|
|
14753
|
+
.ti-table-minus:before {
|
|
14754
|
+
content: "\fa1e";
|
|
14755
|
+
}
|
|
14756
|
+
|
|
14633
14757
|
.ti-table-off:before {
|
|
14634
14758
|
content: "\eefa";
|
|
14635
14759
|
}
|
|
@@ -14638,6 +14762,14 @@
|
|
|
14638
14762
|
content: "\f25c";
|
|
14639
14763
|
}
|
|
14640
14764
|
|
|
14765
|
+
.ti-table-plus:before {
|
|
14766
|
+
content: "\fa1f";
|
|
14767
|
+
}
|
|
14768
|
+
|
|
14769
|
+
.ti-table-share:before {
|
|
14770
|
+
content: "\fa20";
|
|
14771
|
+
}
|
|
14772
|
+
|
|
14641
14773
|
.ti-table-shortcut:before {
|
|
14642
14774
|
content: "\f25d";
|
|
14643
14775
|
}
|
|
@@ -15386,6 +15518,18 @@
|
|
|
15386
15518
|
content: "\ebf2";
|
|
15387
15519
|
}
|
|
15388
15520
|
|
|
15521
|
+
.ti-users-group:before {
|
|
15522
|
+
content: "\fa21";
|
|
15523
|
+
}
|
|
15524
|
+
|
|
15525
|
+
.ti-users-minus:before {
|
|
15526
|
+
content: "\fa0e";
|
|
15527
|
+
}
|
|
15528
|
+
|
|
15529
|
+
.ti-users-plus:before {
|
|
15530
|
+
content: "\fa0f";
|
|
15531
|
+
}
|
|
15532
|
+
|
|
15389
15533
|
.ti-uv-index:before {
|
|
15390
15534
|
content: "\f3b2";
|
|
15391
15535
|
}
|