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

@wordpress/icons

Package Overview
Dependencies
Maintainers
16
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/icons

WordPress Icons package, based on dashicon.

2.7.0
Source
npm
Version published
Weekly downloads
100K
6.39%
Maintainers
16
Weekly downloads
 
Created
Source

Icons

WordPress Icons Library.

Installation

Install the module:

npm install @wordpress/icons --save

This package assumes that your code will run in an ES2015+ environment. If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using core-js or @babel/polyfill will add support for these methods. Learn more about it in Babel docs.

Usage

import { Icon, check } from '@wordpress/icons';

<Icon icon={ check } />

Props

NameTypeDefaultDescription
sizeinteger24Size of icon in pixels.



Code is Poetry.

Keywords

wordpress

FAQs

Package last updated on 06 Oct 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