@ringcentral/juno-icon
TypeScript icon, indicating that this package has built-in type declarations

1.69.0 • Public • Published

Juno-icon

Install

npm i @ringcentral/juno-icon
// or
yarn add @ringcentral/juno-icon

Use Icon

We can use any component with RcIcon prop symbol, pass component into symbol that will render svg icon with our RcIcon style.

import { RcIcon } from '@ringcentral/juno';

import { Phone } from '@ringcentral/juno-icon';

const App = (props) => {
  return (
    <RcThemeProvider>
      <RcIcon symbol={Phone} />
    </RcThemeProvider>
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i @ringcentral/juno-icon

Weekly Downloads

115

Version

1.69.0

License

MIT

Unpacked Size

7.42 MB

Total Files

2896

Last publish

Collaborators

  • tylerlong
  • kirill.konshin