UNPKG

@kadconsulting/dry

Version:
3 lines 616 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Disc01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "disc-01" }), _jsx("path", { className: 'dry-icon-disc-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z' }), _jsx("path", { className: 'dry-icon-disc-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z' })] })); //# sourceMappingURL=Disc01.js.map