Upgrade version of heroicons

This commit is contained in:
Max Veytsman
2022-12-13 15:47:16 -05:00
parent a1d92e2fbc
commit 3b4aa3b2a6
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
defmodule Heroicons do
@moduledoc """
Provides precompiled icon compiles from [heroicons.com v2.0.12](heroicons.com).
Provides precompiled icon compiles from [heroicons.com v2.0.13](heroicons.com).
Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)
@ -4652,7 +4652,7 @@ defmodule Heroicons do
solid:
~S|<path fill-rule="evenodd" d="M3.75 12a.75.75 0 01.75-.75h15a.75.75 0 010 1.5h-15a.75.75 0 01-.75-.75z" clip-rule="evenodd"/>|,
mini:
~S|<path fill-rule="evenodd" d="M3 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H3.75A.75.75 0 013 10z" clip-rule="evenodd"/>|
~S|<path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd"/>|
}
)
)

View File

@ -3,7 +3,7 @@ defmodule Mix.Tasks.Heroicons.Update do
@moduledoc false
@shortdoc false
@vsn "2.0.12"
@vsn "2.0.13"
@tmp_dir_name "heroicons-elixir"
# Updates the icons in the assets/icons directory