aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/cloud-off.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-26 23:50:57 +0200
committercodecalm <codecalm@gmail.com>2020-09-26 23:50:57 +0200
commitda8bbb848b913605301b648c5835f274bab6627f (patch)
tree937ae6b1e95ef53126a70b6e861b2dd358cffa5d /icons-react/icons-js/cloud-off.js
parent4 new icons: `arrow-ramp-left`, `arrow-ramp-right`, `picture-in-picture-off`,... (diff)
downloadtabler-icons-1.28.0.tar.xz
Release 1.28.0v1.28.0
Diffstat (limited to 'icons-react/icons-js/cloud-off.js')
-rw-r--r--icons-react/icons-js/cloud-off.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/cloud-off.js b/icons-react/icons-js/cloud-off.js
new file mode 100644
index 0000000..c5cf362
--- /dev/null
+++ b/icons-react/icons-js/cloud-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCloudOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-cloud-off" 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={3} y1={3} x2={21} y2={21} /><path d="M18 18h-11c-2.598 0 -4.705 -2.015 -4.705 -4.5s2.107 -4.5 4.705 -4.5c.112 -.5 .305 -.973 .568 -1.408m2.094 -1.948c.329 -.174 .68 -.319 1.05 -.43c1.9 -.576 3.997 -.194 5.5 1c1.503 1.192 2.185 3.017 1.788 4.786h1a3.5 3.5 0 0 1 2.212 6.212" /></svg>;
+
+export default IconCloudOff; \ No newline at end of file