Skip to content

Commit

Permalink
feat(icons): add more Material icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Sep 17, 2020
1 parent 483976f commit 9f9377b
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 25 deletions.
1 change: 0 additions & 1 deletion docs/app.9baf26d4103152980a20.bundle.map

This file was deleted.

2 changes: 1 addition & 1 deletion docs/app.c10091e04e32aeeff903.bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/app.d3a86bd890a5e782db70.bundle.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><meta charset="utf-8"><title>Slickgrid-Universal</title><meta name="viewport" content="width=device-width,initial-scale=1"><base href=""><link rel="icon" href="favicon.ico"><link href="app.c10091e04e32aeeff903.bundle.css" rel="stylesheet"></head><body class="has-navbar-fixed-top"><script async defer="defer" src="//buttons.github.io/buttons.js"></script><div app="main"><div style="margin: 50px; font-weight: bold;">LOADING...</div></div><script src="app.9baf26d4103152980a20.bundle.js"></script></body></html>
<!doctype html><html><head><meta charset="utf-8"><title>Slickgrid-Universal</title><meta name="viewport" content="width=device-width,initial-scale=1"><base href=""><link rel="icon" href="favicon.ico"><link href="app.c10091e04e32aeeff903.bundle.css" rel="stylesheet"></head><body class="has-navbar-fixed-top"><script async defer="defer" src="//buttons.github.io/buttons.js"></script><div app="main"><div style="margin: 50px; font-weight: bold;">LOADING...</div></div><script src="app.d3a86bd890a5e782db70.bundle.js"></script></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h3 class="title is-3">Material Design Icons
<a href="https://materialdesignicons.com/" target="_blank">
<span class="is-link mdi mdi-link"></span>
<span>
Material Design Icons - Official Website (+4000 icons)</span>
Material Design Icons - Official Website (+5000 icons)</span>
</a>
<p style="font-style: italic;">
We only keep a small subset of the Material Design Icons, scroll to the bottom to see which ones are included in the
Expand Down
13 changes: 13 additions & 0 deletions examples/webpack-demo-vanilla-bundle/src/examples/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,20 @@ export class Icons {
'.mdi.mdi-account-circle',
'.mdi.mdi-account-edit',
'.mdi.mdi-account-minus',
'.mdi.mdi-account-off',
'.mdi.mdi-account-plus',
'.mdi.mdi-account-search',
'.mdi.mdi-alarm',
'.mdi.mdi-alarm-check',
'.mdi.mdi-alarm-off',
'.mdi.mdi-alert',
'.mdi.mdi-alert-box',
'.mdi.mdi-alert-box-outline',
'.mdi.mdi-alert-circle',
'.mdi.mdi-alert-octagon',
'.mdi.mdi-alert-outline',
'.mdi.mdi-alert-rhombus',
'.mdi.mdi-alert-rhombus-outline',
'.mdi.mdi-arrow-collapse',
'.mdi.mdi-arrow-down-bold-box',
'.mdi.mdi-arrow-down-bold-box-outline',
Expand All @@ -55,11 +65,14 @@ export class Icons {
'.mdi.mdi-cash-check',
'.mdi.mdi-cash-remove',
'.mdi.mdi-check',
'.mdi.mdi-check-all',
'.mdi.mdi-check-bold',
'.mdi.mdi-checkbox-blank-outline',
'.mdi.mdi-check-box-outline',
'.mdi.mdi-checkbox-marked',
'.mdi.mdi-check-circle',
'.mdi.mdi-check-outline',
'.mdi.mdi-check-underline',
'.mdi.mdi-chevron-down',
'.mdi.mdi-chevron-down-box',
'.mdi.mdi-chevron-down-box-outline',
Expand Down
Loading

0 comments on commit 9f9377b

Please sign in to comment.