0.8.0 • Published 2 years ago

@blend-metrics/icons v0.8.0

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

Installation instructions

First, install @blend-metrics/icons from npm:

npm install @blend-metrics/icons

Now each icon can be imported individually as a React component:

import { AngelListDefault } from "@blend-metrics/icons/social";

function MyComponent() {
  return (
    <div>
      <AngelListDefault className="h-6 w-6 text-blue-500" />
      <p>...</p>
    </div>
  );
}

import { AngelListSolid } from "@blend-metrics/icons/social-solid";

function MyAnotherComponent() {
  return (
    <div>
      <AngelListSolid className="h-6 w-6 text-gray-500" />
      <p>...</p>
    </div>
  );
}

The social icons can be imported from @blend-metrics/icons/social as well as @blend-metrics/icons/social-solid

Likewise, the country icons can be imported from @blend-metrics/icons/flags

Similarly, you can import the payment method icons from @blend-metrics/icons/payment-methods

We've also got integration icons which can be imported from @blend-metrics/icons/brands

Design system of Blend Metrics also got a whole variety of icons which you can import from @blend-metrics/icons

The special icons can be imported from @blend-metrics/icons/special

0.8.0

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago