0.0.14 • Published 1 year ago

@odigos/ui-icons v0.0.14

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

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago