From 56aae62504124e734ea7ac0e9c8b1e51e9e6a25f Mon Sep 17 00:00:00 2001 From: Aanchal Mishra <87779967+aanchalm01@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:30:15 -0500 Subject: [PATCH] feat(icons): location-on and key icon (#446) feat(icons): location-on and key icon [khcp-14162] --- .../__snapshots__/generate-icon-components.spec.ts.snap | 2 ++ src/tests/__snapshots__/KeyIcon.html | 1 + src/tests/__snapshots__/LocationIcon.html | 1 + svg/solid/key.svg | 3 +++ svg/solid/location.svg | 3 +++ 5 files changed, 10 insertions(+) create mode 100644 src/tests/__snapshots__/KeyIcon.html create mode 100644 src/tests/__snapshots__/LocationIcon.html create mode 100644 svg/solid/key.svg create mode 100644 svg/solid/location.svg diff --git a/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap b/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap index 788d658a..c1c9709b 100644 --- a/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap +++ b/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap @@ -343,6 +343,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t "InfoIcon", "InsightsIcon", "ItalicIcon", + "KeyIcon", "KeyboardReturnIcon", "KongIcon", "LinkIcon", @@ -350,6 +351,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t "ListOrderedIcon", "ListUnorderedIcon", "ListIcon", + "LocationIcon", "LockIcon", "MarkIcon", "MarkdownIcon", diff --git a/src/tests/__snapshots__/KeyIcon.html b/src/tests/__snapshots__/KeyIcon.html new file mode 100644 index 00000000..0dc4fc74 --- /dev/null +++ b/src/tests/__snapshots__/KeyIcon.html @@ -0,0 +1 @@ +My custom title \ No newline at end of file diff --git a/src/tests/__snapshots__/LocationIcon.html b/src/tests/__snapshots__/LocationIcon.html new file mode 100644 index 00000000..0169f842 --- /dev/null +++ b/src/tests/__snapshots__/LocationIcon.html @@ -0,0 +1 @@ +My custom title \ No newline at end of file diff --git a/svg/solid/key.svg b/svg/solid/key.svg new file mode 100644 index 00000000..217c7d05 --- /dev/null +++ b/svg/solid/key.svg @@ -0,0 +1,3 @@ + + + diff --git a/svg/solid/location.svg b/svg/solid/location.svg new file mode 100644 index 00000000..748fdd90 --- /dev/null +++ b/svg/solid/location.svg @@ -0,0 +1,3 @@ + + +