Skip to content

Commit c5f0454

Browse files
committed
Release 3.10.0
1 parent 722026e commit c5f0454

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

+275
-55
lines changed

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

29.2 KB

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

+148

Diff for: .github/[email protected]

65 KB

Diff for: README.md

+3-3

Diff for: icons/filled/binary-tree-2.svg

+2

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

+2

Diff for: icons/filled/circle-rectangle.svg

+2

Diff for: icons/filled/exclamation-circle.svg

+2

Diff for: icons/filled/hanger-2.svg

+2

Diff for: icons/filled/label-important.svg

+2

Diff for: icons/filled/lasso-polygon.svg

+2

Diff for: icons/filled/military-rank.svg

+2

Diff for: icons/filled/presentation-analytics.svg

+2

Diff for: icons/filled/presentation.svg

+2

Diff for: icons/filled/sort-ascending-2.svg

+2

Diff for: icons/filled/sort-ascending-shapes.svg

+2

Diff for: icons/filled/sort-descending-2.svg

+2

Diff for: icons/filled/sort-descending-shapes.svg

+2

Diff for: icons/filled/swipe-down.svg

+2

Diff for: icons/filled/swipe-left.svg

+2

Diff for: icons/filled/swipe-right.svg

+2

Diff for: icons/filled/swipe-up.svg

+2

Diff for: icons/filled/test-pipe-2.svg

+2

Diff for: icons/outline/bubble-tea-2.svg

+2

Diff for: icons/outline/bubble-tea.svg

+2

Diff for: icons/outline/building-burj-al-arab.svg

+2

Diff for: icons/outline/hand-finger-down.svg

+2

Diff for: icons/outline/hand-finger-left.svg

+2

Diff for: icons/outline/hand-finger-right.svg

+2

Diff for: icons/outline/join-bevel.svg

+2

Diff for: icons/outline/join-round.svg

+2

Diff for: icons/outline/join-straight.svg

+2

Diff for: icons/outline/label-important.svg

+2

Diff for: icons/outline/laurel-wreath-1.svg

+2

Diff for: icons/outline/laurel-wreath-2.svg

+2

Diff for: icons/outline/laurel-wreath-3.svg

+2

Diff for: icons/outline/laurel-wreath.svg

+2

Diff for: icons/outline/leaf-2.svg

+2

Diff for: icons/outline/menu-3.svg

+2

Diff for: icons/outline/menu-4.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.9.0",
3+
"version": "3.10.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.9.0",
3+
"version": "3.10.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.9.0"
28+
"@tabler/icons": "3.10.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.9.0",
3+
"version": "3.10.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.9.0"
33+
"@tabler/icons": "3.10.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.9.0",
3+
"version": "3.10.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.9.0"
33+
"@tabler/icons": "3.10.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.9.0",
3+
"version": "3.10.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.9.0"
38+
"@tabler/icons": "3.10.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.9.0",
3+
"version": "3.10.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.9.0"
51+
"@tabler/icons": "3.10.0"
5252
},
5353
"devDependencies": {
5454
"@testing-library/react": "^14.2.1",

0 commit comments

Comments
 (0)