UNPKG

@kadconsulting/dry

Version:
3 lines 406 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const SlashDivider = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "slash-divider" }), _jsx("path", { className: 'dry-icon-slash-divider', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M7 22 17 2' })] })); //# sourceMappingURL=SlashDivider.js.map