Skip to content

Icon

We use Iconify and Fontawesome as our data source of icons.

Fontawesome

Font Awesome is the Internet's icon library

Code
vue
<template>
  <base-icon icon="i-fad-books" />
</template>

Icones

You can refer to Icônes or Iconify for all the collections available.

Code
vue
<template>
  <base-icon icon="i-ph-alarm-bold" />
  <base-icon icon="i-material-symbols-airport-shuttle" />
</template>

Icon API

Props

NameTypeDefaultDescription
iconstringIcon attribute is required.
fixedWidthbooleantrueIcon fixed width.

Released under the MIT License.