UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 864 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-.648 4.016a2.97 2.97 0 00-1.323.94c-.341.428-.554.944-.614 1.487l.498.498 3.818-.055L6.91 16l1.037-1.036v-4.691l3.354-.041.518-.518a2.71 2.71 0 00-1.868-2.36l-.525-4.002 1.5-1.5L10.578 1 4.1 1.082zm4.453 1.725l-.15.436.6 4.514.306.389c.572.178 1.06.556 1.378 1.063H7.959l-4.186.055c.335-.513.832-.9 1.411-1.098l.321-.402.73-4.534-.137-.423-.784-.784 4.036-.055-.797.839z", fill: "#424242" })); exports.default = Pinned;