Refactor & Cleanup

This commit is contained in:
Max Veytsman
2022-09-02 05:48:50 -04:00
parent 13b66b9046
commit eb1c57117c
3 changed files with 67 additions and 106 deletions

View File

@ -6,5 +6,5 @@ defmodule Heroicons.Outline do
designed to be rendered at 24x24.
"""
use Heroicons.Generator, icon_dir: "icons/solid/"
use Heroicons.Generator, icon_dir: "icons/outline/"
end