UNPKG

@kadconsulting/dry

Version:
3 lines 479 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Scissors01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "scissors-01" }), _jsx("path", { className: 'dry-icon-scissors-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 4 8.5 15.5m0-7L20 20M6 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=Scissors01.js.map