Gathering detailed insights and metrics for @bigcommerce/big-design-icons
Gathering detailed insights and metrics for @bigcommerce/big-design-icons
Gathering detailed insights and metrics for @bigcommerce/big-design-icons
Gathering detailed insights and metrics for @bigcommerce/big-design-icons
Design system that powers the BigCommerce ecosystem.
npm install @bigcommerce/big-design-icons
Typescript
Module System
Node Version
NPM Version
@bigcommerce/docs@1.6.1
Updated on Apr 30, 2025
@bigcommerce/big-design-patterns@3.0.1
Updated on Apr 30, 2025
@bigcommerce/big-design-icons@1.4.0
Updated on Apr 30, 2025
@bigcommerce/big-design@2.0.1
Updated on Apr 30, 2025
@bigcommerce/big-design-patterns@3.0.0
Updated on Apr 25, 2025
@bigcommerce/docs@1.6.0
Updated on Apr 25, 2025
TypeScript (98.27%)
MDX (1.28%)
JavaScript (0.43%)
HTML (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
54 Stars
1,591 Commits
66 Forks
39 Watchers
22 Branches
411 Contributors
Updated on Jul 08, 2025
Latest Version
1.4.0
Package Id
@bigcommerce/big-design-icons@1.4.0
Unpacked Size
6.48 MB
Size
1.22 MB
File Count
1,435
NPM Version
10.8.2
Node Version
20.19.1
Published on
Apr 30, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
3
30
BigDesign Icons as React components.
You can find documentation, list of icons, and examples on our docs page.
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.
1import { StoreIcon } from '@bigcommerce/big-design-icons'; 2 3... 4 5<App> 6 <StoreIcon /> 7</App>
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
No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More