aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/credit-card-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/credit-card-off.js')
-rw-r--r--icons-react/icons-js/credit-card-off.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js
new file mode 100644
index 0000000..dab5bcd
--- /dev/null
+++ b/icons-react/icons-js/credit-card-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconCreditCardOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-credit-card-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="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128.87 1" /><path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /><line x1={3} y1={11} x2={11} y2={11} /><line x1={15} y1={11} x2={21} y2={11} /><line x1={7} y1={15} x2={7.01} y2={15} /><line x1={11} y1={15} x2={13} y2={15} /></svg>;
+
+export default IconCreditCardOff; \ No newline at end of file