roadtrip-icons-neo
v1.0.0-RC2
Published
Welcome to **Roadtrip Icons Neo** – an icon library designed specifically for **Nuxt 3** and **Vue** applications. These icons are sourced from a dedicated **Figma library** to maintain consistency across design and development. Each icon is available in
Downloads
129
Readme
Roadtrip Icons Neo
Welcome to Roadtrip Icons Neo – an icon library designed specifically for Nuxt 3 and Vue applications. These icons are sourced from a dedicated Figma library to maintain consistency across design and development. Each icon is available in four sizes to meet various layout needs and includes helpful keywords to make searching quick and easy. The icons are based on Lucide Icons, a open-source icon library.
Features
4 Icon Sizes: Each icon comes in four sizes:
xs
- Extra Smallsm
- Smallmd
- Mediumlg
- Large
Keyword Search: Icons are tagged with keywords, enabling efficient and targeted searches to quickly locate the right icons for your project.
Installation
Install the Roadtrip Icons Neo library via npm:
npm install roadtrip-icons-neo
Usage
To use an icon in your Nuxt 3 project, simply import the icon component and specify its size as needed:
<template>
<RtIcon name="icon-name" size="md" />
</template>
<script setup>
import RtIcon from 'roadtrip-icons-neo'
</script>
Available Sizes
| Size | Description | |------|--------------------| | xs | Extra Small (16px) | | sm | Small (20px) | | md | Medium (24px) | | lg | Large (32px) |
License
This library is licensed under the MIT License. See the LICENSE file for details.
Thank you for choosing Roadtrip Icons Neo! Happy designing and developing!