https://github.com/chequer-io/qp-icon
https://github.com/chequer-io/qp-icon
owner-bruce team-fe
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chequer-io/qp-icon
- Owner: chequer-io
- Created: 2022-02-07T07:58:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:16:26.000Z (7 months ago)
- Last Synced: 2025-04-15T06:11:51.386Z (about 2 months ago)
- Topics: owner-bruce, team-fe
- Language: TypeScript
- Homepage: https://chequer-io.github.io/qp-icon/
- Size: 11.9 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
QueryPie Icon Plugin
QueryPie is next-generation Cloud Data Protection Platform(CDPP).
This repository generates React components from SVG files for all icons used in QueryPie.
## Install
```bash
npm install qp-icon
```## Example
```JavaScript
import { QILogout } from 'qp-icon';function App() {
return
Logout
}
```## Getting started for Development
First, run the development server:
```bash
npm install
npm run storybook
```Open [http://localhost:6006](http://localhost:6006) with your browser to see the result.
## How to update the icons
Please refer to [Development](./DEVELOPMENT.md).
## Icon designer
- Chloe