From d5b2c66b3c8e2a71eb2ce044bdca692ac9ed5cf1 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 23 Jul 2022 13:02:13 +0200 Subject: Release 1.78.0 --- icons-react/icons-js/bat.js | 12 ++++++++++++ icons-react/icons-js/clothes-rack.js | 12 ++++++++++++ icons-react/icons-js/dental-broken.js | 12 ++++++++++++ icons-react/icons-js/fish-bone.js | 12 ++++++++++++ icons-react/icons-js/graph.js | 12 ++++++++++++ icons-react/icons-js/hierarchy-3.js | 12 ++++++++++++ icons-react/icons-js/horse-toy.js | 12 ++++++++++++ icons-react/icons-js/layout-bottombar-collapse.js | 12 ++++++++++++ icons-react/icons-js/layout-bottombar-expand.js | 12 ++++++++++++ icons-react/icons-js/layout-navbar-collapse.js | 12 ++++++++++++ icons-react/icons-js/layout-navbar-expand.js | 12 ++++++++++++ icons-react/icons-js/message-forward.js | 12 ++++++++++++ icons-react/icons-js/ruler-3.js | 12 ++++++++++++ icons-react/icons-js/ruler-measure.js | 12 ++++++++++++ icons-react/icons-js/skull.js | 12 ++++++++++++ icons-react/icons-js/spider.js | 12 ++++++++++++ icons-react/icons-js/spiral.js | 12 ++++++++++++ icons-react/icons-js/zoom-reset.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/bat.js create mode 100644 icons-react/icons-js/clothes-rack.js create mode 100644 icons-react/icons-js/dental-broken.js create mode 100644 icons-react/icons-js/fish-bone.js create mode 100644 icons-react/icons-js/graph.js create mode 100644 icons-react/icons-js/hierarchy-3.js create mode 100644 icons-react/icons-js/horse-toy.js create mode 100644 icons-react/icons-js/layout-bottombar-collapse.js create mode 100644 icons-react/icons-js/layout-bottombar-expand.js create mode 100644 icons-react/icons-js/layout-navbar-collapse.js create mode 100644 icons-react/icons-js/layout-navbar-expand.js create mode 100644 icons-react/icons-js/message-forward.js create mode 100644 icons-react/icons-js/ruler-3.js create mode 100644 icons-react/icons-js/ruler-measure.js create mode 100644 icons-react/icons-js/skull.js create mode 100644 icons-react/icons-js/spider.js create mode 100644 icons-react/icons-js/spiral.js create mode 100644 icons-react/icons-js/zoom-reset.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/bat.js b/icons-react/icons-js/bat.js new file mode 100644 index 00000000..2f28b6c6 --- /dev/null +++ b/icons-react/icons-js/bat.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBat({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBat; \ No newline at end of file diff --git a/icons-react/icons-js/clothes-rack.js b/icons-react/icons-js/clothes-rack.js new file mode 100644 index 00000000..bbf6de62 --- /dev/null +++ b/icons-react/icons-js/clothes-rack.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClothesRack({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClothesRack; \ No newline at end of file diff --git a/icons-react/icons-js/dental-broken.js b/icons-react/icons-js/dental-broken.js new file mode 100644 index 00000000..8f70d914 --- /dev/null +++ b/icons-react/icons-js/dental-broken.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDentalBroken({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDentalBroken; \ No newline at end of file diff --git a/icons-react/icons-js/fish-bone.js b/icons-react/icons-js/fish-bone.js new file mode 100644 index 00000000..731dac44 --- /dev/null +++ b/icons-react/icons-js/fish-bone.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFishBone({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFishBone; \ No newline at end of file diff --git a/icons-react/icons-js/graph.js b/icons-react/icons-js/graph.js new file mode 100644 index 00000000..45063110 --- /dev/null +++ b/icons-react/icons-js/graph.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGraph({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGraph; \ No newline at end of file diff --git a/icons-react/icons-js/hierarchy-3.js b/icons-react/icons-js/hierarchy-3.js new file mode 100644 index 00000000..6bba3fa1 --- /dev/null +++ b/icons-react/icons-js/hierarchy-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHierarchy3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHierarchy3; \ No newline at end of file diff --git a/icons-react/icons-js/horse-toy.js b/icons-react/icons-js/horse-toy.js new file mode 100644 index 00000000..c4c06994 --- /dev/null +++ b/icons-react/icons-js/horse-toy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHorseToy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHorseToy; \ No newline at end of file diff --git a/icons-react/icons-js/layout-bottombar-collapse.js b/icons-react/icons-js/layout-bottombar-collapse.js new file mode 100644 index 00000000..32062bde --- /dev/null +++ b/icons-react/icons-js/layout-bottombar-collapse.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutBottombarCollapse({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutBottombarCollapse; \ No newline at end of file diff --git a/icons-react/icons-js/layout-bottombar-expand.js b/icons-react/icons-js/layout-bottombar-expand.js new file mode 100644 index 00000000..63285ffe --- /dev/null +++ b/icons-react/icons-js/layout-bottombar-expand.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutBottombarExpand({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutBottombarExpand; \ No newline at end of file diff --git a/icons-react/icons-js/layout-navbar-collapse.js b/icons-react/icons-js/layout-navbar-collapse.js new file mode 100644 index 00000000..d617d215 --- /dev/null +++ b/icons-react/icons-js/layout-navbar-collapse.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutNavbarCollapse({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutNavbarCollapse; \ No newline at end of file diff --git a/icons-react/icons-js/layout-navbar-expand.js b/icons-react/icons-js/layout-navbar-expand.js new file mode 100644 index 00000000..e7d13747 --- /dev/null +++ b/icons-react/icons-js/layout-navbar-expand.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutNavbarExpand({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutNavbarExpand; \ No newline at end of file diff --git a/icons-react/icons-js/message-forward.js b/icons-react/icons-js/message-forward.js new file mode 100644 index 00000000..7e868da8 --- /dev/null +++ b/icons-react/icons-js/message-forward.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMessageForward({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMessageForward; \ No newline at end of file diff --git a/icons-react/icons-js/ruler-3.js b/icons-react/icons-js/ruler-3.js new file mode 100644 index 00000000..7b497411 --- /dev/null +++ b/icons-react/icons-js/ruler-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRuler3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRuler3; \ No newline at end of file diff --git a/icons-react/icons-js/ruler-measure.js b/icons-react/icons-js/ruler-measure.js new file mode 100644 index 00000000..c7f7641c --- /dev/null +++ b/icons-react/icons-js/ruler-measure.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRulerMeasure({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRulerMeasure; \ No newline at end of file diff --git a/icons-react/icons-js/skull.js b/icons-react/icons-js/skull.js new file mode 100644 index 00000000..6ed701f2 --- /dev/null +++ b/icons-react/icons-js/skull.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSkull({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSkull; \ No newline at end of file diff --git a/icons-react/icons-js/spider.js b/icons-react/icons-js/spider.js new file mode 100644 index 00000000..41539e4a --- /dev/null +++ b/icons-react/icons-js/spider.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSpider({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSpider; \ No newline at end of file diff --git a/icons-react/icons-js/spiral.js b/icons-react/icons-js/spiral.js new file mode 100644 index 00000000..2ddcd3f9 --- /dev/null +++ b/icons-react/icons-js/spiral.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSpiral({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSpiral; \ No newline at end of file diff --git a/icons-react/icons-js/zoom-reset.js b/icons-react/icons-js/zoom-reset.js new file mode 100644 index 00000000..1b42cccd --- /dev/null +++ b/icons-react/icons-js/zoom-reset.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZoomReset({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconZoomReset; \ No newline at end of file -- cgit v1.2.1