@lukadriel/webfont-medical-icons
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Webfont Medical Icons

Description

This library is based on the original Webfont Medical Icons. The particularity of this version is the compatibility with Quasar Framework SVG Icons.

Usage

Import the icons you want to use as follow:

<template>
  <div>
    <q-icon :name="tabMenu" />
    <q-btn :icon="medAdministration" />
  </div>
</template>

<script>
    import { medAccessibility, medAdministration } from '@lukadriel/webfont-medical-icons';
    export default {
    // ...
    setup () {
        return {
            medAccessibility,
            medAdministration
        }
    }
    }
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @lukadriel/webfont-medical-icons

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.82 MB

Total Files

157

Last publish

Collaborators

  • lukadriel