From 965eb7bf8cd85f827bd69d6ceae240a56808143b Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 27 Jun 2022 00:53:16 +0200 Subject: Release 1.72.0 --- icons-react/icons-js/brand-comedy-central.js | 12 ++++++++++++ icons-react/icons-js/brand-finder.js | 12 ++++++++++++ icons-react/icons-js/brand-monday.js | 12 ++++++++++++ icons-react/icons-js/brand-xing.js | 12 ++++++++++++ icons-react/icons-js/cactus.js | 12 ++++++++++++ icons-react/icons-js/carrot.js | 12 ++++++++++++ icons-react/icons-js/chef-hat.js | 12 ++++++++++++ icons-react/icons-js/clover-2.js | 12 ++++++++++++ icons-react/icons-js/creative-commons-by.js | 12 ++++++++++++ icons-react/icons-js/creative-commons-nc.js | 12 ++++++++++++ icons-react/icons-js/creative-commons-nd.js | 12 ++++++++++++ icons-react/icons-js/creative-commons-sa.js | 12 ++++++++++++ icons-react/icons-js/creative-commons-zero.js | 12 ++++++++++++ icons-react/icons-js/device-mobile-charging.js | 12 ++++++++++++ icons-react/icons-js/function.js | 12 ++++++++++++ icons-react/icons-js/loader-2.js | 12 ++++++++++++ icons-react/icons-js/spy.js | 12 ++++++++++++ icons-react/icons-js/zzz.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/brand-comedy-central.js create mode 100644 icons-react/icons-js/brand-finder.js create mode 100644 icons-react/icons-js/brand-monday.js create mode 100644 icons-react/icons-js/brand-xing.js create mode 100644 icons-react/icons-js/cactus.js create mode 100644 icons-react/icons-js/carrot.js create mode 100644 icons-react/icons-js/chef-hat.js create mode 100644 icons-react/icons-js/clover-2.js create mode 100644 icons-react/icons-js/creative-commons-by.js create mode 100644 icons-react/icons-js/creative-commons-nc.js create mode 100644 icons-react/icons-js/creative-commons-nd.js create mode 100644 icons-react/icons-js/creative-commons-sa.js create mode 100644 icons-react/icons-js/creative-commons-zero.js create mode 100644 icons-react/icons-js/device-mobile-charging.js create mode 100644 icons-react/icons-js/function.js create mode 100644 icons-react/icons-js/loader-2.js create mode 100644 icons-react/icons-js/spy.js create mode 100644 icons-react/icons-js/zzz.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/brand-comedy-central.js b/icons-react/icons-js/brand-comedy-central.js new file mode 100644 index 00000000..34ec44f0 --- /dev/null +++ b/icons-react/icons-js/brand-comedy-central.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandComedyCentral({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandComedyCentral; \ No newline at end of file diff --git a/icons-react/icons-js/brand-finder.js b/icons-react/icons-js/brand-finder.js new file mode 100644 index 00000000..11f163f9 --- /dev/null +++ b/icons-react/icons-js/brand-finder.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandFinder({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandFinder; \ No newline at end of file diff --git a/icons-react/icons-js/brand-monday.js b/icons-react/icons-js/brand-monday.js new file mode 100644 index 00000000..5f1286bc --- /dev/null +++ b/icons-react/icons-js/brand-monday.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandMonday({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandMonday; \ No newline at end of file diff --git a/icons-react/icons-js/brand-xing.js b/icons-react/icons-js/brand-xing.js new file mode 100644 index 00000000..b93fd5f5 --- /dev/null +++ b/icons-react/icons-js/brand-xing.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandXing({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandXing; \ No newline at end of file diff --git a/icons-react/icons-js/cactus.js b/icons-react/icons-js/cactus.js new file mode 100644 index 00000000..d21d884b --- /dev/null +++ b/icons-react/icons-js/cactus.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCactus({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCactus; \ No newline at end of file diff --git a/icons-react/icons-js/carrot.js b/icons-react/icons-js/carrot.js new file mode 100644 index 00000000..9f8aa945 --- /dev/null +++ b/icons-react/icons-js/carrot.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCarrot({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCarrot; \ No newline at end of file diff --git a/icons-react/icons-js/chef-hat.js b/icons-react/icons-js/chef-hat.js new file mode 100644 index 00000000..0b3d55b4 --- /dev/null +++ b/icons-react/icons-js/chef-hat.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconChefHat({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconChefHat; \ No newline at end of file diff --git a/icons-react/icons-js/clover-2.js b/icons-react/icons-js/clover-2.js new file mode 100644 index 00000000..b6d6d068 --- /dev/null +++ b/icons-react/icons-js/clover-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClover2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClover2; \ No newline at end of file diff --git a/icons-react/icons-js/creative-commons-by.js b/icons-react/icons-js/creative-commons-by.js new file mode 100644 index 00000000..8e7967d1 --- /dev/null +++ b/icons-react/icons-js/creative-commons-by.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCreativeCommonsBy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCreativeCommonsBy; \ No newline at end of file diff --git a/icons-react/icons-js/creative-commons-nc.js b/icons-react/icons-js/creative-commons-nc.js new file mode 100644 index 00000000..dc915f3e --- /dev/null +++ b/icons-react/icons-js/creative-commons-nc.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCreativeCommonsNc({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCreativeCommonsNc; \ No newline at end of file diff --git a/icons-react/icons-js/creative-commons-nd.js b/icons-react/icons-js/creative-commons-nd.js new file mode 100644 index 00000000..3dcc130c --- /dev/null +++ b/icons-react/icons-js/creative-commons-nd.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCreativeCommonsNd({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCreativeCommonsNd; \ No newline at end of file diff --git a/icons-react/icons-js/creative-commons-sa.js b/icons-react/icons-js/creative-commons-sa.js new file mode 100644 index 00000000..8467601e --- /dev/null +++ b/icons-react/icons-js/creative-commons-sa.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCreativeCommonsSa({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCreativeCommonsSa; \ No newline at end of file diff --git a/icons-react/icons-js/creative-commons-zero.js b/icons-react/icons-js/creative-commons-zero.js new file mode 100644 index 00000000..f7cf1de6 --- /dev/null +++ b/icons-react/icons-js/creative-commons-zero.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCreativeCommonsZero({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCreativeCommonsZero; \ No newline at end of file diff --git a/icons-react/icons-js/device-mobile-charging.js b/icons-react/icons-js/device-mobile-charging.js new file mode 100644 index 00000000..170846c6 --- /dev/null +++ b/icons-react/icons-js/device-mobile-charging.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceMobileCharging({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDeviceMobileCharging; \ No newline at end of file diff --git a/icons-react/icons-js/function.js b/icons-react/icons-js/function.js new file mode 100644 index 00000000..c4505298 --- /dev/null +++ b/icons-react/icons-js/function.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFunction({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFunction; \ No newline at end of file diff --git a/icons-react/icons-js/loader-2.js b/icons-react/icons-js/loader-2.js new file mode 100644 index 00000000..462e4069 --- /dev/null +++ b/icons-react/icons-js/loader-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLoader2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLoader2; \ No newline at end of file diff --git a/icons-react/icons-js/spy.js b/icons-react/icons-js/spy.js new file mode 100644 index 00000000..5924e132 --- /dev/null +++ b/icons-react/icons-js/spy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSpy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSpy; \ No newline at end of file diff --git a/icons-react/icons-js/zzz.js b/icons-react/icons-js/zzz.js new file mode 100644 index 00000000..0079cfc5 --- /dev/null +++ b/icons-react/icons-js/zzz.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconZzz({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconZzz; \ No newline at end of file -- cgit v1.2.1