aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/receipt-tax.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-11-08 13:05:03 +0100
committercodecalm <codecalm@gmail.com>2020-11-08 13:05:03 +0100
commit5acbb4f20ffe393976abe8b367a49848c0e19e82 (patch)
tree9d4e518b8ee6f1167a61610cf6702c23a79824d4 /icons-react/icons-js/receipt-tax.js
parent41 new icons: `arrow-bottom-bar`, `arrow-bottom-circle`, `arrow-bottom-square... (diff)
downloadtabler-icons-5acbb4f20ffe393976abe8b367a49848c0e19e82.tar.xz
Release 1.35.0v1.35.0
Diffstat (limited to 'icons-react/icons-js/receipt-tax.js')
-rw-r--r--icons-react/icons-js/receipt-tax.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/receipt-tax.js b/icons-react/icons-js/receipt-tax.js
new file mode 100644
index 00000000..fe6e597a
--- /dev/null
+++ b/icons-react/icons-js/receipt-tax.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconReceiptTax({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-receipt-tax" 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={9} y1={14} x2={15} y2={8} /><circle cx={9.5} cy={8.5} r={0.5} fill="currentColor" /><circle cx={14.5} cy={13.5} r={0.5} fill="currentColor" /><path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" /></svg>;
+}
+
+export default IconReceiptTax; \ No newline at end of file