1.1.2 • Published 8 months ago

inprint-icons v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

InPrint icons

Icon pack intended for use in InPrint, made for Vue.js

Installation

Install inprint-icons with npm

  npm install inprint-icons

Usage/Examples

Single icon

<script setup>
import { Globe } from "inprint-icons";
</script>

<template>
  <div>
    <h1>
      Hello World !
      <Globe class="w-5 h-5 text-blue-500" />
    </h1>
  </div>
</template>

Multiple icons

<script setup>
import { Globe, Map, Magnify, QuestionMark  } from "inprint-icons";
</script>

<template>
  <div>
    <h1>
      Hello World !
      <Globe class="w-5 h-5 text-blue-500" />
      <Map class="w-5 h-5 text-blue-500" />
      <Magnify class="w-5 h-5 text-blue-500" />
      <QuestionMark class="w-5 h-5 text-blue-500" />
    </h1>
  </div>
</template>

Style with tailwindcss

1.1.1

8 months ago

1.0.19

8 months ago

1.1.0

8 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.1.2

8 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.0

9 months ago