iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 817 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const MapMarker = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.5 7.662a6.661 6.661 0 1 1 13.323 0c0 3.679-6.662 11.102-6.662 11.102S3.5 11.341 3.5 7.662zm6.661-5.552a5.558 5.558 0 0 0-5.55 5.552c0 2.116 3.126 6.532 5.55 9.409 2.425-2.877 5.552-7.293 5.552-9.41 0-3.06-2.49-5.55-5.552-5.55zm-2.22 4.44a2.22 2.22 0 1 1 4.441 0 2.22 2.22 0 0 1-4.441 0zm3.33.001a1.11 1.11 0 1 0-2.22 0 1.11 1.11 0 0 0 2.22 0z", fill: "#000", fillRule: "evenodd" }));
exports.default = MapMarker;