UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.09 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 Pin = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("g", { clipPath: "url(#clip0)" }, React.createElement("path", { d: "M15.418 4.5l-.865-.375-1.46 1.46-4.015-.649a2.97 2.97 0 00-.941-1.322A2.893 2.893 0 006.65 3l-.498.498.055 3.818L.5 7.309l1.037 1.036h4.69l.041 3.355.519.518a2.71 2.71 0 002.359-1.868l4.002-.525 1.5 1.5.852-.348-.082-6.477zm-1.725 4.452l-.436-.15-4.514.6-.388.307a2.507 2.507 0 01-1.064 1.377V8.36l-.054-4.186c.513.335.899.831 1.097 1.411l.403.32 4.534.73.422-.136.784-.784.055 4.036-.839-.798z", fill: "#424242" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = Pin;