UNPKG

@kadconsulting/dry

Version:
3 lines 546 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const PieChart03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "pie-chart-03" }), _jsx("path", { className: 'dry-icon-pie-chart-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 2a10 10 0 0 1 10 10M12 2v10m0-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10M12 2c5.523 0 10 4.477 10 10m0 0H12m10 0a10 10 0 0 1-4.122 8.09L12 12' })] })); //# sourceMappingURL=PieChart03.js.map