From 9f884019aa671b6b2f1733f99a2628ededd8a7a1 Mon Sep 17 00:00:00 2001 From: jrangel Date: Wed, 11 Dec 2024 16:50:00 +0000 Subject: [PATCH] Initial --- .../lcp/IconSelectControl/iconsvgs.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 react/components/lcp/IconSelectControl/iconsvgs.json diff --git a/react/components/lcp/IconSelectControl/iconsvgs.json b/react/components/lcp/IconSelectControl/iconsvgs.json new file mode 100644 index 0000000..5db8c02 --- /dev/null +++ b/react/components/lcp/IconSelectControl/iconsvgs.json @@ -0,0 +1,18 @@ +[ + { + "uuid": "c0a8012345678f3d5b847ad0f8a890f1", + "iconId": "comment-dots", + "family": "Font Awesome", + "sub-family": "solid", + "name": "Comment Dots", + "path": "" + }, + { + "uuid": "a1b2c3d4e5f6789abcdef0123456789ab", + "iconId": "newspaper", + "family": "Font Awesome", + "sub-family": "solid", + "name": "Newspaper", + "path": "" + } +] \ No newline at end of file