iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 813 B
JavaScript
;
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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-pinned", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M16 3a1 1 0 01.117 1.993L16 5v4.764l1.894 3.789a1 1 0 01.1.331L18 14v2a1 1 0 01-.883.993L17 17h-4v4a1 1 0 01-1.993.117L11 21v-4H7a1 1 0 01-.993-.883L6 16v-2a1 1 0 01.06-.34l.046-.107L8 9.762V5a1 1 0 01-.117-1.993L8 3h8z" }));
exports.default = Pinned;