Files
stream.graff.tech-new/client/src/components/icons/BookedIcon.tsx
T

15 lines
851 B
TypeScript

function BookedIcon() {
return (
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M6.429 6.421C6.429 4.531 8.027 3 10 3s3.571 1.531 3.571 3.421v2.053h.286c.629 0 1.143.492 1.143 1.094v4.79C15 15.26 14.229 16 13.286 16H6.714C5.771 16 5 15.261 5 14.358v-4.79c0-.602.514-1.094 1.143-1.094h.286zm5.714 0v2.053H7.857V6.42c0-1.134.959-2.053 2.143-2.053s2.143.919 2.143 2.053M10 10.013c-.284 0-.56.092-.782.262s-.376.407-.439.673c-.062.265-.028.543.096.787.125.245.333.442.59.558v1.654c0 .137.056.267.156.363s.237.15.379.15a.55.55 0 0 0 .379-.15.5.5 0 0 0 .157-.363v-1.654c.257-.116.464-.313.589-.557s.158-.523.096-.788a1.2 1.2 0 0 0-.44-.673 1.3 1.3 0 0 0-.781-.262"
fill="currentColor"
/>
</svg>
);
}
export default BookedIcon;