mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-01 11:50:25 +02:00
12 new icons: glass-champagne
, glass-cocktail
, glass-gin
, prong
, shopping-bag-heart
, temperature-snow
, temperature-sun
, transform-point-bottom-left
, transform-point-bottom-right
, transform-point-top-left
, transform-point-top-right
, transform-point
Fixed icons: `brand-linktree`, `glass`
This commit is contained in:
26
pnpm-lock.yaml
generated
26
pnpm-lock.yaml
generated
@@ -141,25 +141,25 @@ importers:
|
||||
packages/icons-eps:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
|
||||
packages/icons-pdf:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
|
||||
packages/icons-png:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
|
||||
packages/icons-preact:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
devDependencies:
|
||||
'@babel/preset-env':
|
||||
@@ -193,7 +193,7 @@ importers:
|
||||
packages/icons-react:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
prop-types:
|
||||
specifier: ^15.7.2
|
||||
@@ -230,7 +230,7 @@ importers:
|
||||
packages/icons-solidjs:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
devDependencies:
|
||||
'@solidjs/testing-library':
|
||||
@@ -255,7 +255,7 @@ importers:
|
||||
packages/icons-svelte:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
devDependencies:
|
||||
'@testing-library/svelte':
|
||||
@@ -298,7 +298,7 @@ importers:
|
||||
packages/icons-vue:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
devDependencies:
|
||||
'@babel/preset-env':
|
||||
@@ -335,7 +335,7 @@ importers:
|
||||
packages/icons-webfont:
|
||||
dependencies:
|
||||
'@tabler/icons':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../icons
|
||||
devDependencies:
|
||||
sass:
|
||||
@@ -348,7 +348,7 @@ importers:
|
||||
test/test-preact:
|
||||
dependencies:
|
||||
'@tabler/icons-preact':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../../packages/icons-preact
|
||||
preact:
|
||||
specifier: ^10.11.3
|
||||
@@ -376,7 +376,7 @@ importers:
|
||||
test/test-react:
|
||||
dependencies:
|
||||
'@tabler/icons-react':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../../packages/icons-react
|
||||
react:
|
||||
specifier: ^18.2.0
|
||||
@@ -404,7 +404,7 @@ importers:
|
||||
test/test-svelte:
|
||||
dependencies:
|
||||
'@tabler/icons-svelte':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../../packages/icons-svelte
|
||||
devDependencies:
|
||||
'@sveltejs/vite-plugin-svelte':
|
||||
@@ -432,7 +432,7 @@ importers:
|
||||
test/test-vue:
|
||||
dependencies:
|
||||
'@tabler/icons-vue':
|
||||
specifier: 2.45.0
|
||||
specifier: 2.46.0
|
||||
version: link:../../packages/icons-vue
|
||||
vue:
|
||||
specifier: ^3.2.45
|
||||
|
@@ -5,6 +5,9 @@ version: "1.69"
|
||||
unicode: "f1e7"
|
||||
---
|
||||
<svg>
|
||||
<path d="M9 3l-7 12h3v5h5v-5h-2l4 -7z" />
|
||||
<path d="M15 3l7 12h-3v5h-5v-5h2l-4 -7z" />
|
||||
<path d="M4 10h16" />
|
||||
<path d="M6.5 4.5l11 11" />
|
||||
<path d="M6.5 15.5l11 -11" />
|
||||
<path d="M12 10v-8" />
|
||||
<path d="M12 15v7" />
|
||||
</svg>
|
||||
|
8
src/_icons/glass-champagne.svg
Normal file
8
src/_icons/glass-champagne.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M9 21h6" />
|
||||
<path d="M12 16v5" />
|
||||
<path d="M12 5m-4 0a4 2 0 1 0 8 0a4 2 0 1 0 -8 0" />
|
||||
<path d="M8 5c0 6.075 1.79 11 4 11s4 -4.925 4 -11" />
|
||||
</svg>
|
8
src/_icons/glass-cocktail.svg
Normal file
8
src/_icons/glass-cocktail.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M8 21h8" />
|
||||
<path d="M12 15v6" />
|
||||
<path d="M12 5m-7 0a7 2 0 1 0 14 0a7 2 0 1 0 -14 0" />
|
||||
<path d="M5 5v.388c0 .432 .126 .853 .362 1.206l5 7.509c.633 .951 1.88 1.183 2.785 .517c.191 -.141 .358 -.316 .491 -.517l5 -7.509c.236 -.353 .362 -.774 .362 -1.206v-.388" />
|
||||
</svg>
|
8
src/_icons/glass-gin.svg
Normal file
8
src/_icons/glass-gin.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M8 21h8" />
|
||||
<path d="M12 15v6" />
|
||||
<path d="M12 5m-6.5 0a6.5 2 0 1 0 13 0a6.5 2 0 1 0 -13 0" />
|
||||
<path d="M5.75 4.5c-.612 .75 -.75 2 -.75 3.5a7 7 0 0 0 14 0c0 -1.5 -.094 -2.75 -.75 -3.5" />
|
||||
</svg>
|
@@ -5,7 +5,8 @@ version: "1.0"
|
||||
unicode: "eab8"
|
||||
---
|
||||
<svg>
|
||||
<path d="M8 21l8 0" />
|
||||
<path d="M12 15l0 6" />
|
||||
<path d="M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z" />
|
||||
<path d="M8 21h8" />
|
||||
<path d="M12 16v5" />
|
||||
<path d="M17 5l1 6c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -6" />
|
||||
<path d="M12 5m-5 0a5 2 0 1 0 10 0a5 2 0 1 0 -10 0" />
|
||||
</svg>
|
||||
|
7
src/_icons/prong.svg
Normal file
7
src/_icons/prong.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M10.2 10.2l6.3 6.3" />
|
||||
<path d="M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" />
|
||||
<path d="M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05" />
|
||||
</svg>
|
7
src/_icons/shopping-bag-heart.svg
Normal file
7
src/_icons/shopping-bag-heart.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304c-.057 .368 -.1 .644 -.127 .828" />
|
||||
<path d="M9 11v-5a3 3 0 0 1 6 0v5" />
|
||||
<path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />
|
||||
</svg>
|
15
src/_icons/temperature-snow.svg
Normal file
15
src/_icons/temperature-snow.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5" />
|
||||
<path d="M4 9h4" />
|
||||
<path d="M11 4l2 1l2 -1" />
|
||||
<path d="M13 2v6.5l3 1.72" />
|
||||
<path d="M18.928 6.268l.134 2.232l1.866 1.232" />
|
||||
<path d="M21.66 7l-5.629 3.25l.01 3.458" />
|
||||
<path d="M20.928 14.268l-1.866 1.232l-.134 2.232" />
|
||||
<path d="M21.66 17l-5.629 -3.25l-2.99 1.738" />
|
||||
<path d="M15 20l-2 -1" />
|
||||
<path d="M13 22v-6.5" />
|
||||
<path d="M12.025 9.055l.934 -.543" />
|
||||
</svg>
|
12
src/_icons/temperature-sun.svg
Normal file
12
src/_icons/temperature-sun.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5" />
|
||||
<path d="M4 9h4" />
|
||||
<path d="M13 16a4 4 0 1 0 0 -8a4.07 4.07 0 0 0 -1 .124" />
|
||||
<path d="M13 3v1" />
|
||||
<path d="M21 12h1" />
|
||||
<path d="M13 20v1" />
|
||||
<path d="M19.4 5.6l-.7 .7" />
|
||||
<path d="M18.7 17.7l.7 .7" />
|
||||
</svg>
|
12
src/_icons/transform-point-bottom-left.svg
Normal file
12
src/_icons/transform-point-bottom-left.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M11 5h2" />
|
||||
<path d="M5 11v2" />
|
||||
<path d="M19 11v2" />
|
||||
<path d="M11 19h2" />
|
||||
</svg>
|
12
src/_icons/transform-point-bottom-right.svg
Normal file
12
src/_icons/transform-point-bottom-right.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M11 5h2" />
|
||||
<path d="M5 11v2" />
|
||||
<path d="M19 11v2" />
|
||||
<path d="M11 19h2" />
|
||||
</svg>
|
12
src/_icons/transform-point-top-left.svg
Normal file
12
src/_icons/transform-point-top-left.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M11 5h2" />
|
||||
<path d="M5 11v2" />
|
||||
<path d="M19 11v2" />
|
||||
<path d="M11 19h2" />
|
||||
</svg>
|
12
src/_icons/transform-point-top-right.svg
Normal file
12
src/_icons/transform-point-top-right.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M11 5h2" />
|
||||
<path d="M5 11v2" />
|
||||
<path d="M19 11v2" />
|
||||
<path d="M11 19h2" />
|
||||
</svg>
|
12
src/_icons/transform-point.svg
Normal file
12
src/_icons/transform-point.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />
|
||||
<path d="M11 5h2" />
|
||||
<path d="M5 11v2" />
|
||||
<path d="M19 11v2" />
|
||||
<path d="M11 19h2" />
|
||||
</svg>
|
Reference in New Issue
Block a user