From 95bdde3fc5205f70b0ec6c701b5ad74e4bb0044b Mon Sep 17 00:00:00 2001 From: Kanchana Sekhar Date: Mon, 10 Jan 2022 09:08:35 -0800 Subject: [PATCH 1/2] DOCSP-20329 Add money icon --- sphinxext/icon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sphinxext/icon.py b/sphinxext/icon.py index 627e57d1..8452cf14 100644 --- a/sphinxext/icon.py +++ b/sphinxext/icon.py @@ -47,6 +47,7 @@ 'eye', 'globe', 'lock', + 'money', 'pencil-alt', 'save', 'star', From 016bf742e4d53ded0508421c78aca394b6f3c023 Mon Sep 17 00:00:00 2001 From: Kanchana Sekhar Date: Mon, 10 Jan 2022 09:13:58 -0800 Subject: [PATCH 2/2] DOCSP-20329 updates for review feedback --- sphinxext/icon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinxext/icon.py b/sphinxext/icon.py index 8452cf14..4a93525b 100644 --- a/sphinxext/icon.py +++ b/sphinxext/icon.py @@ -47,7 +47,6 @@ 'eye', 'globe', 'lock', - 'money', 'pencil-alt', 'save', 'star', @@ -94,6 +93,7 @@ 'info', 'info-circle', 'lock', + 'money', 'mouse-pointer', 'pencil', 'plus',