UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.25 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DollarSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 0a.75.75 0 0 1 .75.75v.744c1.084.15 1.852.623 2.358 1.23.59.706.772 1.526.772 2.039a.75.75 0 0 1-1.5 0c0-.218-.093-.682-.423-1.078-.304-.363-.867-.74-1.957-.74s-1.609.372-1.875.715a1.9 1.9 0 0 0-.375 1.104c0 .279.042.627.325.984.292.368.92.843 2.294 1.19 1.574.399 2.56 1.013 3.151 1.715.598.71.729 1.437.73 1.929.001.499-.178 1.403-.805 2.2-.555.705-1.423 1.277-2.695 1.44v1.028a.75.75 0 0 1-1.5 0v-1.014c-1.204-.105-2.1-.467-2.725-1.016A2.97 2.97 0 0 1 3.5 10.964a.75.75 0 1 1 1.5 0c0 .373.132.793.515 1.129.39.342 1.127.674 2.485.674 1.258 0 1.91-.46 2.266-.912.387-.492.485-1.053.484-1.27 0-.222-.055-.582-.378-.966-.33-.392-1-.88-2.37-1.226C6.431 7.996 5.463 7.39 4.9 6.68a2.98 2.98 0 0 1-.65-1.92 3.4 3.4 0 0 1 .691-2.022c.483-.62 1.232-1.095 2.309-1.244V.75A.75.75 0 0 1 8 0", clipRule: "evenodd" }))); }); DollarSIcon.displayName = 'DollarSIcon';