react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 465 B
JavaScript
import * as React from 'react';
export function SvgHospitalSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M15 3v2h-2v2h2v2h2V7h2V5h-2V3zM6 5v23h9v-3h2v3h9V5h-5v2h3v19h-5v-3h-6v3H8V7h3V5zm5 6v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm-8 4v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm-8 4v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z" })));
}
export default SvgHospitalSolid;