From 7173695acc0d75b498ede15cdc935d567a240f21 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 29 Sep 2020 11:44:57 +0200 Subject: Release 1.30.0 --- icons-react/icons-js/file-certificate.js | 2 +- icons-react/icons-js/file-dislike.js | 2 +- icons-react/icons-js/file-like.js | 2 +- icons-react/icons-js/file-symlink.js | 5 +++++ icons-react/icons-js/fold-down.js | 5 +++++ icons-react/icons-js/fold-up.js | 5 +++++ icons-react/icons-js/fold.js | 5 +++++ icons-react/icons-js/refresh-alert.js | 5 +++++ icons-react/icons-js/refresh.js | 2 +- icons-react/icons-js/shield-lock.js | 5 +++++ icons-react/icons-js/square-dot.js | 5 +++++ icons-react/icons-js/square-forbid-2.js | 5 +++++ icons-react/icons-js/square-forbid.js | 5 +++++ 13 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 icons-react/icons-js/file-symlink.js create mode 100644 icons-react/icons-js/fold-down.js create mode 100644 icons-react/icons-js/fold-up.js create mode 100644 icons-react/icons-js/fold.js create mode 100644 icons-react/icons-js/refresh-alert.js create mode 100644 icons-react/icons-js/shield-lock.js create mode 100644 icons-react/icons-js/square-dot.js create mode 100644 icons-react/icons-js/square-forbid-2.js create mode 100644 icons-react/icons-js/square-forbid.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 index a7f1065..1be30b1 100644 --- a/icons-react/icons-js/file-certificate.js +++ b/icons-react/icons-js/file-certificate.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconFileCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +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-dislike.js b/icons-react/icons-js/file-dislike.js index 0b70e42..3713717 100644 --- a/icons-react/icons-js/file-dislike.js +++ b/icons-react/icons-js/file-dislike.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconFileDislike = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconFileDislike = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconFileDislike; \ No newline at end of file diff --git a/icons-react/icons-js/file-like.js b/icons-react/icons-js/file-like.js index 8dfc821..a48ac55 100644 --- a/icons-react/icons-js/file-like.js +++ b/icons-react/icons-js/file-like.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconFileLike = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconFileLike = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconFileLike; \ No newline at end of file diff --git a/icons-react/icons-js/file-symlink.js b/icons-react/icons-js/file-symlink.js new file mode 100644 index 0000000..b2ea13c --- /dev/null +++ b/icons-react/icons-js/file-symlink.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileSymlink = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileSymlink; \ No newline at end of file diff --git a/icons-react/icons-js/fold-down.js b/icons-react/icons-js/fold-down.js new file mode 100644 index 0000000..8e1be60 --- /dev/null +++ b/icons-react/icons-js/fold-down.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFoldDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFoldDown; \ No newline at end of file diff --git a/icons-react/icons-js/fold-up.js b/icons-react/icons-js/fold-up.js new file mode 100644 index 0000000..7fd4e32 --- /dev/null +++ b/icons-react/icons-js/fold-up.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFoldUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFoldUp; \ No newline at end of file diff --git a/icons-react/icons-js/fold.js b/icons-react/icons-js/fold.js new file mode 100644 index 0000000..dcfcb5e --- /dev/null +++ b/icons-react/icons-js/fold.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFold = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFold; \ No newline at end of file diff --git a/icons-react/icons-js/refresh-alert.js b/icons-react/icons-js/refresh-alert.js new file mode 100644 index 0000000..6ee18ec --- /dev/null +++ b/icons-react/icons-js/refresh-alert.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRefreshAlert = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRefreshAlert; \ No newline at end of file diff --git a/icons-react/icons-js/refresh.js b/icons-react/icons-js/refresh.js index e656f48..478b75c 100644 --- a/icons-react/icons-js/refresh.js +++ b/icons-react/icons-js/refresh.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconRefresh = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconRefresh = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconRefresh; \ No newline at end of file diff --git a/icons-react/icons-js/shield-lock.js b/icons-react/icons-js/shield-lock.js new file mode 100644 index 0000000..503a223 --- /dev/null +++ b/icons-react/icons-js/shield-lock.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconShieldLock = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconShieldLock; \ No newline at end of file diff --git a/icons-react/icons-js/square-dot.js b/icons-react/icons-js/square-dot.js new file mode 100644 index 0000000..48bd655 --- /dev/null +++ b/icons-react/icons-js/square-dot.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSquareDot = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSquareDot; \ No newline at end of file diff --git a/icons-react/icons-js/square-forbid-2.js b/icons-react/icons-js/square-forbid-2.js new file mode 100644 index 0000000..e9f8b77 --- /dev/null +++ b/icons-react/icons-js/square-forbid-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSquareForbid2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSquareForbid2; \ No newline at end of file diff --git a/icons-react/icons-js/square-forbid.js b/icons-react/icons-js/square-forbid.js new file mode 100644 index 0000000..6a9f117 --- /dev/null +++ b/icons-react/icons-js/square-forbid.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSquareForbid = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSquareForbid; \ No newline at end of file -- cgit v1.2.1