
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@commercetools-uikit/icons
Advanced tools
import { ExportIcon } from '@commercetools-frontend/ui-kit';
<ExportIcon />;
You can find a list of all available icons in the UIKit.
@commercetools-frontend/ui-kit/icons/svgnpm start in development)| Props | Type | Required | Values | Default | Description | 
|---|---|---|---|---|---|
size | string | 'small', 'medium', 'big', 'scale' | 'big' | Specifies the icon size (if scale is selected, the dimensions will scale according with the parents) | |
color | string | 'solid', 'neutral60', 'info', 'primary', 'primary40', 'warning', 'error' | 'solid' | Specifies the icon color | 
Main use cases are:
Buttons
<SecondaryButton
  onClick={() => {}}
  iconLeft={<ExportIcon />}
  label={this.props.intl.formatMessage(messages.exportList)}
/>
Icon Buttons
<IconButton
  onClick={() => {}}
  icon={<ExportIcon />}
  label={this.props.intl.formatMessage(messages.exportList)}
/>
FAQs
All SVG icons are rendered as React components.
The npm package @commercetools-uikit/icons receives a total of 7,421 weekly downloads. As such, @commercetools-uikit/icons popularity was classified as popular.
We found that @commercetools-uikit/icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.