From 8df08c3407dc8ea1622de6c140017675d343702e Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 18 Apr 2021 16:53:56 +0200 Subject: Release 1.40.0 --- icons-react/icons-js/affiliate.js | 2 +- icons-react/icons-js/bottle.js | 12 ++++++++++++ icons-react/icons-js/brand-javascript.js | 12 ++++++++++++ icons-react/icons-js/candy.js | 12 ++++++++++++ icons-react/icons-js/coffee.js | 12 ++++++++++++ icons-react/icons-js/cookie.js | 12 ++++++++++++ icons-react/icons-js/lemon.js | 12 ++++++++++++ icons-react/icons-js/list-numbers.js | 12 ++++++++++++ icons-react/icons-js/meat.js | 12 ++++++++++++ icons-react/icons-js/milk.js | 12 ++++++++++++ icons-react/icons-js/mushroom.js | 12 ++++++++++++ icons-react/icons-js/pepper.js | 12 ++++++++++++ icons-react/icons-js/pizza.js | 2 +- icons-react/icons-js/salt.js | 12 ++++++++++++ icons-react/icons-js/sausage.js | 12 ++++++++++++ icons-react/icons-js/sort-ascending-letters.js | 12 ++++++++++++ icons-react/icons-js/sort-ascending-numbers.js | 12 ++++++++++++ icons-react/icons-js/sort-descending-letters.js | 12 ++++++++++++ icons-react/icons-js/sort-descending-numbers.js | 12 ++++++++++++ icons-react/icons-js/sunrise.js | 12 ++++++++++++ icons-react/icons-js/sunset.js | 2 +- icons-react/icons-js/vector-bezier.js | 12 ++++++++++++ icons-react/icons-js/vocabulary.js | 12 ++++++++++++ 23 files changed, 243 insertions(+), 3 deletions(-) create mode 100644 icons-react/icons-js/bottle.js create mode 100644 icons-react/icons-js/brand-javascript.js create mode 100644 icons-react/icons-js/candy.js create mode 100644 icons-react/icons-js/coffee.js create mode 100644 icons-react/icons-js/cookie.js create mode 100644 icons-react/icons-js/lemon.js create mode 100644 icons-react/icons-js/list-numbers.js create mode 100644 icons-react/icons-js/meat.js create mode 100644 icons-react/icons-js/milk.js create mode 100644 icons-react/icons-js/mushroom.js create mode 100644 icons-react/icons-js/pepper.js create mode 100644 icons-react/icons-js/salt.js create mode 100644 icons-react/icons-js/sausage.js create mode 100644 icons-react/icons-js/sort-ascending-letters.js create mode 100644 icons-react/icons-js/sort-ascending-numbers.js create mode 100644 icons-react/icons-js/sort-descending-letters.js create mode 100644 icons-react/icons-js/sort-descending-numbers.js create mode 100644 icons-react/icons-js/sunrise.js create mode 100644 icons-react/icons-js/vector-bezier.js create mode 100644 icons-react/icons-js/vocabulary.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/affiliate.js b/icons-react/icons-js/affiliate.js index 725b4400..f51f9659 100644 --- a/icons-react/icons-js/affiliate.js +++ b/icons-react/icons-js/affiliate.js @@ -6,7 +6,7 @@ function IconAffiliate({ stroke = 2, ...props }) { - return ; + return ; } export default IconAffiliate; \ No newline at end of file diff --git a/icons-react/icons-js/bottle.js b/icons-react/icons-js/bottle.js new file mode 100644 index 00000000..9aed347c --- /dev/null +++ b/icons-react/icons-js/bottle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBottle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBottle; \ No newline at end of file diff --git a/icons-react/icons-js/brand-javascript.js b/icons-react/icons-js/brand-javascript.js new file mode 100644 index 00000000..6858ee77 --- /dev/null +++ b/icons-react/icons-js/brand-javascript.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandJavascript({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandJavascript; \ No newline at end of file diff --git a/icons-react/icons-js/candy.js b/icons-react/icons-js/candy.js new file mode 100644 index 00000000..828821f3 --- /dev/null +++ b/icons-react/icons-js/candy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCandy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCandy; \ No newline at end of file diff --git a/icons-react/icons-js/coffee.js b/icons-react/icons-js/coffee.js new file mode 100644 index 00000000..c19701ab --- /dev/null +++ b/icons-react/icons-js/coffee.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCoffee({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCoffee; \ No newline at end of file diff --git a/icons-react/icons-js/cookie.js b/icons-react/icons-js/cookie.js new file mode 100644 index 00000000..56241ab6 --- /dev/null +++ b/icons-react/icons-js/cookie.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCookie({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCookie; \ No newline at end of file diff --git a/icons-react/icons-js/lemon.js b/icons-react/icons-js/lemon.js new file mode 100644 index 00000000..da7aaa0c --- /dev/null +++ b/icons-react/icons-js/lemon.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLemon({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLemon; \ No newline at end of file diff --git a/icons-react/icons-js/list-numbers.js b/icons-react/icons-js/list-numbers.js new file mode 100644 index 00000000..1720d8f7 --- /dev/null +++ b/icons-react/icons-js/list-numbers.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconListNumbers({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconListNumbers; \ No newline at end of file diff --git a/icons-react/icons-js/meat.js b/icons-react/icons-js/meat.js new file mode 100644 index 00000000..599fcc92 --- /dev/null +++ b/icons-react/icons-js/meat.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMeat({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMeat; \ No newline at end of file diff --git a/icons-react/icons-js/milk.js b/icons-react/icons-js/milk.js new file mode 100644 index 00000000..8e38ba00 --- /dev/null +++ b/icons-react/icons-js/milk.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMilk({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMilk; \ No newline at end of file diff --git a/icons-react/icons-js/mushroom.js b/icons-react/icons-js/mushroom.js new file mode 100644 index 00000000..e5549393 --- /dev/null +++ b/icons-react/icons-js/mushroom.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMushroom({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMushroom; \ No newline at end of file diff --git a/icons-react/icons-js/pepper.js b/icons-react/icons-js/pepper.js new file mode 100644 index 00000000..17e188c9 --- /dev/null +++ b/icons-react/icons-js/pepper.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPepper({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPepper; \ No newline at end of file diff --git a/icons-react/icons-js/pizza.js b/icons-react/icons-js/pizza.js index 755a5d73..2a23bc87 100644 --- a/icons-react/icons-js/pizza.js +++ b/icons-react/icons-js/pizza.js @@ -6,7 +6,7 @@ function IconPizza({ stroke = 2, ...props }) { - return ; + return ; } export default IconPizza; \ No newline at end of file diff --git a/icons-react/icons-js/salt.js b/icons-react/icons-js/salt.js new file mode 100644 index 00000000..651fc21e --- /dev/null +++ b/icons-react/icons-js/salt.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSalt({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSalt; \ No newline at end of file diff --git a/icons-react/icons-js/sausage.js b/icons-react/icons-js/sausage.js new file mode 100644 index 00000000..1e462f7a --- /dev/null +++ b/icons-react/icons-js/sausage.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSausage({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSausage; \ No newline at end of file diff --git a/icons-react/icons-js/sort-ascending-letters.js b/icons-react/icons-js/sort-ascending-letters.js new file mode 100644 index 00000000..b5d5cfe6 --- /dev/null +++ b/icons-react/icons-js/sort-ascending-letters.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSortAscendingLetters({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSortAscendingLetters; \ No newline at end of file diff --git a/icons-react/icons-js/sort-ascending-numbers.js b/icons-react/icons-js/sort-ascending-numbers.js new file mode 100644 index 00000000..88793b7a --- /dev/null +++ b/icons-react/icons-js/sort-ascending-numbers.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSortAscendingNumbers({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSortAscendingNumbers; \ No newline at end of file diff --git a/icons-react/icons-js/sort-descending-letters.js b/icons-react/icons-js/sort-descending-letters.js new file mode 100644 index 00000000..8e6cee3c --- /dev/null +++ b/icons-react/icons-js/sort-descending-letters.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSortDescendingLetters({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSortDescendingLetters; \ No newline at end of file diff --git a/icons-react/icons-js/sort-descending-numbers.js b/icons-react/icons-js/sort-descending-numbers.js new file mode 100644 index 00000000..d7248df0 --- /dev/null +++ b/icons-react/icons-js/sort-descending-numbers.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSortDescendingNumbers({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSortDescendingNumbers; \ No newline at end of file diff --git a/icons-react/icons-js/sunrise.js b/icons-react/icons-js/sunrise.js new file mode 100644 index 00000000..981a9e7b --- /dev/null +++ b/icons-react/icons-js/sunrise.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSunrise({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSunrise; \ No newline at end of file diff --git a/icons-react/icons-js/sunset.js b/icons-react/icons-js/sunset.js index 0c9cf19a..0e23d602 100644 --- a/icons-react/icons-js/sunset.js +++ b/icons-react/icons-js/sunset.js @@ -6,7 +6,7 @@ function IconSunset({ stroke = 2, ...props }) { - return ; + return ; } export default IconSunset; \ No newline at end of file diff --git a/icons-react/icons-js/vector-bezier.js b/icons-react/icons-js/vector-bezier.js new file mode 100644 index 00000000..8ab91443 --- /dev/null +++ b/icons-react/icons-js/vector-bezier.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconVectorBezier({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconVectorBezier; \ No newline at end of file diff --git a/icons-react/icons-js/vocabulary.js b/icons-react/icons-js/vocabulary.js new file mode 100644 index 00000000..d199ae8a --- /dev/null +++ b/icons-react/icons-js/vocabulary.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconVocabulary({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconVocabulary; \ No newline at end of file -- cgit v1.2.1