UNPKG

@kadconsulting/dry

Version:
3 lines 518 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ScissorsCut02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "scissors-cut-02" }), _jsx("path", { className: 'dry-icon-scissors-cut-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4.5 8.6 21 17m0-10L4.5 15.4m13-3.4h.01M22 12h.01M6 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 12a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z' })] })); //# sourceMappingURL=ScissorsCut02.js.map