@cloudblueconnect/material-svg

1.0.43 • Public • Published

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.

Package Sidebar

Install

npm i @cloudblueconnect/material-svg

Weekly Downloads

39

Version

1.0.43

License

Apache-2.0

Unpacked Size

8.98 MB

Total Files

14165

Last publish

Collaborators

  • marcserrat
  • ffaraoneim
  • connectsteam