Socket
Book a DemoInstallSign in
Socket

@bigcommerce/big-design-icons

Package Overview
Dependencies
Maintainers
11
Versions
61
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.

latest
Source
npmnpm
Version
1.6.0
Version published
Weekly downloads
2.5K
-2.53%
Maintainers
11
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 pnpm:

pnpm 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:

pnpm run download

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

pnpm run build:icons

FAQs

Package last updated on 15 Sep 2025

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