JSPM

@stacksjs/iconify-token-branded

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q63302F
  • License MIT

Web3 Icons Branded icons for stx from Iconify

Package Exports

  • @stacksjs/iconify-token-branded

Readme

@stacksjs/iconify-token-branded

Web3 Icons Branded icons for stx from Iconify.

Installation

bun add @stacksjs/iconify-token-branded

Usage

In stx templates

<script>
  import { home } from '@stacksjs/iconify-token-branded'
  import { renderIcon } from '@stacksjs/iconify-core'

  export const homeIcon = renderIcon(home, { size: 24, color: 'currentColor' })
</script>

<div class="icon">
  {!! homeIcon !!}
</div>

In TypeScript/JavaScript

import { home, account, settings } from '@stacksjs/iconify-token-branded'
import { renderIcon } from '@stacksjs/iconify-core'

const svg = renderIcon(home, {
  size: 24,
  color: '#000000',
})

Available Icons

This package contains 2085 icons from Web3 Icons Branded.

License

MIT

License: https://github.com/0xa3k5/web3icons/blob/main/LICENCE

Credits