diff --git a/frontend/resources/images/icons/percentage.svg b/frontend/resources/images/icons/percentage.svg
new file mode 100644
index 000000000..faa338037
--- /dev/null
+++ b/frontend/resources/images/icons/percentage.svg
@@ -0,0 +1,3 @@
+
diff --git a/frontend/resources/images/icons/puzzle.svg b/frontend/resources/images/icons/puzzle.svg
index ceef3a54b..500638984 100644
--- a/frontend/resources/images/icons/puzzle.svg
+++ b/frontend/resources/images/icons/puzzle.svg
@@ -1 +1,3 @@
-
+
\ No newline at end of file
diff --git a/frontend/resources/images/icons/row.svg b/frontend/resources/images/icons/row.svg
index 8475819d4..6dbcfe31d 100644
--- a/frontend/resources/images/icons/row.svg
+++ b/frontend/resources/images/icons/row.svg
@@ -1 +1,3 @@
-
\ No newline at end of file
+
diff --git a/frontend/src/app/main/ui/ds/foundations/icon.cljs b/frontend/src/app/main/ui/ds/foundations/icon.cljs
index bf77f12b2..156c79744 100644
--- a/frontend/src/app/main/ui/ds/foundations/icon.cljs
+++ b/frontend/src/app/main/ui/ds/foundations/icon.cljs
@@ -175,9 +175,11 @@
(def ^:icon-id padding-top-bottom "padding-top-bottom")
(def ^:icon-id path "path")
(def ^:icon-id pentool "pentool")
+(def ^:icon-id percentage "percentage")
(def ^:icon-id picker "picker")
(def ^:icon-id pin "pin")
(def ^:icon-id play "play")
+(def ^:icon-id puzzle "puzzle")
(def ^:icon-id rectangle "rectangle")
(def ^:icon-id reload "reload")
(def ^:icon-id remove-icon "remove")