@icongo/li
Version:
LibreICONS Icons
27 lines (26 loc) • 2.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCogs = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCogs = function LIGuiCogs(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e65100",
d: "M7.392 9.757c.027-.108.027-.243.027-.379 0-.135 0-.243-.027-.378l.757-.54a.176.176 0 0 0 .054-.244l-.73-1.243c-.054-.081-.135-.108-.216-.081l-.838.405c-.19-.162-.405-.27-.649-.378L5.69 6a.174.174 0 0 0-.163-.162H4.095A.174.174 0 0 0 3.932 6l-.108.946c-.243.081-.432.216-.648.378l-.838-.378c-.081-.027-.19 0-.216.081l-.73 1.243a.176.176 0 0 0 .054.244l.757.54c-.027.108-.027.243-.027.378 0 .136 0 .244.027.379l-.757.54a.176.176 0 0 0-.054.244l.73 1.243c.054.08.135.108.216.08l.838-.377c.189.162.405.27.648.378l.081.919c0 .08.081.162.163.162H5.5a.174.174 0 0 0 .162-.162l.081-.92c.243-.08.433-.215.649-.377l.838.378c.08.027.189 0 .216-.081l.73-1.243a.176.176 0 0 0-.054-.244l-.73-.594zm-2.595.973a1.338 1.338 0 0 1-1.351-1.352c0-.756.595-1.351 1.351-1.351.757 0 1.352.595 1.352 1.351 0 .757-.595 1.352-1.352 1.352z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffa000",
d: "M11.797 4.595c.027-.136.027-.244.027-.352 0-.108 0-.216-.027-.351l.676-.487c.081-.054.081-.135.054-.216l-.676-1.162c-.054-.081-.135-.108-.216-.054l-.784.351a4.302 4.302 0 0 0-.594-.351l-.081-.838c.027-.08-.027-.135-.108-.135H8.743c-.08 0-.162.054-.162.135l-.081.838c-.216.081-.405.19-.595.351l-.783-.351a.21.21 0 0 0-.217.054L6.23 3.189c-.054.081-.027.162.054.216l.675.487v.351c0 .108 0 .216.027.352l-.675.486c-.081.054-.081.135-.054.216l.675 1.162c.054.082.136.109.217.055l.783-.352c.19.135.379.243.595.352l.081.837c0 .081.081.135.162.135h1.325c.08 0 .162-.054.162-.135l.08-.837c.217-.082.406-.19.595-.352l.784.352a.21.21 0 0 0 .216-.055l.676-1.162c.054-.08.027-.162-.054-.216l-.757-.486zm-2.405 1A1.338 1.338 0 0 1 8.04 4.243c0-.757.594-1.351 1.35-1.351.758 0 1.352.594 1.352 1.351s-.594 1.352-1.351 1.352z"
})]
}));
};
exports.LIGuiCogs = LIGuiCogs;