
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@haiilo/catalyst-icons
Advanced tools
This project contains all icons for the Catalyst design system custom SVG icon set.
Install @haiilo/catalyst-icons in your Node.js powered apps with the
npm package:
npm install @haiilo/catalyst-icons
src directory. This can be done via the menu
on the top right or simply by dragging your icon into the web browser.Run workflow
button (Branch: main / Release level: patch).If you want to add a new icon to this repository, please make sure that your SVG icon conforms with the overall structure of the other SVG icons:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="{{ICON_PATH}}"/>
</svg>
This project is using npm as a package manager. This
is especially important if you want to add new dependencies to a project and
fail to provide an updated package-lock.json. This will cause the CI build to
fail. If dependencies in the package lock do not match those in package.json,
npm will exit with an error in the CI build, instead of updating the package
lock.
Run npm run build to build the project. The build artifacts will be stored in
the dist directory. SVG sprites and style definitions for different
preprocessors will automatically be generated in dist/style and dist/svg
respectively. Also, standalone HTML previews will become available in the dist
directory.
The preferred way to publish a new release is via the corresponding GitHub
Actions CI workflow. Navigate to Actions > Release
and trigger a manual CI release by clicking the Run workflow button
(Branch: main / Release level: patch).
The library can also be published locally by running npm publish. To simplyfy
the manual release process, you can use the following npm commands:
This project exists thanks to all the people who contribute.
The license is available within the main repository in the LICENSE file.
FAQs
Icon set for Catalyst Design System
We found that @haiilo/catalyst-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.