@tabler/icons-webfont 2.0.0-beta.2 → 2.0.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/README.md +5 -5
- 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 +11 -11
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +19 -19
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +9 -9
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Tabler Icons Webfont
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/og.png" alt="Tabler Icons" width="838">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-webfont.png" alt="Tabler Icons" width="838">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
@@ -25,10 +25,6 @@
|
|
|
25
25
|
<img src='https://raw.githubusercontent.com/tabler/static/main/sponsors.png'>
|
|
26
26
|
</a>
|
|
27
27
|
|
|
28
|
-
### Sponsor Tabler
|
|
29
|
-
|
|
30
|
-
<a href="https://github.com/sponsors/codecalm" target="_blank"><img src="https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true" alt="Sponsor Tabler" /></a>
|
|
31
|
-
|
|
32
28
|
## Installation
|
|
33
29
|
|
|
34
30
|
```
|
|
@@ -82,3 +78,7 @@ Caught a mistake or want to contribute to the documentation? [Edit this page on
|
|
|
82
78
|
## License
|
|
83
79
|
|
|
84
80
|
Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/master/LICENSE).
|
|
81
|
+
|
|
82
|
+
## Sponsor Tabler
|
|
83
|
+
|
|
84
|
+
<a href="https://github.com/sponsors/codecalm" target="_blank"><img src="https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true" alt="Sponsor Tabler" /></a>
|
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.0.0
|
|
3
|
+
"version": "2.0.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": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@tabler/icons": "2.0.0
|
|
36
|
+
"@tabler/icons": "2.0.0"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.0.0
|
|
2
|
+
* Tabler Icons 2.0.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.0.0
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.0.0
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.0.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.0.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.0.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.0.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2010,6 +2010,10 @@
|
|
|
2010
2010
|
content: "\f4cf";
|
|
2011
2011
|
}
|
|
2012
2012
|
|
|
2013
|
+
.ti-brand-c-sharp:before {
|
|
2014
|
+
content: "\f003";
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2013
2017
|
.ti-brand-campaignmonitor:before {
|
|
2014
2018
|
content: "\f328";
|
|
2015
2019
|
}
|
|
@@ -3254,10 +3258,6 @@
|
|
|
3254
3258
|
content: "\efd9";
|
|
3255
3259
|
}
|
|
3256
3260
|
|
|
3257
|
-
.ti-c-sharp:before {
|
|
3258
|
-
content: "\f003";
|
|
3259
|
-
}
|
|
3260
|
-
|
|
3261
3261
|
.ti-cactus:before {
|
|
3262
3262
|
content: "\f21b";
|
|
3263
3263
|
}
|
|
@@ -12122,14 +12122,14 @@
|
|
|
12122
12122
|
content: "\f1ba";
|
|
12123
12123
|
}
|
|
12124
12124
|
|
|
12125
|
-
.ti-uf-off:before {
|
|
12126
|
-
content: "\f26e";
|
|
12127
|
-
}
|
|
12128
|
-
|
|
12129
12125
|
.ti-ufo:before {
|
|
12130
12126
|
content: "\f26f";
|
|
12131
12127
|
}
|
|
12132
12128
|
|
|
12129
|
+
.ti-ufo-off:before {
|
|
12130
|
+
content: "\f26e";
|
|
12131
|
+
}
|
|
12132
|
+
|
|
12133
12133
|
.ti-umbrella:before {
|
|
12134
12134
|
content: "\ebf1";
|
|
12135
12135
|
}
|