UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 904 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 Pin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-pin", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M15.113 3.21l.094.083 5.5 5.5a1 1 0 01-1.175 1.59l-3.172 3.171-1.424 3.797a1 1 0 01-.158.277l-.07.08-1.5 1.5a1 1 0 01-1.32.082l-.095-.083L9 16.415l-3.793 3.792a1 1 0 01-1.497-1.32l.083-.094L7.585 15l-2.792-2.793a1 1 0 01-.083-1.32l.083-.094 1.5-1.5a1 1 0 01.258-.187l.098-.042 3.796-1.425 3.171-3.17a1 1 0 011.497-1.26z" })); exports.default = Pin;