Socket
Socket
Sign inDemoInstall

@godaddy-wordpress/coblocks-icons

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@godaddy-wordpress/coblocks-icons

CoBlocks Icons.


Version published
Weekly downloads
3
decreased by-90%
Maintainers
7
Weekly downloads
 
Created
Source

CoBlocks Icons

Repository of icons used inside of CoBlocks, ready to use either as a React Component or plain SVG file.

See the complete list.

Install

npm install @godaddy-wordpress/coblocks-icons

Usage

Standalone

import { SettingsIcon } from '@godaddy-wordpress/coblocks-icons

return (
	<div>{ SettingsIcon }</div>
)

Using WordPress Icon for width/height control

import { Icon } from '@wordpress/icons';
import { SettingsIcon } from '@godaddy-wordpress/coblocks-icons';

return (
	<Icon icon={ SettingsIcon } size={ 32 } />
)

How to deploy

npm version minor
git push
git push --tags
npm publish

Keywords

FAQs

Package last updated on 05 Jul 2022

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