UNPKG

@kadconsulting/dry

Version:
3 lines 486 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Strikethrough01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "strikethrough-01" }), _jsx("path", { className: 'dry-icon-strikethrough-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6 16a4 4 0 0 0 4 4h4a4 4 0 0 0 0-8m4-4a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4m-3 4h18' })] })); //# sourceMappingURL=Strikethrough01.js.map