Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/frontend/shared/constants.js')
-rw-r--r--content/frontend/shared/constants.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/frontend/shared/constants.js b/content/frontend/shared/constants.js
new file mode 100644
index 00000000..ad764b74
--- /dev/null
+++ b/content/frontend/shared/constants.js
@@ -0,0 +1,3 @@
+const iconSizeOptions = [8, 10, 12, 14, 16, 18, 24, 32, 48, 72];
+
+export default iconSizeOptions;