@icongo/li
Version:
LibreICONS Icons
14 lines • 647 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMapFuel = props => /*#__PURE__*/_jsx("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", {
d: "M8.8 11.8V2.194C8.8 1.54 8.26 1 7.595 1h-4.79A1.2 1.2 0 0 0 1.6 2.194V11.8H1V13h8.4v-1.2h-.6zm-6-9.6h4.8v3.6H2.8V2.2zm6 4.8h.6c.662 0 1.2.539 1.2 1.199v1.807a.6.6 0 0 0 1.2 0V7l-1.2-1.2V4.6L9.4 3.4l.6-.6 3 3V10c0 .994-.808 1.8-1.8 1.8-.994 0-1.8-.808-1.8-1.8V8.2h-.6V7z"
})
}));
export { LIMapFuel };