JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q43495F
  • License MIT

A set of standalone icon components for views with zero dependencies. Designed for excellent tree shaking. HeroIcons Outline

Package Exports

  • @iconify-prerendered/vue-heroicons-outline
  • @iconify-prerendered/vue-heroicons-outline/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@iconify-prerendered/vue-heroicons-outline) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

HeroIcons Outline components for Vue

A set of icon-components.

Each icon in set is standalone component, so you can easily use it.

  • No plugins required. Compatible with any builder.
  • The icon code is embedded in your bundle.
  • Supports tree shaking, so only those icons that you have used will be included in the bundle.
  • Works offline.
  • Does not require any external resources like fonts or css.
  • Zero dependencies.
  • Powered by iconify.

Usage

<script setup>
// Import components as usual
import {
    IconColorSwatch,
    IconLibrary,
    IconReceiptRefund
} from '@iconify-prerendered/vue-heroicons-outline'
</script>

<template>
  <!-- And just use it in template -->
  <IconColorSwatch/>
  <IconLibrary/>
  <IconReceiptRefund/>
</template>

That's all you need. No bundler plugins or IDE extensions. It just works.

See full docs or other available icons sets.