Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@devtools-ds/icon
Advanced tools
A set of React-packaged SVG icons commonly used in developer tools.
A set of React-packaged SVG icons commonly used in developer tools.
npm i @devtools-ds/icon
# or with yarn
yarn add @devtools-ds/icon
By default, all icons are set to aria-hidden
and focusable="false"
in order to hide them from screen readers and stop focus on Microsoft browsers. Most of the time, these icons will be accompanied by text which should properly label them. If your icon is being used as a button, wrap it in a button component with the proper labeling instead of labeling the icon.
Icons are packaged as individual React components.
import { AlertIcon } from "@devtools-ds/icon";
// individual icon
<AlertIcon />;
There are three ways to size the icons: a size prop, inline, or with width and height. I've included an example of each below.
import { AlertIcon } from '@devtools-ds/icon';
// This will resize based on the four preset icon sizes used in the design system.
<AlertIcon size="large"/>
// This will inherit the fontSize attribute in order to work inline with text.
<AlertIcon inline />
// This will resize using normal SVG resize controls
<AlertIcon width="30px" />
The inline prop makes the icon inherit the fontSize css attribute, and position itself inline with text around it. By default, the icon has fill="currentColor"
set based on the currentColor css attribute. This will inherit the surrounding font color, but can be overwritten as needed.
Thanks goes to these wonderful people (emoji key):
Tyler Krupicka 💻 📖 🎨 🚇 💡 ⚠️ | Adam Dierkens 💻 | kharrop 🎨 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
A set of React-packaged SVG icons commonly used in developer tools.
The npm package @devtools-ds/icon receives a total of 33 weekly downloads. As such, @devtools-ds/icon popularity was classified as not popular.
We found that @devtools-ds/icon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.