@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 430 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Map01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "map-01" }), _jsx("path", { className: 'dry-icon-map-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm9 18-7 4V6l7-4m0 16 7 4m-7-4V2m7 20 6-4V2l-6 4m0 16V6m0 0L9 2' })] }));
//# sourceMappingURL=Map01.js.map