Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bigcommerce/big-design-icons

Package Overview
Dependencies
Maintainers
15
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigcommerce/big-design-icons

BigDesign Icons as React components.

  • 0.22.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.8K
decreased by-1.85%
Maintainers
15
Weekly downloads
 
Created
Source

BigDesign Icons npm version CircleCI

BigDesign Icons as React components.

Documentation

You can find documentation, list of icons, and examples on our docs page.

Quick start guide

Add BigDesign Icons and styled-components@5 to your project using npm:

npm install @bigcommerce/big-design-icons styled-components@5

or with yarn:

yarn add @bigcommerce/big-design-icons styled-components@5

Import any icon component and use it anywhere in your app.

import { StoreIcon } from '@bigcommerce/big-design-icons';

...

<App>
  <StoreIcon />
</App>

Adding New Icons

To add new icons, use the built-in script to download the svg from Material Icons - Rounded:

yarn run download

After you've searched and downloaded your icon(s), run the build script to convert your svgs into React components:

yarn run build:icons

FAQs

Package last updated on 09 Jan 2023

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