@cloudblueconnect/material-svg
v1.0.43
Published
Google's Material Design SVG icons
Downloads
173
Readme
Material Design Icons SVG
Material Design Icons is an icon set designed under the material design guidelines.
This repository includes the official icon set from Google in icons/google/
directory.
Custom icons from CloudBlue Connect are located in icons/connect/
directory.
NPM package
The official NPM package is no longer maintained since release 4. This repository contains all SVG icons in all variations and sizes available as an NPM package. Available sizes are 24x24 and 20x20, variations: baseline, sharp, outline, round, and two-tone.
Installation
npm install --save @cloudblueconnect/material-svg
Usage
import {
googleAlarmAddBaseline, // vendorIconNameVariation
} from '@cloudblueconnect/material-svg';
// or icons/vendor/icon_name/variation.svg
import googleAlarmAddBaseline from '@cloudblueconnect/material-svg/icons/google/alarm_add/baseline.svg';
All files included in @cloudblueconnect/material-icons
npm package are available over a CDN.
<img src="https://unpkg.com/@cloudblueconnect/material-svg@latest/icons/google/alarm_add/baseline.svg"
alt="Add Alarm icon" />
License
@cloudblueconnect/material-svg
is licensed under the Apache License 2.0.