ab-nextjs-icons
v0.1.2
Published
⭐️ A lightweight collection of icons for abElements created by Abraham Ukachi, and optimized for Next.js applications 😎.
Downloads
42
Maintainers
Readme
ab-nextjs-icons
IMPORTANT: This is a work in progress and subject to major changes until version 1.0.
⭐️ This is a lightweight collection of icons for abElements created by Abraham Ukachi, and optimized for Next.js applications 😎.
Getting Started
Installation
npm
npm i ab-nextjs-icons pnpm
pnpm install ab-nextjs-icons Usage
ts
import { AbElementsLogo } from "ab-nextjs-icons/logos"
Icons
A list of all the supported icons and their current status:
| No. | Name | File | Status |
|:----|:-----|:-----|:-------|
| 1 | Material Icons | material-icons/index.css | Done |
| 2 | Ant Design Icons | ant-design-icons/index.css | Pending |
NOTE: See google's material icons/symbols for more details.
Logos
A list of all the supported logos and their current status:
| No. | Name | File | Status |
|:----|:-----|:-----|:-------|
| 1 | AbElementsLogo | logos/ab-elements-logo.svg | Done |
| 2 | AbLogoDark | logos/ab-logo-dark.svg | Done |
| 3 | AbLogoLight | logos/ab-logo-light.svg | Done |
| 4 | AbLogo | logos/ab-logo.svg | Done |
| 5 | AbrahamUkachiLogo | logos/abraham-ukachi-logo.svg | Done |
| 6 | GithubLogo | logos/github-logo.svg | Done |
| 7 | NextLogo | logos/next-logo.svg | Done |
| 8 | VercelLogo | logos/vercel-logo.svg | Done |
NOTE:
Pics
A list of all the supported pics and their current status:
| No. | Name | File | Status |
|:----|:-----|:-----|:-------|
| 1 | MePic | pics/me.svg | In progress |
| 2 | MePicNobg | pics/me-nobg.svg | In progress |
NOTE:
Launchers
A list of all the supported launchers and their current status:
| No. | Name | File | Status |
|:----|:-----|:-----|:-------|
| 1 | AbContainedLauncher | launchers/ab-contained-launcher.svg | Pending |
NOTE:
Learn More abElements
To learn more about abElements, take a look at the following resources:
- abElements Documentation - learn about
abElementsfeatures and API. - abElements Animations - learn about animations in
abElements. - abElements Core - learn about core in
abElements. - abElements Theme - learn about theme in
abElements. - abElements Icons - learn about icons in
abElements. - abElements Components - learn about components in
abElements. - abElements Fonts - learn about fonts in
abElements. - abElements Hooks - learn about hooks in
abElements.
You can check out the abElements GitHub repository for more details.
License
This ab-nextjs-icons project is MIT Licensed ;)
