@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com's products.
8 lines (7 loc) • 552 B
JavaScript
/* eslint-disable */
"use client";
import * as React from "react";
import createIcon from "../Icon/createIcon";
export default createIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M4.893 4.893a10.05 10.05 0 1 1 14.214 14.214A10.05 10.05 0 0 1 4.893 4.893ZM12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5Zm-1.83 3.69a.9.9 0 0 1 .9.9v2.76h1.86V8.34a.9.9 0 1 1 1.8 0v7.32a.9.9 0 0 1-1.8 0V12.9h-1.86v2.76a.9.9 0 0 1-1.8 0V8.34a.9.9 0 0 1 .9-.9Z"
})), "0 0 24 24", "HospitalSignLight");