UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 865 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 Pinned = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.1 1.082l-.375.866 1.46 1.459-.649 4.016a2.97 2.97 0 00-1.322.94c-.341.428-.554.944-.614 1.487l.498.498 3.818-.055L6.909 16l1.036-1.036v-4.691l3.355-.041.518-.518a2.709 2.709 0 00-1.868-2.36l-.525-4.002 1.5-1.5L10.577 1 4.1 1.082zm4.452 1.725l-.15.436.6 4.514.307.389c.571.178 1.06.556 1.377 1.063H7.96l-4.186.055c.335-.513.831-.9 1.411-1.098l.32-.402.73-4.534-.136-.423-.784-.784 4.036-.055-.798.839z", fill: "#C5C5C5" })); exports.default = Pinned;