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/iconsUsage
<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.