8000 GitHub - ubie-oss/ubie-icons
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ubie-oss/ubie-icons

Repository files navigation

Ubie Icons

Icons List:https://vitals.ubie.life/elements/icons/

Installation

npm install @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.

Packages

No packages published

Contributors 16

0