@icongo/ti
Version:
Typicons Icons
14 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIScissors = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M20.625 5.515c-1-1.522-2.915-1.67-4.397-.824l-.186.107-.076-.003c-1.042 0-2.01.511-2.604 1.369l-.034.045c-.43.645-.723 1.236-1.005 1.809-.255.516-.5 1.01-.824 1.483-.325-.475-.57-.97-.826-1.486-.283-.571-.575-1.162-1.004-1.806l-.033-.044a3.159 3.159 0 0 0-2.603-1.37 3.17 3.17 0 0 0-3.167 3.166 3.171 3.171 0 0 0 3.167 3.168c.775 0 1.515-.287 2.087-.791l.652 1.198c-1.621 1.876-2.979 4.054-3.019 4.121-1.236 1.702.705 4.42.789 4.534a.498.498 0 0 0 .405.207.511.511 0 0 0 .439-.261l3.112-5.717 3.113 5.717a.5.5 0 0 0 .407.26.478.478 0 0 0 .437-.206c.083-.114 2.024-2.832.809-4.504l-.323-.521c-1.076-1.736-1.187-1.916-2.715-3.634l.651-1.195a3.16 3.16 0 0 0 2.088.791 3.171 3.171 0 0 0 3.167-3.168 3.13 3.13 0 0 0-.547-1.768c.472-.27.997-.123 1.456.095.466.191.897-.377.584-.772zM7 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm4.5 3.395a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM16 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"
})
}));
export { TIScissors };