@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 566 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Building04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "building-04" }), _jsx("path", { className: 'dry-icon-building-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9.5 7h5m-5 4h5m-5 4h5m3.5 6V6.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C16.48 3 15.92 3 14.8 3H9.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C6 4.52 6 5.08 6 6.2V21m14 0H4' })] }));
//# sourceMappingURL=Building04.js.map