From fbbc22312bd135f2b23375d9745ee75761756cf7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 12 Aug 2022 15:01:12 +0200 Subject: Release 1.82.0 --- icons-react/icons-js/arrows-transfer-down.js | 12 ++++++++++++ icons-react/icons-js/arrows-transfer-up.js | 12 ++++++++++++ icons-react/icons-js/box-align-bottom-left.js | 12 ++++++++++++ icons-react/icons-js/box-align-bottom-right.js | 12 ++++++++++++ icons-react/icons-js/box-align-top-left.js | 12 ++++++++++++ icons-react/icons-js/box-align-top-right.js | 12 ++++++++++++ icons-react/icons-js/brand-webflow.js | 12 ++++++++++++ icons-react/icons-js/brand-wordpress.js | 12 ++++++++++++ icons-react/icons-js/bus-stop.js | 12 ++++++++++++ icons-react/icons-js/chair-director.js | 12 ++++++++++++ icons-react/icons-js/egg-cracked.js | 12 ++++++++++++ icons-react/icons-js/script-minus.js | 12 ++++++++++++ icons-react/icons-js/script-plus.js | 12 ++++++++++++ icons-react/icons-js/script-x.js | 12 ++++++++++++ icons-react/icons-js/script.js | 12 ++++++++++++ icons-react/icons-js/stretching.js | 12 ++++++++++++ icons-react/icons-js/text-color.js | 12 ++++++++++++ icons-react/icons-js/tooltip.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/arrows-transfer-down.js create mode 100644 icons-react/icons-js/arrows-transfer-up.js create mode 100644 icons-react/icons-js/box-align-bottom-left.js create mode 100644 icons-react/icons-js/box-align-bottom-right.js create mode 100644 icons-react/icons-js/box-align-top-left.js create mode 100644 icons-react/icons-js/box-align-top-right.js create mode 100644 icons-react/icons-js/brand-webflow.js create mode 100644 icons-react/icons-js/brand-wordpress.js create mode 100644 icons-react/icons-js/bus-stop.js create mode 100644 icons-react/icons-js/chair-director.js create mode 100644 icons-react/icons-js/egg-cracked.js create mode 100644 icons-react/icons-js/script-minus.js create mode 100644 icons-react/icons-js/script-plus.js create mode 100644 icons-react/icons-js/script-x.js create mode 100644 icons-react/icons-js/script.js create mode 100644 icons-react/icons-js/stretching.js create mode 100644 icons-react/icons-js/text-color.js create mode 100644 icons-react/icons-js/tooltip.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/arrows-transfer-down.js b/icons-react/icons-js/arrows-transfer-down.js new file mode 100644 index 00000000..377ddf5a --- /dev/null +++ b/icons-react/icons-js/arrows-transfer-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsTransferDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsTransferDown; \ No newline at end of file diff --git a/icons-react/icons-js/arrows-transfer-up.js b/icons-react/icons-js/arrows-transfer-up.js new file mode 100644 index 00000000..bcc78cc4 --- /dev/null +++ b/icons-react/icons-js/arrows-transfer-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsTransferUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowsTransferUp; \ No newline at end of file diff --git a/icons-react/icons-js/box-align-bottom-left.js b/icons-react/icons-js/box-align-bottom-left.js new file mode 100644 index 00000000..b16ea189 --- /dev/null +++ b/icons-react/icons-js/box-align-bottom-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxAlignBottomLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBoxAlignBottomLeft; \ No newline at end of file diff --git a/icons-react/icons-js/box-align-bottom-right.js b/icons-react/icons-js/box-align-bottom-right.js new file mode 100644 index 00000000..661ab577 --- /dev/null +++ b/icons-react/icons-js/box-align-bottom-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxAlignBottomRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBoxAlignBottomRight; \ No newline at end of file diff --git a/icons-react/icons-js/box-align-top-left.js b/icons-react/icons-js/box-align-top-left.js new file mode 100644 index 00000000..0f3655ff --- /dev/null +++ b/icons-react/icons-js/box-align-top-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxAlignTopLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBoxAlignTopLeft; \ No newline at end of file diff --git a/icons-react/icons-js/box-align-top-right.js b/icons-react/icons-js/box-align-top-right.js new file mode 100644 index 00000000..bccda0dc --- /dev/null +++ b/icons-react/icons-js/box-align-top-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxAlignTopRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBoxAlignTopRight; \ No newline at end of file diff --git a/icons-react/icons-js/brand-webflow.js b/icons-react/icons-js/brand-webflow.js new file mode 100644 index 00000000..6c1201f6 --- /dev/null +++ b/icons-react/icons-js/brand-webflow.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandWebflow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandWebflow; \ No newline at end of file diff --git a/icons-react/icons-js/brand-wordpress.js b/icons-react/icons-js/brand-wordpress.js new file mode 100644 index 00000000..200fe599 --- /dev/null +++ b/icons-react/icons-js/brand-wordpress.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandWordpress({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandWordpress; \ No newline at end of file diff --git a/icons-react/icons-js/bus-stop.js b/icons-react/icons-js/bus-stop.js new file mode 100644 index 00000000..aa42d492 --- /dev/null +++ b/icons-react/icons-js/bus-stop.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBusStop({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBusStop; \ No newline at end of file diff --git a/icons-react/icons-js/chair-director.js b/icons-react/icons-js/chair-director.js new file mode 100644 index 00000000..fe67b5e5 --- /dev/null +++ b/icons-react/icons-js/chair-director.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChairDirector({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconChairDirector; \ No newline at end of file diff --git a/icons-react/icons-js/egg-cracked.js b/icons-react/icons-js/egg-cracked.js new file mode 100644 index 00000000..51bde7d4 --- /dev/null +++ b/icons-react/icons-js/egg-cracked.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEggCracked({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconEggCracked; \ No newline at end of file diff --git a/icons-react/icons-js/script-minus.js b/icons-react/icons-js/script-minus.js new file mode 100644 index 00000000..2538f33d --- /dev/null +++ b/icons-react/icons-js/script-minus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScriptMinus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconScriptMinus; \ No newline at end of file diff --git a/icons-react/icons-js/script-plus.js b/icons-react/icons-js/script-plus.js new file mode 100644 index 00000000..085ac297 --- /dev/null +++ b/icons-react/icons-js/script-plus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScriptPlus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconScriptPlus; \ No newline at end of file diff --git a/icons-react/icons-js/script-x.js b/icons-react/icons-js/script-x.js new file mode 100644 index 00000000..c099dacd --- /dev/null +++ b/icons-react/icons-js/script-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScriptX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconScriptX; \ No newline at end of file diff --git a/icons-react/icons-js/script.js b/icons-react/icons-js/script.js new file mode 100644 index 00000000..770d9883 --- /dev/null +++ b/icons-react/icons-js/script.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconScript({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconScript; \ No newline at end of file diff --git a/icons-react/icons-js/stretching.js b/icons-react/icons-js/stretching.js new file mode 100644 index 00000000..c25a3381 --- /dev/null +++ b/icons-react/icons-js/stretching.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconStretching({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconStretching; \ No newline at end of file diff --git a/icons-react/icons-js/text-color.js b/icons-react/icons-js/text-color.js new file mode 100644 index 00000000..9526040f --- /dev/null +++ b/icons-react/icons-js/text-color.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextColor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextColor; \ No newline at end of file diff --git a/icons-react/icons-js/tooltip.js b/icons-react/icons-js/tooltip.js new file mode 100644 index 00000000..603410b6 --- /dev/null +++ b/icons-react/icons-js/tooltip.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTooltip({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTooltip; \ No newline at end of file -- cgit v1.2.1