From 17c42854d98062a90b3454ffd54aa7c888cd6210 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 1 Oct 2020 14:19:26 +0200 Subject: Release 1.31.0 --- icons-react/icons-js/divide.js | 5 +++++ icons-react/icons-js/file-search.js | 5 +++++ icons-react/icons-js/map-pins.js | 5 +++++ icons-react/icons-js/pin.js | 2 +- icons-react/icons-js/pinned-off.js | 5 +++++ icons-react/icons-js/pinned.js | 5 +++++ icons-react/icons-js/speakerphone.js | 5 +++++ icons-react/icons-js/star-off.js | 5 +++++ icons-react/icons-js/sun-off.js | 5 +++++ icons-react/icons-js/tools-kitchen.js | 5 +++++ icons-react/icons-js/trash-off.js | 5 +++++ icons-react/icons-js/virus-off.js | 5 +++++ icons-react/icons-js/virus-search.js | 5 +++++ 13 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/divide.js create mode 100644 icons-react/icons-js/file-search.js create mode 100644 icons-react/icons-js/map-pins.js create mode 100644 icons-react/icons-js/pinned-off.js create mode 100644 icons-react/icons-js/pinned.js create mode 100644 icons-react/icons-js/speakerphone.js create mode 100644 icons-react/icons-js/star-off.js create mode 100644 icons-react/icons-js/sun-off.js create mode 100644 icons-react/icons-js/tools-kitchen.js create mode 100644 icons-react/icons-js/trash-off.js create mode 100644 icons-react/icons-js/virus-off.js create mode 100644 icons-react/icons-js/virus-search.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/divide.js b/icons-react/icons-js/divide.js new file mode 100644 index 00000000..f5302cd2 --- /dev/null +++ b/icons-react/icons-js/divide.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconDivide = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconDivide; \ No newline at end of file diff --git a/icons-react/icons-js/file-search.js b/icons-react/icons-js/file-search.js new file mode 100644 index 00000000..944da541 --- /dev/null +++ b/icons-react/icons-js/file-search.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileSearch = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileSearch; \ No newline at end of file diff --git a/icons-react/icons-js/map-pins.js b/icons-react/icons-js/map-pins.js new file mode 100644 index 00000000..b98875ef --- /dev/null +++ b/icons-react/icons-js/map-pins.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMapPins = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMapPins; \ No newline at end of file diff --git a/icons-react/icons-js/pin.js b/icons-react/icons-js/pin.js index 3924a8b0..0d1cabf5 100644 --- a/icons-react/icons-js/pin.js +++ b/icons-react/icons-js/pin.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconPin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconPin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconPin; \ No newline at end of file diff --git a/icons-react/icons-js/pinned-off.js b/icons-react/icons-js/pinned-off.js new file mode 100644 index 00000000..266d76e3 --- /dev/null +++ b/icons-react/icons-js/pinned-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPinnedOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPinnedOff; \ No newline at end of file diff --git a/icons-react/icons-js/pinned.js b/icons-react/icons-js/pinned.js new file mode 100644 index 00000000..4e164f39 --- /dev/null +++ b/icons-react/icons-js/pinned.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPinned = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPinned; \ No newline at end of file diff --git a/icons-react/icons-js/speakerphone.js b/icons-react/icons-js/speakerphone.js new file mode 100644 index 00000000..ecdc596f --- /dev/null +++ b/icons-react/icons-js/speakerphone.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSpeakerphone = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSpeakerphone; \ No newline at end of file diff --git a/icons-react/icons-js/star-off.js b/icons-react/icons-js/star-off.js new file mode 100644 index 00000000..629bed8b --- /dev/null +++ b/icons-react/icons-js/star-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconStarOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconStarOff; \ No newline at end of file diff --git a/icons-react/icons-js/sun-off.js b/icons-react/icons-js/sun-off.js new file mode 100644 index 00000000..6e6a24cb --- /dev/null +++ b/icons-react/icons-js/sun-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSunOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSunOff; \ No newline at end of file diff --git a/icons-react/icons-js/tools-kitchen.js b/icons-react/icons-js/tools-kitchen.js new file mode 100644 index 00000000..b0444e1b --- /dev/null +++ b/icons-react/icons-js/tools-kitchen.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconToolsKitchen = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconToolsKitchen; \ No newline at end of file diff --git a/icons-react/icons-js/trash-off.js b/icons-react/icons-js/trash-off.js new file mode 100644 index 00000000..dd52be86 --- /dev/null +++ b/icons-react/icons-js/trash-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconTrashOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconTrashOff; \ No newline at end of file diff --git a/icons-react/icons-js/virus-off.js b/icons-react/icons-js/virus-off.js new file mode 100644 index 00000000..cf63f670 --- /dev/null +++ b/icons-react/icons-js/virus-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVirusOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVirusOff; \ No newline at end of file diff --git a/icons-react/icons-js/virus-search.js b/icons-react/icons-js/virus-search.js new file mode 100644 index 00000000..6b549581 --- /dev/null +++ b/icons-react/icons-js/virus-search.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVirusSearch = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVirusSearch; \ No newline at end of file -- cgit v1.2.1