UNPKG

@kadconsulting/dry

Version:
3 lines 392 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const XClose = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "x-close" }), _jsx("path", { className: 'dry-icon-x-close', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M18 6 6 18M6 6l12 12' })] })); //# sourceMappingURL=XClose.js.map