Files
phosphoricons/lib/heroicons/solid.ex
2022-09-01 16:42:21 -04:00

11 lines
291 B
Elixir

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