UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.02 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapFood = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapFood = function LIMapFood(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: "M11.8 7.6v4.205a1.2 1.2 0 0 1-2.4 0V8.8H8.2v-6A1.8 1.8 0 0 1 10 1h1.8v6.6zM3.4 7h-.001A1.2 1.2 0 0 1 2.2 5.797V1.594a.6.6 0 0 1 1.2 0V4H4V1.594a.6.6 0 0 1 1.2 0V4h.6V1.594a.6.6 0 0 1 1.2 0v4.203C7 6.461 6.468 7 5.801 7H5.8v4.805a1.2 1.2 0 0 1-2.4 0V7Z" }) })); }; exports.LIMapFood = LIMapFood;