@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 943 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandGoogleMaps = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandGoogleMaps = function LIBrandGoogleMaps(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: "M7 1a3.75 3.75 0 0 0-3.383 5.37C3.63 6.398 7 13 7 13l3.342-6.548A3.75 3.75 0 0 0 7 1Zm0 6a2.25 2.25 0 1 1 0-4.5A2.25 2.25 0 0 1 7 7Z"
})
}));
};
exports.LIBrandGoogleMaps = LIBrandGoogleMaps;