@tabler/icons-webfont 3.36.1 → 3.37.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/LICENSE +1 -1
- package/dist/.DS_Store +0 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- 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.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-200.css +2 -2
- package/dist/tabler-icons-200.html +2 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.scss +3 -3
- package/dist/tabler-icons-300.css +2 -2
- package/dist/tabler-icons-300.html +2 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.scss +3 -3
- package/dist/tabler-icons-filled.css +2 -2
- package/dist/tabler-icons-filled.html +2 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.scss +3 -3
- package/dist/tabler-icons.css +2 -2
- package/dist/tabler-icons.html +2 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.scss +3 -3
- package/package.json +1 -1
package/LICENSE
CHANGED
package/dist/.DS_Store
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.37.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-200";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-200.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-200.woff2?v3.37.0") format("woff2"), url("./fonts/tabler-icons-200.woff?") format("woff"), url("./fonts/tabler-icons-200.ttf?v3.37.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-200" !important;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport"
|
|
6
6
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7
7
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8
|
-
<title>Tabler Icons - version 3.
|
|
8
|
+
<title>Tabler Icons - version 3.37.0</title>
|
|
9
9
|
|
|
10
10
|
<link rel="preconnect" href="https://rsms.me/">
|
|
11
11
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
<header class="header">
|
|
116
116
|
<h1>
|
|
117
117
|
Tabler Icons Outline </h1>
|
|
118
|
-
<p class="text-muted">version 3.
|
|
118
|
+
<p class="text-muted">version 3.37.0</p>
|
|
119
119
|
</header>
|
|
120
120
|
|
|
121
121
|
<div class="search-bar">
|