Files
phosphoricons/lib/heroicons/outline.ex
2022-09-02 05:48:50 -04:00

11 lines
303 B
Elixir

defmodule Heroicons.Outline do
@moduledoc """
Outline style icons drawn with a stroke, packaged as Phoenix Components.
For primary navigation and marketing sections, with an outlined appearance,
designed to be rendered at 24x24.
"""
use Heroicons.Generator, icon_dir: "icons/outline/"
end