@raid-ui/icons
Version:
@raid-ui icon components
1 lines • 903 B
JavaScript
function _extends(){return(_extends=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}import*as React from"react";import{Icon}from"./icon.js";const O=({strokeWidth:t,titleId:e,title:r})=>React.createElement("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:t,strokeLinecap:"round",strokeLinejoin:"round",width:"100%",height:"100%",focusable:!1,"aria-labelledby":"Tag-icon"},r?React.createElement("title",{id:e},r):null,React.createElement("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 01-2.83 0L2 12V2h10l8.59 8.59a2 2 0 010 2.82zM7 7h.01"}));export const Tag=t=>React.createElement(Icon,t,React.createElement(O,_extends({strokeWidth:t.strokeWidth,title:t.title,titleId:t.titleId},t)));Tag.defaultProps={strokeWidth:2,title:"Tag",titleId:"Tag-icon"};