@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 483 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Scissors02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "scissors-02" }), _jsx("path", { className: 'dry-icon-scissors-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4.5 8.6 21 17m0-10L4.5 15.4M6 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=Scissors02.js.map