mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-31 01:30:04 +02:00
24 new icons: arrow-bear-left-2
, arrow-bear-left
, arrow-bear-right-2
, arrow-bear-right
, arrow-curve-left
, arrow-curve-right
, arrow-fork
, arrow-left-right
, arrow-loop-left-2
, arrow-loop-right-2
, arrow-merge
, arrow-ramp-left-2
, arrow-ramp-left-3
, arrow-ramp-right-2
, arrow-ramp-right-3
, arrow-rotary-first-left
, arrow-rotary-first-right
, arrow-rotary-last-left
, arrow-rotary-last-right
, arrow-rotary-left
, arrow-rotary-right
, arrow-rotary-straight
, arrow-sharp-turn-left
, arrow-sharp-turn-right
Fixed icons: `arrow-loop-left`, `arrow-loop-right`, `arrows-cross`, `arrows-shuffle-2`, `arrows-shuffle`
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
"optimize": "gulp optimize",
|
||||
"release": "release-it",
|
||||
"build": "gulp build",
|
||||
"build-iconfont": "gulp build-iconfont"
|
||||
"build-iconfont": "gulp build-iconfont",
|
||||
"import": "./_import.sh && gulp optimize"
|
||||
},
|
||||
"keywords": [
|
||||
"icons",
|
||||
|
8
src/_icons/arrow-bear-left-2.svg
Normal file
8
src/_icons/arrow-bear-left-2.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M9 3h-5v5" />
|
||||
<path d="M4 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />
|
||||
<path d="M20 5l-4.5 4.5" />
|
||||
</svg>
|
7
src/_icons/arrow-bear-left.svg
Normal file
7
src/_icons/arrow-bear-left.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M13 3h-5v5" />
|
||||
<path d="M8 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />
|
||||
</svg>
|
8
src/_icons/arrow-bear-right-2.svg
Normal file
8
src/_icons/arrow-bear-right-2.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M15 3h5v5" />
|
||||
<path d="M20 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />
|
||||
<path d="M4 5l4.5 4.5" />
|
||||
</svg>
|
7
src/_icons/arrow-bear-right.svg
Normal file
7
src/_icons/arrow-bear-right.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M12 3h5v5" />
|
||||
<path d="M17 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />
|
||||
</svg>
|
7
src/_icons/arrow-curve-left.svg
Normal file
7
src/_icons/arrow-curve-left.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M14 7l-4 -4l-4 4" />
|
||||
<path d="M10 3v4.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v2.394" />
|
||||
</svg>
|
7
src/_icons/arrow-curve-right.svg
Normal file
7
src/_icons/arrow-curve-right.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M10 7l4 -4l4 4" />
|
||||
<path d="M14 3v4.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v2.394" />
|
||||
</svg>
|
9
src/_icons/arrow-fork.svg
Normal file
9
src/_icons/arrow-fork.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M16 3h5v5" />
|
||||
<path d="M8 3h-5v5" />
|
||||
<path d="M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />
|
||||
<path d="M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v.93" />
|
||||
</svg>
|
8
src/_icons/arrow-left-right.svg
Normal file
8
src/_icons/arrow-left-right.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M17 13l4 -4l-4 -4" />
|
||||
<path d="M7 13l-4 -4l4 -4" />
|
||||
<path d="M12 14a5 5 0 0 1 5 -5h4" />
|
||||
<path d="M12 19v-5a5 5 0 0 0 -5 -5h-4" />
|
||||
</svg>
|
7
src/_icons/arrow-loop-left-2.svg
Normal file
7
src/_icons/arrow-loop-left-2.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M13 21v-6m0 -6v-1a4 4 0 1 1 4 4h-13" />
|
||||
<path d="M8 16l-4 -4l4 -4" />
|
||||
</svg>
|
@@ -5,5 +5,5 @@ version: "1.35"
|
||||
---
|
||||
<svg>
|
||||
<path d="M13 21v-13a4 4 0 1 1 4 4h-13" />
|
||||
<path d="M7 15l-3 -3l3 -3" />
|
||||
<path d="M8 16l-4 -4l4 -4" />
|
||||
</svg>
|
||||
|
7
src/_icons/arrow-loop-right-2.svg
Normal file
7
src/_icons/arrow-loop-right-2.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M12 21v-6m0 -6v-1a4 4 0 1 0 -4 4h13" />
|
||||
<path d="M17 16l4 -4l-4 -4" />
|
||||
</svg>
|
@@ -5,5 +5,5 @@ version: "1.35"
|
||||
---
|
||||
<svg>
|
||||
<path d="M12 21v-13a4 4 0 1 0 -4 4h13" />
|
||||
<path d="M18 15l3 -3l-3 -3" />
|
||||
<path d="M17 16l4 -4l-4 -4" />
|
||||
</svg>
|
||||
|
8
src/_icons/arrow-merge.svg
Normal file
8
src/_icons/arrow-merge.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M8 7l4 -4l4 4" />
|
||||
<path d="M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394" />
|
||||
<path d="M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394" />
|
||||
</svg>
|
8
src/_icons/arrow-ramp-left-2.svg
Normal file
8
src/_icons/arrow-ramp-left-2.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 3v8.707" />
|
||||
<path d="M8 14l-4 -4l4 -4" />
|
||||
<path d="M18 21c0 -6.075 -4.925 -11 -11 -11h-3" />
|
||||
</svg>
|
8
src/_icons/arrow-ramp-left-3.svg
Normal file
8
src/_icons/arrow-ramp-left-3.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 3v6" />
|
||||
<path d="M8 16l-4 -4l4 -4" />
|
||||
<path d="M18 21v-6a3 3 0 0 0 -3 -3h-11" />
|
||||
</svg>
|
8
src/_icons/arrow-ramp-right-2.svg
Normal file
8
src/_icons/arrow-ramp-right-2.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M6 3v8.707" />
|
||||
<path d="M16 14l4 -4l-4 -4" />
|
||||
<path d="M6 21c0 -6.075 4.925 -11 11 -11h3" />
|
||||
</svg>
|
8
src/_icons/arrow-ramp-right-3.svg
Normal file
8
src/_icons/arrow-ramp-right-3.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M6 3v6" />
|
||||
<path d="M16 16l4 -4l-4 -4" />
|
||||
<path d="M6 21v-6a3 3 0 0 1 3 -3h11" />
|
||||
</svg>
|
9
src/_icons/arrow-rotary-first-left.svg
Normal file
9
src/_icons/arrow-rotary-first-left.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<circle transform="matrix(-1 0 0 1 32 0)" cx="16" cy="7" r="3" />
|
||||
<path d="M16 10v10" />
|
||||
<path d="M13.5 9.5l-8.5 8.5" />
|
||||
<path d="M10 18h-5v-5" />
|
||||
</svg>
|
9
src/_icons/arrow-rotary-first-right.svg
Normal file
9
src/_icons/arrow-rotary-first-right.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<circle cx="8" cy="7" r="3" />
|
||||
<path d="M8 10v10" />
|
||||
<path d="M10.5 9.5l8.5 8.5" />
|
||||
<path d="M14 18h5v-5" />
|
||||
</svg>
|
9
src/_icons/arrow-rotary-last-left.svg
Normal file
9
src/_icons/arrow-rotary-last-left.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<circle transform="matrix(-1 0 0 1 30 0)" cx="15" cy="12" r="3" />
|
||||
<path d="M15 15v6" />
|
||||
<path d="M12.5 9.5l-6.5 -6.5" />
|
||||
<path d="M11 3h-5v5" />
|
||||
</svg>
|
9
src/_icons/arrow-rotary-last-right.svg
Normal file
9
src/_icons/arrow-rotary-last-right.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<circle cx="9" cy="12" r="3" />
|
||||
<path d="M9 15v6" />
|
||||
<path d="M11.5 9.5l6.5 -6.5" />
|
||||
<path d="M13 3h5v5" />
|
||||
</svg>
|
9
src/_icons/arrow-rotary-left.svg
Normal file
9
src/_icons/arrow-rotary-left.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<circle transform="matrix(-1 0 0 1 32 0)" cx="16" cy="7" r="3" />
|
||||
<path d="M16 10v10" />
|
||||
<path d="M13 7h-10" />
|
||||
<path d="M7 11l-4 -4l4 -4" />
|
||||
</svg>
|
9
src/_icons/arrow-rotary-right.svg
Normal file
9
src/_icons/arrow-rotary-right.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<circle cx="8" cy="7" r="3" />
|
||||
<path d="M8 10v10" />
|
||||
<path d="M17 11l4 -4l-4 -4" />
|
||||
<path d="M11 7h10" />
|
||||
</svg>
|
9
src/_icons/arrow-rotary-straight.svg
Normal file
9
src/_icons/arrow-rotary-straight.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<circle cx="13" cy="13" r="3" />
|
||||
<path d="M13 16v5" />
|
||||
<path d="M13 3v7" />
|
||||
<path d="M9 7l4 -4l4 4" />
|
||||
</svg>
|
7
src/_icons/arrow-sharp-turn-left.svg
Normal file
7
src/_icons/arrow-sharp-turn-left.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M17 18v-11.31a0.7 .7 0 0 0 -1.195 -.495l-9.805 9.805" />
|
||||
<path d="M11 16h-5v-5" />
|
||||
</svg>
|
7
src/_icons/arrow-sharp-turn-right.svg
Normal file
7
src/_icons/arrow-sharp-turn-right.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M7 18v-11.31a0.7 .7 0 0 1 1.195 -.495l9.805 9.805" />
|
||||
<path d="M13 16h5v-5" />
|
||||
</svg>
|
@@ -1,5 +1,6 @@
|
||||
---
|
||||
version: "1.53"
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M16 4h4v4" />
|
||||
|
@@ -1,5 +1,6 @@
|
||||
---
|
||||
version: "1.53"
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 4l3 3l-3 3" />
|
||||
|
@@ -1,5 +1,6 @@
|
||||
---
|
||||
version: "1.53"
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 4l3 3l-3 3" />
|
||||
|
Reference in New Issue
Block a user