initial commit

This commit is contained in:
Max Veytsman
2021-03-03 17:35:03 -05:00
commit 143b0d78c9
463 changed files with 1584 additions and 0 deletions

10
lib/heroicons/solid.ex Normal file
View File

@ -0,0 +1,10 @@
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_path "#{:code.priv_dir(:heroicons)}/solid/"
@before_compile Heroicons
end