UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 795 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.TagsLegacy = void 0; const react_1 = __importDefault(require("react")); exports.TagsLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "m15.7 7.3-7-7C8.5.1 8.3 0 8 0H3c-.3 0-.5.1-.7.3l-2 2c-.2.2-.3.4-.3.7v5c0 .3.1.5.3.7l7 7c.2.2.4.3.7.3.3 0 .5-.1.7-.3l7-7c.4-.4.4-1 0-1.4ZM4.5 6C3.6 6 3 5.4 3 4.5S3.6 3 4.5 3 6 3.6 6 4.5 5.4 6 4.5 6Z" })));