Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@cocokits/common-icons

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocokits/common-icons

This package provides a set of high-quality SVG icons designed for integration across Cocokits packages. The icons are theme-friendly and can be easily customized to match any design system.

latest
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@cocokits/common-icons

Overview

This package provides a set of high-quality SVG icons designed for integration across Cocokits packages. The icons are theme-friendly and can be easily customized to match any design system.

Features

  • Scalable and crisp SVG icons.
  • Compatible with various themes.
  • Easy to integrate and use with SvgIcon component

Usage

Import and use an icon in your project:

React

import { Icons } from '@cocokits/common-icons';
import { SvgIcon } from '@cocokits/react-components';

<SvgIcon icon={Icons.YOUR_ICON_NAME}/>

Angular

import { Icons } from '@cocokits/common-icons';
import { SvgIconComponent } from '@cocokits/angular-components';

// <cck-svg-icon [icon]="Icons.YOUR_ICON_NAME"/>

Contributing

Contributions are welcome! Please refer to our Contributing Guidelines for more details.

License

This project is licensed under the Apache License. See the LICENSE file for more information.

FAQs

Package last updated on 19 Jul 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