aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/cash-banknote-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/cash-banknote-off.js')
-rw-r--r--icons-react/icons-js/cash-banknote-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/cash-banknote-off.js b/icons-react/icons-js/cash-banknote-off.js
new file mode 100644
index 00000000..515cfdc3
--- /dev/null
+++ b/icons-react/icons-js/cash-banknote-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconCashBanknoteOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-cash-banknote-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="M9.88 9.878a3 3 0 1 0 4.242 4.243m.58 -3.425a3.012 3.012 0 0 0 -1.412 -1.405" /><path d="M10 6h9a2 2 0 0 1 2 2v8c0 .294 -.064 .574 -.178 .825m-2.822 1.175h-13a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" /><line x1={18} y1={12} x2={18.01} y2={12} /><line x1={6} y1={12} x2={6.01} y2={12} /><line x1={3} y1={3} x2={21} y2={21} /></svg>;
+}
+
+export default IconCashBanknoteOff; \ No newline at end of file