0.0.14 • Published 8 months ago

@odigos/ui-icons v0.0.14

Weekly downloads
-
License
-
Repository
github
Last release
8 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

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago