UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.85 kB
"use strict"; 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 MapMarker1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.412 6.031a.9.9 0 01.9-.9h.01a.9.9 0 110 1.8h-.01a.9.9 0 01-.9-.9z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.321 11.998l-.47.584-.003-.002-.003-.002-.01-.008-.033-.028a10.673 10.673 0 01-.518-.473c-.328-.32-.765-.782-1.204-1.357-.864-1.132-1.799-2.784-1.799-4.68a4.031 4.031 0 118.063 0c0 1.894-.93 3.546-1.789 4.678a12.525 12.525 0 01-1.596 1.73 7.64 7.64 0 01-.117.1l-.033.029-.01.008-.003.002-.001.001-.474-.582zM12.313 3.5A2.531 2.531 0 009.78 6.031c0 1.417.71 2.747 1.492 3.771.379.497.76.901 1.047 1.182.286-.28.664-.684 1.04-1.18.777-1.024 1.484-2.355 1.484-3.773A2.531 2.531 0 0012.313 3.5z", fill: "#323544" }), React.createElement("path", { d: "M12.321 11.998l.473.583a.75.75 0 01-.944 0l.471-.583z", fill: "#323544" }), React.createElement("path", { d: "M8.887 11.621c.37.484.737.896 1.052 1.223v5.704l4.754-1.141V12.85a13.96 13.96 0 001.5-1.854v6.416l3.69.904a.75.75 0 00.929-.729V7.177a.75.75 0 00-.572-.73l-2.399-.587a5.517 5.517 0 00-.292-1.616l3.048.747a2.25 2.25 0 011.715 2.185v10.412a2.25 2.25 0 01-2.785 2.185l-3.915-.959a.75.75 0 00-.354 0l-5.542 1.33a2.25 2.25 0 01-1.06-.003l-4.629-1.133a2.25 2.25 0 01-1.715-2.186V6.411a2.25 2.25 0 012.786-2.186l1.85.453a5.543 5.543 0 00-.166 1.504l-2.041-.5a.75.75 0 00-.928.729v10.411a.75.75 0 00.571.729l4.055.993v-7.548c.151.225.302.434.448.625z", fill: "#323544" })); exports.default = MapMarker1;