Icons List:https://vitals.ubie.life/elements/icons/
npm install @ubie/ubie-icons
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.
This icon set is licensed under the MIT License.