diff --git a/README.md b/README.md
index bed70e8a..175aa9c7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# angular-tabler-icons
-[![tabler-icons-version](https://img.shields.io/badge/Tabler%20Icons-v1.56.0-%23206bc4?style=flat-square)](https://tabler-icons.io)
+[![tabler-icons-version](https://img.shields.io/badge/Tabler%20Icons-v1.57.0-%23206bc4?style=flat-square)](https://tabler-icons.io)
[![license](https://img.shields.io/npm/l/angular-tabler-icons.svg?style=flat-square)]()
[![downloads](https://img.shields.io/npm/dm/angular-tabler-icons?style=flat-square)]()
@@ -78,7 +78,7 @@ After importing the _IconsModule_ in your feature or shared module, use the icon
List of available icons: https://tabler-icons.io/
-This version includes **Tabler Icons v1.56.0**, see [changelog](https://tabler-icons.io/changelog) to know which icons are available.
+This version includes **Tabler Icons v1.57.0**, see [changelog](https://tabler-icons.io/changelog) to know which icons are available.
## Styling icons
diff --git a/package-lock.json b/package-lock.json
index 1a048d39..0c153f93 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2117,9 +2117,9 @@
}
},
"@tabler/icons": {
- "version": "1.56.0",
- "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.56.0.tgz",
- "integrity": "sha512-SkkFghWu649AZY3K77SZCx/Gs5plu+OfmcWzZ4vw3DJH2eV4tD9XMUVHXsK1+u2NOskzDVqZjCDrMtsAkdW7KA=="
+ "version": "1.57.0",
+ "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.57.0.tgz",
+ "integrity": "sha512-mPZi+F44gX4Ri7xPelxUj+RYZP9EmeQYUDq0Swrr8cVjSb/kk/SVxdIwwcioxr5nI8e+qQKwybeuIqIn/oKttA=="
},
"@trysound/sax": {
"version": "0.2.0",
diff --git a/package.json b/package.json
index 041c22cb..265d05d0 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"@angular/platform-browser": "~11.0.4",
"@angular/platform-browser-dynamic": "~11.0.4",
"@angular/router": "~11.0.4",
- "@tabler/icons": "^1.56.0",
+ "@tabler/icons": "^1.57.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
diff --git a/projects/angular-tabler-icons/icons/index.ts b/projects/angular-tabler-icons/icons/index.ts
index 03d0e455..b25ea04c 100644
--- a/projects/angular-tabler-icons/icons/index.ts
+++ b/projects/angular-tabler-icons/icons/index.ts
@@ -58,6 +58,10 @@ export { IconArrowBarToLeft } from './svg/arrow-bar-to-left';
export { IconArrowBarToRight } from './svg/arrow-bar-to-right';
export { IconArrowBarToUp } from './svg/arrow-bar-to-up';
export { IconArrowBarUp } from './svg/arrow-bar-up';
+export { IconArrowBearLeft2 } from './svg/arrow-bear-left-2';
+export { IconArrowBearLeft } from './svg/arrow-bear-left';
+export { IconArrowBearRight2 } from './svg/arrow-bear-right-2';
+export { IconArrowBearRight } from './svg/arrow-bear-right';
export { IconArrowBigDownLine } from './svg/arrow-big-down-line';
export { IconArrowBigDownLines } from './svg/arrow-big-down-lines';
export { IconArrowBigDown } from './svg/arrow-big-down';
@@ -74,32 +78,52 @@ export { IconArrowBottomBar } from './svg/arrow-bottom-bar';
export { IconArrowBottomCircle } from './svg/arrow-bottom-circle';
export { IconArrowBottomSquare } from './svg/arrow-bottom-square';
export { IconArrowBottomTail } from './svg/arrow-bottom-tail';
+export { IconArrowCurveLeft } from './svg/arrow-curve-left';
+export { IconArrowCurveRight } from './svg/arrow-curve-right';
export { IconArrowDownCircle } from './svg/arrow-down-circle';
export { IconArrowDownLeftCircle } from './svg/arrow-down-left-circle';
export { IconArrowDownLeft } from './svg/arrow-down-left';
export { IconArrowDownRightCircle } from './svg/arrow-down-right-circle';
export { IconArrowDownRight } from './svg/arrow-down-right';
export { IconArrowDown } from './svg/arrow-down';
+export { IconArrowFork } from './svg/arrow-fork';
export { IconArrowForwardUp } from './svg/arrow-forward-up';
export { IconArrowForward } from './svg/arrow-forward';
export { IconArrowLeftBar } from './svg/arrow-left-bar';
export { IconArrowLeftCircle } from './svg/arrow-left-circle';
+export { IconArrowLeftRight } from './svg/arrow-left-right';
export { IconArrowLeftSquare } from './svg/arrow-left-square';
export { IconArrowLeftTail } from './svg/arrow-left-tail';
export { IconArrowLeft } from './svg/arrow-left';
+export { IconArrowLoopLeft2 } from './svg/arrow-loop-left-2';
export { IconArrowLoopLeft } from './svg/arrow-loop-left';
+export { IconArrowLoopRight2 } from './svg/arrow-loop-right-2';
export { IconArrowLoopRight } from './svg/arrow-loop-right';
+export { IconArrowMerge } from './svg/arrow-merge';
export { IconArrowNarrowDown } from './svg/arrow-narrow-down';
export { IconArrowNarrowLeft } from './svg/arrow-narrow-left';
export { IconArrowNarrowRight } from './svg/arrow-narrow-right';
export { IconArrowNarrowUp } from './svg/arrow-narrow-up';
+export { IconArrowRampLeft2 } from './svg/arrow-ramp-left-2';
+export { IconArrowRampLeft3 } from './svg/arrow-ramp-left-3';
export { IconArrowRampLeft } from './svg/arrow-ramp-left';
+export { IconArrowRampRight2 } from './svg/arrow-ramp-right-2';
+export { IconArrowRampRight3 } from './svg/arrow-ramp-right-3';
export { IconArrowRampRight } from './svg/arrow-ramp-right';
export { IconArrowRightBar } from './svg/arrow-right-bar';
export { IconArrowRightCircle } from './svg/arrow-right-circle';
export { IconArrowRightSquare } from './svg/arrow-right-square';
export { IconArrowRightTail } from './svg/arrow-right-tail';
export { IconArrowRight } from './svg/arrow-right';
+export { IconArrowRotaryFirstLeft } from './svg/arrow-rotary-first-left';
+export { IconArrowRotaryFirstRight } from './svg/arrow-rotary-first-right';
+export { IconArrowRotaryLastLeft } from './svg/arrow-rotary-last-left';
+export { IconArrowRotaryLastRight } from './svg/arrow-rotary-last-right';
+export { IconArrowRotaryLeft } from './svg/arrow-rotary-left';
+export { IconArrowRotaryRight } from './svg/arrow-rotary-right';
+export { IconArrowRotaryStraight } from './svg/arrow-rotary-straight';
+export { IconArrowSharpTurnLeft } from './svg/arrow-sharp-turn-left';
+export { IconArrowSharpTurnRight } from './svg/arrow-sharp-turn-right';
export { IconArrowTopBar } from './svg/arrow-top-bar';
export { IconArrowTopCircle } from './svg/arrow-top-circle';
export { IconArrowTopSquare } from './svg/arrow-top-square';
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-bear-left-2.ts b/projects/angular-tabler-icons/icons/svg/arrow-bear-left-2.ts
new file mode 100644
index 00000000..8b7a8eea
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-bear-left-2.ts
@@ -0,0 +1,9 @@
+export const IconArrowBearLeft2 = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-bear-left.ts b/projects/angular-tabler-icons/icons/svg/arrow-bear-left.ts
new file mode 100644
index 00000000..833593f9
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-bear-left.ts
@@ -0,0 +1,8 @@
+export const IconArrowBearLeft = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-bear-right-2.ts b/projects/angular-tabler-icons/icons/svg/arrow-bear-right-2.ts
new file mode 100644
index 00000000..e6ef0c30
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-bear-right-2.ts
@@ -0,0 +1,9 @@
+export const IconArrowBearRight2 = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-bear-right.ts b/projects/angular-tabler-icons/icons/svg/arrow-bear-right.ts
new file mode 100644
index 00000000..5fd39c4a
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-bear-right.ts
@@ -0,0 +1,8 @@
+export const IconArrowBearRight = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-curve-left.ts b/projects/angular-tabler-icons/icons/svg/arrow-curve-left.ts
new file mode 100644
index 00000000..bccf96c4
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-curve-left.ts
@@ -0,0 +1,8 @@
+export const IconArrowCurveLeft = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-curve-right.ts b/projects/angular-tabler-icons/icons/svg/arrow-curve-right.ts
new file mode 100644
index 00000000..9ccf5b32
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-curve-right.ts
@@ -0,0 +1,8 @@
+export const IconArrowCurveRight = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-fork.ts b/projects/angular-tabler-icons/icons/svg/arrow-fork.ts
new file mode 100644
index 00000000..c7597af0
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-fork.ts
@@ -0,0 +1,10 @@
+export const IconArrowFork = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-left-right.ts b/projects/angular-tabler-icons/icons/svg/arrow-left-right.ts
new file mode 100644
index 00000000..87c95399
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-left-right.ts
@@ -0,0 +1,10 @@
+export const IconArrowLeftRight = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-loop-left-2.ts b/projects/angular-tabler-icons/icons/svg/arrow-loop-left-2.ts
new file mode 100644
index 00000000..1a23e7dd
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-loop-left-2.ts
@@ -0,0 +1,8 @@
+export const IconArrowLoopLeft2 = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-loop-left.ts b/projects/angular-tabler-icons/icons/svg/arrow-loop-left.ts
index 3578a7b3..97b7c98a 100644
--- a/projects/angular-tabler-icons/icons/svg/arrow-loop-left.ts
+++ b/projects/angular-tabler-icons/icons/svg/arrow-loop-left.ts
@@ -1,7 +1,7 @@
export const IconArrowLoopLeft = `
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-loop-right-2.ts b/projects/angular-tabler-icons/icons/svg/arrow-loop-right-2.ts
new file mode 100644
index 00000000..29d59a9e
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-loop-right-2.ts
@@ -0,0 +1,8 @@
+export const IconArrowLoopRight2 = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-loop-right.ts b/projects/angular-tabler-icons/icons/svg/arrow-loop-right.ts
index d11575aa..0afc84e1 100644
--- a/projects/angular-tabler-icons/icons/svg/arrow-loop-right.ts
+++ b/projects/angular-tabler-icons/icons/svg/arrow-loop-right.ts
@@ -1,7 +1,7 @@
export const IconArrowLoopRight = `
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-merge.ts b/projects/angular-tabler-icons/icons/svg/arrow-merge.ts
new file mode 100644
index 00000000..d799a152
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-merge.ts
@@ -0,0 +1,9 @@
+export const IconArrowMerge = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-ramp-left-2.ts b/projects/angular-tabler-icons/icons/svg/arrow-ramp-left-2.ts
new file mode 100644
index 00000000..e980e4fe
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-ramp-left-2.ts
@@ -0,0 +1,9 @@
+export const IconArrowRampLeft2 = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-ramp-left-3.ts b/projects/angular-tabler-icons/icons/svg/arrow-ramp-left-3.ts
new file mode 100644
index 00000000..2095904f
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-ramp-left-3.ts
@@ -0,0 +1,9 @@
+export const IconArrowRampLeft3 = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-ramp-right-2.ts b/projects/angular-tabler-icons/icons/svg/arrow-ramp-right-2.ts
new file mode 100644
index 00000000..25a8785c
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-ramp-right-2.ts
@@ -0,0 +1,9 @@
+export const IconArrowRampRight2 = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-ramp-right-3.ts b/projects/angular-tabler-icons/icons/svg/arrow-ramp-right-3.ts
new file mode 100644
index 00000000..2b100ce6
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-ramp-right-3.ts
@@ -0,0 +1,9 @@
+export const IconArrowRampRight3 = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-rotary-first-left.ts b/projects/angular-tabler-icons/icons/svg/arrow-rotary-first-left.ts
new file mode 100644
index 00000000..d905ee0d
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-rotary-first-left.ts
@@ -0,0 +1,10 @@
+export const IconArrowRotaryFirstLeft = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-rotary-first-right.ts b/projects/angular-tabler-icons/icons/svg/arrow-rotary-first-right.ts
new file mode 100644
index 00000000..441289a3
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-rotary-first-right.ts
@@ -0,0 +1,10 @@
+export const IconArrowRotaryFirstRight = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-rotary-last-left.ts b/projects/angular-tabler-icons/icons/svg/arrow-rotary-last-left.ts
new file mode 100644
index 00000000..f601c5ce
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-rotary-last-left.ts
@@ -0,0 +1,10 @@
+export const IconArrowRotaryLastLeft = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-rotary-last-right.ts b/projects/angular-tabler-icons/icons/svg/arrow-rotary-last-right.ts
new file mode 100644
index 00000000..90f3f235
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-rotary-last-right.ts
@@ -0,0 +1,10 @@
+export const IconArrowRotaryLastRight = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-rotary-left.ts b/projects/angular-tabler-icons/icons/svg/arrow-rotary-left.ts
new file mode 100644
index 00000000..ac827187
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-rotary-left.ts
@@ -0,0 +1,10 @@
+export const IconArrowRotaryLeft = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-rotary-right.ts b/projects/angular-tabler-icons/icons/svg/arrow-rotary-right.ts
new file mode 100644
index 00000000..97dd58fe
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-rotary-right.ts
@@ -0,0 +1,10 @@
+export const IconArrowRotaryRight = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-rotary-straight.ts b/projects/angular-tabler-icons/icons/svg/arrow-rotary-straight.ts
new file mode 100644
index 00000000..72c735b2
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-rotary-straight.ts
@@ -0,0 +1,10 @@
+export const IconArrowRotaryStraight = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-sharp-turn-left.ts b/projects/angular-tabler-icons/icons/svg/arrow-sharp-turn-left.ts
new file mode 100644
index 00000000..927748d1
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-sharp-turn-left.ts
@@ -0,0 +1,8 @@
+export const IconArrowSharpTurnLeft = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/arrow-sharp-turn-right.ts b/projects/angular-tabler-icons/icons/svg/arrow-sharp-turn-right.ts
new file mode 100644
index 00000000..3025b6a3
--- /dev/null
+++ b/projects/angular-tabler-icons/icons/svg/arrow-sharp-turn-right.ts
@@ -0,0 +1,8 @@
+export const IconArrowSharpTurnRight = `
+
+
+`
\ No newline at end of file
diff --git a/projects/angular-tabler-icons/icons/svg/device-mobile-rotated.ts b/projects/angular-tabler-icons/icons/svg/device-mobile-rotated.ts
index f584d2c3..21dd4ba3 100644
--- a/projects/angular-tabler-icons/icons/svg/device-mobile-rotated.ts
+++ b/projects/angular-tabler-icons/icons/svg/device-mobile-rotated.ts
@@ -1,10 +1,8 @@
export const IconDeviceMobileRotated = `
diff --git a/projects/angular-tabler-icons/icons/svg/device-mobile-vibration.ts b/projects/angular-tabler-icons/icons/svg/device-mobile-vibration.ts
index 62f5d8a8..69d70226 100644
--- a/projects/angular-tabler-icons/icons/svg/device-mobile-vibration.ts
+++ b/projects/angular-tabler-icons/icons/svg/device-mobile-vibration.ts
@@ -1,9 +1,9 @@
export const IconDeviceMobileVibration = `
diff --git a/projects/angular-tabler-icons/icons/svg/device-mobile.ts b/projects/angular-tabler-icons/icons/svg/device-mobile.ts
index 415a5c2c..a49d652d 100644
--- a/projects/angular-tabler-icons/icons/svg/device-mobile.ts
+++ b/projects/angular-tabler-icons/icons/svg/device-mobile.ts
@@ -1,7 +1,7 @@
export const IconDeviceMobile = `
diff --git a/projects/angular-tabler-icons/package.json b/projects/angular-tabler-icons/package.json
index b9fa8ea9..d368188f 100644
--- a/projects/angular-tabler-icons/package.json
+++ b/projects/angular-tabler-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-tabler-icons",
- "version": "1.56.0",
+ "version": "1.57.0",
"description": "Tabler Icons components library for your Angular applications",
"repository": {
"type": "git",