@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 632 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Contrast02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "contrast-02" }), _jsx("path", { className: 'dry-icon-contrast-02', 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-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 18.5a6.5 6.5 0 1 0 0-13v13Z' })] }));
//# sourceMappingURL=Contrast02.js.map