Skip to content

chequer-io/qp-icon

Repository files navigation

QueryPie Logo



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

npm install qp-icon

Example

import { QILogout } from 'qp-icon';

function App() {
  return <div>
    <QILogout /> Logout
  </div>
}

Getting started for Development

First, run the development server:

npm install
npm run storybook

Open http://localhost:6006 with your browser to see the result.

How to update the icons

Please refer to Development.

Icon designer

  • Chloe