UNPKG

@unowallet/token-price-widget

Version:

Uno Wallet Token Price Widget for displaying token price information and linking to uno wallet for swapping

6 lines (5 loc) 296 B
import { jsx as _jsx } from "react/jsx-runtime"; import { DownIcon } from "./DownIcon"; export const UpIcon = ({ width = 16, height = 16, color = "#10b981", className, }) => { return (_jsx(DownIcon, { className: `${className} scale-y-[-1]`, width: width, height: height, color: color })); };