polestar-icons
TypeScript icon, indicating that this package has built-in type declarations

0.10.22 • Public • Published

polestar-icons

npm Build Status Dependencies DevDependencies GitHub license

polestar-icons

Installation

npm install polestar-icons --save

Then add it to your babel configuration like so: (.babelrc or babel.config.js)

{
  "plugins": [
        "syntax-dynamic-import"
    ]
}

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import Icon from 'polestar-icons';

const App = () => (
    <Icon name="icon-name" />
);

ReactDOM.render(
  <App />,
  document.getElementById('app')
);

Examples

To run and development examples:

  1. Clone this repo
  2. Run npm install
  3. Start the development server with npm start
  4. Point your browser to http://localhost:4100

Documentation

https://nkiateam.github.io/polestar-icons/

svg 생성 가이드

  1. 사이즈 조절 가능
  2. css(className 설정) 로 제어 가능

License

The MIT License (MIT)

Readme

Keywords

Package Sidebar

Install

npm i polestar-icons

Weekly Downloads

5

Version

0.10.22

License

MIT

Unpacked Size

6.77 MB

Total Files

62

Last publish

Collaborators

  • younghak
  • nkia
  • elle510
  • hjinha2000
  • kjuhwa