aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/credit-card.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/credit-card.js')
-rw-r--r--icons-react/icons-js/credit-card.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/credit-card.js b/icons-react/icons-js/credit-card.js
index 2ef8dc7..da13b68 100644
--- a/icons-react/icons-js/credit-card.js
+++ b/icons-react/icons-js/credit-card.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconCreditCard = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-credit-card" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><rect x={3} y={5} width={18} height={14} rx={3} /><line x1={3} y1={10} x2={21} y2={10} /><line x1={7} y1={15} x2={7.01} y2={15} /><line x1={11} y1={15} x2={13} y2={15} /></svg>;
+const IconCreditCard = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-credit-card" 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" /><rect x={3} y={5} width={18} height={14} rx={3} /><line x1={3} y1={10} x2={21} y2={10} /><line x1={7} y1={15} x2={7.01} y2={15} /><line x1={11} y1={15} x2={13} y2={15} /></svg>;
export default IconCreditCard; \ No newline at end of file