From 00355ad10343c66c57f9e85c91639bc59c018414 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 15 Jul 2022 12:11:32 +0200 Subject: Release 1.75.0 --- icons-react/icons-js/assembly.js | 12 ++++++++++++ icons-react/icons-js/brand-d3.js | 12 ++++++++++++ icons-react/icons-js/brand-deno.js | 12 ++++++++++++ icons-react/icons-js/brand-mastodon.js | 12 ++++++++++++ icons-react/icons-js/brand-mcdonalds.js | 12 ++++++++++++ icons-react/icons-js/brand-shopee.js | 12 ++++++++++++ icons-react/icons-js/brand-snapseed.js | 12 ++++++++++++ icons-react/icons-js/brand-strava.js | 12 ++++++++++++ icons-react/icons-js/brand-surfshark.js | 12 ++++++++++++ icons-react/icons-js/explicit.js | 12 ++++++++++++ icons-react/icons-js/gif.js | 12 ++++++++++++ icons-react/icons-js/poo.js | 12 ++++++++++++ icons-react/icons-js/signal-3g.js | 2 +- icons-react/icons-js/signal-4g-plus.js | 12 ++++++++++++ icons-react/icons-js/signal-4g.js | 2 +- icons-react/icons-js/signal-5g.js | 2 +- icons-react/icons-js/svg.js | 12 ++++++++++++ icons-react/icons-js/table-alias.js | 12 ++++++++++++ icons-react/icons-js/table-options.js | 12 ++++++++++++ icons-react/icons-js/table-shortcut.js | 12 ++++++++++++ icons-react/icons-js/wash-machine.js | 12 ++++++++++++ 21 files changed, 219 insertions(+), 3 deletions(-) create mode 100644 icons-react/icons-js/assembly.js create mode 100644 icons-react/icons-js/brand-d3.js create mode 100644 icons-react/icons-js/brand-deno.js create mode 100644 icons-react/icons-js/brand-mastodon.js create mode 100644 icons-react/icons-js/brand-mcdonalds.js create mode 100644 icons-react/icons-js/brand-shopee.js create mode 100644 icons-react/icons-js/brand-snapseed.js create mode 100644 icons-react/icons-js/brand-strava.js create mode 100644 icons-react/icons-js/brand-surfshark.js create mode 100644 icons-react/icons-js/explicit.js create mode 100644 icons-react/icons-js/gif.js create mode 100644 icons-react/icons-js/poo.js create mode 100644 icons-react/icons-js/signal-4g-plus.js create mode 100644 icons-react/icons-js/svg.js create mode 100644 icons-react/icons-js/table-alias.js create mode 100644 icons-react/icons-js/table-options.js create mode 100644 icons-react/icons-js/table-shortcut.js create mode 100644 icons-react/icons-js/wash-machine.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/assembly.js b/icons-react/icons-js/assembly.js new file mode 100644 index 00000000..aa275c2c --- /dev/null +++ b/icons-react/icons-js/assembly.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAssembly({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAssembly; \ No newline at end of file diff --git a/icons-react/icons-js/brand-d3.js b/icons-react/icons-js/brand-d3.js new file mode 100644 index 00000000..94bc2037 --- /dev/null +++ b/icons-react/icons-js/brand-d3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandD3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandD3; \ No newline at end of file diff --git a/icons-react/icons-js/brand-deno.js b/icons-react/icons-js/brand-deno.js new file mode 100644 index 00000000..a2b9ae67 --- /dev/null +++ b/icons-react/icons-js/brand-deno.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDeno({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandDeno; \ No newline at end of file diff --git a/icons-react/icons-js/brand-mastodon.js b/icons-react/icons-js/brand-mastodon.js new file mode 100644 index 00000000..9db51275 --- /dev/null +++ b/icons-react/icons-js/brand-mastodon.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandMastodon({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandMastodon; \ No newline at end of file diff --git a/icons-react/icons-js/brand-mcdonalds.js b/icons-react/icons-js/brand-mcdonalds.js new file mode 100644 index 00000000..04e6ad26 --- /dev/null +++ b/icons-react/icons-js/brand-mcdonalds.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandMcdonalds({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandMcdonalds; \ No newline at end of file diff --git a/icons-react/icons-js/brand-shopee.js b/icons-react/icons-js/brand-shopee.js new file mode 100644 index 00000000..9be98453 --- /dev/null +++ b/icons-react/icons-js/brand-shopee.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandShopee({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandShopee; \ No newline at end of file diff --git a/icons-react/icons-js/brand-snapseed.js b/icons-react/icons-js/brand-snapseed.js new file mode 100644 index 00000000..1065ad90 --- /dev/null +++ b/icons-react/icons-js/brand-snapseed.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSnapseed({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandSnapseed; \ No newline at end of file diff --git a/icons-react/icons-js/brand-strava.js b/icons-react/icons-js/brand-strava.js new file mode 100644 index 00000000..f94e1a48 --- /dev/null +++ b/icons-react/icons-js/brand-strava.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandStrava({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandStrava; \ No newline at end of file diff --git a/icons-react/icons-js/brand-surfshark.js b/icons-react/icons-js/brand-surfshark.js new file mode 100644 index 00000000..a331e22f --- /dev/null +++ b/icons-react/icons-js/brand-surfshark.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSurfshark({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandSurfshark; \ No newline at end of file diff --git a/icons-react/icons-js/explicit.js b/icons-react/icons-js/explicit.js new file mode 100644 index 00000000..c9e8f6c4 --- /dev/null +++ b/icons-react/icons-js/explicit.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExplicit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconExplicit; \ No newline at end of file diff --git a/icons-react/icons-js/gif.js b/icons-react/icons-js/gif.js new file mode 100644 index 00000000..c2a45c17 --- /dev/null +++ b/icons-react/icons-js/gif.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGif({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGif; \ No newline at end of file diff --git a/icons-react/icons-js/poo.js b/icons-react/icons-js/poo.js new file mode 100644 index 00000000..5b225856 --- /dev/null +++ b/icons-react/icons-js/poo.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPoo({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPoo; \ No newline at end of file diff --git a/icons-react/icons-js/signal-3g.js b/icons-react/icons-js/signal-3g.js index cd7bb3dd..c7a13c35 100644 --- a/icons-react/icons-js/signal-3g.js +++ b/icons-react/icons-js/signal-3g.js @@ -6,7 +6,7 @@ function IconSignal3g({ stroke = 2, ...props }) { - return ; + return ; } export default IconSignal3g; \ No newline at end of file diff --git a/icons-react/icons-js/signal-4g-plus.js b/icons-react/icons-js/signal-4g-plus.js new file mode 100644 index 00000000..34c562bb --- /dev/null +++ b/icons-react/icons-js/signal-4g-plus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSignal4gPlus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSignal4gPlus; \ No newline at end of file diff --git a/icons-react/icons-js/signal-4g.js b/icons-react/icons-js/signal-4g.js index 0967bbe1..1d736916 100644 --- a/icons-react/icons-js/signal-4g.js +++ b/icons-react/icons-js/signal-4g.js @@ -6,7 +6,7 @@ function IconSignal4g({ stroke = 2, ...props }) { - return ; + return ; } export default IconSignal4g; \ No newline at end of file diff --git a/icons-react/icons-js/signal-5g.js b/icons-react/icons-js/signal-5g.js index 003bc880..302afcf4 100644 --- a/icons-react/icons-js/signal-5g.js +++ b/icons-react/icons-js/signal-5g.js @@ -6,7 +6,7 @@ function IconSignal5g({ stroke = 2, ...props }) { - return ; + return ; } export default IconSignal5g; \ No newline at end of file diff --git a/icons-react/icons-js/svg.js b/icons-react/icons-js/svg.js new file mode 100644 index 00000000..0bd19b54 --- /dev/null +++ b/icons-react/icons-js/svg.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSvg({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSvg; \ No newline at end of file diff --git a/icons-react/icons-js/table-alias.js b/icons-react/icons-js/table-alias.js new file mode 100644 index 00000000..e50dda2b --- /dev/null +++ b/icons-react/icons-js/table-alias.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTableAlias({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTableAlias; \ No newline at end of file diff --git a/icons-react/icons-js/table-options.js b/icons-react/icons-js/table-options.js new file mode 100644 index 00000000..0c76aa2d --- /dev/null +++ b/icons-react/icons-js/table-options.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTableOptions({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTableOptions; \ No newline at end of file diff --git a/icons-react/icons-js/table-shortcut.js b/icons-react/icons-js/table-shortcut.js new file mode 100644 index 00000000..872e5c3a --- /dev/null +++ b/icons-react/icons-js/table-shortcut.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTableShortcut({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTableShortcut; \ No newline at end of file diff --git a/icons-react/icons-js/wash-machine.js b/icons-react/icons-js/wash-machine.js new file mode 100644 index 00000000..06531610 --- /dev/null +++ b/icons-react/icons-js/wash-machine.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWashMachine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWashMachine; \ No newline at end of file -- cgit v1.2.1