Add overrides for fill, viewBox, stroke, etc

This commit is contained in:
Max Veytsman
2021-04-19 15:21:09 -04:00
parent d104591f00
commit 4dc98ef82e
4 changed files with 18 additions and 6 deletions

View File

@ -6,5 +6,6 @@ defmodule Heroicons.Solid do
"""
@icon_dir "solid/"
@default_attrs [xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor"]
@before_compile Heroicons
end