Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jan 26, 2023
1 parent 2aae43e commit 1874725
Show file tree
Hide file tree
Showing 34 changed files with 47 additions and 47 deletions.
Binary file modified .github/icons-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/icons-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/e-passport.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabler-icons",
"version": "2.1.1",
"version": "2.1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-eps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-eps",
"version": "2.1.1",
"version": "2.1.2",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
Expand All @@ -25,7 +25,7 @@
]
},
"dependencies": {
"@tabler/icons": "2.1.1"
"@tabler/icons": "2.1.2"
},
"keywords": [
"icons",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-pdf",
"version": "2.1.1",
"version": "2.1.2",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@tabler/icons": "2.1.1"
"@tabler/icons": "2.1.2"
},
"keywords": [
"icons",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-png/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-png",
"version": "2.1.1",
"version": "2.1.2",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@tabler/icons": "2.1.1"
"@tabler/icons": "2.1.2"
},
"keywords": [
"icons",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-preact",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "echo 'ok'"
},
"dependencies": {
"@tabler/icons": "2.1.1"
"@tabler/icons": "2.1.2"
},
"peerDependencies": {
"preact": "^10.5.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-react",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "echo 'ok'"
},
"dependencies": {
"@tabler/icons": "2.1.1",
"@tabler/icons": "2.1.2",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-solidjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-solidjs",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "echo 'ok'"
},
"dependencies": {
"@tabler/icons": "2.1.1"
"@tabler/icons": "2.1.2"
},
"devDependencies": {
"babel-preset-solid": "^1.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-svelte",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo 'ok'"
},
"dependencies": {
"@tabler/icons": "2.1.1"
"@tabler/icons": "2.1.2"
},
"devDependencies": {
"jest": "^28.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-vue",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "echo 'ok'"
},
"dependencies": {
"@tabler/icons": "2.1.1"
"@tabler/icons": "2.1.2"
},
"peerDependencies": {
"vue": ">=3.0.1"
Expand Down
Binary file modified packages/icons-webfont/fonts/tabler-icons.eot
Binary file not shown.
Binary file modified packages/icons-webfont/fonts/tabler-icons.ttf
Binary file not shown.
Binary file modified packages/icons-webfont/fonts/tabler-icons.woff
Binary file not shown.
Binary file modified packages/icons-webfont/fonts/tabler-icons.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/icons-webfont/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-webfont",
"version": "2.1.1",
"version": "2.1.2",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
]
},
"dependencies": {
"@tabler/icons": "2.1.1"
"@tabler/icons": "2.1.2"
},
"keywords": [
"icons",
Expand Down
6 changes: 3 additions & 3 deletions packages/icons-webfont/tabler-icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/icons-webfont/tabler-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tabler Icons - version 2.1.1</title>
<title>Tabler Icons - version 2.1.2</title>

<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
Expand Down Expand Up @@ -116,7 +116,7 @@
<h1>
Tabler Icons
</h1>
<p class="text-muted">version 2.1.1</p>
<p class="text-muted">version 2.1.2</p>
</header>

<div class="search-bar">
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-webfont/tabler-icons.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/icons-webfont/tabler-icons.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Tabler Icons 2.1.1 by tabler - https://tabler.io
* Tabler Icons 2.1.2 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
$ti-font-family: 'tabler-icons' !default;
Expand All @@ -12,11 +12,11 @@ $ti-prefix: 'ti' !default;
font-style: normal;
font-weight: 400;
font-display: $ti-font-display;
src: url('#{$ti-font-path}/tabler-icons.eot?v2.1.1');
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.1.1') format('embedded-opentype'),
url('#{$ti-font-path}/tabler-icons.woff2?v2.1.1') format('woff2'),
src: url('#{$ti-font-path}/tabler-icons.eot?v2.1.2');
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.1.2') format('embedded-opentype'),
url('#{$ti-font-path}/tabler-icons.woff2?v2.1.2') format('woff2'),
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
url('#{$ti-font-path}/tabler-icons.ttf?v2.1.1') format('truetype');
url('#{$ti-font-path}/tabler-icons.ttf?v2.1.2') format('truetype');
}

.#{$ti-prefix} {
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/icons/e-passport.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/tabler-nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -34833,7 +34833,7 @@
[
"path",
{
"d": "M2 5m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v10999999999999a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z"
"d": "M2 5m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z"
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/tabler-sprite-nostroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/tabler-sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions test/test-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-preact",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@tabler/icons-preact": "2.1.1",
"@tabler/icons-preact": "2.1.2",
"preact": "^10.11.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/test-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-react",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@tabler/icons-react": "2.1.1",
"@tabler/icons-react": "2.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test/test-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-svelte",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@tabler/icons-svelte": "2.1.1"
"@tabler/icons-svelte": "2.1.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions test/test-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-vue",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"vue": "^3.2.45",
"@tabler/icons-vue": "2.1.1"
"@tabler/icons-vue": "2.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
Expand Down

0 comments on commit 1874725

Please sign in to comment.