From fb0a9239b7f75c141edf0502255115f9e7efe1d9 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 27 Apr 2021 00:14:39 +0200 Subject: Release 1.41.0 --- icons-react/icons-js/ad-2.js | 12 ++++++++++++ icons-react/icons-js/angle.js | 12 ++++++++++++ icons-react/icons-js/apple.js | 12 ++++++++++++ icons-react/icons-js/border-style-2.js | 12 ++++++++++++ icons-react/icons-js/box-model-2.js | 12 ++++++++++++ icons-react/icons-js/brand-vercel.js | 12 ++++++++++++ icons-react/icons-js/car-crane.js | 12 ++++++++++++ icons-react/icons-js/cheese.js | 12 ++++++++++++ icons-react/icons-js/crane.js | 12 ++++++++++++ icons-react/icons-js/cup.js | 12 ++++++++++++ icons-react/icons-js/dog-bowl.js | 12 ++++++++++++ icons-react/icons-js/fence.js | 12 ++++++++++++ icons-react/icons-js/fish.js | 12 ++++++++++++ icons-react/icons-js/microphone-2.js | 12 ++++++++++++ icons-react/icons-js/radio.js | 12 ++++++++++++ icons-react/icons-js/soup.js | 12 ++++++++++++ icons-react/icons-js/transfer-in.js | 12 ++++++++++++ icons-react/icons-js/transfer-out.js | 12 ++++++++++++ 18 files changed, 216 insertions(+) create mode 100644 icons-react/icons-js/ad-2.js create mode 100644 icons-react/icons-js/angle.js create mode 100644 icons-react/icons-js/apple.js create mode 100644 icons-react/icons-js/border-style-2.js create mode 100644 icons-react/icons-js/box-model-2.js create mode 100644 icons-react/icons-js/brand-vercel.js create mode 100644 icons-react/icons-js/car-crane.js create mode 100644 icons-react/icons-js/cheese.js create mode 100644 icons-react/icons-js/crane.js create mode 100644 icons-react/icons-js/cup.js create mode 100644 icons-react/icons-js/dog-bowl.js create mode 100644 icons-react/icons-js/fence.js create mode 100644 icons-react/icons-js/fish.js create mode 100644 icons-react/icons-js/microphone-2.js create mode 100644 icons-react/icons-js/radio.js create mode 100644 icons-react/icons-js/soup.js create mode 100644 icons-react/icons-js/transfer-in.js create mode 100644 icons-react/icons-js/transfer-out.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/ad-2.js b/icons-react/icons-js/ad-2.js new file mode 100644 index 00000000..a95a6d2f --- /dev/null +++ b/icons-react/icons-js/ad-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAd2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAd2; \ No newline at end of file diff --git a/icons-react/icons-js/angle.js b/icons-react/icons-js/angle.js new file mode 100644 index 00000000..e6e087ad --- /dev/null +++ b/icons-react/icons-js/angle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAngle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAngle; \ No newline at end of file diff --git a/icons-react/icons-js/apple.js b/icons-react/icons-js/apple.js new file mode 100644 index 00000000..16901826 --- /dev/null +++ b/icons-react/icons-js/apple.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconApple({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconApple; \ No newline at end of file diff --git a/icons-react/icons-js/border-style-2.js b/icons-react/icons-js/border-style-2.js new file mode 100644 index 00000000..76dac177 --- /dev/null +++ b/icons-react/icons-js/border-style-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBorderStyle2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBorderStyle2; \ No newline at end of file diff --git a/icons-react/icons-js/box-model-2.js b/icons-react/icons-js/box-model-2.js new file mode 100644 index 00000000..1ecd54c7 --- /dev/null +++ b/icons-react/icons-js/box-model-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxModel2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBoxModel2; \ No newline at end of file diff --git a/icons-react/icons-js/brand-vercel.js b/icons-react/icons-js/brand-vercel.js new file mode 100644 index 00000000..74b96f83 --- /dev/null +++ b/icons-react/icons-js/brand-vercel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandVercel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandVercel; \ No newline at end of file diff --git a/icons-react/icons-js/car-crane.js b/icons-react/icons-js/car-crane.js new file mode 100644 index 00000000..71db0035 --- /dev/null +++ b/icons-react/icons-js/car-crane.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCarCrane({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCarCrane; \ No newline at end of file diff --git a/icons-react/icons-js/cheese.js b/icons-react/icons-js/cheese.js new file mode 100644 index 00000000..94cc54d8 --- /dev/null +++ b/icons-react/icons-js/cheese.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCheese({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCheese; \ No newline at end of file diff --git a/icons-react/icons-js/crane.js b/icons-react/icons-js/crane.js new file mode 100644 index 00000000..eccdd543 --- /dev/null +++ b/icons-react/icons-js/crane.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCrane({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCrane; \ No newline at end of file diff --git a/icons-react/icons-js/cup.js b/icons-react/icons-js/cup.js new file mode 100644 index 00000000..d420b66a --- /dev/null +++ b/icons-react/icons-js/cup.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCup({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCup; \ No newline at end of file diff --git a/icons-react/icons-js/dog-bowl.js b/icons-react/icons-js/dog-bowl.js new file mode 100644 index 00000000..aab95c2f --- /dev/null +++ b/icons-react/icons-js/dog-bowl.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDogBowl({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDogBowl; \ No newline at end of file diff --git a/icons-react/icons-js/fence.js b/icons-react/icons-js/fence.js new file mode 100644 index 00000000..9b1bb9bf --- /dev/null +++ b/icons-react/icons-js/fence.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFence({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFence; \ No newline at end of file diff --git a/icons-react/icons-js/fish.js b/icons-react/icons-js/fish.js new file mode 100644 index 00000000..c85476ab --- /dev/null +++ b/icons-react/icons-js/fish.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFish({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFish; \ No newline at end of file diff --git a/icons-react/icons-js/microphone-2.js b/icons-react/icons-js/microphone-2.js new file mode 100644 index 00000000..e31597fe --- /dev/null +++ b/icons-react/icons-js/microphone-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMicrophone2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMicrophone2; \ No newline at end of file diff --git a/icons-react/icons-js/radio.js b/icons-react/icons-js/radio.js new file mode 100644 index 00000000..a03c6caf --- /dev/null +++ b/icons-react/icons-js/radio.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRadio({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRadio; \ No newline at end of file diff --git a/icons-react/icons-js/soup.js b/icons-react/icons-js/soup.js new file mode 100644 index 00000000..b443abbe --- /dev/null +++ b/icons-react/icons-js/soup.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSoup({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSoup; \ No newline at end of file diff --git a/icons-react/icons-js/transfer-in.js b/icons-react/icons-js/transfer-in.js new file mode 100644 index 00000000..b96f1d91 --- /dev/null +++ b/icons-react/icons-js/transfer-in.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTransferIn({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTransferIn; \ No newline at end of file diff --git a/icons-react/icons-js/transfer-out.js b/icons-react/icons-js/transfer-out.js new file mode 100644 index 00000000..ebd7feb8 --- /dev/null +++ b/icons-react/icons-js/transfer-out.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTransferOut({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTransferOut; \ No newline at end of file -- cgit v1.2.1