@icongo/li
Version:
LibreICONS Icons
14 lines • 646 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMapCase = 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: "M4.6 3.7H2.194C1.54 3.7 1 4.239 1 4.904v5.992c0 .666.535 1.204 1.194 1.204H2.8V3.7h.6v8.4h7.2V3.7h.6v8.4h.606c.655 0 1.194-.539 1.194-1.204V4.904c0-.666-.535-1.204-1.194-1.204H9.4v-.6c0-.667-.537-1.2-1.199-1.2H5.8c-.667 0-1.199.537-1.199 1.2v.6zm1.2-.6h2.4v.6H5.8v-.6z"
})
}));
export { LIMapCase };