UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 891 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 MapPinned = (props) => React.createElement("svg", { className: "lucide lucide-map-pinned", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 01-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0112 0" }), React.createElement("circle", { cx: "12", cy: "8", r: "2" }), React.createElement("path", { d: "M8.714 14h-3.71a1 1 0 00-.948.683l-2.004 6A1 1 0 003 22h18a1 1 0 00.948-1.316l-2-6a1 1 0 00-.949-.684h-3.712" })); exports.default = MapPinned;