Installation
Get started with the Meteor Icon Kit by installing the package in your project.Prerequisites
Before installing the Icon Kit, ensure you have Node.js and a package manager installed:- npm (comes with Node.js)
- yarn (optional alternative)
- pnpm (optional alternative)
Install the Package
Choose your preferred package manager:Import CSS Styles
After installation, you need to import the Icon Kit styles into your project. The styles enable proper rendering and allow for dynamic color changes.Option 1: SCSS/Sass Import
If your project uses Sass or SCSS, import the styles directly:Option 2: CSS Import
For standard CSS, link to the compiled stylesheet:Option 3: JavaScript Import
In modern bundlers (Vite, Webpack), you can import CSS directly in your JavaScript:Verify Installation
To verify the installation was successful, try importing an icon:Package Structure
After installation, the package contains:TypeScript Support
If you’re using TypeScript and importing SVGs as modules, you may need to add type declarations:Next Steps
Now that you’ve installed the Icon Kit, learn how to use icons in your application:- Usage - Learn how to use icons
- Icon Library - Browse available icons