@raid-ui/icons
Version:
@raid-ui icon components
1 lines • 908 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":"DollarSign-icon"},r?React.createElement("title",{id:e},r):null,React.createElement("path",{d:"M12 1v22M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6"}));export const DollarSign=t=>React.createElement(Icon,t,React.createElement(O,_extends({strokeWidth:t.strokeWidth,title:t.title,titleId:t.titleId},t)));DollarSign.defaultProps={strokeWidth:2,title:"DollarSign",titleId:"DollarSign-icon"};