Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Apr 26, 2021
1 parent 9c9f5b6 commit 5b6c808
Show file tree
Hide file tree
Showing 7 changed files with 8,126 additions and 15,885 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

#### 8.0.0

Synced icons with [material.io](https://material.io/icons)


#### 7.0.0

Added back the `Types` module.
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "icidasset/elm-material-icons",
"summary": "Material Icons Library",
"license": "BSD-3-Clause",
"version": "7.0.0",
"version": "8.0.0",
"exposed-modules": [
"Material.Icons",
"Material.Icons.Outlined",
Expand Down
517 changes: 473 additions & 44 deletions src/Material/Icons.elm

Large diffs are not rendered by default.

546 changes: 492 additions & 54 deletions src/Material/Icons/Outlined.elm

Large diffs are not rendered by default.

21,795 changes: 6,117 additions & 15,678 deletions src/Material/Icons/Round.elm

Large diffs are not rendered by default.

522 changes: 477 additions & 45 deletions src/Material/Icons/Sharp.elm

Large diffs are not rendered by default.

624 changes: 561 additions & 63 deletions src/Material/Icons/TwoTone.elm

Large diffs are not rendered by default.

0 comments on commit 5b6c808

Please sign in to comment.