UNPKG

@kadconsulting/dry

Version:
3 lines 501 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Loading02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "loading-02" }), _jsx("path", { className: 'dry-icon-loading-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 2v4m0 12v4M6 12H2m20 0h-4m1.078 7.078L16.25 16.25M19.078 5 16.25 7.828M4.922 19.078 7.75 16.25M4.922 5 7.75 7.828' })] })); //# sourceMappingURL=Loading02.js.map