@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.95 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIFoodNoEgg = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIFoodNoEgg = function LIFoodNoEgg(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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", {
d: "M6.22 12.956c-1.733-.275-3.215-1.194-4.154-2.575-.519-.763-.803-1.481-.974-2.457a4.84 4.84 0 0 1 .001-1.886c.352-2.009 1.608-3.665 3.408-4.493 1.365-.628 3.07-.713 4.482-.222a6.015 6.015 0 0 1 3.669 3.604c.257.711.35 1.266.348 2.078-.002.88-.141 1.592-.46 2.343-.748 1.764-2.403 3.133-4.248 3.514-.61.126-1.59.17-2.072.094zm2.023-1.264c3.215-.89 4.64-4.515 2.874-7.31-.105-.166-.213-.303-.24-.303-.026 0-.283.243-.57.54l-.524.541-.307-.58a9.293 9.293 0 0 1-.307-.61c0-.017.177-.214.394-.44.216-.225.382-.419.367-.43-.778-.63-1.819-.968-2.964-.962-1.386.01-2.558.54-3.547 1.609-.772.834-1.273 2.11-1.273 3.238 0 .869.421 2.187.888 2.778l.126.16.505-.5.505-.501.19.309c.106.17.284.407.397.527l.204.218-.434.44-.435.439.16.126c.324.258 1.227.648 1.772.767a5 5 0 0 0 2.22-.057zM6.226 9.966C5.01 9.475 4.398 8.354 4.57 6.93c.082-.684.143-.944.358-1.518.573-1.529 1.67-2.339 2.626-1.94 1.112.465 1.99 2.326 1.925 4.08-.022.583-.047.699-.235 1.081-.256.519-.728 1-1.212 1.238-.473.231-1.353.277-1.806.094zm.735-.517c.193-.212.106-.402-.264-.58-.636-.305-.976-.805-.976-1.435 0-.305-.086-.417-.32-.417-.249 0-.32.115-.32.521 0 .773.496 1.536 1.214 1.87.422.195.521.202.666.041z"
})
}));
};
exports.LIFoodNoEgg = LIFoodNoEgg;