From 4cf7c264e89d3bd48ff3f81cc114a90c5e00cb34 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 8 Aug 2022 15:57:51 +0200 Subject: Release 1.79.0 --- icons-react/icons-js/arrows-diff.js | 12 ++++++++++++ icons-react/icons-js/brand-google-fit.js | 12 ++++++++++++ icons-react/icons-js/brand-xbox.js | 12 ++++++++++++ icons-react/icons-js/clipboard-copy.js | 12 ++++++++++++ icons-react/icons-js/currency-yuan.js | 12 ++++++++++++ icons-react/icons-js/empathize.js | 12 ++++++++++++ icons-react/icons-js/exposure-0.js | 12 ++++++++++++ icons-react/icons-js/exposure-minus-1.js | 12 ++++++++++++ icons-react/icons-js/exposure-minus-2.js | 12 ++++++++++++ icons-react/icons-js/exposure-plus-1.js | 12 ++++++++++++ icons-react/icons-js/exposure-plus-2.js | 12 ++++++++++++ icons-react/icons-js/file-orientation.js | 12 ++++++++++++ icons-react/icons-js/input-search.js | 12 ++++++++++++ icons-react/icons-js/mickey.js | 12 ++++++++++++ icons-react/icons-js/text-orientation.js | 12 ++++++++++++ icons-react/icons-js/text-plus.js | 12 ++++++++++++ icons-react/icons-js/text-spellcheck.js | 12 ++++++++++++ icons-react/icons-js/zoom-replace.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/arrows-diff.js create mode 100644 icons-react/icons-js/brand-google-fit.js create mode 100644 icons-react/icons-js/brand-xbox.js create mode 100644 icons-react/icons-js/clipboard-copy.js create mode 100644 icons-react/icons-js/currency-yuan.js create mode 100644 icons-react/icons-js/empathize.js create mode 100644 icons-react/icons-js/exposure-0.js create mode 100644 icons-react/icons-js/exposure-minus-1.js create mode 100644 icons-react/icons-js/exposure-minus-2.js create mode 100644 icons-react/icons-js/exposure-plus-1.js create mode 100644 icons-react/icons-js/exposure-plus-2.js create mode 100644 icons-react/icons-js/file-orientation.js create mode 100644 icons-react/icons-js/input-search.js create mode 100644 icons-react/icons-js/mickey.js create mode 100644 icons-react/icons-js/text-orientation.js create mode 100644 icons-react/icons-js/text-plus.js create mode 100644 icons-react/icons-js/text-spellcheck.js create mode 100644 icons-react/icons-js/zoom-replace.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/arrows-diff.js b/icons-react/icons-js/arrows-diff.js new file mode 100644 index 00000000..a4130038 --- /dev/null +++ b/icons-react/icons-js/arrows-diff.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDiff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsDiff; \ No newline at end of file diff --git a/icons-react/icons-js/brand-google-fit.js b/icons-react/icons-js/brand-google-fit.js new file mode 100644 index 00000000..2989439f --- /dev/null +++ b/icons-react/icons-js/brand-google-fit.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandGoogleFit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandGoogleFit; \ No newline at end of file diff --git a/icons-react/icons-js/brand-xbox.js b/icons-react/icons-js/brand-xbox.js new file mode 100644 index 00000000..46bb1d45 --- /dev/null +++ b/icons-react/icons-js/brand-xbox.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandXbox({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandXbox; \ No newline at end of file diff --git a/icons-react/icons-js/clipboard-copy.js b/icons-react/icons-js/clipboard-copy.js new file mode 100644 index 00000000..fb65f540 --- /dev/null +++ b/icons-react/icons-js/clipboard-copy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClipboardCopy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClipboardCopy; \ No newline at end of file diff --git a/icons-react/icons-js/currency-yuan.js b/icons-react/icons-js/currency-yuan.js new file mode 100644 index 00000000..a5b1d894 --- /dev/null +++ b/icons-react/icons-js/currency-yuan.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyYuan({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCurrencyYuan; \ No newline at end of file diff --git a/icons-react/icons-js/empathize.js b/icons-react/icons-js/empathize.js new file mode 100644 index 00000000..4a3b2cb1 --- /dev/null +++ b/icons-react/icons-js/empathize.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEmpathize({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconEmpathize; \ No newline at end of file diff --git a/icons-react/icons-js/exposure-0.js b/icons-react/icons-js/exposure-0.js new file mode 100644 index 00000000..b915de97 --- /dev/null +++ b/icons-react/icons-js/exposure-0.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExposure0({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconExposure0; \ No newline at end of file diff --git a/icons-react/icons-js/exposure-minus-1.js b/icons-react/icons-js/exposure-minus-1.js new file mode 100644 index 00000000..c06fb82c --- /dev/null +++ b/icons-react/icons-js/exposure-minus-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExposureMinus1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconExposureMinus1; \ No newline at end of file diff --git a/icons-react/icons-js/exposure-minus-2.js b/icons-react/icons-js/exposure-minus-2.js new file mode 100644 index 00000000..290b4315 --- /dev/null +++ b/icons-react/icons-js/exposure-minus-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExposureMinus2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconExposureMinus2; \ No newline at end of file diff --git a/icons-react/icons-js/exposure-plus-1.js b/icons-react/icons-js/exposure-plus-1.js new file mode 100644 index 00000000..2e51db5a --- /dev/null +++ b/icons-react/icons-js/exposure-plus-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExposurePlus1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconExposurePlus1; \ No newline at end of file diff --git a/icons-react/icons-js/exposure-plus-2.js b/icons-react/icons-js/exposure-plus-2.js new file mode 100644 index 00000000..c538dda5 --- /dev/null +++ b/icons-react/icons-js/exposure-plus-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconExposurePlus2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconExposurePlus2; \ No newline at end of file diff --git a/icons-react/icons-js/file-orientation.js b/icons-react/icons-js/file-orientation.js new file mode 100644 index 00000000..553826f8 --- /dev/null +++ b/icons-react/icons-js/file-orientation.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileOrientation({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileOrientation; \ No newline at end of file diff --git a/icons-react/icons-js/input-search.js b/icons-react/icons-js/input-search.js new file mode 100644 index 00000000..76e82f67 --- /dev/null +++ b/icons-react/icons-js/input-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconInputSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconInputSearch; \ No newline at end of file diff --git a/icons-react/icons-js/mickey.js b/icons-react/icons-js/mickey.js new file mode 100644 index 00000000..1ab8c8f9 --- /dev/null +++ b/icons-react/icons-js/mickey.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMickey({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMickey; \ No newline at end of file diff --git a/icons-react/icons-js/text-orientation.js b/icons-react/icons-js/text-orientation.js new file mode 100644 index 00000000..6829d8ef --- /dev/null +++ b/icons-react/icons-js/text-orientation.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextOrientation({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextOrientation; \ No newline at end of file diff --git a/icons-react/icons-js/text-plus.js b/icons-react/icons-js/text-plus.js new file mode 100644 index 00000000..df94eb4c --- /dev/null +++ b/icons-react/icons-js/text-plus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextPlus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextPlus; \ No newline at end of file diff --git a/icons-react/icons-js/text-spellcheck.js b/icons-react/icons-js/text-spellcheck.js new file mode 100644 index 00000000..70fcf7cb --- /dev/null +++ b/icons-react/icons-js/text-spellcheck.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextSpellcheck({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextSpellcheck; \ No newline at end of file diff --git a/icons-react/icons-js/zoom-replace.js b/icons-react/icons-js/zoom-replace.js new file mode 100644 index 00000000..976fce04 --- /dev/null +++ b/icons-react/icons-js/zoom-replace.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomReplace({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconZoomReplace; \ No newline at end of file -- cgit v1.2.1