From 1f3395bfffc6a4f8ec041993515ad1afb8e9c635 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 15 Nov 2021 12:42:21 +0100 Subject: Release 1.43.0 --- icons-react/icons-js/axis-x.js | 12 ++++++++++++ icons-react/icons-js/axis-y.js | 12 ++++++++++++ icons-react/icons-js/backpack.js | 12 ++++++++++++ icons-react/icons-js/bath.js | 12 ++++++++++++ icons-react/icons-js/brand-mastercard.js | 12 ++++++++++++ icons-react/icons-js/brand-stack-ofverflow.js | 12 ++++++++++++ icons-react/icons-js/currency-dogecoin.js | 12 ++++++++++++ icons-react/icons-js/door-enter.js | 12 ++++++++++++ icons-react/icons-js/door-exit.js | 12 ++++++++++++ icons-react/icons-js/door.js | 12 ++++++++++++ icons-react/icons-js/hand-click.js | 12 ++++++++++++ icons-react/icons-js/hand-move.js | 12 ++++++++++++ icons-react/icons-js/lock-square.js | 12 ++++++++++++ icons-react/icons-js/pig.js | 12 ++++++++++++ icons-react/icons-js/scale-outline.js | 12 ++++++++++++ icons-react/icons-js/spacing-horizontal.js | 12 ++++++++++++ icons-react/icons-js/spacing-vertical.js | 12 ++++++++++++ icons-react/icons-js/wallpaper.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/axis-x.js create mode 100644 icons-react/icons-js/axis-y.js create mode 100644 icons-react/icons-js/backpack.js create mode 100644 icons-react/icons-js/bath.js create mode 100644 icons-react/icons-js/brand-mastercard.js create mode 100644 icons-react/icons-js/brand-stack-ofverflow.js create mode 100644 icons-react/icons-js/currency-dogecoin.js create mode 100644 icons-react/icons-js/door-enter.js create mode 100644 icons-react/icons-js/door-exit.js create mode 100644 icons-react/icons-js/door.js create mode 100644 icons-react/icons-js/hand-click.js create mode 100644 icons-react/icons-js/hand-move.js create mode 100644 icons-react/icons-js/lock-square.js create mode 100644 icons-react/icons-js/pig.js create mode 100644 icons-react/icons-js/scale-outline.js create mode 100644 icons-react/icons-js/spacing-horizontal.js create mode 100644 icons-react/icons-js/spacing-vertical.js create mode 100644 icons-react/icons-js/wallpaper.js (limited to 'icons-react/icons-js') 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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +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 ; +} + +export default IconWallpaper; \ No newline at end of file -- cgit v1.2.1