0.0.14 • Published 11 months ago

@odigos/ui-icons v0.0.14

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

Odigos UI Icons

This library contains the SVG icons for some Odigos UI libraries (ui-components, ui-containers).

Installation

Using npm:

npm i @odigos/ui-icons

Using yarn:

yarn add @odigos/ui-icons

Usage

Wrap your app with the theme provider from @odigos/ui-theme:

import Theme from '@odigos/ui-theme'

const AppProviders = () => {
  return (
    <Theme.Provider>
      <App />
    </Theme.Provider>
  )
}

Import an icon, and call it with it's props:

import { OdigosLogo } from '@odigos/ui-icons'

const App = () => {
  return <OdigosLogo size={100} fill='#F5F5F5' />
}
0.0.14

11 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago