aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/brand-airtable.js12
-rw-r--r--icons-react/icons-js/brand-angular.js12
-rw-r--r--icons-react/icons-js/brand-cucumber.js12
-rw-r--r--icons-react/icons-js/brand-doctrine.js12
-rw-r--r--icons-react/icons-js/brand-firebase.js12
-rw-r--r--icons-react/icons-js/brand-git.js12
-rw-r--r--icons-react/icons-js/brand-loom.js12
-rw-r--r--icons-react/icons-js/brand-netbeans.js12
-rw-r--r--icons-react/icons-js/brand-php.js12
-rw-r--r--icons-react/icons-js/brand-react-native.js12
-rw-r--r--icons-react/icons-js/brand-sublime-text.js12
-rw-r--r--icons-react/icons-js/brand-uber.js12
-rw-r--r--icons-react/icons-js/brand-visual-studio.js12
-rw-r--r--icons-react/icons-js/currency-dogecoin.js2
-rw-r--r--icons-react/icons-js/language-hiragana.js12
-rw-r--r--icons-react/icons-js/language-katakana.js12
-rw-r--r--icons-react/icons-js/language.js2
-rw-r--r--icons-react/icons-js/prison.js12
-rw-r--r--icons-react/icons-js/strikethrough.js2
-rw-r--r--icons-react/icons-js/wall.js12
20 files changed, 207 insertions, 3 deletions
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 <svg className="icon icon-tabler icon-tabler-brand-airtable" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 10v8l7 -3v-2.6z" /><path d="M3 6l9 3l9 -3l-9 -3z" /><path d="M14 12.3v8.7l7 -3v-8z" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-angular" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5.428 17.245l6.076 3.471a1 1 0 0 0 .992 0l6.076 -3.471a1 1 0 0 0 .495 -.734l1.323 -9.704a1 1 0 0 0 -.658 -1.078l-7.4 -2.612a1 1 0 0 0 -.665 0l-7.399 2.613a1 1 0 0 0 -.658 1.078l1.323 9.704a1 1 0 0 0 .495 .734z" /><path d="M9 15l3 -8l3 8" /><path d="M10 13h4" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-cucumber" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M20 10.99c-.01 5.52 -4.48 10 -10 10.01v-2.26l-.01 -.01c-4.28 -1.11 -6.86 -5.47 -5.76 -9.75a8.001 8.001 0 0 1 9.74 -5.76c3.53 .91 6.03 4.13 6.03 7.78v-.01z" /><path d="M10.5 8l-.5 -1" /><path d="M13.5 14l.5 1" /><path d="M9 12.5l-1 .5" /><path d="M11 14l-.5 1" /><path d="M13 8l.5 -1" /><path d="M16 12.5l-1 -.5" /><path d="M9 10l-1 -.5" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-doctrine" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={14} r={7} /><path d="M9 14h6" /><path d="M12 11l3 3l-3 3" /><path d="M10 3l6.9 6" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-firebase" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4.53 17.05l6.15 -11.72h-.02c.38 -.74 1.28 -1.02 2.01 -.63c.26 .14 .48 .36 .62 .62l1.06 2.01" /><path d="M15.47 6.45c.58 -.59 1.53 -.59 2.11 -.01c.22 .22 .36 .5 .41 .81l1.5 9.11c.1 .62 -.2 1.24 -.76 1.54l-6.07 2.9c-.46 .25 -1.01 .26 -1.46 0l-6.02 -2.92c-.55 -.31 -.85 -.92 -.75 -1.54l1.96 -12.04c.12 -.82 .89 -1.38 1.7 -1.25c.46 .07 .87 .36 1.09 .77l1.24 1.76" /><path d="M4.57 17.18l10.93 -10.68" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-git" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={16} cy={12} r={1} /><circle cx={12} cy={8} r={1} /><circle cx={12} cy={16} r={1} /><path d="M12 15v-6" /><path d="M15 11l-2 -2" /><path d="M11 7l-1.9 -1.9" /><path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-loom" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M17.464 6.518a6.001 6.001 0 1 0 -3.023 7.965" /><path d="M17.482 17.464a6.001 6.001 0 1 0 -7.965 -3.023" /><path d="M6.54 17.482a6.001 6.001 0 1 0 3.024 -7.965" /><path d="M6.518 6.54a6.001 6.001 0 1 0 7.965 3.024" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-netbeans" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 2 0l6 3.573h-.029z" /><path d="M15.5 9.43a1 1 0 0 1 .5 .874v3.268a1 1 0 0 1 -.515 .874l-3 1.917a1 1 0 0 1 -.97 0l-3 -1.917a1 1 0 0 1 -.515 -.873v-3.269a1 1 0 0 1 .514 -.874l3 -1.786c.311 -.173 .69 -.173 1 0l3 1.787h-.014z" /><path d="M12 21v-9l-7.5 -4.5" /><path d="M12 12l7.5 -4.5" /><path d="M12 3v4.5" /><path d="M19.5 16l-3.5 -2" /><path d="M8 14l-3.5 2" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-php" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><ellipse cx={12} cy={12} rx={10} ry={9} /><path d="M5.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653" /><path d="M15.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653" /><path d="M12 7.5l-1 5.5" /><path d="M11.6 10h2.4l-.5 3" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-react-native" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.357 9c-2.637 .68 -4.357 1.845 -4.357 3.175c0 2.107 4.405 3.825 9.85 3.825c.74 0 1.26 -.039 1.95 -.097" /><path d="M9.837 15.9c-.413 -.596 -.806 -1.133 -1.18 -1.8c-2.751 -4.9 -3.488 -9.77 -1.63 -10.873c1.15 -.697 3.047 .253 4.974 2.254" /><path d="M6.429 15.387c-.702 2.688 -.56 4.716 .56 5.395c1.783 1.08 5.387 -1.958 8.043 -6.804c.36 -.67 .683 -1.329 .968 -1.978" /><path d="M12 18.52c1.928 2 3.817 2.95 4.978 2.253c1.85 -1.102 1.121 -5.972 -1.633 -10.873c-.384 -.677 -.777 -1.204 -1.18 -1.8" /><path d="M17.66 15c2.612 -.687 4.34 -1.85 4.34 -3.176c0 -2.11 -4.408 -3.824 -9.845 -3.824c-.747 0 -1.266 .029 -1.955 .087" /><path d="M8 12c.285 -.66 .607 -1.308 .968 -1.978c2.647 -4.844 6.253 -7.89 8.046 -6.801c1.11 .679 1.262 2.706 .56 5.393" /><path d="M12.26 12.015h-.01c-.01 .13 -.12 .24 -.26 .24a0.263 .263 0 0 1 -.25 -.26c0 -.14 .11 -.25 .24 -.25h-.01c.13 -.01 .25 .11 .25 .24" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-sublime-text" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19 8l-14 4.5v-5.5l14 -4.5z" /><path d="M19 17l-14 4.5v-5.5l14 -4.5z" /><path d="M19 11.5l-14 -4.5" /><path d="M5 12.5l14 4.5" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-uber" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={9} /><rect x={9} y={9} width={6} height={6} rx={1} /><path d="M3 12h6" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-brand-visual-studio" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 8l2 -1l10 13l4 -2v-12l-4 -2l-10 13l-2 -1z" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-currency-dogecoin" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 12h6" /><path d="M8 5v14" /><path d="M5 19h7a7 7 0 0 0 0 -14h-7" /></svg>;
+ return <svg className="icon icon-tabler icon-tabler-currency-dogecoin" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 12h6" /><path d="M9 6v12" /><path d="M6 18h6a6 6 0 1 0 0 -12h-6" /></svg>;
}
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 <svg className="icon icon-tabler icon-tabler-language-hiragana" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 5h7" /><path d="M7 4c0 4.846 0 7 .5 8" /><path d="M10 8.5c0 2.286 -2 4.5 -3.5 4.5s-2.5 -1.135 -2.5 -2c0 -2 1 -3 3 -3s5 .57 5 2.857c0 1.524 -.667 2.571 -2 3.143" /><path d="M12 20l4 -9l4 9" /><path d="M19.1 18h-6.2" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-language-katakana" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 5h6.586a1 1 0 0 1 .707 1.707l-1.293 1.293" /><path d="M8 8c0 1.5 .5 3 -2 5" /><path d="M12 20l4 -9l4 9" /><path d="M19.1 18h-6.2" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-language" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" /><path d="M11 19l4 -9l4 9m-.9 -2h-6.2" /></svg>;
+ return <svg className="icon icon-tabler icon-tabler-language" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 5h7" /><path d="M9 3v2c0 4.418 -2.239 8 -5 8" /><path d="M5 9c-.003 2.144 2.952 3.908 6.7 4" /><path d="M12 20l4 -9l4 9" /><path d="M19.1 18h-6.2" /></svg>;
}
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 <svg className="icon icon-tabler icon-tabler-prison" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 4v16" /><path d="M14 4v16" /><path d="M6 4v5" /><path d="M6 15v5" /><path d="M10 4v5" /><path d="M11 9h-6v6h6z" /><path d="M10 15v5" /><path d="M8 12h-.01" /></svg>;
+}
+
+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 <svg className="icon icon-tabler icon-tabler-strikethrough" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 5v9a5 5 0 0 0 10 0v-9" /><path d="M4 12h16" /></svg>;
+ return <svg className="icon icon-tabler icon-tabler-strikethrough" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={5} y1={12} x2={19} y2={12} /><path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5" /></svg>;
}
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 <svg className="icon icon-tabler icon-tabler-wall" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={4} width={16} height={16} rx={2} /><path d="M4 8h16" /><path d="M20 12h-16" /><path d="M4 16h16" /><path d="M9 4v4" /><path d="M14 8v4" /><path d="M8 12v4" /><path d="M16 12v4" /><path d="M11 16v4" /></svg>;
+}
+
+export default IconWall; \ No newline at end of file