UNPKG

@kadconsulting/dry

Version:
3 lines 444 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const SpacingWidth02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "spacing-width-02" }), _jsx("path", { className: 'dry-icon-spacing-width-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 21V3M3 21V3m3.5 9h11m0 3V9m-11 6V9' })] })); //# sourceMappingURL=SpacingWidth02.js.map