@cocokits/common-icons
v1.1.1
Published
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.
Readme
@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.
