UNPKG

@kadconsulting/dry

Version:
3 lines 462 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const SpacingWidth01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "spacing-width-01" }), _jsx("path", { className: 'dry-icon-spacing-width-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6 12h12M6 12l2-3m-2 3 2 3m10-3-2-3m2 3-2 3m5 6V3M3 21V3' })] })); //# sourceMappingURL=SpacingWidth01.js.map