From 5053beccea86852a4ffeec2392fbed6756e4f817 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 29 Sep 2020 01:06:47 +0200 Subject: Release 1.29.0 --- icons-react/icons-js/file-certificate.js | 5 +++++ icons-react/icons-js/file-zip.js | 5 +++++ icons-react/icons-js/flame.js | 2 +- icons-react/icons-js/leaf.js | 5 +++++ icons-react/icons-js/plant.js | 5 +++++ icons-react/icons-js/seeding.js | 5 +++++ icons-react/icons-js/versions.js | 5 +++++ 7 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/file-certificate.js create mode 100644 icons-react/icons-js/file-zip.js create mode 100644 icons-react/icons-js/leaf.js create mode 100644 icons-react/icons-js/plant.js create mode 100644 icons-react/icons-js/seeding.js create mode 100644 icons-react/icons-js/versions.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/file-certificate.js b/icons-react/icons-js/file-certificate.js new file mode 100644 index 0000000..a7f1065 --- /dev/null +++ b/icons-react/icons-js/file-certificate.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileCertificate; \ No newline at end of file diff --git a/icons-react/icons-js/file-zip.js b/icons-react/icons-js/file-zip.js new file mode 100644 index 0000000..5046938 --- /dev/null +++ b/icons-react/icons-js/file-zip.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileZip = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileZip; \ No newline at end of file diff --git a/icons-react/icons-js/flame.js b/icons-react/icons-js/flame.js index 2fdd52b..3134df9 100644 --- a/icons-react/icons-js/flame.js +++ b/icons-react/icons-js/flame.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconFlame = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconFlame = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconFlame; \ No newline at end of file diff --git a/icons-react/icons-js/leaf.js b/icons-react/icons-js/leaf.js new file mode 100644 index 0000000..833e01a --- /dev/null +++ b/icons-react/icons-js/leaf.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconLeaf = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconLeaf; \ No newline at end of file diff --git a/icons-react/icons-js/plant.js b/icons-react/icons-js/plant.js new file mode 100644 index 0000000..9f485fe --- /dev/null +++ b/icons-react/icons-js/plant.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlant = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlant; \ No newline at end of file diff --git a/icons-react/icons-js/seeding.js b/icons-react/icons-js/seeding.js new file mode 100644 index 0000000..0d8a782 --- /dev/null +++ b/icons-react/icons-js/seeding.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSeeding = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSeeding; \ No newline at end of file diff --git a/icons-react/icons-js/versions.js b/icons-react/icons-js/versions.js new file mode 100644 index 0000000..643d499 --- /dev/null +++ b/icons-react/icons-js/versions.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVersions = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVersions; \ No newline at end of file -- cgit v1.2.1