0.1.10 • Published 2 years ago

@mindyjs/icons v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Mindyjs React Icons @mindyjs/icons

npm npm

The brand new React implementation Remixicons Icons library to use as React components.

Currently 2271 neutral-style icons!

remix-icons

Installation

npm install @mindyjs/icons --save

or

yarn add @mindyjs/icons

Usage

import { RiStore3Line } from "@mindyjs/icons";

export default function App() {
  return <RiStore3Line />;
}

You can pass whatever props you want:

<RiStore3Line className="ml-4" />

You can also include the whole icon pack:

import * as Icon from "@mindyjs/icons";

export default function App() {
  return <Icon.RiStore3Line />;
}

You can also use MdIcons component:

import { MdIcons } from "@mindyjs/icons";

export default function App() {
  return <MdIcons name="RiHomeLine" />;
}

The icon names are the PascalCase version of the original name. Examples: ri-store-3-lineRiStore3Line, ri-store-fillRiStoreFill.

IconProps

NameDefaultdescription
assvgdesignate a parent element to wrap the svg element, note: all props will apply to the element defined by as
...propsYou can pass whatever props you want

Figma icon set

You can install it from the Figma app: Remix Icons set in Figma

More options

work in progress ...

Follow us

License

Collaborators

0.1.10

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago