UNPKG

@kadconsulting/dry

Version:
3 lines 687 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Contrast03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "contrast-03" }), _jsx("path", { className: 'dry-icon-contrast-03', 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-contrast-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 8.5a7.5 7.5 0 0 1-9.284 7.287 6.5 6.5 0 1 0 9.07-9.07c.14.571.214 1.168.214 1.783Z' })] })); //# sourceMappingURL=Contrast03.js.map