UNPKG

gd-sprest-bs

Version:

SharePoint JavaScript, TypeScript and Web Components designed using the Bootstrap framework.

6 lines (4 loc) 816 B
import { generateIcon } from "../generate"; export function Bookings(height?: number, width?: number, className?: string) { return generateIcon(`<svg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'><defs><style>.bookings{fill:#008272}</style></defs><path class='bookings' d='M47.36 40.62h-30.6c-1.38 0-1.46.07-1.46 1.44v13c0 .74.29 1 1 1 5.78 0 11.57.08 17.35 0a15.35 15.35 0 0 0 15.03-13.97c.15-1.37.07-1.47-1.32-1.47zM15.55 24.9a15.32 15.32 0 0 0 13.93 12.88c1.14.06 1.19 0 1.19-1.14V9.41c0-1.26-.1-1.36-1.35-1.36Q23 8 16.7 8c-1.34 0-1.41.06-1.39 1.38V21.9a18.87 18.87 0 0 0 .24 3zM34.55 37.88h13.06c1.06 0 1.21-.14 1.08-1.15a22.34 22.34 0 0 0-.44-2.7A15.31 15.31 0 0 0 34.51 22.6c-.88-.06-1.09.1-1.09 1v13.17c.01.98.14 1.11 1.13 1.11z'/></svg>`, height, width, className, 0); }