hiloki / ubie-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubie Icons

Installation

// with npm
npm install @ubie/ubie-icons

// with yarn
yarn add @ubie/ubie-icons

Usage

import { Twitter } from '@ubie/ubie-icons';

export const TwitterButton = () => (
  <button type="button"><Twitter />Twitter</button>
)

currentColor is set for the icon's path, so you can change the color using CSS.

License

This icon set is licensed under the MIT License.

About

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%