UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 587 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgScissorsFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M9.683 7.559 12 9.875l6.374-6.374a2 2 0 0 1 2.829 0l.707.707L9.683 16.435a4 4 0 1 1-2.121-2.121l2.317-2.317L7.562 9.68A4 4 0 1 1 9.683 7.56M6 7.997a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4m9.535-6.587 6.375 6.375-.707.707a2 2 0 0 1-2.829 0l-4.96-4.96z" }) })); const Memo = memo(SvgScissorsFill); export default Memo;