New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

free-react-icons

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

free-react-icons

A library of free (CC0) react icons

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

free-react-icons

This library contains free CC0 (Creative Commons Zero) Icons for react that can be used without attribution.

Current "Collections"

  • Jonh - A collection of CC0 Icons sourced from the Free CC0 Icons website (https://cc0-icons.jonh.eu/)

Usage

Icon components can accept all the props that an SVG element can accept. You can use the icons like this:

import { IconName } from 'free-react-icons/jonh';

const MyComponent = () => {
  return (
    <IconName />
  );
}

Contributions

If you want to add more icons, please create a pull request.

Rules:

  • The icons must be CC0 licensed (Some evidence/explanation of source must be provided in the PR)
  • Icon components must follow the same pattern as existing icon components.
  • Your icons should be either added to a new collection in (Most cases) or an existing collection if appropriate (i.e. a new icon in a set)
  • Your collection should be added to the index.tsx file in the root of the library.
  • Your collection should be added to the README.md file in the root of the library.

Keywords

react

FAQs

Package last updated on 09 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts