@icongo/li
Version:
LibreICONS Icons
14 lines • 753 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIToolAxe = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M12.705 10.715 7.967 5.977a9.77 9.77 0 0 0-1.29 1.564l4.6 4.601a1.008 1.008 0 1 0 1.428-1.427zM8.744 3.66 6.753 1.67a.367.367 0 0 0-.535.017c-.354.404-.795.834-1.284 1.258l-.273-.273a1.008 1.008 0 1 0-1.427 1.427l.092.091c-.79.545-1.6 1.01-2.314 1.298-.148 2.654 1.105 3.907 3.76 3.76.267-.664.707-1.389 1.227-2.098.793-1.209 2.188-2.464 2.723-2.952a.371.371 0 0 0 .022-.538z"
})
}));
export { LIToolAxe };