aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/dental-off.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-17 22:43:02 +0200
committercodecalm <codecalm@gmail.com>2022-04-17 22:43:02 +0200
commitfbdb3101f9199938d25d15d6b49f858ef85ed94b (patch)
tree8568cefca939a67887953bc8c2940244a852735f /icons-react/icons-js/dental-off.js
parentfix "off" icons (diff)
downloadtabler-icons-fbdb3101f9199938d25d15d6b49f858ef85ed94b.tar.xz
Release 1.65.0v1.65.0
Diffstat (limited to 'icons-react/icons-js/dental-off.js')
-rw-r--r--icons-react/icons-js/dental-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/dental-off.js b/icons-react/icons-js/dental-off.js
new file mode 100644
index 00000000..616a468a
--- /dev/null
+++ b/icons-react/icons-js/dental-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDentalOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dental-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" /><path d="M19.277 15.281c.463 -1.75 .723 -3.844 .723 -6.281c0 -3.74 -1.908 -4.994 -4 -5c-1.423 -.004 -2.92 .911 -4 1.5c-1.074 -.586 -2.583 -1.5 -4 -1.5m-2.843 1.153c-.707 .784 -1.157 2.017 -1.157 3.847c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 .004 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 1.994 .993 2.567 .237c.305 -.402 .59 -.853 .852 -1.353" /><path d="M12 5.5l3 1.5" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconDentalOff; \ No newline at end of file