UNPKG

@kadconsulting/dry

Version:
3 lines 466 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const SpacingHeight01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "spacing-height-01" }), _jsx("path", { className: 'dry-icon-spacing-height-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 18V6m0 12-3-2m3 2 3-2M12 6 9 8m3-2 3 2m6-5H3m18 18H3' })] })); //# sourceMappingURL=SpacingHeight01.js.map