UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 771 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 Tag = (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-tag", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M11.172 2a3 3 0 012.121.879l7.71 7.71a3.41 3.41 0 010 4.822l-5.592 5.592a3.41 3.41 0 01-4.822 0l-7.71-7.71A3 3 0 012 11.172V6a4 4 0 014-4zM7.5 5.5a2 2 0 00-1.995 1.85L5.5 7.5a2 2 0 102-2" })); exports.default = Tag;