2022-08-31 16:41:05 -04:00
|
|
|
defmodule Heroicons.Mini do
|
|
|
|
@moduledoc """
|
|
|
|
Solid style icons drawn with fills, packaged as Phoenix Components.
|
|
|
|
For smaller elements like buttons, form elements, and to support text,
|
|
|
|
designed to be rendered at 20x20.
|
|
|
|
"""
|
|
|
|
|
2022-09-01 16:37:50 -04:00
|
|
|
use Heroicons.Generator, icon_dir: "icons/mini/"
|
2022-08-31 16:41:05 -04:00
|
|
|
end
|