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