@ubie/ubie-icons
TypeScript icon, indicating that this package has built-in type declarations

0.6.2 • Public • Published

Ubie Icons

Storybook: https://ubie-oss.github.io/ubie-icons/storybook-static/

Installation

Web

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

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

React Native

// with npm
npm install @ubie/ubie-icons react-native-svg

// with yarn
yarn add @ubie/ubie-icons react-native-svg

Usage

Web

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

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

React Native

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @ubie/ubie-icons

Weekly Downloads

895

Version

0.6.2

License

MIT

Unpacked Size

1.69 MB

Total Files

1694

Last publish

Collaborators

  • hokaccha
  • ubie-admin
  • takanorip
  • monchi