From a84fcfc0c20a7abc5f836e9cecb4a153c871da04 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 23 Nov 2021 22:55:53 +0100 Subject: Release 1.45.0 --- icons-react/icons-js/brand-airtable.js | 12 ++++++++++++ icons-react/icons-js/brand-angular.js | 12 ++++++++++++ icons-react/icons-js/brand-cucumber.js | 12 ++++++++++++ icons-react/icons-js/brand-doctrine.js | 12 ++++++++++++ icons-react/icons-js/brand-firebase.js | 12 ++++++++++++ icons-react/icons-js/brand-git.js | 12 ++++++++++++ icons-react/icons-js/brand-loom.js | 12 ++++++++++++ icons-react/icons-js/brand-netbeans.js | 12 ++++++++++++ icons-react/icons-js/brand-php.js | 12 ++++++++++++ icons-react/icons-js/brand-react-native.js | 12 ++++++++++++ icons-react/icons-js/brand-sublime-text.js | 12 ++++++++++++ icons-react/icons-js/brand-uber.js | 12 ++++++++++++ icons-react/icons-js/brand-visual-studio.js | 12 ++++++++++++ icons-react/icons-js/currency-dogecoin.js | 2 +- icons-react/icons-js/language-hiragana.js | 12 ++++++++++++ icons-react/icons-js/language-katakana.js | 12 ++++++++++++ icons-react/icons-js/language.js | 2 +- icons-react/icons-js/prison.js | 12 ++++++++++++ icons-react/icons-js/strikethrough.js | 2 +- icons-react/icons-js/wall.js | 12 ++++++++++++ 20 files changed, 207 insertions(+), 3 deletions(-) create mode 100644 icons-react/icons-js/brand-airtable.js create mode 100644 icons-react/icons-js/brand-angular.js create mode 100644 icons-react/icons-js/brand-cucumber.js create mode 100644 icons-react/icons-js/brand-doctrine.js create mode 100644 icons-react/icons-js/brand-firebase.js create mode 100644 icons-react/icons-js/brand-git.js create mode 100644 icons-react/icons-js/brand-loom.js create mode 100644 icons-react/icons-js/brand-netbeans.js create mode 100644 icons-react/icons-js/brand-php.js create mode 100644 icons-react/icons-js/brand-react-native.js create mode 100644 icons-react/icons-js/brand-sublime-text.js create mode 100644 icons-react/icons-js/brand-uber.js create mode 100644 icons-react/icons-js/brand-visual-studio.js create mode 100644 icons-react/icons-js/language-hiragana.js create mode 100644 icons-react/icons-js/language-katakana.js create mode 100644 icons-react/icons-js/prison.js create mode 100644 icons-react/icons-js/wall.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/brand-airtable.js b/icons-react/icons-js/brand-airtable.js new file mode 100644 index 00000000..e1683252 --- /dev/null +++ b/icons-react/icons-js/brand-airtable.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandAirtable({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandAirtable; \ No newline at end of file diff --git a/icons-react/icons-js/brand-angular.js b/icons-react/icons-js/brand-angular.js new file mode 100644 index 00000000..4a2ba8ea --- /dev/null +++ b/icons-react/icons-js/brand-angular.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandAngular({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandAngular; \ No newline at end of file diff --git a/icons-react/icons-js/brand-cucumber.js b/icons-react/icons-js/brand-cucumber.js new file mode 100644 index 00000000..7d847d65 --- /dev/null +++ b/icons-react/icons-js/brand-cucumber.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandCucumber({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandCucumber; \ No newline at end of file diff --git a/icons-react/icons-js/brand-doctrine.js b/icons-react/icons-js/brand-doctrine.js new file mode 100644 index 00000000..50e898ae --- /dev/null +++ b/icons-react/icons-js/brand-doctrine.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDoctrine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandDoctrine; \ No newline at end of file diff --git a/icons-react/icons-js/brand-firebase.js b/icons-react/icons-js/brand-firebase.js new file mode 100644 index 00000000..565379cc --- /dev/null +++ b/icons-react/icons-js/brand-firebase.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandFirebase({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandFirebase; \ No newline at end of file diff --git a/icons-react/icons-js/brand-git.js b/icons-react/icons-js/brand-git.js new file mode 100644 index 00000000..17836d84 --- /dev/null +++ b/icons-react/icons-js/brand-git.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandGit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandGit; \ No newline at end of file diff --git a/icons-react/icons-js/brand-loom.js b/icons-react/icons-js/brand-loom.js new file mode 100644 index 00000000..949279ea --- /dev/null +++ b/icons-react/icons-js/brand-loom.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandLoom({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandLoom; \ No newline at end of file diff --git a/icons-react/icons-js/brand-netbeans.js b/icons-react/icons-js/brand-netbeans.js new file mode 100644 index 00000000..acf3950b --- /dev/null +++ b/icons-react/icons-js/brand-netbeans.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandNetbeans({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandNetbeans; \ No newline at end of file diff --git a/icons-react/icons-js/brand-php.js b/icons-react/icons-js/brand-php.js new file mode 100644 index 00000000..d40b1d63 --- /dev/null +++ b/icons-react/icons-js/brand-php.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandPhp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandPhp; \ No newline at end of file diff --git a/icons-react/icons-js/brand-react-native.js b/icons-react/icons-js/brand-react-native.js new file mode 100644 index 00000000..e7950a52 --- /dev/null +++ b/icons-react/icons-js/brand-react-native.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandReactNative({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandReactNative; \ No newline at end of file diff --git a/icons-react/icons-js/brand-sublime-text.js b/icons-react/icons-js/brand-sublime-text.js new file mode 100644 index 00000000..399223df --- /dev/null +++ b/icons-react/icons-js/brand-sublime-text.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSublimeText({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandSublimeText; \ No newline at end of file diff --git a/icons-react/icons-js/brand-uber.js b/icons-react/icons-js/brand-uber.js new file mode 100644 index 00000000..b3b037ce --- /dev/null +++ b/icons-react/icons-js/brand-uber.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandUber({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandUber; \ No newline at end of file diff --git a/icons-react/icons-js/brand-visual-studio.js b/icons-react/icons-js/brand-visual-studio.js new file mode 100644 index 00000000..9d7e032b --- /dev/null +++ b/icons-react/icons-js/brand-visual-studio.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandVisualStudio({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandVisualStudio; \ No newline at end of file diff --git a/icons-react/icons-js/currency-dogecoin.js b/icons-react/icons-js/currency-dogecoin.js index 5b2f2648..3f5cc220 100644 --- a/icons-react/icons-js/currency-dogecoin.js +++ b/icons-react/icons-js/currency-dogecoin.js @@ -6,7 +6,7 @@ function IconCurrencyDogecoin({ stroke = 2, ...props }) { - return ; + return ; } export default IconCurrencyDogecoin; \ No newline at end of file diff --git a/icons-react/icons-js/language-hiragana.js b/icons-react/icons-js/language-hiragana.js new file mode 100644 index 00000000..6fa323fe --- /dev/null +++ b/icons-react/icons-js/language-hiragana.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLanguageHiragana({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLanguageHiragana; \ No newline at end of file diff --git a/icons-react/icons-js/language-katakana.js b/icons-react/icons-js/language-katakana.js new file mode 100644 index 00000000..14d4c069 --- /dev/null +++ b/icons-react/icons-js/language-katakana.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLanguageKatakana({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLanguageKatakana; \ No newline at end of file diff --git a/icons-react/icons-js/language.js b/icons-react/icons-js/language.js index eb42c87f..2707a0aa 100644 --- a/icons-react/icons-js/language.js +++ b/icons-react/icons-js/language.js @@ -6,7 +6,7 @@ function IconLanguage({ stroke = 2, ...props }) { - return ; + return ; } export default IconLanguage; \ No newline at end of file diff --git a/icons-react/icons-js/prison.js b/icons-react/icons-js/prison.js new file mode 100644 index 00000000..4156d249 --- /dev/null +++ b/icons-react/icons-js/prison.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPrison({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPrison; \ No newline at end of file diff --git a/icons-react/icons-js/strikethrough.js b/icons-react/icons-js/strikethrough.js index 8c28dfd6..50a18312 100644 --- a/icons-react/icons-js/strikethrough.js +++ b/icons-react/icons-js/strikethrough.js @@ -6,7 +6,7 @@ function IconStrikethrough({ stroke = 2, ...props }) { - return ; + return ; } export default IconStrikethrough; \ No newline at end of file diff --git a/icons-react/icons-js/wall.js b/icons-react/icons-js/wall.js new file mode 100644 index 00000000..d26d6fa3 --- /dev/null +++ b/icons-react/icons-js/wall.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWall({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWall; \ No newline at end of file -- cgit v1.2.1