Add components for Heroicons

This commit is contained in:
Max Veytsman
2021-11-12 09:09:03 -05:00
parent c180227ad7
commit af9ee9bd5f
6 changed files with 108 additions and 78 deletions

View File

@ -1,10 +0,0 @@
defmodule Heroicons.Outline do
@moduledoc """
Outline style icons drawn with a stroke.
For primary navigation and marketing sections, designed to be rendered at 24x24.
"""
@icon_dir "outline/"
@default_attrs [xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor"]
@before_compile Heroicons
end