UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 634 B
"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 MapPin5 = (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: "M13.254 13.538a5.376 5.376 0 10-1.5 0v8.552a.75.75 0 101.5 0v-8.552zM8.629 8.215a3.875 3.875 0 117.75 0 3.875 3.875 0 01-7.75 0z", fill: "#323544" })); exports.default = MapPin5;