diff --git a/package.json b/package.json index ee8f75f3a..207145490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "2.13.0", + "version": "2.13.1", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" diff --git a/packages/icons-eps/package.json b/packages/icons-eps/package.json index 2e1106561..0fe315892 100644 --- a/packages/icons-eps/package.json +++ b/packages/icons-eps/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-eps", - "version": "2.13.0", + "version": "2.13.1", "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": { @@ -25,7 +25,7 @@ ] }, "dependencies": { - "@tabler/icons": "2.13.0" + "@tabler/icons": "2.13.1" }, "keywords": [ "icons", diff --git a/packages/icons-pdf/package.json b/packages/icons-pdf/package.json index 7c817c14e..4b1f350e2 100644 --- a/packages/icons-pdf/package.json +++ b/packages/icons-pdf/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-pdf", - "version": "2.13.0", + "version": "2.13.1", "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": { @@ -30,7 +30,7 @@ ] }, "dependencies": { - "@tabler/icons": "2.13.0" + "@tabler/icons": "2.13.1" }, "keywords": [ "icons", diff --git a/packages/icons-png/package.json b/packages/icons-png/package.json index 2cd556908..d2c77bd0e 100644 --- a/packages/icons-png/package.json +++ b/packages/icons-png/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-png", - "version": "2.13.0", + "version": "2.13.1", "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": { @@ -30,7 +30,7 @@ ] }, "dependencies": { - "@tabler/icons": "2.13.0" + "@tabler/icons": "2.13.1" }, "keywords": [ "icons", diff --git a/packages/icons-preact/package.json b/packages/icons-preact/package.json index f01b4f1a8..652343c3e 100644 --- a/packages/icons-preact/package.json +++ b/packages/icons-preact/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-preact", - "version": "2.13.0", + "version": "2.13.1", "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", @@ -35,7 +35,7 @@ "test": "pnpm run clean && pnpm run build:icons && jest --env=jsdom" }, "dependencies": { - "@tabler/icons": "2.13.0" + "@tabler/icons": "2.13.1" }, "peerDependencies": { "preact": "^10.5.13" diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 9beee8528..e51c63d15 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-react", - "version": "2.13.0", + "version": "2.13.1", "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", @@ -35,7 +35,7 @@ "test": "pnpm run clean && pnpm run build:icons && jest --env=jsdom" }, "dependencies": { - "@tabler/icons": "2.13.0", + "@tabler/icons": "2.13.1", "prop-types": "^15.7.2" }, "devDependencies": { diff --git a/packages/icons-solidjs/package.json b/packages/icons-solidjs/package.json index 3540cc2b3..4456d2c76 100644 --- a/packages/icons-solidjs/package.json +++ b/packages/icons-solidjs/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-solidjs", - "version": "2.13.0", + "version": "2.13.1", "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", @@ -35,7 +35,7 @@ "test": "echo 'TODO'" }, "dependencies": { - "@tabler/icons": "2.13.0" + "@tabler/icons": "2.13.1" }, "devDependencies": { "@solidjs/testing-library": "^0.6.1", diff --git a/packages/icons-svelte/package.json b/packages/icons-svelte/package.json index 163b37ea0..68f334dbf 100644 --- a/packages/icons-svelte/package.json +++ b/packages/icons-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-svelte", - "version": "2.13.0", + "version": "2.13.1", "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", @@ -36,7 +36,7 @@ "test": "pnpm run clean && pnpm run build:icons && jest --env=jsdom" }, "dependencies": { - "@tabler/icons": "2.13.0" + "@tabler/icons": "2.13.1" }, "devDependencies": { "@testing-library/svelte": "^3.0.3", diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 7469f0d60..73750155d 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-vue", - "version": "2.13.0", + "version": "2.13.1", "license": "MIT", "author": "codecalm", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", @@ -35,7 +35,7 @@ "test": "pnpm run clean && pnpm run build:icons && jest --env=jsdom" }, "dependencies": { - "@tabler/icons": "2.13.0" + "@tabler/icons": "2.13.1" }, "peerDependencies": { "vue": ">=3.0.1" diff --git a/packages/icons-webfont/package.json b/packages/icons-webfont/package.json index d08dd248c..f17ca7403 100644 --- a/packages/icons-webfont/package.json +++ b/packages/icons-webfont/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons-webfont", - "version": "2.13.0", + "version": "2.13.1", "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": { @@ -38,7 +38,7 @@ ] }, "dependencies": { - "@tabler/icons": "2.13.0" + "@tabler/icons": "2.13.1" }, "keywords": [ "icons", diff --git a/packages/icons-webfont/tabler-icons.css b/packages/icons-webfont/tabler-icons.css index aab27a789..01e830491 100644 --- a/packages/icons-webfont/tabler-icons.css +++ b/packages/icons-webfont/tabler-icons.css @@ -1,13 +1,13 @@ /*! - * Tabler Icons 2.13.0 by tabler - https://tabler.io + * Tabler Icons 2.13.1 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { font-family: "tabler-icons"; font-style: normal; font-weight: 400; - src: url("./fonts/tabler-icons.eot?v2.13.0"); - 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"); + src: url("./fonts/tabler-icons.eot?v2.13.1"); + src: url("./fonts/tabler-icons.eot?#iefix-v2.13.1") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.13.1") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.13.1") format("truetype"); } .ti { font-family: "tabler-icons" !important; diff --git a/packages/icons-webfont/tabler-icons.html b/packages/icons-webfont/tabler-icons.html index 6935bc560..7d75663e3 100644 --- a/packages/icons-webfont/tabler-icons.html +++ b/packages/icons-webfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 2.13.0 + Tabler Icons - version 2.13.1 @@ -116,7 +116,7 @@

Tabler Icons

-

version 2.13.0

+

version 2.13.1