@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIMapCar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIMapCar = function LIMapCar(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: "M2.2 9.396v1.798a.6.6 0 0 0 .6.606h.6a.6.6 0 0 0 .6-.606V10.6h6v.594a.6.6 0 0 0 .6.606h.6a.6.6 0 0 0 .6-.606V7.6h.605A.602.602 0 0 0 13 7c0-.334-.266-.6-.595-.6H11.8L9.4 2.2H4.6L2.2 6.4h-.605A.602.602 0 0 0 1 7c0 .334.266.6.595.6H2.2v1.796ZM10.514 6.4 8.8 3.4H5.2l-1.714 3h7.028zM4.3 9.4a.9.9 0 1 0 0-1.8.9.9 0 0 0 0 1.8zm5.4 0a.9.9 0 1 0 0-1.8.9.9 0 0 0 0 1.8z",
style: {
fillRule: "evenodd"
}
})
}));
};
exports.LIMapCar = LIMapCar;