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.
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.
npm install --save @cloudblueconnect/material-svg
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" />
@cloudblueconnect/material-svg
is licensed under the Apache License 2.0.