iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 905 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 Tag = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2 2H8.017l-.353.146L1 8.81v.707L6.183 14.7h.707l2.215-2.215A4.48 4.48 0 0015.65 9c.027-.166.044-.332.051-.5a4.505 4.505 0 00-2-3.74V2.5l-.5-.5zm-.5 2.259A4.504 4.504 0 0011.2 4a.5.5 0 100 1 3.5 3.5 0 011.5.338v2.138L8.775 11.4a.506.506 0 00-.217.217l-2.022 2.022-4.475-4.476L8.224 3H12.7v1.259zm1 1.792a3.5 3.5 0 011 2.449 3.438 3.438 0 01-.051.5 3.487 3.487 0 01-4.793 2.735l3.698-3.698.146-.354V6.051z", fill: "#C5C5C5" }));
exports.default = Tag;