initial commit
This commit is contained in:
9
lib/heroicons/outline.ex
Normal file
9
lib/heroicons/outline.ex
Normal file
@ -0,0 +1,9 @@
|
||||
defmodule Heroicons.Outline do
|
||||
@moduledoc """
|
||||
Outline style icons drawn with a stroke.
|
||||
|
||||
For primary navigation and marketing sections, designed to be rendered at 24x24.
|
||||
"""
|
||||
@icon_path "#{:code.priv_dir(:heroicons)}/outline/"
|
||||
@before_compile Heroicons
|
||||
end
|
Reference in New Issue
Block a user