UNPKG

@kadconsulting/dry

Version:
3 lines 534 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Disc02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "disc-02" }), _jsx("path", { className: 'dry-icon-disc-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M15 5.674A7 7 0 0 1 19 12M8.392 18A6.996 6.996 0 0 1 5 12m17 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-7 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' })] })); //# sourceMappingURL=Disc02.js.map