# extendify/3.1.3/src/Launch/components/QuestionIcon/Icons/booking.js

Extendify, version 3.1.3. 14 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.1.3/code/src/Launch/components/QuestionIcon/Icons/booking.js
- Raw: https://pluginprobe.com/plugins/extendify/3.1.3/raw/src/Launch/components/QuestionIcon/Icons/booking.js
- Modified: 2026-02-18T22:27:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.1.3/code/src/Launch/components/QuestionIcon/Icons/booking.js#L10-L20`.

```javascript
import { __ } from '@wordpress/i18n';
export const Booking = () => (
	<svg
		xmlns="http://www.w3.org/2000/svg"
		height="20px"
		viewBox="0 -960 960 960"
		width="20px"
		fill="currentColor"
	>
		<title>{__('Booking Icon', 'extendify-local')}</title>
		<path d="M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v200h-80v-40H200v400h280v80H200Zm0-560h560v-80H200v80Zm0 0v-80 80ZM560-80v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q8 9 12.5 20t4.5 22q0 11-4 22.5T903-300L683-80H560Zm300-263-37-37 37 37ZM620-140h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
	</svg>
);

```
