Add components for Heroicons

This commit is contained in:
Max Veytsman
2021-11-12 09:09:03 -05:00
parent c180227ad7
commit af9ee9bd5f
6 changed files with 108 additions and 78 deletions

View File

@ -1,11 +0,0 @@
defmodule Heroicons.Solid do
@moduledoc """
Solid style icons drawn with fills.
For buttons, form elements, and to support text, designed to be rendered at 20x20.
"""
@icon_dir "solid/"
@default_attrs [xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor"]
@before_compile Heroicons
end