@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 370 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const X = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "x" }), _jsx("path", { className: 'dry-icon-x', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17 7 7 17M7 7l10 10' })] }));
//# sourceMappingURL=X.js.map