Files
phosphoricons/lib/heroicons/outline.ex
2021-03-10 13:50:23 -05:00

10 lines
236 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_dir "outline/"
@before_compile Heroicons
end