From ec3a208734552985feed6255c17053b2c6204c79 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 9 Dec 2021 00:40:08 +0100 Subject: Release 1.47.0 --- icons-react/icons-js/blur.js | 12 ++++++++++++ icons-react/icons-js/brand-nytimes.js | 12 ++++++++++++ icons-react/icons-js/cpu.js | 12 ++++++++++++ icons-react/icons-js/cross.js | 12 ++++++++++++ icons-react/icons-js/gavel.js | 12 ++++++++++++ icons-react/icons-js/hammer.js | 12 ++++++++++++ icons-react/icons-js/heartbeat.js | 12 ++++++++++++ icons-react/icons-js/hourglass.js | 12 ++++++++++++ icons-react/icons-js/layout-board-split.js | 12 ++++++++++++ icons-react/icons-js/layout-board.js | 12 ++++++++++++ icons-react/icons-js/mood-nervous.js | 12 ++++++++++++ icons-react/icons-js/mountain.js | 12 ++++++++++++ icons-react/icons-js/plane-inflight.js | 12 ++++++++++++ icons-react/icons-js/prescription.js | 12 ++++++++++++ icons-react/icons-js/shield-checkered.js | 12 ++++++++++++ icons-react/icons-js/shield-chevron.js | 12 ++++++++++++ icons-react/icons-js/sleigh.js | 12 ++++++++++++ icons-react/icons-js/stack-2.js | 2 +- icons-react/icons-js/stack-3.js | 12 ++++++++++++ icons-react/icons-js/stack.js | 2 +- 20 files changed, 218 insertions(+), 2 deletions(-) create mode 100644 icons-react/icons-js/blur.js create mode 100644 icons-react/icons-js/brand-nytimes.js create mode 100644 icons-react/icons-js/cpu.js create mode 100644 icons-react/icons-js/cross.js create mode 100644 icons-react/icons-js/gavel.js create mode 100644 icons-react/icons-js/hammer.js create mode 100644 icons-react/icons-js/heartbeat.js create mode 100644 icons-react/icons-js/hourglass.js create mode 100644 icons-react/icons-js/layout-board-split.js create mode 100644 icons-react/icons-js/layout-board.js create mode 100644 icons-react/icons-js/mood-nervous.js create mode 100644 icons-react/icons-js/mountain.js create mode 100644 icons-react/icons-js/plane-inflight.js create mode 100644 icons-react/icons-js/prescription.js create mode 100644 icons-react/icons-js/shield-checkered.js create mode 100644 icons-react/icons-js/shield-chevron.js create mode 100644 icons-react/icons-js/sleigh.js create mode 100644 icons-react/icons-js/stack-3.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/blur.js b/icons-react/icons-js/blur.js new file mode 100644 index 00000000..85f6384c --- /dev/null +++ b/icons-react/icons-js/blur.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBlur({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBlur; \ No newline at end of file diff --git a/icons-react/icons-js/brand-nytimes.js b/icons-react/icons-js/brand-nytimes.js new file mode 100644 index 00000000..94b50c10 --- /dev/null +++ b/icons-react/icons-js/brand-nytimes.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandNytimes({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandNytimes; \ No newline at end of file diff --git a/icons-react/icons-js/cpu.js b/icons-react/icons-js/cpu.js new file mode 100644 index 00000000..2c25e5bc --- /dev/null +++ b/icons-react/icons-js/cpu.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCpu({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCpu; \ No newline at end of file diff --git a/icons-react/icons-js/cross.js b/icons-react/icons-js/cross.js new file mode 100644 index 00000000..c8437262 --- /dev/null +++ b/icons-react/icons-js/cross.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCross({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCross; \ No newline at end of file diff --git a/icons-react/icons-js/gavel.js b/icons-react/icons-js/gavel.js new file mode 100644 index 00000000..5f94fc0d --- /dev/null +++ b/icons-react/icons-js/gavel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGavel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGavel; \ No newline at end of file diff --git a/icons-react/icons-js/hammer.js b/icons-react/icons-js/hammer.js new file mode 100644 index 00000000..33b8a89b --- /dev/null +++ b/icons-react/icons-js/hammer.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHammer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHammer; \ No newline at end of file diff --git a/icons-react/icons-js/heartbeat.js b/icons-react/icons-js/heartbeat.js new file mode 100644 index 00000000..3c5a66aa --- /dev/null +++ b/icons-react/icons-js/heartbeat.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHeartbeat({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHeartbeat; \ No newline at end of file diff --git a/icons-react/icons-js/hourglass.js b/icons-react/icons-js/hourglass.js new file mode 100644 index 00000000..4d4a86bf --- /dev/null +++ b/icons-react/icons-js/hourglass.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHourglass({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHourglass; \ No newline at end of file diff --git a/icons-react/icons-js/layout-board-split.js b/icons-react/icons-js/layout-board-split.js new file mode 100644 index 00000000..af3f7b7a --- /dev/null +++ b/icons-react/icons-js/layout-board-split.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutBoardSplit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutBoardSplit; \ No newline at end of file diff --git a/icons-react/icons-js/layout-board.js b/icons-react/icons-js/layout-board.js new file mode 100644 index 00000000..6230b89c --- /dev/null +++ b/icons-react/icons-js/layout-board.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutBoard({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutBoard; \ No newline at end of file diff --git a/icons-react/icons-js/mood-nervous.js b/icons-react/icons-js/mood-nervous.js new file mode 100644 index 00000000..97e1c1fa --- /dev/null +++ b/icons-react/icons-js/mood-nervous.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodNervous({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodNervous; \ No newline at end of file diff --git a/icons-react/icons-js/mountain.js b/icons-react/icons-js/mountain.js new file mode 100644 index 00000000..51561454 --- /dev/null +++ b/icons-react/icons-js/mountain.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMountain({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMountain; \ No newline at end of file diff --git a/icons-react/icons-js/plane-inflight.js b/icons-react/icons-js/plane-inflight.js new file mode 100644 index 00000000..50d760cc --- /dev/null +++ b/icons-react/icons-js/plane-inflight.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPlaneInflight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPlaneInflight; \ No newline at end of file diff --git a/icons-react/icons-js/prescription.js b/icons-react/icons-js/prescription.js new file mode 100644 index 00000000..ee9c773a --- /dev/null +++ b/icons-react/icons-js/prescription.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPrescription({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPrescription; \ No newline at end of file diff --git a/icons-react/icons-js/shield-checkered.js b/icons-react/icons-js/shield-checkered.js new file mode 100644 index 00000000..288382b1 --- /dev/null +++ b/icons-react/icons-js/shield-checkered.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShieldCheckered({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconShieldCheckered; \ No newline at end of file diff --git a/icons-react/icons-js/shield-chevron.js b/icons-react/icons-js/shield-chevron.js new file mode 100644 index 00000000..b85a05f7 --- /dev/null +++ b/icons-react/icons-js/shield-chevron.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconShieldChevron({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconShieldChevron; \ No newline at end of file diff --git a/icons-react/icons-js/sleigh.js b/icons-react/icons-js/sleigh.js new file mode 100644 index 00000000..e3f97d6b --- /dev/null +++ b/icons-react/icons-js/sleigh.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSleigh({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSleigh; \ No newline at end of file diff --git a/icons-react/icons-js/stack-2.js b/icons-react/icons-js/stack-2.js index fcc71508..ee020fcd 100644 --- a/icons-react/icons-js/stack-2.js +++ b/icons-react/icons-js/stack-2.js @@ -6,7 +6,7 @@ function IconStack2({ stroke = 2, ...props }) { - return ; + return ; } export default IconStack2; \ No newline at end of file diff --git a/icons-react/icons-js/stack-3.js b/icons-react/icons-js/stack-3.js new file mode 100644 index 00000000..47ba8ad8 --- /dev/null +++ b/icons-react/icons-js/stack-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconStack3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconStack3; \ No newline at end of file diff --git a/icons-react/icons-js/stack.js b/icons-react/icons-js/stack.js index d6c14dba..351695ec 100644 --- a/icons-react/icons-js/stack.js +++ b/icons-react/icons-js/stack.js @@ -6,7 +6,7 @@ function IconStack({ stroke = 2, ...props }) { - return ; + return ; } export default IconStack; \ No newline at end of file -- cgit v1.2.1