diff --git a/.github/icons-dark.png b/.github/icons-dark.png index 99e1c6e04..f426579fe 100644 Binary files a/.github/icons-dark.png and b/.github/icons-dark.png differ diff --git a/.github/icons-dark.svg b/.github/icons-dark.svg index 184dc27b8..d72fb1a1d 100644 --- a/.github/icons-dark.svg +++ b/.github/icons-dark.svg @@ -2817,7 +2817,7 @@ - + diff --git a/.github/icons-dark@2x.png b/.github/icons-dark@2x.png index 9783d85a1..dfe085893 100644 Binary files a/.github/icons-dark@2x.png and b/.github/icons-dark@2x.png differ diff --git a/.github/icons.png b/.github/icons.png index edf9a59eb..b53f0bf07 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 6bf3d9ba5..5d3f68a4b 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -2817,7 +2817,7 @@ - + diff --git a/.github/icons@2x.png b/.github/icons@2x.png index ea05a6fd4..430e77700 100644 Binary files a/.github/icons@2x.png and b/.github/icons@2x.png differ diff --git a/icons/e-passport.svg b/icons/e-passport.svg index 09c82881f..b15fb6307 100644 --- a/icons/e-passport.svg +++ b/icons/e-passport.svg @@ -1,6 +1,6 @@ - + diff --git a/package.json b/package.json index b916b095b..32f229c7d 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/packages/icons-eps/package.json b/packages/icons-eps/package.json index ea2443ff9..afe40b853 100644 --- a/packages/icons-eps/package.json +++ b/packages/icons-eps/package.json @@ -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": { @@ -25,7 +25,7 @@ ] }, "dependencies": { - "@tabler/icons": "2.1.1" + "@tabler/icons": "2.1.2" }, "keywords": [ "icons", diff --git a/packages/icons-pdf/package.json b/packages/icons-pdf/package.json index 3b5241b11..a6e273f79 100644 --- a/packages/icons-pdf/package.json +++ b/packages/icons-pdf/package.json @@ -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": { @@ -30,7 +30,7 @@ ] }, "dependencies": { - "@tabler/icons": "2.1.1" + "@tabler/icons": "2.1.2" }, "keywords": [ "icons", diff --git a/packages/icons-png/package.json b/packages/icons-png/package.json index 3b8700f13..38075ce76 100644 --- a/packages/icons-png/package.json +++ b/packages/icons-png/package.json @@ -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": { @@ -30,7 +30,7 @@ ] }, "dependencies": { - "@tabler/icons": "2.1.1" + "@tabler/icons": "2.1.2" }, "keywords": [ "icons", diff --git a/packages/icons-preact/package.json b/packages/icons-preact/package.json index 960fbc8fc..ad6c13382 100644 --- a/packages/icons-preact/package.json +++ b/packages/icons-preact/package.json @@ -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.", @@ -35,7 +35,7 @@ "test": "echo 'ok'" }, "dependencies": { - "@tabler/icons": "2.1.1" + "@tabler/icons": "2.1.2" }, "peerDependencies": { "preact": "^10.5.13" diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 013576e42..f99acc233 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -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.", @@ -35,7 +35,7 @@ "test": "echo 'ok'" }, "dependencies": { - "@tabler/icons": "2.1.1", + "@tabler/icons": "2.1.2", "prop-types": "^15.7.2" }, "devDependencies": { diff --git a/packages/icons-solidjs/package.json b/packages/icons-solidjs/package.json index 54032d4ce..537078c19 100644 --- a/packages/icons-solidjs/package.json +++ b/packages/icons-solidjs/package.json @@ -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.", @@ -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", diff --git a/packages/icons-svelte/package.json b/packages/icons-svelte/package.json index e3a96e681..44ffe07fd 100644 --- a/packages/icons-svelte/package.json +++ b/packages/icons-svelte/package.json @@ -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.", @@ -36,7 +36,7 @@ "test": "echo 'ok'" }, "dependencies": { - "@tabler/icons": "2.1.1" + "@tabler/icons": "2.1.2" }, "devDependencies": { "jest": "^28.1.3", diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 1502eee5f..dad3a64e5 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -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.", @@ -35,7 +35,7 @@ "test": "echo 'ok'" }, "dependencies": { - "@tabler/icons": "2.1.1" + "@tabler/icons": "2.1.2" }, "peerDependencies": { "vue": ">=3.0.1" diff --git a/packages/icons-webfont/fonts/tabler-icons.eot b/packages/icons-webfont/fonts/tabler-icons.eot index 7f21663ba..28a7f74e8 100644 Binary files a/packages/icons-webfont/fonts/tabler-icons.eot and b/packages/icons-webfont/fonts/tabler-icons.eot differ diff --git a/packages/icons-webfont/fonts/tabler-icons.ttf b/packages/icons-webfont/fonts/tabler-icons.ttf index 7e4c75a1e..1d0ddaa35 100644 Binary files a/packages/icons-webfont/fonts/tabler-icons.ttf and b/packages/icons-webfont/fonts/tabler-icons.ttf differ diff --git a/packages/icons-webfont/fonts/tabler-icons.woff b/packages/icons-webfont/fonts/tabler-icons.woff index b1a9148b0..c8b683eae 100644 Binary files a/packages/icons-webfont/fonts/tabler-icons.woff and b/packages/icons-webfont/fonts/tabler-icons.woff differ diff --git a/packages/icons-webfont/fonts/tabler-icons.woff2 b/packages/icons-webfont/fonts/tabler-icons.woff2 index fd0a3bee2..2056373cd 100644 Binary files a/packages/icons-webfont/fonts/tabler-icons.woff2 and b/packages/icons-webfont/fonts/tabler-icons.woff2 differ diff --git a/packages/icons-webfont/package.json b/packages/icons-webfont/package.json index 0fc3df64b..2f00db768 100644 --- a/packages/icons-webfont/package.json +++ b/packages/icons-webfont/package.json @@ -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": { @@ -38,7 +38,7 @@ ] }, "dependencies": { - "@tabler/icons": "2.1.1" + "@tabler/icons": "2.1.2" }, "keywords": [ "icons", diff --git a/packages/icons-webfont/tabler-icons.css b/packages/icons-webfont/tabler-icons.css index 9342af922..7e5bfb2f8 100644 --- a/packages/icons-webfont/tabler-icons.css +++ b/packages/icons-webfont/tabler-icons.css @@ -1,13 +1,13 @@ /*! - * 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 */ @font-face { font-family: "tabler-icons"; font-style: normal; font-weight: 400; - src: url("./fonts/tabler-icons.eot?v2.1.1"); - src: url("./fonts/tabler-icons.eot?#iefix-v2.1.1") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.1.1") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.1.1") format("truetype"); + src: url("./fonts/tabler-icons.eot?v2.1.2"); + src: url("./fonts/tabler-icons.eot?#iefix-v2.1.2") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.1.2") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.1.2") 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 798473e2e..d56d148d0 100644 --- a/packages/icons-webfont/tabler-icons.html +++ b/packages/icons-webfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 2.1.1 + Tabler Icons - version 2.1.2 @@ -116,7 +116,7 @@

Tabler Icons

-

version 2.1.1

+

version 2.1.2