diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6a960b9c..a50fe5021 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,4 +45,4 @@ Follow the same guidelines as submitting an icon request from above ('Icon Reque ## A Note on Brand Icons -Please know that social media icons or largely used products are the only brand icons we allow. Thanks for understanding. +Please note that, at this time, the only brand icons we accept requests for are popular social media sites/apps and widely used products/software. Thanks for understanding. diff --git a/README.md b/README.md index 607ffad1f..991f75e8d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Material Design -This repo contains helpful design resources for Google's Material Design. +This repo contains all the planning for current and work-in-progress Material Design Icons. [Getting Started for Bootstrap](http://materialdesignicons.com/bootstrap) - [Getting Started for Other Platforms](http://materialdesignicons.com/getting-started) @@ -12,10 +12,10 @@ This repo contains helpful design resources for Google's Material Design. View at [Material Design Icons](http://materialdesignicons.com/). This repo also contains converted icons from [Google's official icon set](https://github.com/google/material-design-icons). -``` -npm install mdi -bower install mdi -``` +| | NPM | Bower | Dist Repo | +|-----------------|-----------------------|-------------------------|-----------| +| Webfont / SCSS | `npm install mdi` |`bower install mdi` | [MaterialDesign-Webfont](https://github.com/Templarian/MaterialDesign-Webfont) | +| SVG / Meta.json | `npm install mdi-svg` | `bower install mdi-svg` | [MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG) | [![Icons](http://i.imgur.com/zKuXEkR.png)](https://materialdesignicons.com/) diff --git a/icons/design/cad-box.design b/icons/design/cad-box.design new file mode 100644 index 000000000..e207b4a02 Binary files /dev/null and b/icons/design/cad-box.design differ diff --git a/icons/design/file-cad.design b/icons/design/file-cad.design new file mode 100644 index 000000000..92658e268 Binary files /dev/null and b/icons/design/file-cad.design differ diff --git a/icons/design/gauge-empty.design b/icons/design/gauge-empty.design new file mode 100644 index 000000000..1566ea5d6 Binary files /dev/null and b/icons/design/gauge-empty.design differ diff --git a/icons/design/gauge-full.design b/icons/design/gauge-full.design new file mode 100644 index 000000000..c669ed743 Binary files /dev/null and b/icons/design/gauge-full.design differ diff --git a/icons/design/gauge-low.design b/icons/design/gauge-low.design new file mode 100644 index 000000000..7796df3d4 Binary files /dev/null and b/icons/design/gauge-low.design differ diff --git a/icons/design/gauge.design b/icons/design/gauge.design index e0ae12229..60c46e937 100644 Binary files a/icons/design/gauge.design and b/icons/design/gauge.design differ diff --git a/icons/design/paypal.design b/icons/design/paypal.design new file mode 100644 index 000000000..9f4758e00 Binary files /dev/null and b/icons/design/paypal.design differ diff --git a/icons/svg/gauge-empty.svg b/icons/svg/gauge-empty.svg new file mode 100644 index 000000000..6ebc814d2 --- /dev/null +++ b/icons/svg/gauge-empty.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/svg/gauge-full.svg b/icons/svg/gauge-full.svg new file mode 100644 index 000000000..6aa30fe93 --- /dev/null +++ b/icons/svg/gauge-full.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/svg/gauge-low.svg b/icons/svg/gauge-low.svg new file mode 100644 index 000000000..13118a92f --- /dev/null +++ b/icons/svg/gauge-low.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/svg/gauge.svg b/icons/svg/gauge.svg index 536474438..61e17cc5c 100644 --- a/icons/svg/gauge.svg +++ b/icons/svg/gauge.svg @@ -1,5 +1,5 @@  - + diff --git a/icons/svg/paypal.svg b/icons/svg/paypal.svg new file mode 100644 index 000000000..3f1a4da02 --- /dev/null +++ b/icons/svg/paypal.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/site/getting-started.savvy b/site/getting-started.savvy index 00ea86ee1..d33e01760 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -303,6 +303,10 @@ If you use React with the [Material-UI](http://www.material-ui.com/) component l If you are using [Vue.js](https://vuejs.org/), you can find a collection of the SVG icons as single file components packaged as [vue-material-design-icons](https://www.npmjs.com/package/vue-material-design-icons). +## Ember + +If you use [Ember.js](https://www.emberjs.com/), you can try to install the addon [ember-mdi](https://github.com/kaermorchen/ember-mdi) ([demo](https://kaermorchen.github.io/ember-mdi/)), which have only SVG icons and based on [mdi-svg](https://github.com/Templarian/MaterialDesign-SVG). + ## Cordova Due to a "bug" in Cordova you will need to manually edit the css file to remove the version query string. [Read More](https://github.com/Templarian/MaterialDesign/issues/760).