diff --git a/readme.md b/readme.md
index afc936f..8f7b269 100644
--- a/readme.md
+++ b/readme.md
@@ -37,8 +37,8 @@ Params allowed on `Icon::get()` method
To use on `$name` param as string.
-| Available icons | Preview |
-| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| Available icons | Preview |
+| -------------------- | --------------------------------------------------------------------------------------- |
| accordion | |
| align-center | |
| align-left | |
@@ -56,6 +56,7 @@ To use on `$name` param as string.
| box-unpacked | |
| briefcase | |
| browser | |
+| browser-search | |
| calendar-days | |
| calendar | |
| camera | |
@@ -72,6 +73,7 @@ To use on `$name` param as string.
| close | |
| code | |
| cog | |
+| color-palette | |
| copy | |
| credit-card | |
| desktop | |
@@ -137,6 +139,7 @@ To use on `$name` param as string.
| planet | |
| plus-circle | |
| printer | |
+| qr-code | |
| pyramid | |
| question-circle | |
| real | |
@@ -172,6 +175,7 @@ To use on `$name` param as string.
| user-circle | |
| user-group | |
| user | |
+| vertical-stacks | |
| volume | |
| wallet | |
| whatsapp | |
diff --git a/src/static/nimbus-icons/browser-search.svg b/src/static/nimbus-icons/browser-search.svg
new file mode 100644
index 0000000..aff781f
--- /dev/null
+++ b/src/static/nimbus-icons/browser-search.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/static/nimbus-icons/color-palette.svg b/src/static/nimbus-icons/color-palette.svg
new file mode 100644
index 0000000..762f4d5
--- /dev/null
+++ b/src/static/nimbus-icons/color-palette.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/static/nimbus-icons/qr-code.svg b/src/static/nimbus-icons/qr-code.svg
new file mode 100644
index 0000000..4657223
--- /dev/null
+++ b/src/static/nimbus-icons/qr-code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/static/nimbus-icons/vertical-stacks.svg b/src/static/nimbus-icons/vertical-stacks.svg
new file mode 100644
index 0000000..7382690
--- /dev/null
+++ b/src/static/nimbus-icons/vertical-stacks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/version.php b/version.php
index 52ca8dc..329e00b 100644
--- a/version.php
+++ b/version.php
@@ -6,9 +6,9 @@
*/
// Current project
-const NIMBUS_ICONS_PHP_VERSION = '0.1.0';
+const NIMBUS_ICONS_PHP_VERSION = '0.1.1';
/* Nimbus icon dependency (only "/icon/*.svg" dir)
* https://github.com/TiendaNube/nimbus-icons
*/
-const NIMBUS_ICONS_VERSION = '0.2.7';
\ No newline at end of file
+const NIMBUS_ICONS_VERSION = '0.2.9';