UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 812 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function TagIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "tag icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M9.115 7.615a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "m20.696 14.822-5.875 5.874a1.038 1.038 0 0 1-1.468 0L3.31 10.653a1.039 1.039 0 0 1-.305-.733L3 4.04C3 3.466 3.465 3 4.038 3h5.88c.275 0 .54.11.734.304l10.044 10.05a1.038 1.038 0 0 1 0 1.468ZM9.602 5H5l.004 4.604L14 18.5l4.5-4.5-8.898-9Z", clipRule: "evenodd" })] }); } exports.default = TagIcon;