From 7c5431f7d61a0b0ebeac01e5a92af8774a6b9383 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 22 Aug 2022 15:31:37 +0200 Subject: Release 1.85.0 --- icons-react/icons-js/braces-asterix.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-1.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-10.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-11.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-12.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-2.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-3.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-4.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-5.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-6.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-7.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-8.js | 12 ++++++++++++ icons-react/icons-js/clock-hour-9.js | 12 ++++++++++++ icons-react/icons-js/regex.js | 12 ++++++++++++ icons-react/icons-js/server-bolt.js | 12 ++++++++++++ icons-react/icons-js/server-cog.js | 12 ++++++++++++ icons-react/icons-js/wash-dry-w.js | 12 ++++++++++++ icons-react/icons-js/wash-dryclean-off.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/braces-asterix.js create mode 100644 icons-react/icons-js/clock-hour-1.js create mode 100644 icons-react/icons-js/clock-hour-10.js create mode 100644 icons-react/icons-js/clock-hour-11.js create mode 100644 icons-react/icons-js/clock-hour-12.js create mode 100644 icons-react/icons-js/clock-hour-2.js create mode 100644 icons-react/icons-js/clock-hour-3.js create mode 100644 icons-react/icons-js/clock-hour-4.js create mode 100644 icons-react/icons-js/clock-hour-5.js create mode 100644 icons-react/icons-js/clock-hour-6.js create mode 100644 icons-react/icons-js/clock-hour-7.js create mode 100644 icons-react/icons-js/clock-hour-8.js create mode 100644 icons-react/icons-js/clock-hour-9.js create mode 100644 icons-react/icons-js/regex.js create mode 100644 icons-react/icons-js/server-bolt.js create mode 100644 icons-react/icons-js/server-cog.js create mode 100644 icons-react/icons-js/wash-dry-w.js create mode 100644 icons-react/icons-js/wash-dryclean-off.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/braces-asterix.js b/icons-react/icons-js/braces-asterix.js new file mode 100644 index 00000000..b4100ea6 --- /dev/null +++ b/icons-react/icons-js/braces-asterix.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBracesAsterix({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBracesAsterix; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-1.js b/icons-react/icons-js/clock-hour-1.js new file mode 100644 index 00000000..feb57f22 --- /dev/null +++ b/icons-react/icons-js/clock-hour-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour1; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-10.js b/icons-react/icons-js/clock-hour-10.js new file mode 100644 index 00000000..2d0fdca3 --- /dev/null +++ b/icons-react/icons-js/clock-hour-10.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour10({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour10; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-11.js b/icons-react/icons-js/clock-hour-11.js new file mode 100644 index 00000000..5cc1e090 --- /dev/null +++ b/icons-react/icons-js/clock-hour-11.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour11({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour11; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-12.js b/icons-react/icons-js/clock-hour-12.js new file mode 100644 index 00000000..47d6fa6f --- /dev/null +++ b/icons-react/icons-js/clock-hour-12.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour12({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour12; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-2.js b/icons-react/icons-js/clock-hour-2.js new file mode 100644 index 00000000..9591f187 --- /dev/null +++ b/icons-react/icons-js/clock-hour-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour2; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-3.js b/icons-react/icons-js/clock-hour-3.js new file mode 100644 index 00000000..717fbb80 --- /dev/null +++ b/icons-react/icons-js/clock-hour-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour3; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-4.js b/icons-react/icons-js/clock-hour-4.js new file mode 100644 index 00000000..a50d7a3d --- /dev/null +++ b/icons-react/icons-js/clock-hour-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour4; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-5.js b/icons-react/icons-js/clock-hour-5.js new file mode 100644 index 00000000..75077f86 --- /dev/null +++ b/icons-react/icons-js/clock-hour-5.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour5({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour5; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-6.js b/icons-react/icons-js/clock-hour-6.js new file mode 100644 index 00000000..537260e5 --- /dev/null +++ b/icons-react/icons-js/clock-hour-6.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour6({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour6; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-7.js b/icons-react/icons-js/clock-hour-7.js new file mode 100644 index 00000000..8a34d5b4 --- /dev/null +++ b/icons-react/icons-js/clock-hour-7.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour7({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour7; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-8.js b/icons-react/icons-js/clock-hour-8.js new file mode 100644 index 00000000..08760fc2 --- /dev/null +++ b/icons-react/icons-js/clock-hour-8.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour8({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour8; \ No newline at end of file diff --git a/icons-react/icons-js/clock-hour-9.js b/icons-react/icons-js/clock-hour-9.js new file mode 100644 index 00000000..03aa15d6 --- /dev/null +++ b/icons-react/icons-js/clock-hour-9.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClockHour9({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClockHour9; \ No newline at end of file diff --git a/icons-react/icons-js/regex.js b/icons-react/icons-js/regex.js new file mode 100644 index 00000000..4dbed3a3 --- /dev/null +++ b/icons-react/icons-js/regex.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRegex({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRegex; \ No newline at end of file diff --git a/icons-react/icons-js/server-bolt.js b/icons-react/icons-js/server-bolt.js new file mode 100644 index 00000000..25ab5a88 --- /dev/null +++ b/icons-react/icons-js/server-bolt.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconServerBolt({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconServerBolt; \ No newline at end of file diff --git a/icons-react/icons-js/server-cog.js b/icons-react/icons-js/server-cog.js new file mode 100644 index 00000000..6d601e5b --- /dev/null +++ b/icons-react/icons-js/server-cog.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconServerCog({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconServerCog; \ No newline at end of file diff --git a/icons-react/icons-js/wash-dry-w.js b/icons-react/icons-js/wash-dry-w.js new file mode 100644 index 00000000..d4c1cdb4 --- /dev/null +++ b/icons-react/icons-js/wash-dry-w.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWashDryW({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWashDryW; \ No newline at end of file diff --git a/icons-react/icons-js/wash-dryclean-off.js b/icons-react/icons-js/wash-dryclean-off.js new file mode 100644 index 00000000..026f4f93 --- /dev/null +++ b/icons-react/icons-js/wash-dryclean-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWashDrycleanOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWashDrycleanOff; \ No newline at end of file -- cgit v1.2.1