From 34b84932d5191d52e7d29962707c29eaccaff516 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 8 Jan 2022 00:15:41 +0100 Subject: Release 1.51.0 --- icons-react/icons-js/asterisk-simple.js | 12 ++++++++++++ icons-react/icons-js/asterisk.js | 12 ++++++++++++ icons-react/icons-js/browser-check.js | 12 ++++++++++++ icons-react/icons-js/browser-plus.js | 12 ++++++++++++ icons-react/icons-js/browser-x.js | 12 ++++++++++++ icons-react/icons-js/butterfly.js | 12 ++++++++++++ icons-react/icons-js/cloud-lock-open.js | 12 ++++++++++++ icons-react/icons-js/cloud-lock.js | 12 ++++++++++++ icons-react/icons-js/cone-2.js | 12 ++++++++++++ icons-react/icons-js/cone.js | 12 ++++++++++++ icons-react/icons-js/drop-circle.js | 12 ++++++++++++ icons-react/icons-js/elevator.js | 12 ++++++++++++ icons-react/icons-js/file-dollar.js | 12 ++++++++++++ icons-react/icons-js/file-euro.js | 12 ++++++++++++ icons-react/icons-js/ladder.js | 12 ++++++++++++ icons-react/icons-js/pentagon.js | 12 ++++++++++++ icons-react/icons-js/picture-in-picture-top.js | 12 ++++++++++++ icons-react/icons-js/rotate-dot.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/asterisk-simple.js create mode 100644 icons-react/icons-js/asterisk.js create mode 100644 icons-react/icons-js/browser-check.js create mode 100644 icons-react/icons-js/browser-plus.js create mode 100644 icons-react/icons-js/browser-x.js create mode 100644 icons-react/icons-js/butterfly.js create mode 100644 icons-react/icons-js/cloud-lock-open.js create mode 100644 icons-react/icons-js/cloud-lock.js create mode 100644 icons-react/icons-js/cone-2.js create mode 100644 icons-react/icons-js/cone.js create mode 100644 icons-react/icons-js/drop-circle.js create mode 100644 icons-react/icons-js/elevator.js create mode 100644 icons-react/icons-js/file-dollar.js create mode 100644 icons-react/icons-js/file-euro.js create mode 100644 icons-react/icons-js/ladder.js create mode 100644 icons-react/icons-js/pentagon.js create mode 100644 icons-react/icons-js/picture-in-picture-top.js create mode 100644 icons-react/icons-js/rotate-dot.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/asterisk-simple.js b/icons-react/icons-js/asterisk-simple.js new file mode 100644 index 00000000..38d0e71a --- /dev/null +++ b/icons-react/icons-js/asterisk-simple.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAsteriskSimple({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAsteriskSimple; \ No newline at end of file diff --git a/icons-react/icons-js/asterisk.js b/icons-react/icons-js/asterisk.js new file mode 100644 index 00000000..43923ce1 --- /dev/null +++ b/icons-react/icons-js/asterisk.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAsterisk({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAsterisk; \ No newline at end of file diff --git a/icons-react/icons-js/browser-check.js b/icons-react/icons-js/browser-check.js new file mode 100644 index 00000000..079f327d --- /dev/null +++ b/icons-react/icons-js/browser-check.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrowserCheck({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrowserCheck; \ No newline at end of file diff --git a/icons-react/icons-js/browser-plus.js b/icons-react/icons-js/browser-plus.js new file mode 100644 index 00000000..8c5b723c --- /dev/null +++ b/icons-react/icons-js/browser-plus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrowserPlus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrowserPlus; \ No newline at end of file diff --git a/icons-react/icons-js/browser-x.js b/icons-react/icons-js/browser-x.js new file mode 100644 index 00000000..28526a07 --- /dev/null +++ b/icons-react/icons-js/browser-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrowserX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrowserX; \ No newline at end of file diff --git a/icons-react/icons-js/butterfly.js b/icons-react/icons-js/butterfly.js new file mode 100644 index 00000000..6316021c --- /dev/null +++ b/icons-react/icons-js/butterfly.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconButterfly({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconButterfly; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-lock-open.js b/icons-react/icons-js/cloud-lock-open.js new file mode 100644 index 00000000..28647dba --- /dev/null +++ b/icons-react/icons-js/cloud-lock-open.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCloudLockOpen({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCloudLockOpen; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-lock.js b/icons-react/icons-js/cloud-lock.js new file mode 100644 index 00000000..605e6082 --- /dev/null +++ b/icons-react/icons-js/cloud-lock.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCloudLock({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCloudLock; \ No newline at end of file diff --git a/icons-react/icons-js/cone-2.js b/icons-react/icons-js/cone-2.js new file mode 100644 index 00000000..e2448d50 --- /dev/null +++ b/icons-react/icons-js/cone-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCone2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCone2; \ No newline at end of file diff --git a/icons-react/icons-js/cone.js b/icons-react/icons-js/cone.js new file mode 100644 index 00000000..b09712f4 --- /dev/null +++ b/icons-react/icons-js/cone.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCone({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCone; \ No newline at end of file diff --git a/icons-react/icons-js/drop-circle.js b/icons-react/icons-js/drop-circle.js new file mode 100644 index 00000000..accc3a35 --- /dev/null +++ b/icons-react/icons-js/drop-circle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDropCircle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDropCircle; \ No newline at end of file diff --git a/icons-react/icons-js/elevator.js b/icons-react/icons-js/elevator.js new file mode 100644 index 00000000..27e8bb17 --- /dev/null +++ b/icons-react/icons-js/elevator.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconElevator({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconElevator; \ No newline at end of file diff --git a/icons-react/icons-js/file-dollar.js b/icons-react/icons-js/file-dollar.js new file mode 100644 index 00000000..2563acc0 --- /dev/null +++ b/icons-react/icons-js/file-dollar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileDollar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileDollar; \ No newline at end of file diff --git a/icons-react/icons-js/file-euro.js b/icons-react/icons-js/file-euro.js new file mode 100644 index 00000000..e94c77c3 --- /dev/null +++ b/icons-react/icons-js/file-euro.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileEuro({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileEuro; \ No newline at end of file diff --git a/icons-react/icons-js/ladder.js b/icons-react/icons-js/ladder.js new file mode 100644 index 00000000..d92ba011 --- /dev/null +++ b/icons-react/icons-js/ladder.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLadder({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLadder; \ No newline at end of file diff --git a/icons-react/icons-js/pentagon.js b/icons-react/icons-js/pentagon.js new file mode 100644 index 00000000..56f51610 --- /dev/null +++ b/icons-react/icons-js/pentagon.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPentagon({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPentagon; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture-top.js b/icons-react/icons-js/picture-in-picture-top.js new file mode 100644 index 00000000..95c229ad --- /dev/null +++ b/icons-react/icons-js/picture-in-picture-top.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPictureInPictureTop({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPictureInPictureTop; \ No newline at end of file diff --git a/icons-react/icons-js/rotate-dot.js b/icons-react/icons-js/rotate-dot.js new file mode 100644 index 00000000..9d4525ee --- /dev/null +++ b/icons-react/icons-js/rotate-dot.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRotateDot({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRotateDot; \ No newline at end of file -- cgit v1.2.1