@icongo/li
Version:
LibreICONS Icons
19 lines • 848 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIToolsRule = props => /*#__PURE__*/_jsxs("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", {
fill: "#ffa000",
d: "M3.95 13 1 10.05 10.05 1 13 3.95z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9e6400",
d: "M6.658 7.052 5.325 5.72l.404-.404 1.333 1.333zm.574-1.711-.747-.748.404-.404.747.748zm1.712-.575L7.611 3.433l.404-.404 1.333 1.333zm-.185-2.47.404-.404.747.747-.404.404zm-6.1 7.616-.747-.747.404-.404.748.747zm1.712-.574L3.038 8.005l.404-.404 1.334 1.333zm.575-1.712L4.2 6.88l.404-.404.747.747z"
})]
}));
export { LIToolsRule };