@ultraviolet/icons
v5.0.0
Published
Ultraviolet Icons
Readme
Ultraviolet Icons
Ultraviolet Icons is a set of components based on SVG icons. It provides a set of icons that can be used in your projects.
Get Started
$ pnpm add @ultraviolet/icons @ultraviolet/themesYou can then add ThemeProvider to your applications and use the provided theme from @ultraviolet/themes or use your own.
import { SdkGoProductIcon } from '@ultraviolet/icons/product'
import { theme, ThemeProvider } from '@ultraviolet/themes'
const App = () => (
<ThemeProvider theme={theme}>
<SdkGoProductIcon size="medium" variant="primary"/>
</ThemeProvider>
)Note: To generate your own theme easily you can check the theme generator.
Documentation
Checkout our documentation website.
Contributing
📝 You can participate in the development and start contributing to it.
