From 56795ece3c93aaef7dd01640d9888b57745b4691 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 29 Nov 2021 01:44:33 +0100 Subject: Release 1.46.0 --- icons-react/icons-js/brand-notion.js | 12 ++++++++++++ icons-react/icons-js/device-watch-stats-2.js | 12 ++++++++++++ icons-react/icons-js/device-watch-stats.js | 12 ++++++++++++ icons-react/icons-js/engine.js | 12 ++++++++++++ icons-react/icons-js/git-pull-request-closed.js | 12 ++++++++++++ icons-react/icons-js/hotel-service.js | 12 ++++++++++++ icons-react/icons-js/lemon-2.js | 12 ++++++++++++ icons-react/icons-js/map-search.js | 12 ++++++++++++ icons-react/icons-js/puzzle-2.js | 12 ++++++++++++ icons-react/icons-js/report-search.js | 12 ++++++++++++ icons-react/icons-js/rotate-360.js | 12 ++++++++++++ icons-react/icons-js/tag.js | 2 +- icons-react/icons-js/tags.js | 12 ++++++++++++ icons-react/icons-js/text-resize.js | 12 ++++++++++++ icons-react/icons-js/trash-x.js | 12 ++++++++++++ icons-react/icons-js/user-search.js | 12 ++++++++++++ icons-react/icons-js/world-download.js | 12 ++++++++++++ icons-react/icons-js/world-upload.js | 12 ++++++++++++ 18 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/brand-notion.js create mode 100644 icons-react/icons-js/device-watch-stats-2.js create mode 100644 icons-react/icons-js/device-watch-stats.js create mode 100644 icons-react/icons-js/engine.js create mode 100644 icons-react/icons-js/git-pull-request-closed.js create mode 100644 icons-react/icons-js/hotel-service.js create mode 100644 icons-react/icons-js/lemon-2.js create mode 100644 icons-react/icons-js/map-search.js create mode 100644 icons-react/icons-js/puzzle-2.js create mode 100644 icons-react/icons-js/report-search.js create mode 100644 icons-react/icons-js/rotate-360.js create mode 100644 icons-react/icons-js/tags.js create mode 100644 icons-react/icons-js/text-resize.js create mode 100644 icons-react/icons-js/trash-x.js create mode 100644 icons-react/icons-js/user-search.js create mode 100644 icons-react/icons-js/world-download.js create mode 100644 icons-react/icons-js/world-upload.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/brand-notion.js b/icons-react/icons-js/brand-notion.js new file mode 100644 index 00000000..92b2e4b0 --- /dev/null +++ b/icons-react/icons-js/brand-notion.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandNotion({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandNotion; \ No newline at end of file diff --git a/icons-react/icons-js/device-watch-stats-2.js b/icons-react/icons-js/device-watch-stats-2.js new file mode 100644 index 00000000..3512b48f --- /dev/null +++ b/icons-react/icons-js/device-watch-stats-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceWatchStats2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDeviceWatchStats2; \ No newline at end of file diff --git a/icons-react/icons-js/device-watch-stats.js b/icons-react/icons-js/device-watch-stats.js new file mode 100644 index 00000000..434fbfd9 --- /dev/null +++ b/icons-react/icons-js/device-watch-stats.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceWatchStats({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDeviceWatchStats; \ No newline at end of file diff --git a/icons-react/icons-js/engine.js b/icons-react/icons-js/engine.js new file mode 100644 index 00000000..93e12ca4 --- /dev/null +++ b/icons-react/icons-js/engine.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEngine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconEngine; \ No newline at end of file diff --git a/icons-react/icons-js/git-pull-request-closed.js b/icons-react/icons-js/git-pull-request-closed.js new file mode 100644 index 00000000..22072e13 --- /dev/null +++ b/icons-react/icons-js/git-pull-request-closed.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGitPullRequestClosed({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGitPullRequestClosed; \ No newline at end of file diff --git a/icons-react/icons-js/hotel-service.js b/icons-react/icons-js/hotel-service.js new file mode 100644 index 00000000..9a19daff --- /dev/null +++ b/icons-react/icons-js/hotel-service.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHotelService({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHotelService; \ No newline at end of file diff --git a/icons-react/icons-js/lemon-2.js b/icons-react/icons-js/lemon-2.js new file mode 100644 index 00000000..f65a0c95 --- /dev/null +++ b/icons-react/icons-js/lemon-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLemon2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLemon2; \ No newline at end of file diff --git a/icons-react/icons-js/map-search.js b/icons-react/icons-js/map-search.js new file mode 100644 index 00000000..eef88041 --- /dev/null +++ b/icons-react/icons-js/map-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMapSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMapSearch; \ No newline at end of file diff --git a/icons-react/icons-js/puzzle-2.js b/icons-react/icons-js/puzzle-2.js new file mode 100644 index 00000000..ad419fdd --- /dev/null +++ b/icons-react/icons-js/puzzle-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPuzzle2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPuzzle2; \ No newline at end of file diff --git a/icons-react/icons-js/report-search.js b/icons-react/icons-js/report-search.js new file mode 100644 index 00000000..1d3c032b --- /dev/null +++ b/icons-react/icons-js/report-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReportSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReportSearch; \ No newline at end of file diff --git a/icons-react/icons-js/rotate-360.js b/icons-react/icons-js/rotate-360.js new file mode 100644 index 00000000..6bfffb12 --- /dev/null +++ b/icons-react/icons-js/rotate-360.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRotate360({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRotate360; \ No newline at end of file diff --git a/icons-react/icons-js/tag.js b/icons-react/icons-js/tag.js index 6a42a7ca..098d5d24 100644 --- a/icons-react/icons-js/tag.js +++ b/icons-react/icons-js/tag.js @@ -6,7 +6,7 @@ function IconTag({ stroke = 2, ...props }) { - return ; + return ; } export default IconTag; \ No newline at end of file diff --git a/icons-react/icons-js/tags.js b/icons-react/icons-js/tags.js new file mode 100644 index 00000000..0b76bf57 --- /dev/null +++ b/icons-react/icons-js/tags.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTags({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTags; \ No newline at end of file diff --git a/icons-react/icons-js/text-resize.js b/icons-react/icons-js/text-resize.js new file mode 100644 index 00000000..6dc4db70 --- /dev/null +++ b/icons-react/icons-js/text-resize.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextResize({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextResize; \ No newline at end of file diff --git a/icons-react/icons-js/trash-x.js b/icons-react/icons-js/trash-x.js new file mode 100644 index 00000000..fe0260ac --- /dev/null +++ b/icons-react/icons-js/trash-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrashX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTrashX; \ No newline at end of file diff --git a/icons-react/icons-js/user-search.js b/icons-react/icons-js/user-search.js new file mode 100644 index 00000000..21b56680 --- /dev/null +++ b/icons-react/icons-js/user-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconUserSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconUserSearch; \ No newline at end of file diff --git a/icons-react/icons-js/world-download.js b/icons-react/icons-js/world-download.js new file mode 100644 index 00000000..b4330afa --- /dev/null +++ b/icons-react/icons-js/world-download.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWorldDownload({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWorldDownload; \ No newline at end of file diff --git a/icons-react/icons-js/world-upload.js b/icons-react/icons-js/world-upload.js new file mode 100644 index 00000000..b373271f --- /dev/null +++ b/icons-react/icons-js/world-upload.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWorldUpload({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWorldUpload; \ No newline at end of file -- cgit v1.2.1