iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.16 kB
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 MapMarker5 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.504 6.475a3.835 3.835 0 100 7.67 3.835 3.835 0 000-7.67zm-2.335 3.835a2.335 2.335 0 114.67 0 2.335 2.335 0 01-4.67 0z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.503 2.84a7.472 7.472 0 00-7.472 7.472c0 2.804 1.072 5.357 2.345 7.406 1.275 2.053 2.782 3.648 3.727 4.551a2.033 2.033 0 002.836-.004c.94-.904 2.439-2.5 3.706-4.551 1.266-2.049 2.33-4.6 2.33-7.402a7.472 7.472 0 00-7.472-7.472zm-5.972 7.472a5.972 5.972 0 1111.944 0c0 2.425-.925 4.702-2.106 6.613-1.179 1.909-2.583 3.406-3.47 4.26a.534.534 0 01-.76 0c-.89-.852-2.303-2.35-3.49-4.258-1.187-1.913-2.118-4.19-2.118-6.615z", fill: "#323544" }));
exports.default = MapMarker5;