JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 151851
  • Score
    100M100P100Q223119F
  • License MIT

Scalar’s icon library

Package Exports

  • @scalar/icons
  • @scalar/icons/library

Readme

Scalar Icons

The icon library that we use to provide user selectable icons.

Installation

npm add @scalar/icons

Usage

<script setup lang="ts">
import { LibraryIcon } from '@scalar/icons/library'
</script>

<template>
  <LibraryIcon src="basic-shape-diamond" />
</template>

Community

We are API nerds. You too? Let’s chat on Discord: https://discord.gg/scalar

License

The source code in this repository is licensed under MIT.