Storybook: https://ubie-oss.github.io/ubie-icons/storybook-static/
// with npm
npm install @ubie/ubie-icons
// with yarn
yarn add @ubie/ubie-icons
// with npm
npm install @ubie/ubie-icons react-native-svg
// with yarn
yarn add @ubie/ubie-icons react-native-svg
import { Twitter } from '@ubie/ubie-icons';
export const TwitterButton = () => (
<button type="button">
<Twitter />
Twitter
</button>
);
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.
This icon set is licensed under the MIT License.