diff --git a/web/public/custom-components/coin.tsx b/web/public/custom-components/coin.tsx new file mode 100644 index 00000000..ee87cd89 --- /dev/null +++ b/web/public/custom-components/coin.tsx @@ -0,0 +1,31 @@ +import { rootCertificates } from 'tls' + +export default function Coin({ + size = 18, + color = '#66667C', + strokeWidth = 1.5, + fill = 'none', +}) { + return ( + + + + + ) +}