initial commit
This commit is contained in:
10
lib/heroicons/solid.ex
Normal file
10
lib/heroicons/solid.ex
Normal 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
|
Reference in New Issue
Block a user