From 382e6e0cdc58f40dac8f45cf038c557a3e23ccc3 Mon Sep 17 00:00:00 2001 From: Max Veytsman Date: Wed, 12 Oct 2022 15:08:50 -0400 Subject: [PATCH] Update to Heroicons 2.0.12 --- README.md | 2 +- assets/icons/mini/information-circle.svg | 2 +- lib/heroicons.ex | 4 ++-- lib/mix/tasks/heroicons/update.ex | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f9cc203..e4422e6 100644 --- a/README.md +++ b/README.md @@ -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.11**. +Current Heroicons Version: **2.0.12**. ## Installation diff --git a/assets/icons/mini/information-circle.svg b/assets/icons/mini/information-circle.svg index 5c8f3c1..25ac644 100644 --- a/assets/icons/mini/information-circle.svg +++ b/assets/icons/mini/information-circle.svg @@ -1,3 +1,3 @@ diff --git a/lib/heroicons.ex b/lib/heroicons.ex index bf5d7fa..188bd9c 100644 --- a/lib/heroicons.ex +++ b/lib/heroicons.ex @@ -1,6 +1,6 @@ defmodule Heroicons do @moduledoc """ - Provides precompiled icon compiles from [heroicons.com v2.0.11](heroicons.com). + Provides precompiled icon compiles from [heroicons.com v2.0.12](heroicons.com). Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger) @@ -5718,7 +5718,7 @@ defmodule Heroicons do solid: ~S||, mini: - ~S|| + ~S|| } ) ) diff --git a/lib/mix/tasks/heroicons/update.ex b/lib/mix/tasks/heroicons/update.ex index 1662cf9..7eb1afd 100644 --- a/lib/mix/tasks/heroicons/update.ex +++ b/lib/mix/tasks/heroicons/update.ex @@ -3,7 +3,7 @@ defmodule Mix.Tasks.Heroicons.Update do @moduledoc false @shortdoc false - @vsn "2.0.11" + @vsn "2.0.12" @tmp_dir_name "heroicons-elixir" # Updates the icons in the assets/icons directory