iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 997 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Hospital2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.92 10.419a.75.75 0 00-1.5 0v5.163a.75.75 0 001.5 0V13.75h2.16v1.832a.75.75 0 001.5 0v-5.163a.75.75 0 00-1.5 0v1.831h-2.16V10.42z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.35 3.704c-.8-.6-1.9-.6-2.7 0l-6.5 4.875a2.25 2.25 0 00-.9 1.8V18.5a2.25 2.25 0 002.25 2.25h13a2.25 2.25 0 002.25-2.25V10.38a2.25 2.25 0 00-.9-1.8l-6.5-4.875zm-1.8 1.2a.75.75 0 01.9 0l6.5 4.875a.75.75 0 01.3.6V18.5a.75.75 0 01-.75.75h-13a.75.75 0 01-.75-.75V10.38a.75.75 0 01.3-.6l6.5-4.875z", fill: "#323544" }));
exports.default = Hospital2;