aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/candy-off.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-05 01:58:17 +0200
committercodecalm <codecalm@gmail.com>2022-04-05 01:58:17 +0200
commita94865bf04e0282b332d45458b8ea7a8c406dee3 (patch)
treeabe44d11dd3d311f086d1086711d3f72c8e243d5 /icons-react/icons-js/candy-off.js
parent34 new icons: `biohazard-off`, `bold-off`, `bone-off`, `book-off`, `bookmarks... (diff)
downloadtabler-icons-a94865bf04e0282b332d45458b8ea7a8c406dee3.tar.xz
Release 1.63.0v1.63.0
Diffstat (limited to 'icons-react/icons-js/candy-off.js')
-rw-r--r--icons-react/icons-js/candy-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/candy-off.js b/icons-react/icons-js/candy-off.js
new file mode 100644
index 00000000..7ca087b2
--- /dev/null
+++ b/icons-react/icons-js/candy-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCandyOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-candy-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="M11.174 7.17l.119 -.12a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-.124 .124m-1.996 1.996l-2.123 2.123a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828l2.113 -2.112" /><path d="M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913" /><path d="M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconCandyOff; \ No newline at end of file