Upgrade version of heroicons
This commit is contained in:
@ -6,7 +6,7 @@ This library provides optimized svgs for each Heroicon packaged as a Phoenix Com
|
||||
|
||||
Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)
|
||||
|
||||
Current Heroicons Version: **2.0.12**.
|
||||
Current Heroicons Version: **2.0.13**.
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
|
||||
<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"/>
|
||||
<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"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
@ -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"/>|
|
||||
}
|
||||
)
|
||||
)
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user