Socket
Socket
Sign inDemoInstall

@iconify/icons-raphael

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @iconify/icons-raphael

Iconify icon components for React for Raphael


Version published
Maintainers
1
Created

Readme

Source

Raphael for Iconify for React

This package includes individual files for each icon, ready to be imported into React project with Iconify for React.

Each icon is in its own file, so you can bundle several icons from different icon sets without bundling entire icon sets.

Installation

If you are using NPM:

npm install @iconify/react @iconify/icons-raphael --save

If you are using Yarn:

yarn add @iconify/react @iconify/icons-raphael

Usage

import { Icon, InlineIcon } from "@iconify/react";
import homeIcon from "@iconify/icons-raphael/home";
import cloudIcon from "@iconify/icons-raphael/cloud";
<Icon icon={homeIcon} />
<p>This is some text with icon adjusted for baseline: <InlineIcon icon={cloudIcon} /></p>

See https://github.com/iconify/iconify-react for details.

About Raphael

Icons author: [object Object] License: [object Object]

FAQs

Last updated on 03 Oct 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc