Azure Icons based on SVG format in the form of React Components, to simplify adding the icons on your React applications.
Disclaimer these icons are from Azure Architecture Icons, for their usage in User Interfaces you need to request permission on [email protected].
Install the components using npm or Yarn
npm i --save azure-react-icons
# or
yarn add azure-react-icons
Simply import the component into your file:
import {APIManagement} from 'azure-react-icons';
And use it as any other react component:
<APIManagement size={128}/>
Final result:
You found an issue or there is an icon missing? Here is how you can help:
- Follow up on the Setup Guide.
- Add your icon and make your change,
- Open a PR 😉
Request new icons or file bugs under our Github Issues.
🚧 The components for this library are auto generated and some of them may contain issues, please report those.