Files
phosphoricons/lib/heroicons/solid.ex

10 lines
290 B
Elixir
Raw Normal View History

2022-08-31 16:41:05 -04:00
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/"
2022-08-31 16:41:05 -04:00
end