0.2.0 • Published 11 months ago

react-az-icons v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Azure React Icons

Kudos to Rinor Maloku and his original npm package, azure-react-icons on which this package is based.

General Information

npm types

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 CnESymbols@microsoft.com.

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:

  1. Follow the instructions of the Setup Guide.
  2. Add your icon and make your change.
  3. 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.

0.2.0

11 months ago

0.1.3

11 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago