Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jun 13, 2024
1 parent f2fc9e8 commit 9239580
Show file tree
Hide file tree
Showing 45 changed files with 240 additions and 56 deletions.
Binary file added .github/tabler-icons-3.6.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions .github/tabler-icons-3.6.0.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 added .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.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
A set of <!--icons-count-->5289<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
A set of <!--icons-count-->5307<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
<p>

<p align="center">
Expand All @@ -23,7 +23,7 @@

## Preview

### Outline version (<!--icons-count-outline-->4614<!--/icons-count-outline--> icons)
### Outline version (<!--icons-count-outline-->4621<!--/icons-count-outline--> icons)

<p align="center">
<picture>
Expand All @@ -33,7 +33,7 @@
</picture>
</p>

### Filled version (<!--icons-count-filled-->675<!--/icons-count-filled--> icons)
### Filled version (<!--icons-count-filled-->686<!--/icons-count-filled--> icons)

<p align="center">
<picture>
Expand Down
2 changes: 2 additions & 0 deletions icons/filled/binoculars.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: 2 additions & 0 deletions icons/filled/mood-angry.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: 2 additions & 0 deletions icons/filled/mood-crazy-happy.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: 2 additions & 0 deletions icons/filled/mood-wrrr.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: 2 additions & 0 deletions icons/filled/pill.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: 2 additions & 0 deletions icons/filled/receipt.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: 2 additions & 0 deletions icons/filled/rosette-discount.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: 2 additions & 0 deletions icons/filled/scuba-diving-tank.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: 2 additions & 0 deletions icons/filled/steering-wheel.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: 2 additions & 0 deletions icons/filled/tag.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: 2 additions & 0 deletions icons/filled/tags.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: 2 additions & 0 deletions icons/outline/align-left-2.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: 2 additions & 0 deletions icons/outline/align-right-2.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: 2 additions & 0 deletions icons/outline/binoculars.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: 2 additions & 0 deletions icons/outline/building-off.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: 2 additions & 0 deletions icons/outline/cliff-jumping.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: 2 additions & 0 deletions icons/outline/contract.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: 2 additions & 0 deletions icons/outline/scuba-diving-tank.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabler-icons",
"version": "3.5.0",
"version": "3.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
Expand All @@ -13,7 +13,7 @@
"scripts": {
"dev": "eleventy --serve --watch",
"preview": "eleventy",
"build": "pnpm run update && pnpm run validate --hard && pnpm run optimize && pnpm run build:packages && pnpm run preview && pnpm run changelog-image && pnpm run zip && pnpm run update-readme",
"build": "pnpm run validate && pnpm run update && pnpm run validate --hard && pnpm run optimize && pnpm run build:packages && pnpm run preview && pnpm run changelog-image && pnpm run zip && pnpm run update-readme",
"clean": "turbo run clean",
"test": "turbo run test",
"changelog": "node ./.build/changelog.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-eps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
A set of <!--icons-count-->5289<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
A set of <!--icons-count-->5307<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
<p>

<p align="center">
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": "3.5.0",
"version": "3.6.0",
"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": "3.5.0"
"@tabler/icons": "3.6.0"
},
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-pdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
A set of <!--icons-count-->5289<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
A set of <!--icons-count-->5307<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
<p>

<p align="center">
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": "3.5.0",
"version": "3.6.0",
"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": "3.5.0"
"@tabler/icons": "3.6.0"
},
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-png/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
A set of <!--icons-count-->5289<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
A set of <!--icons-count-->5307<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
<p>

<p align="center">
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": "3.5.0",
"version": "3.6.0",
"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": "3.5.0"
"@tabler/icons": "3.6.0"
},
"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": "3.5.0",
"version": "3.6.0",
"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 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.5.0"
"@tabler/icons": "3.6.0"
},
"peerDependencies": {
"preact": "^10.5.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-react-native",
"version": "3.5.0",
"version": "3.6.0",
"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 @@ -48,7 +48,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.5.0"
"@tabler/icons": "3.6.0"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
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": "3.5.0",
"version": "3.6.0",
"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 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.5.0"
"@tabler/icons": "3.6.0"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
Expand Down
Loading

0 comments on commit 9239580

Please sign in to comment.