2022-08-31 16:41:05 -04:00
|
|
|
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.
|
|
|
|
"""
|
|
|
|
|
2022-09-01 16:37:50 -04:00
|
|
|
use Heroicons.Generator, icon_dir: "icons/solid/"
|
2022-08-31 16:41:05 -04:00
|
|
|
end
|