@tabler/icons-webfont 2.1.1 → 2.2.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 +88 -16
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +195 -33
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +55 -19
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.2.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.2.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.2.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.2.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.2.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.2.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.2.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -1314,11 +1314,11 @@
|
|
|
1314
1314
|
content: "\ec2b";
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
|
-
.ti-
|
|
1317
|
+
.ti-balloon:before {
|
|
1318
1318
|
content: "\ef3a";
|
|
1319
1319
|
}
|
|
1320
1320
|
|
|
1321
|
-
.ti-
|
|
1321
|
+
.ti-balloon-off:before {
|
|
1322
1322
|
content: "\f0fd";
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
@@ -1894,7 +1894,7 @@
|
|
|
1894
1894
|
content: "\f0c0";
|
|
1895
1895
|
}
|
|
1896
1896
|
|
|
1897
|
-
.ti-
|
|
1897
|
+
.ti-braille:before {
|
|
1898
1898
|
content: "\f545";
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
@@ -1946,7 +1946,7 @@
|
|
|
1946
1946
|
content: "\f5f9";
|
|
1947
1947
|
}
|
|
1948
1948
|
|
|
1949
|
-
.ti-brand-
|
|
1949
|
+
.ti-brand-among-us:before {
|
|
1950
1950
|
content: "\f205";
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
@@ -2030,7 +2030,7 @@
|
|
|
2030
2030
|
content: "\edc7";
|
|
2031
2031
|
}
|
|
2032
2032
|
|
|
2033
|
-
.ti-brand-
|
|
2033
|
+
.ti-brand-blackberry:before {
|
|
2034
2034
|
content: "\f568";
|
|
2035
2035
|
}
|
|
2036
2036
|
|
|
@@ -7346,6 +7346,10 @@
|
|
|
7346
7346
|
content: "\eac5";
|
|
7347
7347
|
}
|
|
7348
7348
|
|
|
7349
|
+
.ti-info-circle-filled:before {
|
|
7350
|
+
content: "\f6d8";
|
|
7351
|
+
}
|
|
7352
|
+
|
|
7349
7353
|
.ti-info-square:before {
|
|
7350
7354
|
content: "\eac6";
|
|
7351
7355
|
}
|
|
@@ -7354,6 +7358,10 @@
|
|
|
7354
7358
|
content: "\f635";
|
|
7355
7359
|
}
|
|
7356
7360
|
|
|
7361
|
+
.ti-info-square-rounded-filled:before {
|
|
7362
|
+
content: "\f6d9";
|
|
7363
|
+
}
|
|
7364
|
+
|
|
7357
7365
|
.ti-inner-shadow-bottom:before {
|
|
7358
7366
|
content: "\f520";
|
|
7359
7367
|
}
|
|
@@ -7998,6 +8006,10 @@
|
|
|
7998
8006
|
content: "\f636";
|
|
7999
8007
|
}
|
|
8000
8008
|
|
|
8009
|
+
.ti-lock-square-rounded-filled:before {
|
|
8010
|
+
content: "\f6da";
|
|
8011
|
+
}
|
|
8012
|
+
|
|
8001
8013
|
.ti-logic-and:before {
|
|
8002
8014
|
content: "\f240";
|
|
8003
8015
|
}
|
|
@@ -9002,20 +9014,20 @@
|
|
|
9002
9014
|
content: "\eaff";
|
|
9003
9015
|
}
|
|
9004
9016
|
|
|
9005
|
-
.ti-package-
|
|
9006
|
-
content: "\
|
|
9017
|
+
.ti-package-export:before {
|
|
9018
|
+
content: "\f07a";
|
|
9007
9019
|
}
|
|
9008
9020
|
|
|
9009
|
-
.ti-
|
|
9010
|
-
content: "\
|
|
9021
|
+
.ti-package-import:before {
|
|
9022
|
+
content: "\f07b";
|
|
9011
9023
|
}
|
|
9012
9024
|
|
|
9013
|
-
.ti-
|
|
9014
|
-
content: "\
|
|
9025
|
+
.ti-package-off:before {
|
|
9026
|
+
content: "\f16c";
|
|
9015
9027
|
}
|
|
9016
9028
|
|
|
9017
|
-
.ti-
|
|
9018
|
-
content: "\
|
|
9029
|
+
.ti-packages:before {
|
|
9030
|
+
content: "\f2c9";
|
|
9019
9031
|
}
|
|
9020
9032
|
|
|
9021
9033
|
.ti-pacman:before {
|
|
@@ -11114,54 +11126,106 @@
|
|
|
11114
11126
|
content: "\f639";
|
|
11115
11127
|
}
|
|
11116
11128
|
|
|
11129
|
+
.ti-square-rounded-arrow-down-filled:before {
|
|
11130
|
+
content: "\f6db";
|
|
11131
|
+
}
|
|
11132
|
+
|
|
11117
11133
|
.ti-square-rounded-arrow-left:before {
|
|
11118
11134
|
content: "\f63a";
|
|
11119
11135
|
}
|
|
11120
11136
|
|
|
11137
|
+
.ti-square-rounded-arrow-left-filled:before {
|
|
11138
|
+
content: "\f6dc";
|
|
11139
|
+
}
|
|
11140
|
+
|
|
11121
11141
|
.ti-square-rounded-arrow-right:before {
|
|
11122
11142
|
content: "\f63b";
|
|
11123
11143
|
}
|
|
11124
11144
|
|
|
11145
|
+
.ti-square-rounded-arrow-right-filled:before {
|
|
11146
|
+
content: "\f6dd";
|
|
11147
|
+
}
|
|
11148
|
+
|
|
11125
11149
|
.ti-square-rounded-arrow-up:before {
|
|
11126
11150
|
content: "\f63c";
|
|
11127
11151
|
}
|
|
11128
11152
|
|
|
11153
|
+
.ti-square-rounded-arrow-up-filled:before {
|
|
11154
|
+
content: "\f6de";
|
|
11155
|
+
}
|
|
11156
|
+
|
|
11129
11157
|
.ti-square-rounded-check:before {
|
|
11130
11158
|
content: "\f63d";
|
|
11131
11159
|
}
|
|
11132
11160
|
|
|
11161
|
+
.ti-square-rounded-check-filled:before {
|
|
11162
|
+
content: "\f6df";
|
|
11163
|
+
}
|
|
11164
|
+
|
|
11133
11165
|
.ti-square-rounded-chevron-down:before {
|
|
11134
11166
|
content: "\f62b";
|
|
11135
11167
|
}
|
|
11136
11168
|
|
|
11169
|
+
.ti-square-rounded-chevron-down-filled:before {
|
|
11170
|
+
content: "\f6e0";
|
|
11171
|
+
}
|
|
11172
|
+
|
|
11137
11173
|
.ti-square-rounded-chevron-left:before {
|
|
11138
11174
|
content: "\f62c";
|
|
11139
11175
|
}
|
|
11140
11176
|
|
|
11177
|
+
.ti-square-rounded-chevron-left-filled:before {
|
|
11178
|
+
content: "\f6e1";
|
|
11179
|
+
}
|
|
11180
|
+
|
|
11141
11181
|
.ti-square-rounded-chevron-right:before {
|
|
11142
11182
|
content: "\f62d";
|
|
11143
11183
|
}
|
|
11144
11184
|
|
|
11185
|
+
.ti-square-rounded-chevron-right-filled:before {
|
|
11186
|
+
content: "\f6e2";
|
|
11187
|
+
}
|
|
11188
|
+
|
|
11145
11189
|
.ti-square-rounded-chevron-up:before {
|
|
11146
11190
|
content: "\f62e";
|
|
11147
11191
|
}
|
|
11148
11192
|
|
|
11193
|
+
.ti-square-rounded-chevron-up-filled:before {
|
|
11194
|
+
content: "\f6e3";
|
|
11195
|
+
}
|
|
11196
|
+
|
|
11149
11197
|
.ti-square-rounded-chevrons-down:before {
|
|
11150
11198
|
content: "\f64f";
|
|
11151
11199
|
}
|
|
11152
11200
|
|
|
11201
|
+
.ti-square-rounded-chevrons-down-filled:before {
|
|
11202
|
+
content: "\f6e4";
|
|
11203
|
+
}
|
|
11204
|
+
|
|
11153
11205
|
.ti-square-rounded-chevrons-left:before {
|
|
11154
11206
|
content: "\f650";
|
|
11155
11207
|
}
|
|
11156
11208
|
|
|
11209
|
+
.ti-square-rounded-chevrons-left-filled:before {
|
|
11210
|
+
content: "\f6e5";
|
|
11211
|
+
}
|
|
11212
|
+
|
|
11157
11213
|
.ti-square-rounded-chevrons-right:before {
|
|
11158
11214
|
content: "\f651";
|
|
11159
11215
|
}
|
|
11160
11216
|
|
|
11217
|
+
.ti-square-rounded-chevrons-right-filled:before {
|
|
11218
|
+
content: "\f6e6";
|
|
11219
|
+
}
|
|
11220
|
+
|
|
11161
11221
|
.ti-square-rounded-chevrons-up:before {
|
|
11162
11222
|
content: "\f652";
|
|
11163
11223
|
}
|
|
11164
11224
|
|
|
11225
|
+
.ti-square-rounded-chevrons-up-filled:before {
|
|
11226
|
+
content: "\f6e7";
|
|
11227
|
+
}
|
|
11228
|
+
|
|
11165
11229
|
.ti-square-rounded-filled:before {
|
|
11166
11230
|
content: "\f6a5";
|
|
11167
11231
|
}
|
|
@@ -11318,10 +11382,18 @@
|
|
|
11318
11382
|
content: "\f63f";
|
|
11319
11383
|
}
|
|
11320
11384
|
|
|
11385
|
+
.ti-square-rounded-plus-filled:before {
|
|
11386
|
+
content: "\f6e8";
|
|
11387
|
+
}
|
|
11388
|
+
|
|
11321
11389
|
.ti-square-rounded-x:before {
|
|
11322
11390
|
content: "\f640";
|
|
11323
11391
|
}
|
|
11324
11392
|
|
|
11393
|
+
.ti-square-rounded-x-filled:before {
|
|
11394
|
+
content: "\f6e9";
|
|
11395
|
+
}
|
|
11396
|
+
|
|
11325
11397
|
.ti-square-toggle:before {
|
|
11326
11398
|
content: "\eef4";
|
|
11327
11399
|
}
|