react-az-icons
v0.2.0
Published
React Components for Azure Cloud Icons
Downloads
504
Maintainers
Readme
Azure React Icons
Kudos to Rinor Maloku and his original npm package, azure-react-icons on which this package is based.
General Information
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].
Naming Convention
- All icons should be .svg files with names that start with Az in the form of AzNameOfResource. Any icons that has nothing to do with Azure, should not be included in this library.
- Azure Active Directory consitutes a special case to make it more distinguishable from Active Directory. AzAADXxX looks like a repetition but this is intended.
- For every Azure service, there should be just one single icon to avoid ambiguity and increase user-friendliness.
- Capitalise the first letter and capitalise for each word the first letter, no punctuations between words in the names.
Getting Started
Install the components using npm or Yarn
npm i --save react-az-icons
# or
yarn add react-az-icons
Usage
Simply import the component into your file:
import {AzKubernetesServices} from 'react-az-icons';
And use it as any other react component:
<AzKubernetesServices size={128}/>
Final result:
Contributing
Do you want to extend the icons library or fix an issue? Here is how you can help:
- Follow the instructions of the Setup Guide.
- Add your icon and make your change.
- Open a PR :wink:
Feedback
Request new icons or file bugs under Github Issues.
:construction: The components for this library are auto generated and some of them may contain issues, please report those.