UNPKG

@kadconsulting/dry

Version:
3 lines 463 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const XCircle = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "x-circle" }), _jsx("path", { className: 'dry-icon-x-circle', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm15 9-6 6m0-6 6 6m7-3c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z' })] })); //# sourceMappingURL=XCircle.js.map