UNPKG

@kadconsulting/dry

Version:
3 lines 519 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Loading01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "loading-01" }), _jsx("path", { className: 'dry-icon-loading-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 2.25v2.5M12 18v4M5.75 12h-3.5m19 0h-1.5m-1.293 6.457-.707-.707m.914-12.334L17.25 6.83M4.922 19.078 7.75 16.25M5.129 5.209 7.25 7.33' })] })); //# sourceMappingURL=Loading01.js.map