aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-booking.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-booking.js')
-rw-r--r--icons-react/icons-js/brand-booking.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-booking.js b/icons-react/icons-js/brand-booking.js
new file mode 100644
index 00000000..a4f85691
--- /dev/null
+++ b/icons-react/icons-js/brand-booking.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandBooking({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-brand-booking" 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="M4 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2z" /><path d="M8 12h3.5a2 2 0 1 1 0 4h-3.5v-7a1 1 0 0 1 1 -1h1.5a2 2 0 1 1 0 4h-1.5" /><line x1={16} y1={16} x2={16.01} y2={16} /></svg>;
+}
+
+export default IconBrandBooking; \ No newline at end of file