-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from pierreavn/release/1.57.0
[AUTO] Tabler Icons v1.57.0
- Loading branch information
Showing
34 changed files
with
258 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const IconArrowBearLeft2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const IconArrowBearLeft = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M13 3h-5v5" /> | ||
<path d="M8 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" /> | ||
</svg> | ||
` |
9 changes: 9 additions & 0 deletions
9
projects/angular-tabler-icons/icons/svg/arrow-bear-right-2.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const IconArrowBearRight2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const IconArrowBearRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M12 3h5v5" /> | ||
<path d="M17 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" /> | ||
</svg> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const IconArrowCurveLeft = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const IconArrowCurveRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowFork = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
10 changes: 10 additions & 0 deletions
10
projects/angular-tabler-icons/icons/svg/arrow-left-right.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowLeftRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const IconArrowLoopLeft2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M13 21v-6m0 -6v-1a4 4 0 1 1 4 4h-13" /> | ||
<path d="M8 16l-4 -4l4 -4" /> | ||
</svg> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
projects/angular-tabler-icons/icons/svg/arrow-loop-right-2.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const IconArrowLoopRight2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M12 21v-6m0 -6v-1a4 4 0 1 0 -4 4h13" /> | ||
<path d="M17 16l4 -4l-4 -4" /> | ||
</svg> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const IconArrowMerge = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const IconArrowRampLeft2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const IconArrowRampLeft3 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M18 3v6" /> | ||
<path d="M8 16l-4 -4l4 -4" /> | ||
<path d="M18 21v-6a3 3 0 0 0 -3 -3h-11" /> | ||
</svg> | ||
` |
9 changes: 9 additions & 0 deletions
9
projects/angular-tabler-icons/icons/svg/arrow-ramp-right-2.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const IconArrowRampRight2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M6 3v8.707" /> | ||
<path d="M16 14l4 -4l-4 -4" /> | ||
<path d="M6 21c0 -6.075 4.925 -11 11 -11h3" /> | ||
</svg> | ||
` |
9 changes: 9 additions & 0 deletions
9
projects/angular-tabler-icons/icons/svg/arrow-ramp-right-3.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const IconArrowRampRight3 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M6 3v6" /> | ||
<path d="M16 16l4 -4l-4 -4" /> | ||
<path d="M6 21v-6a3 3 0 0 1 3 -3h11" /> | ||
</svg> | ||
` |
10 changes: 10 additions & 0 deletions
10
projects/angular-tabler-icons/icons/svg/arrow-rotary-first-left.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowRotaryFirstLeft = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
10 changes: 10 additions & 0 deletions
10
projects/angular-tabler-icons/icons/svg/arrow-rotary-first-right.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowRotaryFirstRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
10 changes: 10 additions & 0 deletions
10
projects/angular-tabler-icons/icons/svg/arrow-rotary-last-left.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowRotaryLastLeft = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
10 changes: 10 additions & 0 deletions
10
projects/angular-tabler-icons/icons/svg/arrow-rotary-last-right.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowRotaryLastRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
10 changes: 10 additions & 0 deletions
10
projects/angular-tabler-icons/icons/svg/arrow-rotary-left.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowRotaryLeft = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
10 changes: 10 additions & 0 deletions
10
projects/angular-tabler-icons/icons/svg/arrow-rotary-right.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowRotaryRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<circle cx="8" cy="7" r="3" /> | ||
<path d="M8 10v10" /> | ||
<path d="M17 11l4 -4l-4 -4" /> | ||
<path d="M11 7h10" /> | ||
</svg> | ||
` |
10 changes: 10 additions & 0 deletions
10
projects/angular-tabler-icons/icons/svg/arrow-rotary-straight.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const IconArrowRotaryStraight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<circle cx="13" cy="13" r="3" /> | ||
<path d="M13 16v5" /> | ||
<path d="M13 3v7" /> | ||
<path d="M9 7l4 -4l4 4" /> | ||
</svg> | ||
` |
8 changes: 8 additions & 0 deletions
8
projects/angular-tabler-icons/icons/svg/arrow-sharp-turn-left.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const IconArrowSharpTurnLeft = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<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> | ||
` |
8 changes: 8 additions & 0 deletions
8
projects/angular-tabler-icons/icons/svg/arrow-sharp-turn-right.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const IconArrowSharpTurnRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M7 18v-11.31a0.7 .7 0 0 1 1.195 -.495l9.805 9.805" /> | ||
<path d="M13 16h5v-5" /> | ||
</svg> | ||
` |
8 changes: 3 additions & 5 deletions
8
projects/angular-tabler-icons/icons/svg/device-mobile-rotated.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.