Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Nov 8, 2020
1 parent 78a702d commit 648da97
Show file tree
Hide file tree
Showing 8 changed files with 807 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elm 0.19.0
elm 0.19.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Material.Icons as Filled exposing (offline_bolt)
import Material.Icons.Outlined as Outlined exposing (offline_bolt)
import Material.Icons.Types exposing (Coloring(..))

-- icon size coloring
-- icon : Int (size) -> Coloring -> Html msg
Filled.offline_bolt 16 (Color <| Color.rgb 96 181 204)
Outlined.offline_bolt 16 Inherit
```
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.0.0",
"version": "5.0.0",
"exposed-modules": [
"Material.Icons",
"Material.Icons.Outlined",
Expand All @@ -19,4 +19,4 @@
"elm/svg": "1.0.1 <= v < 2.0.0"
},
"test-dependencies": {}
}
}
189 changes: 159 additions & 30 deletions src/Material/Icons.elm

Large diffs are not rendered by default.

192 changes: 159 additions & 33 deletions src/Material/Icons/Outlined.elm

Large diffs are not rendered by default.

192 changes: 159 additions & 33 deletions src/Material/Icons/Round.elm

Large diffs are not rendered by default.

192 changes: 159 additions & 33 deletions src/Material/Icons/Sharp.elm

Large diffs are not rendered by default.

217 changes: 167 additions & 50 deletions src/Material/Icons/TwoTone.elm

Large diffs are not rendered by default.

0 comments on commit 648da97

Please sign in to comment.