New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@iconify/icons-entypo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iconify/icons-entypo

Iconify icon components for React for Entypo+

  • 1.0.4
  • npm
  • Socket score

Version published
Weekly downloads
130
decreased by-53.24%
Maintainers
1
Weekly downloads
 
Created
Source

Entypo+ 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-entypo --save

If you are using Yarn:

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

Usage

import { Icon, InlineIcon } from "@iconify/react";
import bellIcon from "@iconify/icons-entypo/bell";
import imageIcon from "@iconify/icons-entypo/image";
<Icon icon={bellIcon} />
<p>This is some text with icon adjusted for baseline: <InlineIcon icon={imageIcon} /></p>

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

About Entypo+

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

FAQs

Package last updated on 05 Apr 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc