diff options
| author | codecalm <codecalm@gmail.com> | 2021-11-15 12:42:21 +0100 | 
|---|---|---|
| committer | codecalm <codecalm@gmail.com> | 2021-11-15 12:42:21 +0100 | 
| commit | 1f3395bfffc6a4f8ec041993515ad1afb8e9c635 (patch) | |
| tree | 444f7b6575138caf43d6e39d5c817133be832131 /icons-react | |
| parent | 18 new icons: `axis-x`, `axis-y`, `backpack`, `bath`, `brand-mastercard`, `br... (diff) | |
| download | tabler-icons-1f3395bfffc6a4f8ec041993515ad1afb8e9c635.tar.xz | |
Release 1.43.0v1.43.0
Diffstat (limited to 'icons-react')
| -rw-r--r-- | icons-react/icons-js/axis-x.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/axis-y.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/backpack.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/bath.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/brand-mastercard.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/brand-stack-ofverflow.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/currency-dogecoin.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/door-enter.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/door-exit.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/door.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/hand-click.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/hand-move.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/lock-square.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/pig.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/scale-outline.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/spacing-horizontal.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/spacing-vertical.js | 12 | ||||
| -rw-r--r-- | icons-react/icons-js/wallpaper.js | 12 | ||||
| -rw-r--r-- | icons-react/index.d.ts | 18 | ||||
| -rw-r--r-- | icons-react/index.js | 18 | 
20 files changed, 252 insertions, 0 deletions
| diff --git a/icons-react/icons-js/axis-x.js b/icons-react/icons-js/axis-x.js new file mode 100644 index 00000000..972df5e1 --- /dev/null +++ b/icons-react/icons-js/axis-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAxisX({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-axis-x" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 13v.01" /><path d="M4 9v.01" /><path d="M4 5v.01" /><path d="M17 20l3 -3l-3 -3" /><path d="M4 17h16" /></svg>; +} + +export default IconAxisX;
\ No newline at end of file diff --git a/icons-react/icons-js/axis-y.js b/icons-react/icons-js/axis-y.js new file mode 100644 index 00000000..7354fb58 --- /dev/null +++ b/icons-react/icons-js/axis-y.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAxisY({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-axis-y" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M11 20h-.01" /><path d="M15 20h-.01" /><path d="M19 20h-.01" /><path d="M4 7l3 -3l3 3" /><path d="M7 20v-16" /></svg>; +} + +export default IconAxisY;
\ No newline at end of file diff --git a/icons-react/icons-js/backpack.js b/icons-react/icons-js/backpack.js new file mode 100644 index 00000000..da56dc29 --- /dev/null +++ b/icons-react/icons-js/backpack.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBackpack({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-backpack" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M11 7h2a6 6 0 0 1 6 6v6a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-6a6 6 0 0 1 6 -6z" /><path d="M10 7v-1a2 2 0 1 1 4 0v1" /><path d="M10 15h4" /></svg>; +} + +export default IconBackpack;
\ No newline at end of file diff --git a/icons-react/icons-js/bath.js b/icons-react/icons-js/bath.js new file mode 100644 index 00000000..2ec0dab4 --- /dev/null +++ b/icons-react/icons-js/bath.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBath({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-bath" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1z" /><path d="M6 12v-7a2 2 0 0 1 2 -2h3v2.25" /><path d="M4 21l1 -1.5" /><path d="M20 21l-1 -1.5" /></svg>; +} + +export default IconBath;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-mastercard.js b/icons-react/icons-js/brand-mastercard.js new file mode 100644 index 00000000..29b4e172 --- /dev/null +++ b/icons-react/icons-js/brand-mastercard.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandMastercard({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-brand-mastercard" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={14} cy={12} r={3} /><path d="M12.001 9.765a3 3 0 1 0 0 4.47" /><rect x={3} y={5} width={18} height={14} rx={2} /></svg>; +} + +export default IconBrandMastercard;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-stack-ofverflow.js b/icons-react/icons-js/brand-stack-ofverflow.js new file mode 100644 index 00000000..1c50b4bd --- /dev/null +++ b/icons-react/icons-js/brand-stack-ofverflow.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandStackOfverflow({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-brand-stack-ofverflow" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1" /><path d="M8 16h8" /><path d="M8.322 12.582l7.956 .836" /><path d="M8.787 9.168l7.826 1.664" /><path d="M10.096 5.764l7.608 2.472" /></svg>; +} + +export default IconBrandStackOfverflow;
\ No newline at end of file diff --git a/icons-react/icons-js/currency-dogecoin.js b/icons-react/icons-js/currency-dogecoin.js new file mode 100644 index 00000000..5b2f2648 --- /dev/null +++ b/icons-react/icons-js/currency-dogecoin.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyDogecoin({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-currency-dogecoin" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 12h6" /><path d="M8 5v14" /><path d="M5 19h7a7 7 0 0 0 0 -14h-7" /></svg>; +} + +export default IconCurrencyDogecoin;
\ No newline at end of file diff --git a/icons-react/icons-js/door-enter.js b/icons-react/icons-js/door-enter.js new file mode 100644 index 00000000..dc3d59b9 --- /dev/null +++ b/icons-react/icons-js/door-enter.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDoorEnter({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-door-enter" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 12v.01" /><path d="M3 21h18" /><path d="M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5" /><path d="M21 7h-7m3 -3l-3 3l3 3" /></svg>; +} + +export default IconDoorEnter;
\ No newline at end of file diff --git a/icons-react/icons-js/door-exit.js b/icons-react/icons-js/door-exit.js new file mode 100644 index 00000000..3820a317 --- /dev/null +++ b/icons-react/icons-js/door-exit.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDoorExit({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-door-exit" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 12v.01" /><path d="M3 21h18" /><path d="M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5" /><path d="M14 7h7m-3 -3l3 3l-3 3" /></svg>; +} + +export default IconDoorExit;
\ No newline at end of file diff --git a/icons-react/icons-js/door.js b/icons-react/icons-js/door.js new file mode 100644 index 00000000..e9dd24da --- /dev/null +++ b/icons-react/icons-js/door.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDoor({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-door" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 12v.01" /><path d="M3 21h18" /><path d="M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16" /></svg>; +} + +export default IconDoor;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-click.js b/icons-react/icons-js/hand-click.js new file mode 100644 index 00000000..6722978b --- /dev/null +++ b/icons-react/icons-js/hand-click.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandClick({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-hand-click" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /><path d="M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5" /><path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /><path d="M5 3l-1 -1" /><path d="M4 7h-1" /><path d="M14 3l1 -1" /><path d="M15 6h1" /></svg>; +} + +export default IconHandClick;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-move.js b/icons-react/icons-js/hand-move.js new file mode 100644 index 00000000..29d35f1c --- /dev/null +++ b/icons-react/icons-js/hand-move.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandMove({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-hand-move" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /><path d="M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5" /><path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /><path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /><path d="M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427" /><path d="M14.001 3.458c1.32 .354 2.558 .902 3.685 1.612" /></svg>; +} + +export default IconHandMove;
\ No newline at end of file diff --git a/icons-react/icons-js/lock-square.js b/icons-react/icons-js/lock-square.js new file mode 100644 index 00000000..265856b1 --- /dev/null +++ b/icons-react/icons-js/lock-square.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLockSquare({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-lock-square" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={8} y={11} width={8} height={5} rx={1} /><path d="M10 11v-2a2 2 0 1 1 4 0v2" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconLockSquare;
\ No newline at end of file diff --git a/icons-react/icons-js/pig.js b/icons-react/icons-js/pig.js new file mode 100644 index 00000000..b8075250 --- /dev/null +++ b/icons-react/icons-js/pig.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPig({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-pig" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15 11v.01" /><path d="M16 3l.001 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l.001 -.027a6 6 0 0 1 3.999 -10.473h2.5l4.5 -3z" /></svg>; +} + +export default IconPig;
\ No newline at end of file diff --git a/icons-react/icons-js/scale-outline.js b/icons-react/icons-js/scale-outline.js new file mode 100644 index 00000000..b631fb8a --- /dev/null +++ b/icons-react/icons-js/scale-outline.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScaleOutline({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-scale-outline" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={3} y={3} width={18} height={18} rx={4} /><path d="M12 7c1.956 0 3.724 .802 4.994 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 4.994 -2.095z" /></svg>; +} + +export default IconScaleOutline;
\ No newline at end of file diff --git a/icons-react/icons-js/spacing-horizontal.js b/icons-react/icons-js/spacing-horizontal.js new file mode 100644 index 00000000..579588ad --- /dev/null +++ b/icons-react/icons-js/spacing-horizontal.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSpacingHorizontal({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-spacing-horizontal" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2" /><path d="M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /><path d="M12 8v8" /></svg>; +} + +export default IconSpacingHorizontal;
\ No newline at end of file diff --git a/icons-react/icons-js/spacing-vertical.js b/icons-react/icons-js/spacing-vertical.js new file mode 100644 index 00000000..8f7c92f1 --- /dev/null +++ b/icons-react/icons-js/spacing-vertical.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSpacingVertical({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-spacing-vertical" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2" /><path d="M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" /><path d="M16 12h-8" /></svg>; +} + +export default IconSpacingVertical;
\ No newline at end of file diff --git a/icons-react/icons-js/wallpaper.js b/icons-react/icons-js/wallpaper.js new file mode 100644 index 00000000..d3260521 --- /dev/null +++ b/icons-react/icons-js/wallpaper.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWallpaper({ +  size = 24, +  color = "currentColor", +  stroke = 2, +  ...props +}) { +  return <svg className="icon icon-tabler icon-tabler-wallpaper" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12" /><circle cx={6} cy={18} r={2} /><path d="M8 18v-12a2 2 0 1 0 -4 0v12" /></svg>; +} + +export default IconWallpaper;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 8fffac1a..30c1d231 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -139,7 +139,10 @@ export const IconAt: TablerIcon;  export const IconAtom2: TablerIcon;  export const IconAtom: TablerIcon;  export const IconAward: TablerIcon; +export const IconAxisX: TablerIcon; +export const IconAxisY: TablerIcon;  export const IconBackhoe: TablerIcon; +export const IconBackpack: TablerIcon;  export const IconBackspace: TablerIcon;  export const IconBallAmericanFootball: TablerIcon;  export const IconBallBasketball: TablerIcon; @@ -153,6 +156,7 @@ export const IconBan: TablerIcon;  export const IconBandage: TablerIcon;  export const IconBarcode: TablerIcon;  export const IconBasket: TablerIcon; +export const IconBath: TablerIcon;  export const IconBattery1: TablerIcon;  export const IconBattery2: TablerIcon;  export const IconBattery3: TablerIcon; @@ -260,6 +264,7 @@ export const IconBrandJavascript: TablerIcon;  export const IconBrandKickstarter: TablerIcon;  export const IconBrandKotlin: TablerIcon;  export const IconBrandLinkedin: TablerIcon; +export const IconBrandMastercard: TablerIcon;  export const IconBrandMedium: TablerIcon;  export const IconBrandMessenger: TablerIcon;  export const IconBrandNetflix: TablerIcon; @@ -283,6 +288,7 @@ export const IconBrandSlack: TablerIcon;  export const IconBrandSnapchat: TablerIcon;  export const IconBrandSoundcloud: TablerIcon;  export const IconBrandSpotify: TablerIcon; +export const IconBrandStackOfverflow: TablerIcon;  export const IconBrandSteam: TablerIcon;  export const IconBrandStripe: TablerIcon;  export const IconBrandTabler: TablerIcon; @@ -500,6 +506,7 @@ export const IconCurrencyBitcoin: TablerIcon;  export const IconCurrencyCent: TablerIcon;  export const IconCurrencyDinar: TablerIcon;  export const IconCurrencyDirham: TablerIcon; +export const IconCurrencyDogecoin: TablerIcon;  export const IconCurrencyDollarAustralian: TablerIcon;  export const IconCurrencyDollarCanadian: TablerIcon;  export const IconCurrencyDollarSingapore: TablerIcon; @@ -573,6 +580,9 @@ export const IconDiscount: TablerIcon;  export const IconDivide: TablerIcon;  export const IconDna: TablerIcon;  export const IconDogBowl: TablerIcon; +export const IconDoorEnter: TablerIcon; +export const IconDoorExit: TablerIcon; +export const IconDoor: TablerIcon;  export const IconDotsCircleHorizontal: TablerIcon;  export const IconDotsDiagonal2: TablerIcon;  export const IconDotsDiagonal: TablerIcon; @@ -703,9 +713,11 @@ export const IconH3: TablerIcon;  export const IconH4: TablerIcon;  export const IconH5: TablerIcon;  export const IconH6: TablerIcon; +export const IconHandClick: TablerIcon;  export const IconHandFinger: TablerIcon;  export const IconHandLittleFinger: TablerIcon;  export const IconHandMiddleFinger: TablerIcon; +export const IconHandMove: TablerIcon;  export const IconHandOff: TablerIcon;  export const IconHandRingFinger: TablerIcon;  export const IconHandRock: TablerIcon; @@ -830,6 +842,7 @@ export const IconLocation: TablerIcon;  export const IconLockAccess: TablerIcon;  export const IconLockOff: TablerIcon;  export const IconLockOpen: TablerIcon; +export const IconLockSquare: TablerIcon;  export const IconLock: TablerIcon;  export const IconLogin: TablerIcon;  export const IconLogout: TablerIcon; @@ -964,6 +977,7 @@ export const IconPhysotherapist: TablerIcon;  export const IconPictureInPictureOff: TablerIcon;  export const IconPictureInPictureOn: TablerIcon;  export const IconPictureInPicture: TablerIcon; +export const IconPig: TablerIcon;  export const IconPill: TablerIcon;  export const IconPin: TablerIcon;  export const IconPinnedOff: TablerIcon; @@ -1053,6 +1067,7 @@ export const IconSailboat: TablerIcon;  export const IconSalt: TablerIcon;  export const IconSatellite: TablerIcon;  export const IconSausage: TablerIcon; +export const IconScaleOutline: TablerIcon;  export const IconScale: TablerIcon;  export const IconScan: TablerIcon;  export const IconSchool: TablerIcon; @@ -1116,6 +1131,8 @@ export const IconSortDescendingNumbers: TablerIcon;  export const IconSortDescending: TablerIcon;  export const IconSoup: TablerIcon;  export const IconSpace: TablerIcon; +export const IconSpacingHorizontal: TablerIcon; +export const IconSpacingVertical: TablerIcon;  export const IconSpeakerphone: TablerIcon;  export const IconSpeedboat: TablerIcon;  export const IconSportBillard: TablerIcon; @@ -1281,6 +1298,7 @@ export const IconVolume3: TablerIcon;  export const IconVolume: TablerIcon;  export const IconWalk: TablerIcon;  export const IconWallet: TablerIcon; +export const IconWallpaper: TablerIcon;  export const IconWand: TablerIcon;  export const IconWaveSawTool: TablerIcon;  export const IconWaveSine: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 851cc05c..3047450c 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -133,7 +133,10 @@ export { default as IconAt } from './icons-js/at.js';  export { default as IconAtom2 } from './icons-js/atom-2.js';  export { default as IconAtom } from './icons-js/atom.js';  export { default as IconAward } from './icons-js/award.js'; +export { default as IconAxisX } from './icons-js/axis-x.js'; +export { default as IconAxisY } from './icons-js/axis-y.js';  export { default as IconBackhoe } from './icons-js/backhoe.js'; +export { default as IconBackpack } from './icons-js/backpack.js';  export { default as IconBackspace } from './icons-js/backspace.js';  export { default as IconBallAmericanFootball } from './icons-js/ball-american-football.js';  export { default as IconBallBasketball } from './icons-js/ball-basketball.js'; @@ -147,6 +150,7 @@ export { default as IconBan } from './icons-js/ban.js';  export { default as IconBandage } from './icons-js/bandage.js';  export { default as IconBarcode } from './icons-js/barcode.js';  export { default as IconBasket } from './icons-js/basket.js'; +export { default as IconBath } from './icons-js/bath.js';  export { default as IconBattery1 } from './icons-js/battery-1.js';  export { default as IconBattery2 } from './icons-js/battery-2.js';  export { default as IconBattery3 } from './icons-js/battery-3.js'; @@ -254,6 +258,7 @@ export { default as IconBrandJavascript } from './icons-js/brand-javascript.js';  export { default as IconBrandKickstarter } from './icons-js/brand-kickstarter.js';  export { default as IconBrandKotlin } from './icons-js/brand-kotlin.js';  export { default as IconBrandLinkedin } from './icons-js/brand-linkedin.js'; +export { default as IconBrandMastercard } from './icons-js/brand-mastercard.js';  export { default as IconBrandMedium } from './icons-js/brand-medium.js';  export { default as IconBrandMessenger } from './icons-js/brand-messenger.js';  export { default as IconBrandNetflix } from './icons-js/brand-netflix.js'; @@ -277,6 +282,7 @@ export { default as IconBrandSlack } from './icons-js/brand-slack.js';  export { default as IconBrandSnapchat } from './icons-js/brand-snapchat.js';  export { default as IconBrandSoundcloud } from './icons-js/brand-soundcloud.js';  export { default as IconBrandSpotify } from './icons-js/brand-spotify.js'; +export { default as IconBrandStackOfverflow } from './icons-js/brand-stack-ofverflow.js';  export { default as IconBrandSteam } from './icons-js/brand-steam.js';  export { default as IconBrandStripe } from './icons-js/brand-stripe.js';  export { default as IconBrandTabler } from './icons-js/brand-tabler.js'; @@ -494,6 +500,7 @@ export { default as IconCurrencyBitcoin } from './icons-js/currency-bitcoin.js';  export { default as IconCurrencyCent } from './icons-js/currency-cent.js';  export { default as IconCurrencyDinar } from './icons-js/currency-dinar.js';  export { default as IconCurrencyDirham } from './icons-js/currency-dirham.js'; +export { default as IconCurrencyDogecoin } from './icons-js/currency-dogecoin.js';  export { default as IconCurrencyDollarAustralian } from './icons-js/currency-dollar-australian.js';  export { default as IconCurrencyDollarCanadian } from './icons-js/currency-dollar-canadian.js';  export { default as IconCurrencyDollarSingapore } from './icons-js/currency-dollar-singapore.js'; @@ -567,6 +574,9 @@ export { default as IconDiscount } from './icons-js/discount.js';  export { default as IconDivide } from './icons-js/divide.js';  export { default as IconDna } from './icons-js/dna.js';  export { default as IconDogBowl } from './icons-js/dog-bowl.js'; +export { default as IconDoorEnter } from './icons-js/door-enter.js'; +export { default as IconDoorExit } from './icons-js/door-exit.js'; +export { default as IconDoor } from './icons-js/door.js';  export { default as IconDotsCircleHorizontal } from './icons-js/dots-circle-horizontal.js';  export { default as IconDotsDiagonal2 } from './icons-js/dots-diagonal-2.js';  export { default as IconDotsDiagonal } from './icons-js/dots-diagonal.js'; @@ -697,9 +707,11 @@ export { default as IconH3 } from './icons-js/h-3.js';  export { default as IconH4 } from './icons-js/h-4.js';  export { default as IconH5 } from './icons-js/h-5.js';  export { default as IconH6 } from './icons-js/h-6.js'; +export { default as IconHandClick } from './icons-js/hand-click.js';  export { default as IconHandFinger } from './icons-js/hand-finger.js';  export { default as IconHandLittleFinger } from './icons-js/hand-little-finger.js';  export { default as IconHandMiddleFinger } from './icons-js/hand-middle-finger.js'; +export { default as IconHandMove } from './icons-js/hand-move.js';  export { default as IconHandOff } from './icons-js/hand-off.js';  export { default as IconHandRingFinger } from './icons-js/hand-ring-finger.js';  export { default as IconHandRock } from './icons-js/hand-rock.js'; @@ -824,6 +836,7 @@ export { default as IconLocation } from './icons-js/location.js';  export { default as IconLockAccess } from './icons-js/lock-access.js';  export { default as IconLockOff } from './icons-js/lock-off.js';  export { default as IconLockOpen } from './icons-js/lock-open.js'; +export { default as IconLockSquare } from './icons-js/lock-square.js';  export { default as IconLock } from './icons-js/lock.js';  export { default as IconLogin } from './icons-js/login.js';  export { default as IconLogout } from './icons-js/logout.js'; @@ -958,6 +971,7 @@ export { default as IconPhysotherapist } from './icons-js/physotherapist.js';  export { default as IconPictureInPictureOff } from './icons-js/picture-in-picture-off.js';  export { default as IconPictureInPictureOn } from './icons-js/picture-in-picture-on.js';  export { default as IconPictureInPicture } from './icons-js/picture-in-picture.js'; +export { default as IconPig } from './icons-js/pig.js';  export { default as IconPill } from './icons-js/pill.js';  export { default as IconPin } from './icons-js/pin.js';  export { default as IconPinnedOff } from './icons-js/pinned-off.js'; @@ -1047,6 +1061,7 @@ export { default as IconSailboat } from './icons-js/sailboat.js';  export { default as IconSalt } from './icons-js/salt.js';  export { default as IconSatellite } from './icons-js/satellite.js';  export { default as IconSausage } from './icons-js/sausage.js'; +export { default as IconScaleOutline } from './icons-js/scale-outline.js';  export { default as IconScale } from './icons-js/scale.js';  export { default as IconScan } from './icons-js/scan.js';  export { default as IconSchool } from './icons-js/school.js'; @@ -1110,6 +1125,8 @@ export { default as IconSortDescendingNumbers } from './icons-js/sort-descending  export { default as IconSortDescending } from './icons-js/sort-descending.js';  export { default as IconSoup } from './icons-js/soup.js';  export { default as IconSpace } from './icons-js/space.js'; +export { default as IconSpacingHorizontal } from './icons-js/spacing-horizontal.js'; +export { default as IconSpacingVertical } from './icons-js/spacing-vertical.js';  export { default as IconSpeakerphone } from './icons-js/speakerphone.js';  export { default as IconSpeedboat } from './icons-js/speedboat.js';  export { default as IconSportBillard } from './icons-js/sport-billard.js'; @@ -1275,6 +1292,7 @@ export { default as IconVolume3 } from './icons-js/volume-3.js';  export { default as IconVolume } from './icons-js/volume.js';  export { default as IconWalk } from './icons-js/walk.js';  export { default as IconWallet } from './icons-js/wallet.js'; +export { default as IconWallpaper } from './icons-js/wallpaper.js';  export { default as IconWand } from './icons-js/wand.js';  export { default as IconWaveSawTool } from './icons-js/wave-saw-tool.js';  export { default as IconWaveSine } from './icons-js/wave-sine.js'; | 
