aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-11-03 22:01:48 +0100
committercodecalm <codecalm@gmail.com>2021-11-03 22:01:48 +0100
commit8513dcac6c76e3d8cf08b41ab12c1b24df8bf29e (patch)
tree4fc886f43b99d51115180243e962ae84c7e71cb6 /icons-react/icons-js
parent10 new icons: `arrow-autofit-content`, `ballon`, `battery-charging-2`, `batte... (diff)
downloadtabler-icons-8513dcac6c76e3d8cf08b41ab12c1b24df8bf29e.tar.xz
Release 1.42.0v1.42.0
Diffstat (limited to 'icons-react/icons-js')
-rw-r--r--icons-react/icons-js/arrow-autofit-content.js12
-rw-r--r--icons-react/icons-js/arrow-autofit-down.js12
-rw-r--r--icons-react/icons-js/arrow-autofit-height.js12
-rw-r--r--icons-react/icons-js/arrow-autofit-left.js12
-rw-r--r--icons-react/icons-js/arrow-autofit-right.js12
-rw-r--r--icons-react/icons-js/arrow-autofit-up.js12
-rw-r--r--icons-react/icons-js/arrow-autofit-width.js12
-rw-r--r--icons-react/icons-js/arrows-diagonal-minimize-2.js12
-rw-r--r--icons-react/icons-js/arrows-diagonal-minimize.js12
-rw-r--r--icons-react/icons-js/ballon.js12
-rw-r--r--icons-react/icons-js/battery-charging-2.js12
-rw-r--r--icons-react/icons-js/battery-eco.js12
-rw-r--r--icons-react/icons-js/beach.js12
-rw-r--r--icons-react/icons-js/brand-bootstrap.js12
-rw-r--r--icons-react/icons-js/highlight.js12
-rw-r--r--icons-react/icons-js/list-details.js12
-rw-r--r--icons-react/icons-js/multiplier-0-5x.js12
-rw-r--r--icons-react/icons-js/multiplier-1-5x.js12
-rw-r--r--icons-react/icons-js/multiplier-1x.js12
-rw-r--r--icons-react/icons-js/multiplier-2x.js12
20 files changed, 240 insertions, 0 deletions
diff --git a/icons-react/icons-js/arrow-autofit-content.js b/icons-react/icons-js/arrow-autofit-content.js
new file mode 100644
index 00000000..c761a778
--- /dev/null
+++ b/icons-react/icons-js/arrow-autofit-content.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowAutofitContent({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrow-autofit-content" 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 4l-3 3l3 3" /><path d="M18 4l3 3l-3 3" /><rect x={4} y={14} width={16} height={6} rx={2} /><path d="M10 7h-7" /><path d="M21 7h-7" /></svg>;
+}
+
+export default IconArrowAutofitContent; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-autofit-down.js b/icons-react/icons-js/arrow-autofit-down.js
new file mode 100644
index 00000000..cf591df8
--- /dev/null
+++ b/icons-react/icons-js/arrow-autofit-down.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowAutofitDown({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrow-autofit-down" 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="M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8" /><path d="M18 4v17" /><path d="M15 18l3 3l3 -3" /></svg>;
+}
+
+export default IconArrowAutofitDown; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-autofit-height.js b/icons-react/icons-js/arrow-autofit-height.js
new file mode 100644
index 00000000..3093f611
--- /dev/null
+++ b/icons-react/icons-js/arrow-autofit-height.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowAutofitHeight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrow-autofit-height" 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="M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6" /><path d="M18 14v7" /><path d="M18 3v7" /><path d="M15 18l3 3l3 -3" /><path d="M15 6l3 -3l3 3" /></svg>;
+}
+
+export default IconArrowAutofitHeight; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-autofit-left.js b/icons-react/icons-js/arrow-autofit-left.js
new file mode 100644
index 00000000..9350dd5c
--- /dev/null
+++ b/icons-react/icons-js/arrow-autofit-left.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowAutofitLeft({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrow-autofit-left" 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 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" /><path d="M20 18h-17" /><path d="M6 15l-3 3l3 3" /></svg>;
+}
+
+export default IconArrowAutofitLeft; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-autofit-right.js b/icons-react/icons-js/arrow-autofit-right.js
new file mode 100644
index 00000000..75f65309
--- /dev/null
+++ b/icons-react/icons-js/arrow-autofit-right.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowAutofitRight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrow-autofit-right" 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 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8" /><path d="M4 18h17" /><path d="M18 15l3 3l-3 3" /></svg>;
+}
+
+export default IconArrowAutofitRight; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-autofit-up.js b/icons-react/icons-js/arrow-autofit-up.js
new file mode 100644
index 00000000..91e35b77
--- /dev/null
+++ b/icons-react/icons-js/arrow-autofit-up.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowAutofitUp({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrow-autofit-up" 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="M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8" /><path d="M18 20v-17" /><path d="M15 6l3 -3l3 3" /></svg>;
+}
+
+export default IconArrowAutofitUp; \ No newline at end of file
diff --git a/icons-react/icons-js/arrow-autofit-width.js b/icons-react/icons-js/arrow-autofit-width.js
new file mode 100644
index 00000000..8121eb6b
--- /dev/null
+++ b/icons-react/icons-js/arrow-autofit-width.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowAutofitWidth({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrow-autofit-width" 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 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" /><path d="M10 18h-7" /><path d="M21 18h-7" /><path d="M6 15l-3 3l3 3" /><path d="M18 15l3 3l-3 3" /></svg>;
+}
+
+export default IconArrowAutofitWidth; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-diagonal-minimize-2.js b/icons-react/icons-js/arrows-diagonal-minimize-2.js
new file mode 100644
index 00000000..82a6aff5
--- /dev/null
+++ b/icons-react/icons-js/arrows-diagonal-minimize-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsDiagonalMinimize2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrows-diagonal-minimize-2" 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 10h-4v-4" /><path d="M20 4l-6 6" /><path d="M6 14h4v4" /><path d="M10 14l-6 6" /></svg>;
+}
+
+export default IconArrowsDiagonalMinimize2; \ No newline at end of file
diff --git a/icons-react/icons-js/arrows-diagonal-minimize.js b/icons-react/icons-js/arrows-diagonal-minimize.js
new file mode 100644
index 00000000..9d21d598
--- /dev/null
+++ b/icons-react/icons-js/arrows-diagonal-minimize.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsDiagonalMinimize({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-arrows-diagonal-minimize" 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 10h4v-4" /><path d="M4 4l6 6" /><path d="M18 14h-4v4" /><path d="M14 14l6 6" /></svg>;
+}
+
+export default IconArrowsDiagonalMinimize; \ No newline at end of file
diff --git a/icons-react/icons-js/ballon.js b/icons-react/icons-js/ballon.js
new file mode 100644
index 00000000..6de3c2a7
--- /dev/null
+++ b/icons-react/icons-js/ballon.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBallon({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-ballon" 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="M14 8a2 2 0 0 0 -2 -2" /><path d="M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9" /><path d="M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2" /></svg>;
+}
+
+export default IconBallon; \ No newline at end of file
diff --git a/icons-react/icons-js/battery-charging-2.js b/icons-react/icons-js/battery-charging-2.js
new file mode 100644
index 00000000..5e49e12c
--- /dev/null
+++ b/icons-react/icons-js/battery-charging-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBatteryCharging2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-battery-charging-2" 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 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5" /><path d="M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z" /><path d="M6 22v-3" /><path d="M4 15v-2.5" /><path d="M8 15v-2.5" /></svg>;
+}
+
+export default IconBatteryCharging2; \ No newline at end of file
diff --git a/icons-react/icons-js/battery-eco.js b/icons-react/icons-js/battery-eco.js
new file mode 100644
index 00000000..b7e7a8f3
--- /dev/null
+++ b/icons-react/icons-js/battery-eco.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBatteryEco({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-battery-eco" 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 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5" /><path d="M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857z" /><path d="M3 20v-3" /></svg>;
+}
+
+export default IconBatteryEco; \ No newline at end of file
diff --git a/icons-react/icons-js/beach.js b/icons-react/icons-js/beach.js
new file mode 100644
index 00000000..dfc57cec
--- /dev/null
+++ b/icons-react/icons-js/beach.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBeach({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-beach" 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.553 16.75a7.5 7.5 0 0 0 -10.606 0" /><path d="M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z" /><path d="M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196" /><path d="M15 9l-3 5.196" /><path d="M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25" /></svg>;
+}
+
+export default IconBeach; \ No newline at end of file
diff --git a/icons-react/icons-js/brand-bootstrap.js b/icons-react/icons-js/brand-bootstrap.js
new file mode 100644
index 00000000..853f6218
--- /dev/null
+++ b/icons-react/icons-js/brand-bootstrap.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandBootstrap({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-brand-bootstrap" 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="M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2" /><path d="M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2" /><path d="M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z" /></svg>;
+}
+
+export default IconBrandBootstrap; \ No newline at end of file
diff --git a/icons-react/icons-js/highlight.js b/icons-react/icons-js/highlight.js
new file mode 100644
index 00000000..dc8f5c80
--- /dev/null
+++ b/icons-react/icons-js/highlight.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconHighlight({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-highlight" 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 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" /><path d="M12.5 5.5l4 4" /><path d="M4.5 13.5l4 4" /><path d="M21 15v4h-8l4 -4z" /></svg>;
+}
+
+export default IconHighlight; \ No newline at end of file
diff --git a/icons-react/icons-js/list-details.js b/icons-react/icons-js/list-details.js
new file mode 100644
index 00000000..5283f08e
--- /dev/null
+++ b/icons-react/icons-js/list-details.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconListDetails({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-list-details" 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="M13 5h8" /><path d="M13 9h5" /><path d="M13 15h8" /><path d="M13 19h5" /><rect x={3} y={4} width={6} height={6} rx={1} /><rect x={3} y={14} width={6} height={6} rx={1} /></svg>;
+}
+
+export default IconListDetails; \ No newline at end of file
diff --git a/icons-react/icons-js/multiplier-0-5x.js b/icons-react/icons-js/multiplier-0-5x.js
new file mode 100644
index 00000000..5ce6aa82
--- /dev/null
+++ b/icons-react/icons-js/multiplier-0-5x.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMultiplier05x({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-multiplier-0-5x" 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="M8 16h2a2 2 0 1 0 0 -4h-2v-4h4" /><path d="M5 16v.01" /><path d="M15 16l4 -4" /><path d="M19 16l-4 -4" /></svg>;
+}
+
+export default IconMultiplier05x; \ No newline at end of file
diff --git a/icons-react/icons-js/multiplier-1-5x.js b/icons-react/icons-js/multiplier-1-5x.js
new file mode 100644
index 00000000..67c1c458
--- /dev/null
+++ b/icons-react/icons-js/multiplier-1-5x.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMultiplier15x({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-multiplier-1-5x" 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 16v-8l-2 2" /><path d="M10 16h2a2 2 0 1 0 0 -4h-2v-4h4" /><path d="M7 16v.01" /><path d="M17 16l4 -4" /><path d="M21 16l-4 -4" /></svg>;
+}
+
+export default IconMultiplier15x; \ No newline at end of file
diff --git a/icons-react/icons-js/multiplier-1x.js b/icons-react/icons-js/multiplier-1x.js
new file mode 100644
index 00000000..ff464fb9
--- /dev/null
+++ b/icons-react/icons-js/multiplier-1x.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMultiplier1x({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-multiplier-1x" 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="M9 16v-8l-2 2" /><path d="M13 16l4 -4" /><path d="M17 16l-4 -4" /></svg>;
+}
+
+export default IconMultiplier1x; \ No newline at end of file
diff --git a/icons-react/icons-js/multiplier-2x.js b/icons-react/icons-js/multiplier-2x.js
new file mode 100644
index 00000000..0c0b870b
--- /dev/null
+++ b/icons-react/icons-js/multiplier-2x.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMultiplier2x({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-multiplier-2x" 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="M14 16l4 -4" /><path d="M18 16l-4 -4" /><path d="M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /></svg>;
+}
+
+export default IconMultiplier2x; \ No newline at end of file