Files
phosphoricons/lib/heroicons/outline.ex
Max Veytsman 143b0d78c9 initial commit
2021-03-10 13:50:20 -05:00

10 lines
267 B
Elixir

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