Skip to content

Commit e1e3d26

Browse files
committed
Release 3.16.0
1 parent 1a18488 commit e1e3d26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+274
-54
lines changed

Diff for: .github/tabler-icons-3.16.0.png

17.8 KB

Diff for: .github/tabler-icons-3.16.0.svg

+148

Diff for: .github/[email protected]

41.4 KB

Diff for: README.md

+2-2

Diff for: icons/filled/arrow-down-circle.svg

+2

Diff for: icons/filled/arrow-down-rhombus.svg

+2

Diff for: icons/filled/arrow-down-square.svg

+2

Diff for: icons/filled/arrow-guide.svg

+2

Diff for: icons/filled/arrow-left-circle.svg

+2

Diff for: icons/filled/arrow-left-rhombus.svg

+2

Diff for: icons/filled/arrow-left-square.svg

+2

Diff for: icons/filled/arrow-move-down.svg

+2

Diff for: icons/filled/arrow-move-left.svg

+2

Diff for: icons/filled/arrow-move-right.svg

+2

Diff for: icons/filled/arrow-move-up.svg

+2

Diff for: icons/filled/arrow-right-circle.svg

+2

Diff for: icons/filled/arrow-right-rhombus.svg

+2

Diff for: icons/filled/arrow-right-square.svg

+2

Diff for: icons/filled/arrow-up-circle.svg

+2

Diff for: icons/filled/arrow-up-rhombus.svg

+2

Diff for: icons/filled/arrow-up-square.svg

+2

Diff for: icons/filled/automatic-gearbox.svg

+2

Diff for: icons/filled/battery-automotive.svg

+2

Diff for: icons/filled/battery-vertical-1.svg

+2

Diff for: icons/filled/battery-vertical-2.svg

+2

Diff for: icons/filled/battery-vertical-3.svg

+2

Diff for: icons/filled/battery-vertical-4.svg

+2

Diff for: icons/filled/battery-vertical.svg

+2

Diff for: icons/filled/bike.svg

+2

Diff for: icons/filled/blender.svg

+2

Diff for: icons/filled/bolt.svg

+2

Diff for: icons/filled/bong.svg

+2

Diff for: icons/filled/box-multiple.svg

+2

Diff for: icons/filled/car-4wd.svg

+2

Diff for: icons/filled/car-fan.svg

+2

Diff for: icons/filled/cardboards.svg

+2

Diff for: icons/filled/charging-pile.svg

+2

Diff for: icons/filled/christmas-tree.svg

+2

Diff for: icons/filled/dashboard.svg

+2

Diff for: icons/filled/device-unknown.svg

+2

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabler-icons",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/tabler/tabler-icons.git"

Diff for: packages/icons-eps/README.md

+1-1

Diff for: packages/icons-eps/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-eps",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
55
"homepage": "https://tabler-icons.io",
66
"bugs": {
@@ -25,7 +25,7 @@
2525
]
2626
},
2727
"dependencies": {
28-
"@tabler/icons": "3.15.0"
28+
"@tabler/icons": "3.16.0"
2929
},
3030
"keywords": [
3131
"icons",

Diff for: packages/icons-pdf/README.md

+1-1

Diff for: packages/icons-pdf/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-pdf",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
55
"homepage": "https://tabler-icons.io",
66
"bugs": {
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"dependencies": {
33-
"@tabler/icons": "3.15.0"
33+
"@tabler/icons": "3.16.0"
3434
},
3535
"keywords": [
3636
"icons",

Diff for: packages/icons-png/README.md

+1-1

Diff for: packages/icons-png/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-png",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
55
"homepage": "https://tabler-icons.io",
66
"bugs": {
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"dependencies": {
33-
"@tabler/icons": "3.15.0"
33+
"@tabler/icons": "3.16.0"
3434
},
3535
"keywords": [
3636
"icons",

Diff for: packages/icons-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-preact",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -35,7 +35,7 @@
3535
"imports-check": "attw $(npm pack)"
3636
},
3737
"dependencies": {
38-
"@tabler/icons": "3.15.0"
38+
"@tabler/icons": "3.16.0"
3939
},
4040
"peerDependencies": {
4141
"preact": "^10.5.13"

Diff for: packages/icons-react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/icons-react-native",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"license": "MIT",
55
"author": "codecalm",
66
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -48,7 +48,7 @@
4848
"imports-check": "attw $(npm pack)"
4949
},
5050
"dependencies": {
51-
"@tabler/icons": "3.15.0"
51+
"@tabler/icons": "3.16.0"
5252
},
5353
"devDependencies": {
5454
"@testing-library/react": "^14.2.1",

0 commit comments

Comments
 (0)