From 4265bed0dd9b9f9204af663f7dc6c64319c61ae8 Mon Sep 17 00:00:00 2001 From: Andrew Gliga Date: Fri, 17 Jan 2025 11:45:28 -0800 Subject: [PATCH] feat(icons): added new icons and removed serveral icons (#2528) --- .changeset/swift-hairs-deny.md | 5 + dist/svg/icon/icon-ai-tools-16.svg | 7 + dist/svg/icon/icon-ai-tools-20.svg | 7 + dist/svg/icon/icon-ai-tools-24.svg | 7 + dist/svg/icon/icon-bancontact-12-colored.svg | 48 + dist/svg/icon/icon-bancontact-18-colored.svg | 48 + dist/svg/icon/icon-bancontact-24-colored.svg | 48 + dist/svg/icon/icon-bancontact-32-colored.svg | 48 + dist/svg/icon/icon-cashapp-12-colored.svg | 9 + dist/svg/icon/icon-cashapp-18-colored.svg | 9 + dist/svg/icon/icon-cashapp-24-colored.svg | 9 + dist/svg/icon/icon-cashapp-32-colored.svg | 9 + dist/svg/icon/icon-cb-12-colored.svg | 30 +- dist/svg/icon/icon-cb-18-colored.svg | 30 +- dist/svg/icon/icon-cb-24-colored.svg | 30 +- dist/svg/icon/icon-cb-32-colored.svg | 30 +- dist/svg/icon/icon-eftpos-12-colored.svg | 37 + dist/svg/icon/icon-eftpos-18-colored.svg | 37 + dist/svg/icon/icon-eftpos-24-colored.svg | 37 + dist/svg/icon/icon-eftpos-32-colored.svg | 37 + dist/svg/icon/icon-forklift-16.svg | 7 + dist/svg/icon/icon-forklift-24.svg | 7 + .../{icon-save-16.svg => icon-heart-16.svg} | 0 .../{icon-save-20.svg => icon-heart-20.svg} | 0 .../{icon-save-24.svg => icon-heart-24.svg} | 0 ...filled-16.svg => icon-heart-filled-16.svg} | 0 ...filled-20.svg => icon-heart-filled-20.svg} | 0 ...filled-24.svg => icon-heart-filled-24.svg} | 0 .../svg/icon/icon-klarna-black-12-colored.svg | 4 +- .../svg/icon/icon-klarna-black-18-colored.svg | 4 +- .../svg/icon/icon-klarna-black-24-colored.svg | 4 +- .../svg/icon/icon-klarna-black-32-colored.svg | 4 +- dist/svg/icon/icon-klarna-pink-12-colored.svg | 6 +- dist/svg/icon/icon-klarna-pink-18-colored.svg | 6 +- dist/svg/icon/icon-klarna-pink-24-colored.svg | 6 +- dist/svg/icon/icon-klarna-pink-32-colored.svg | 6 +- .../svg/icon/icon-klarna-white-12-colored.svg | 8 +- .../svg/icon/icon-klarna-white-18-colored.svg | 8 +- .../svg/icon/icon-klarna-white-24-colored.svg | 8 +- .../svg/icon/icon-klarna-white-32-colored.svg | 8 +- .../{icon-escrow-16.svg => icon-lock-16.svg} | 0 .../{icon-escrow-24.svg => icon-lock-24.svg} | 0 ...-locked-16.svg => icon-lock-filled-16.svg} | 0 ...-locked-20.svg => icon-lock-filled-20.svg} | 0 ...-locked-24.svg => icon-lock-filled-24.svg} | 0 dist/svg/icon/icon-menu-16.svg | 7 + dist/svg/icon/icon-nfc-16.svg | 7 + dist/svg/icon/icon-nfc-24.svg | 7 + dist/svg/icon/icon-nfc-card-12-colored.svg | 18 + dist/svg/icon/icon-nfc-card-18-colored.svg | 18 + dist/svg/icon/icon-nfc-card-24-colored.svg | 18 + dist/svg/icon/icon-nfc-card-32-colored.svg | 18 + dist/svg/icon/icon-ruler-16.svg | 7 + dist/svg/icon/icon-ruler-24.svg | 7 + ...fast-and-free-16.svg => icon-truck-16.svg} | 0 ...fast-and-free-24.svg => icon-truck-24.svg} | 0 ...fast-and-free-64.svg => icon-truck-64.svg} | 0 ...e-way-16.svg => icon-truck-shipped-16.svg} | 0 ...e-way-24.svg => icon-truck-shipped-24.svg} | 0 ...con-unlocked-16.svg => icon-unlock-16.svg} | 0 ...con-unlocked-24.svg => icon-unlock-24.svg} | 0 dist/svg/icons.svg | 914 ++- scripts/generate-images.js | 8 +- src/components/master-icons.marko | 914 ++- src/routes/+meta.json | 4113 +------------- src/routes/_index/+meta.json | 3440 ++++++++---- src/routes/_index/component/icon/+page.marko | 5 +- src/routes/icons.json | 5001 +++++++++++++++++ src/routes/static/icon/icon-ai-tools-16.svg | 7 + src/routes/static/icon/icon-ai-tools-20.svg | 7 + src/routes/static/icon/icon-ai-tools-24.svg | 7 + .../icon/icon-bancontact-12-colored.svg | 48 + .../icon/icon-bancontact-18-colored.svg | 48 + .../icon/icon-bancontact-24-colored.svg | 48 + .../icon/icon-bancontact-32-colored.svg | 48 + .../static/icon/icon-cashapp-12-colored.svg | 9 + .../static/icon/icon-cashapp-18-colored.svg | 9 + .../static/icon/icon-cashapp-24-colored.svg | 9 + .../static/icon/icon-cashapp-32-colored.svg | 9 + src/routes/static/icon/icon-cb-12-colored.svg | 30 +- src/routes/static/icon/icon-cb-18-colored.svg | 30 +- src/routes/static/icon/icon-cb-24-colored.svg | 30 +- src/routes/static/icon/icon-cb-32-colored.svg | 30 +- .../static/icon/icon-eftpos-12-colored.svg | 37 + .../static/icon/icon-eftpos-18-colored.svg | 37 + .../static/icon/icon-eftpos-24-colored.svg | 37 + .../static/icon/icon-eftpos-32-colored.svg | 37 + src/routes/static/icon/icon-forklift-16.svg | 7 + src/routes/static/icon/icon-forklift-24.svg | 7 + .../static/icon/icon-heart-16.svg} | 0 .../static/icon/icon-heart-20.svg} | 0 .../static/icon/icon-heart-24.svg} | 0 .../static/icon/icon-heart-filled-16.svg} | 0 .../static/icon/icon-heart-filled-20.svg} | 0 .../static/icon/icon-heart-filled-24.svg} | 0 .../icon/icon-klarna-black-12-colored.svg | 4 +- .../icon/icon-klarna-black-18-colored.svg | 4 +- .../icon/icon-klarna-black-24-colored.svg | 4 +- .../icon/icon-klarna-black-32-colored.svg | 4 +- .../icon/icon-klarna-pink-12-colored.svg | 6 +- .../icon/icon-klarna-pink-18-colored.svg | 6 +- .../icon/icon-klarna-pink-24-colored.svg | 6 +- .../icon/icon-klarna-pink-32-colored.svg | 6 +- .../icon/icon-klarna-white-12-colored.svg | 8 +- .../icon/icon-klarna-white-18-colored.svg | 8 +- .../icon/icon-klarna-white-24-colored.svg | 8 +- .../icon/icon-klarna-white-32-colored.svg | 8 +- .../{icon-escrow-16.svg => icon-lock-16.svg} | 0 .../{icon-escrow-24.svg => icon-lock-24.svg} | 0 ...-locked-16.svg => icon-lock-filled-16.svg} | 0 ...-locked-20.svg => icon-lock-filled-20.svg} | 0 ...-locked-24.svg => icon-lock-filled-24.svg} | 0 src/routes/static/icon/icon-menu-16.svg | 7 + src/routes/static/icon/icon-nfc-16.svg | 7 + src/routes/static/icon/icon-nfc-24.svg | 7 + .../static/icon/icon-nfc-card-12-colored.svg | 18 + .../static/icon/icon-nfc-card-18-colored.svg | 18 + .../static/icon/icon-nfc-card-24-colored.svg | 18 + .../static/icon/icon-nfc-card-32-colored.svg | 18 + src/routes/static/icon/icon-ruler-16.svg | 7 + src/routes/static/icon/icon-ruler-24.svg | 7 + .../static/icon/icon-truck-16.svg} | 0 .../static/icon/icon-truck-24.svg} | 0 .../static/icon/icon-truck-64.svg} | 0 .../static/icon/icon-truck-shipped-16.svg} | 0 .../static/icon/icon-truck-shipped-24.svg} | 0 .../static/icon/icon-unlock-16.svg} | 0 .../static/icon/icon-unlock-24.svg} | 0 src/routes/static/icons.svg | 914 ++- src/svg/icon/icon-ai-tools-16.svg | 7 + src/svg/icon/icon-ai-tools-20.svg | 7 + src/svg/icon/icon-ai-tools-24.svg | 7 + src/svg/icon/icon-bancontact-12-colored.svg | 48 + src/svg/icon/icon-bancontact-18-colored.svg | 48 + src/svg/icon/icon-bancontact-24-colored.svg | 48 + src/svg/icon/icon-bancontact-32-colored.svg | 48 + src/svg/icon/icon-cashapp-12-colored.svg | 9 + src/svg/icon/icon-cashapp-18-colored.svg | 9 + src/svg/icon/icon-cashapp-24-colored.svg | 9 + src/svg/icon/icon-cashapp-32-colored.svg | 9 + src/svg/icon/icon-cb-12-colored.svg | 30 +- src/svg/icon/icon-cb-18-colored.svg | 30 +- src/svg/icon/icon-cb-24-colored.svg | 30 +- src/svg/icon/icon-cb-32-colored.svg | 30 +- src/svg/icon/icon-eftpos-12-colored.svg | 37 + src/svg/icon/icon-eftpos-18-colored.svg | 37 + src/svg/icon/icon-eftpos-24-colored.svg | 37 + src/svg/icon/icon-eftpos-32-colored.svg | 37 + src/svg/icon/icon-forklift-16.svg | 7 + src/svg/icon/icon-forklift-24.svg | 7 + src/svg/icon/icon-heart-16.svg | 7 + src/svg/icon/icon-heart-20.svg | 7 + src/svg/icon/icon-heart-24.svg | 7 + src/svg/icon/icon-heart-filled-16.svg | 5 + src/svg/icon/icon-heart-filled-20.svg | 5 + src/svg/icon/icon-heart-filled-24.svg | 5 + src/svg/icon/icon-klarna-black-12-colored.svg | 4 +- src/svg/icon/icon-klarna-black-18-colored.svg | 4 +- src/svg/icon/icon-klarna-black-24-colored.svg | 4 +- src/svg/icon/icon-klarna-black-32-colored.svg | 4 +- src/svg/icon/icon-klarna-pink-12-colored.svg | 6 +- src/svg/icon/icon-klarna-pink-18-colored.svg | 6 +- src/svg/icon/icon-klarna-pink-24-colored.svg | 6 +- src/svg/icon/icon-klarna-pink-32-colored.svg | 6 +- src/svg/icon/icon-klarna-white-12-colored.svg | 8 +- src/svg/icon/icon-klarna-white-18-colored.svg | 8 +- src/svg/icon/icon-klarna-white-24-colored.svg | 8 +- src/svg/icon/icon-klarna-white-32-colored.svg | 8 +- .../{icon-escrow-16.svg => icon-lock-16.svg} | 0 .../{icon-escrow-24.svg => icon-lock-24.svg} | 0 ...-locked-16.svg => icon-lock-filled-16.svg} | 0 ...-locked-20.svg => icon-lock-filled-20.svg} | 0 ...-locked-24.svg => icon-lock-filled-24.svg} | 0 src/svg/icon/icon-menu-16.svg | 7 + src/svg/icon/icon-nfc-16.svg | 7 + src/svg/icon/icon-nfc-24.svg | 7 + src/svg/icon/icon-nfc-card-12-colored.svg | 18 + src/svg/icon/icon-nfc-card-18-colored.svg | 18 + src/svg/icon/icon-nfc-card-24-colored.svg | 18 + src/svg/icon/icon-nfc-card-32-colored.svg | 18 + src/svg/icon/icon-ruler-16.svg | 7 + src/svg/icon/icon-ruler-24.svg | 7 + src/svg/icon/icon-truck-16.svg | 7 + src/svg/icon/icon-truck-24.svg | 7 + src/svg/icon/icon-truck-64.svg | 7 + src/svg/icon/icon-truck-shipped-16.svg | 7 + src/svg/icon/icon-truck-shipped-24.svg | 7 + src/svg/icon/icon-unlock-16.svg | 7 + src/svg/icon/icon-unlock-24.svg | 7 + src/svg/icons.svg | 938 +++- 190 files changed, 12041 insertions(+), 6426 deletions(-) create mode 100644 .changeset/swift-hairs-deny.md create mode 100644 dist/svg/icon/icon-ai-tools-16.svg create mode 100644 dist/svg/icon/icon-ai-tools-20.svg create mode 100644 dist/svg/icon/icon-ai-tools-24.svg create mode 100644 dist/svg/icon/icon-bancontact-12-colored.svg create mode 100644 dist/svg/icon/icon-bancontact-18-colored.svg create mode 100644 dist/svg/icon/icon-bancontact-24-colored.svg create mode 100644 dist/svg/icon/icon-bancontact-32-colored.svg create mode 100644 dist/svg/icon/icon-cashapp-12-colored.svg create mode 100644 dist/svg/icon/icon-cashapp-18-colored.svg create mode 100644 dist/svg/icon/icon-cashapp-24-colored.svg create mode 100644 dist/svg/icon/icon-cashapp-32-colored.svg create mode 100644 dist/svg/icon/icon-eftpos-12-colored.svg create mode 100644 dist/svg/icon/icon-eftpos-18-colored.svg create mode 100644 dist/svg/icon/icon-eftpos-24-colored.svg create mode 100644 dist/svg/icon/icon-eftpos-32-colored.svg create mode 100644 dist/svg/icon/icon-forklift-16.svg create mode 100644 dist/svg/icon/icon-forklift-24.svg rename dist/svg/icon/{icon-save-16.svg => icon-heart-16.svg} (100%) rename dist/svg/icon/{icon-save-20.svg => icon-heart-20.svg} (100%) rename dist/svg/icon/{icon-save-24.svg => icon-heart-24.svg} (100%) rename dist/svg/icon/{icon-save-filled-16.svg => icon-heart-filled-16.svg} (100%) rename dist/svg/icon/{icon-save-filled-20.svg => icon-heart-filled-20.svg} (100%) rename dist/svg/icon/{icon-save-filled-24.svg => icon-heart-filled-24.svg} (100%) rename dist/svg/icon/{icon-escrow-16.svg => icon-lock-16.svg} (100%) rename dist/svg/icon/{icon-escrow-24.svg => icon-lock-24.svg} (100%) rename dist/svg/icon/{icon-locked-16.svg => icon-lock-filled-16.svg} (100%) rename dist/svg/icon/{icon-locked-20.svg => icon-lock-filled-20.svg} (100%) rename dist/svg/icon/{icon-locked-24.svg => icon-lock-filled-24.svg} (100%) create mode 100644 dist/svg/icon/icon-menu-16.svg create mode 100644 dist/svg/icon/icon-nfc-16.svg create mode 100644 dist/svg/icon/icon-nfc-24.svg create mode 100644 dist/svg/icon/icon-nfc-card-12-colored.svg create mode 100644 dist/svg/icon/icon-nfc-card-18-colored.svg create mode 100644 dist/svg/icon/icon-nfc-card-24-colored.svg create mode 100644 dist/svg/icon/icon-nfc-card-32-colored.svg create mode 100644 dist/svg/icon/icon-ruler-16.svg create mode 100644 dist/svg/icon/icon-ruler-24.svg rename dist/svg/icon/{icon-fast-and-free-16.svg => icon-truck-16.svg} (100%) rename dist/svg/icon/{icon-fast-and-free-24.svg => icon-truck-24.svg} (100%) rename dist/svg/icon/{icon-fast-and-free-64.svg => icon-truck-64.svg} (100%) rename dist/svg/icon/{icon-on-the-way-16.svg => icon-truck-shipped-16.svg} (100%) rename dist/svg/icon/{icon-on-the-way-24.svg => icon-truck-shipped-24.svg} (100%) rename dist/svg/icon/{icon-unlocked-16.svg => icon-unlock-16.svg} (100%) rename dist/svg/icon/{icon-unlocked-24.svg => icon-unlock-24.svg} (100%) create mode 100644 src/routes/icons.json create mode 100644 src/routes/static/icon/icon-ai-tools-16.svg create mode 100644 src/routes/static/icon/icon-ai-tools-20.svg create mode 100644 src/routes/static/icon/icon-ai-tools-24.svg create mode 100644 src/routes/static/icon/icon-bancontact-12-colored.svg create mode 100644 src/routes/static/icon/icon-bancontact-18-colored.svg create mode 100644 src/routes/static/icon/icon-bancontact-24-colored.svg create mode 100644 src/routes/static/icon/icon-bancontact-32-colored.svg create mode 100644 src/routes/static/icon/icon-cashapp-12-colored.svg create mode 100644 src/routes/static/icon/icon-cashapp-18-colored.svg create mode 100644 src/routes/static/icon/icon-cashapp-24-colored.svg create mode 100644 src/routes/static/icon/icon-cashapp-32-colored.svg create mode 100644 src/routes/static/icon/icon-eftpos-12-colored.svg create mode 100644 src/routes/static/icon/icon-eftpos-18-colored.svg create mode 100644 src/routes/static/icon/icon-eftpos-24-colored.svg create mode 100644 src/routes/static/icon/icon-eftpos-32-colored.svg create mode 100644 src/routes/static/icon/icon-forklift-16.svg create mode 100644 src/routes/static/icon/icon-forklift-24.svg rename src/{svg/icon/icon-save-16.svg => routes/static/icon/icon-heart-16.svg} (100%) rename src/{svg/icon/icon-save-20.svg => routes/static/icon/icon-heart-20.svg} (100%) rename src/{svg/icon/icon-save-24.svg => routes/static/icon/icon-heart-24.svg} (100%) rename src/{svg/icon/icon-save-filled-16.svg => routes/static/icon/icon-heart-filled-16.svg} (100%) rename src/{svg/icon/icon-save-filled-20.svg => routes/static/icon/icon-heart-filled-20.svg} (100%) rename src/{svg/icon/icon-save-filled-24.svg => routes/static/icon/icon-heart-filled-24.svg} (100%) rename src/routes/static/icon/{icon-escrow-16.svg => icon-lock-16.svg} (100%) rename src/routes/static/icon/{icon-escrow-24.svg => icon-lock-24.svg} (100%) rename src/routes/static/icon/{icon-locked-16.svg => icon-lock-filled-16.svg} (100%) rename src/routes/static/icon/{icon-locked-20.svg => icon-lock-filled-20.svg} (100%) rename src/routes/static/icon/{icon-locked-24.svg => icon-lock-filled-24.svg} (100%) create mode 100644 src/routes/static/icon/icon-menu-16.svg create mode 100644 src/routes/static/icon/icon-nfc-16.svg create mode 100644 src/routes/static/icon/icon-nfc-24.svg create mode 100644 src/routes/static/icon/icon-nfc-card-12-colored.svg create mode 100644 src/routes/static/icon/icon-nfc-card-18-colored.svg create mode 100644 src/routes/static/icon/icon-nfc-card-24-colored.svg create mode 100644 src/routes/static/icon/icon-nfc-card-32-colored.svg create mode 100644 src/routes/static/icon/icon-ruler-16.svg create mode 100644 src/routes/static/icon/icon-ruler-24.svg rename src/{svg/icon/icon-fast-and-free-16.svg => routes/static/icon/icon-truck-16.svg} (100%) rename src/{svg/icon/icon-fast-and-free-24.svg => routes/static/icon/icon-truck-24.svg} (100%) rename src/{svg/icon/icon-fast-and-free-64.svg => routes/static/icon/icon-truck-64.svg} (100%) rename src/{svg/icon/icon-on-the-way-16.svg => routes/static/icon/icon-truck-shipped-16.svg} (100%) rename src/{svg/icon/icon-on-the-way-24.svg => routes/static/icon/icon-truck-shipped-24.svg} (100%) rename src/{svg/icon/icon-unlocked-16.svg => routes/static/icon/icon-unlock-16.svg} (100%) rename src/{svg/icon/icon-unlocked-24.svg => routes/static/icon/icon-unlock-24.svg} (100%) create mode 100644 src/svg/icon/icon-ai-tools-16.svg create mode 100644 src/svg/icon/icon-ai-tools-20.svg create mode 100644 src/svg/icon/icon-ai-tools-24.svg create mode 100644 src/svg/icon/icon-bancontact-12-colored.svg create mode 100644 src/svg/icon/icon-bancontact-18-colored.svg create mode 100644 src/svg/icon/icon-bancontact-24-colored.svg create mode 100644 src/svg/icon/icon-bancontact-32-colored.svg create mode 100644 src/svg/icon/icon-cashapp-12-colored.svg create mode 100644 src/svg/icon/icon-cashapp-18-colored.svg create mode 100644 src/svg/icon/icon-cashapp-24-colored.svg create mode 100644 src/svg/icon/icon-cashapp-32-colored.svg create mode 100644 src/svg/icon/icon-eftpos-12-colored.svg create mode 100644 src/svg/icon/icon-eftpos-18-colored.svg create mode 100644 src/svg/icon/icon-eftpos-24-colored.svg create mode 100644 src/svg/icon/icon-eftpos-32-colored.svg create mode 100644 src/svg/icon/icon-forklift-16.svg create mode 100644 src/svg/icon/icon-forklift-24.svg create mode 100644 src/svg/icon/icon-heart-16.svg create mode 100644 src/svg/icon/icon-heart-20.svg create mode 100644 src/svg/icon/icon-heart-24.svg create mode 100644 src/svg/icon/icon-heart-filled-16.svg create mode 100644 src/svg/icon/icon-heart-filled-20.svg create mode 100644 src/svg/icon/icon-heart-filled-24.svg rename src/svg/icon/{icon-escrow-16.svg => icon-lock-16.svg} (100%) rename src/svg/icon/{icon-escrow-24.svg => icon-lock-24.svg} (100%) rename src/svg/icon/{icon-locked-16.svg => icon-lock-filled-16.svg} (100%) rename src/svg/icon/{icon-locked-20.svg => icon-lock-filled-20.svg} (100%) rename src/svg/icon/{icon-locked-24.svg => icon-lock-filled-24.svg} (100%) create mode 100644 src/svg/icon/icon-menu-16.svg create mode 100644 src/svg/icon/icon-nfc-16.svg create mode 100644 src/svg/icon/icon-nfc-24.svg create mode 100644 src/svg/icon/icon-nfc-card-12-colored.svg create mode 100644 src/svg/icon/icon-nfc-card-18-colored.svg create mode 100644 src/svg/icon/icon-nfc-card-24-colored.svg create mode 100644 src/svg/icon/icon-nfc-card-32-colored.svg create mode 100644 src/svg/icon/icon-ruler-16.svg create mode 100644 src/svg/icon/icon-ruler-24.svg create mode 100644 src/svg/icon/icon-truck-16.svg create mode 100644 src/svg/icon/icon-truck-24.svg create mode 100644 src/svg/icon/icon-truck-64.svg create mode 100644 src/svg/icon/icon-truck-shipped-16.svg create mode 100644 src/svg/icon/icon-truck-shipped-24.svg create mode 100644 src/svg/icon/icon-unlock-16.svg create mode 100644 src/svg/icon/icon-unlock-24.svg diff --git a/.changeset/swift-hairs-deny.md b/.changeset/swift-hairs-deny.md new file mode 100644 index 000000000..d76be69c9 --- /dev/null +++ b/.changeset/swift-hairs-deny.md @@ -0,0 +1,5 @@ +--- +"@ebay/skin": major +--- + +feat(icons): added new icons and removed serveral icons diff --git a/dist/svg/icon/icon-ai-tools-16.svg b/dist/svg/icon/icon-ai-tools-16.svg new file mode 100644 index 000000000..99352060c --- /dev/null +++ b/dist/svg/icon/icon-ai-tools-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-ai-tools-20.svg b/dist/svg/icon/icon-ai-tools-20.svg new file mode 100644 index 000000000..eb44a01a0 --- /dev/null +++ b/dist/svg/icon/icon-ai-tools-20.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-ai-tools-24.svg b/dist/svg/icon/icon-ai-tools-24.svg new file mode 100644 index 000000000..6b044e25c --- /dev/null +++ b/dist/svg/icon/icon-ai-tools-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-bancontact-12-colored.svg b/dist/svg/icon/icon-bancontact-12-colored.svg new file mode 100644 index 000000000..061a247b7 --- /dev/null +++ b/dist/svg/icon/icon-bancontact-12-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/dist/svg/icon/icon-bancontact-18-colored.svg b/dist/svg/icon/icon-bancontact-18-colored.svg new file mode 100644 index 000000000..077c22b67 --- /dev/null +++ b/dist/svg/icon/icon-bancontact-18-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/dist/svg/icon/icon-bancontact-24-colored.svg b/dist/svg/icon/icon-bancontact-24-colored.svg new file mode 100644 index 000000000..d6efbb3f8 --- /dev/null +++ b/dist/svg/icon/icon-bancontact-24-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/dist/svg/icon/icon-bancontact-32-colored.svg b/dist/svg/icon/icon-bancontact-32-colored.svg new file mode 100644 index 000000000..f488c1f19 --- /dev/null +++ b/dist/svg/icon/icon-bancontact-32-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/dist/svg/icon/icon-cashapp-12-colored.svg b/dist/svg/icon/icon-cashapp-12-colored.svg new file mode 100644 index 000000000..88491129d --- /dev/null +++ b/dist/svg/icon/icon-cashapp-12-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/dist/svg/icon/icon-cashapp-18-colored.svg b/dist/svg/icon/icon-cashapp-18-colored.svg new file mode 100644 index 000000000..d6eb04b3e --- /dev/null +++ b/dist/svg/icon/icon-cashapp-18-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/dist/svg/icon/icon-cashapp-24-colored.svg b/dist/svg/icon/icon-cashapp-24-colored.svg new file mode 100644 index 000000000..0c0293f00 --- /dev/null +++ b/dist/svg/icon/icon-cashapp-24-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/dist/svg/icon/icon-cashapp-32-colored.svg b/dist/svg/icon/icon-cashapp-32-colored.svg new file mode 100644 index 000000000..83d5a3f47 --- /dev/null +++ b/dist/svg/icon/icon-cashapp-32-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/dist/svg/icon/icon-cb-12-colored.svg b/dist/svg/icon/icon-cb-12-colored.svg index 0a298e780..058096b07 100644 --- a/dist/svg/icon/icon-cb-12-colored.svg +++ b/dist/svg/icon/icon-cb-12-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/dist/svg/icon/icon-cb-18-colored.svg b/dist/svg/icon/icon-cb-18-colored.svg index 559acd349..74f95fcce 100644 --- a/dist/svg/icon/icon-cb-18-colored.svg +++ b/dist/svg/icon/icon-cb-18-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/dist/svg/icon/icon-cb-24-colored.svg b/dist/svg/icon/icon-cb-24-colored.svg index 786ec4d20..f9f832574 100644 --- a/dist/svg/icon/icon-cb-24-colored.svg +++ b/dist/svg/icon/icon-cb-24-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/dist/svg/icon/icon-cb-32-colored.svg b/dist/svg/icon/icon-cb-32-colored.svg index e666934f5..73d306a29 100644 --- a/dist/svg/icon/icon-cb-32-colored.svg +++ b/dist/svg/icon/icon-cb-32-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/dist/svg/icon/icon-eftpos-12-colored.svg b/dist/svg/icon/icon-eftpos-12-colored.svg new file mode 100644 index 000000000..2d864a399 --- /dev/null +++ b/dist/svg/icon/icon-eftpos-12-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/dist/svg/icon/icon-eftpos-18-colored.svg b/dist/svg/icon/icon-eftpos-18-colored.svg new file mode 100644 index 000000000..416006fda --- /dev/null +++ b/dist/svg/icon/icon-eftpos-18-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/dist/svg/icon/icon-eftpos-24-colored.svg b/dist/svg/icon/icon-eftpos-24-colored.svg new file mode 100644 index 000000000..f4a63ebf6 --- /dev/null +++ b/dist/svg/icon/icon-eftpos-24-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/dist/svg/icon/icon-eftpos-32-colored.svg b/dist/svg/icon/icon-eftpos-32-colored.svg new file mode 100644 index 000000000..8125b0432 --- /dev/null +++ b/dist/svg/icon/icon-eftpos-32-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/dist/svg/icon/icon-forklift-16.svg b/dist/svg/icon/icon-forklift-16.svg new file mode 100644 index 000000000..1a6cd5a21 --- /dev/null +++ b/dist/svg/icon/icon-forklift-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-forklift-24.svg b/dist/svg/icon/icon-forklift-24.svg new file mode 100644 index 000000000..7eaf43dc8 --- /dev/null +++ b/dist/svg/icon/icon-forklift-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-save-16.svg b/dist/svg/icon/icon-heart-16.svg similarity index 100% rename from dist/svg/icon/icon-save-16.svg rename to dist/svg/icon/icon-heart-16.svg diff --git a/dist/svg/icon/icon-save-20.svg b/dist/svg/icon/icon-heart-20.svg similarity index 100% rename from dist/svg/icon/icon-save-20.svg rename to dist/svg/icon/icon-heart-20.svg diff --git a/dist/svg/icon/icon-save-24.svg b/dist/svg/icon/icon-heart-24.svg similarity index 100% rename from dist/svg/icon/icon-save-24.svg rename to dist/svg/icon/icon-heart-24.svg diff --git a/dist/svg/icon/icon-save-filled-16.svg b/dist/svg/icon/icon-heart-filled-16.svg similarity index 100% rename from dist/svg/icon/icon-save-filled-16.svg rename to dist/svg/icon/icon-heart-filled-16.svg diff --git a/dist/svg/icon/icon-save-filled-20.svg b/dist/svg/icon/icon-heart-filled-20.svg similarity index 100% rename from dist/svg/icon/icon-save-filled-20.svg rename to dist/svg/icon/icon-heart-filled-20.svg diff --git a/dist/svg/icon/icon-save-filled-24.svg b/dist/svg/icon/icon-heart-filled-24.svg similarity index 100% rename from dist/svg/icon/icon-save-filled-24.svg rename to dist/svg/icon/icon-heart-filled-24.svg diff --git a/dist/svg/icon/icon-klarna-black-12-colored.svg b/dist/svg/icon/icon-klarna-black-12-colored.svg index ac3ad86a4..f3f6bb5f8 100644 --- a/dist/svg/icon/icon-klarna-black-12-colored.svg +++ b/dist/svg/icon/icon-klarna-black-12-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/dist/svg/icon/icon-klarna-black-18-colored.svg b/dist/svg/icon/icon-klarna-black-18-colored.svg index 51a83e717..528d43ce5 100644 --- a/dist/svg/icon/icon-klarna-black-18-colored.svg +++ b/dist/svg/icon/icon-klarna-black-18-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/dist/svg/icon/icon-klarna-black-24-colored.svg b/dist/svg/icon/icon-klarna-black-24-colored.svg index 3cb00e27c..7d8f3cf49 100644 --- a/dist/svg/icon/icon-klarna-black-24-colored.svg +++ b/dist/svg/icon/icon-klarna-black-24-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/dist/svg/icon/icon-klarna-black-32-colored.svg b/dist/svg/icon/icon-klarna-black-32-colored.svg index 533686b08..009b42e9a 100644 --- a/dist/svg/icon/icon-klarna-black-32-colored.svg +++ b/dist/svg/icon/icon-klarna-black-32-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/dist/svg/icon/icon-klarna-pink-12-colored.svg b/dist/svg/icon/icon-klarna-pink-12-colored.svg index 1059564cc..a8bdda2f8 100644 --- a/dist/svg/icon/icon-klarna-pink-12-colored.svg +++ b/dist/svg/icon/icon-klarna-pink-12-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/dist/svg/icon/icon-klarna-pink-18-colored.svg b/dist/svg/icon/icon-klarna-pink-18-colored.svg index deed4a1eb..9e36939ca 100644 --- a/dist/svg/icon/icon-klarna-pink-18-colored.svg +++ b/dist/svg/icon/icon-klarna-pink-18-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/dist/svg/icon/icon-klarna-pink-24-colored.svg b/dist/svg/icon/icon-klarna-pink-24-colored.svg index 5886ea6ff..123282dd7 100644 --- a/dist/svg/icon/icon-klarna-pink-24-colored.svg +++ b/dist/svg/icon/icon-klarna-pink-24-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/dist/svg/icon/icon-klarna-pink-32-colored.svg b/dist/svg/icon/icon-klarna-pink-32-colored.svg index 87cb6e475..69896d8bf 100644 --- a/dist/svg/icon/icon-klarna-pink-32-colored.svg +++ b/dist/svg/icon/icon-klarna-pink-32-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/dist/svg/icon/icon-klarna-white-12-colored.svg b/dist/svg/icon/icon-klarna-white-12-colored.svg index 9b102cf12..e6244c8b8 100644 --- a/dist/svg/icon/icon-klarna-white-12-colored.svg +++ b/dist/svg/icon/icon-klarna-white-12-colored.svg @@ -1,16 +1,16 @@ diff --git a/dist/svg/icon/icon-klarna-white-18-colored.svg b/dist/svg/icon/icon-klarna-white-18-colored.svg index 16b2c2ce7..843fe7c08 100644 --- a/dist/svg/icon/icon-klarna-white-18-colored.svg +++ b/dist/svg/icon/icon-klarna-white-18-colored.svg @@ -1,16 +1,16 @@ diff --git a/dist/svg/icon/icon-klarna-white-24-colored.svg b/dist/svg/icon/icon-klarna-white-24-colored.svg index 3717267c6..23b132f4c 100644 --- a/dist/svg/icon/icon-klarna-white-24-colored.svg +++ b/dist/svg/icon/icon-klarna-white-24-colored.svg @@ -1,16 +1,16 @@ diff --git a/dist/svg/icon/icon-klarna-white-32-colored.svg b/dist/svg/icon/icon-klarna-white-32-colored.svg index 9d572e8c2..f7844eb6f 100644 --- a/dist/svg/icon/icon-klarna-white-32-colored.svg +++ b/dist/svg/icon/icon-klarna-white-32-colored.svg @@ -1,16 +1,16 @@ diff --git a/dist/svg/icon/icon-escrow-16.svg b/dist/svg/icon/icon-lock-16.svg similarity index 100% rename from dist/svg/icon/icon-escrow-16.svg rename to dist/svg/icon/icon-lock-16.svg diff --git a/dist/svg/icon/icon-escrow-24.svg b/dist/svg/icon/icon-lock-24.svg similarity index 100% rename from dist/svg/icon/icon-escrow-24.svg rename to dist/svg/icon/icon-lock-24.svg diff --git a/dist/svg/icon/icon-locked-16.svg b/dist/svg/icon/icon-lock-filled-16.svg similarity index 100% rename from dist/svg/icon/icon-locked-16.svg rename to dist/svg/icon/icon-lock-filled-16.svg diff --git a/dist/svg/icon/icon-locked-20.svg b/dist/svg/icon/icon-lock-filled-20.svg similarity index 100% rename from dist/svg/icon/icon-locked-20.svg rename to dist/svg/icon/icon-lock-filled-20.svg diff --git a/dist/svg/icon/icon-locked-24.svg b/dist/svg/icon/icon-lock-filled-24.svg similarity index 100% rename from dist/svg/icon/icon-locked-24.svg rename to dist/svg/icon/icon-lock-filled-24.svg diff --git a/dist/svg/icon/icon-menu-16.svg b/dist/svg/icon/icon-menu-16.svg new file mode 100644 index 000000000..fe25504a4 --- /dev/null +++ b/dist/svg/icon/icon-menu-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-nfc-16.svg b/dist/svg/icon/icon-nfc-16.svg new file mode 100644 index 000000000..59a81ab0e --- /dev/null +++ b/dist/svg/icon/icon-nfc-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-nfc-24.svg b/dist/svg/icon/icon-nfc-24.svg new file mode 100644 index 000000000..64ffa2c93 --- /dev/null +++ b/dist/svg/icon/icon-nfc-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-nfc-card-12-colored.svg b/dist/svg/icon/icon-nfc-card-12-colored.svg new file mode 100644 index 000000000..14a2c37f8 --- /dev/null +++ b/dist/svg/icon/icon-nfc-card-12-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/dist/svg/icon/icon-nfc-card-18-colored.svg b/dist/svg/icon/icon-nfc-card-18-colored.svg new file mode 100644 index 000000000..e8eb7b433 --- /dev/null +++ b/dist/svg/icon/icon-nfc-card-18-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/dist/svg/icon/icon-nfc-card-24-colored.svg b/dist/svg/icon/icon-nfc-card-24-colored.svg new file mode 100644 index 000000000..b627cfc90 --- /dev/null +++ b/dist/svg/icon/icon-nfc-card-24-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/dist/svg/icon/icon-nfc-card-32-colored.svg b/dist/svg/icon/icon-nfc-card-32-colored.svg new file mode 100644 index 000000000..fb13234f5 --- /dev/null +++ b/dist/svg/icon/icon-nfc-card-32-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/dist/svg/icon/icon-ruler-16.svg b/dist/svg/icon/icon-ruler-16.svg new file mode 100644 index 000000000..0852f1e27 --- /dev/null +++ b/dist/svg/icon/icon-ruler-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-ruler-24.svg b/dist/svg/icon/icon-ruler-24.svg new file mode 100644 index 000000000..fa7bad568 --- /dev/null +++ b/dist/svg/icon/icon-ruler-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/dist/svg/icon/icon-fast-and-free-16.svg b/dist/svg/icon/icon-truck-16.svg similarity index 100% rename from dist/svg/icon/icon-fast-and-free-16.svg rename to dist/svg/icon/icon-truck-16.svg diff --git a/dist/svg/icon/icon-fast-and-free-24.svg b/dist/svg/icon/icon-truck-24.svg similarity index 100% rename from dist/svg/icon/icon-fast-and-free-24.svg rename to dist/svg/icon/icon-truck-24.svg diff --git a/dist/svg/icon/icon-fast-and-free-64.svg b/dist/svg/icon/icon-truck-64.svg similarity index 100% rename from dist/svg/icon/icon-fast-and-free-64.svg rename to dist/svg/icon/icon-truck-64.svg diff --git a/dist/svg/icon/icon-on-the-way-16.svg b/dist/svg/icon/icon-truck-shipped-16.svg similarity index 100% rename from dist/svg/icon/icon-on-the-way-16.svg rename to dist/svg/icon/icon-truck-shipped-16.svg diff --git a/dist/svg/icon/icon-on-the-way-24.svg b/dist/svg/icon/icon-truck-shipped-24.svg similarity index 100% rename from dist/svg/icon/icon-on-the-way-24.svg rename to dist/svg/icon/icon-truck-shipped-24.svg diff --git a/dist/svg/icon/icon-unlocked-16.svg b/dist/svg/icon/icon-unlock-16.svg similarity index 100% rename from dist/svg/icon/icon-unlocked-16.svg rename to dist/svg/icon/icon-unlock-16.svg diff --git a/dist/svg/icon/icon-unlocked-24.svg b/dist/svg/icon/icon-unlock-24.svg similarity index 100% rename from dist/svg/icon/icon-unlocked-24.svg rename to dist/svg/icon/icon-unlock-24.svg diff --git a/dist/svg/icons.svg b/dist/svg/icons.svg index 94e765368..f16f09795 100644 --- a/dist/svg/icons.svg +++ b/dist/svg/icons.svg @@ -43,20 +43,6 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + @@ -347,6 +491,27 @@ d="M8 4.959A4.859 4.859 0 0 1 4.959 8 4.859 4.859 0 0 1 8 11.041 4.859 4.859 0 0 1 11.041 8 4.859 4.859 0 0 1 8 4.959Zm.788-3.322c-.182-.85-1.394-.85-1.576 0l-.53 2.467a3.358 3.358 0 0 1-2.578 2.578l-2.467.53c-.85.182-.85 1.394 0 1.576l2.467.53a3.358 3.358 0 0 1 2.578 2.578l.53 2.467c.182.85 1.394.85 1.576 0l.53-2.467a3.358 3.358 0 0 1 2.578-2.578l2.467-.53c.85-.182.85-1.394 0-1.576l-2.467-.53a3.358 3.358 0 0 1-2.578-2.578l-.53-2.467Z" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - @@ -3114,20 +3399,100 @@ fill="black" /> - - + + + + - - + + + + + + + + + + + + + + + + @@ -3340,48 +3705,27 @@ /> - - - - - - - - - - - + - + - + @@ -3534,6 +3878,20 @@ d="M1 6a3 3 0 0 1 3-3h4.172a3 3 0 0 1 2.12.879L11.415 5H20a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-8.959a1.1 1.1 0 0 1-.777-.322L8.879 5.293A1 1 0 0 0 8.172 5H4Zm8 4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" /> + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + @@ -5617,21 +6011,37 @@ clip-rule="evenodd" /> - + + + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + - + - + - + - + - - - - - - - + @@ -9105,6 +9572,41 @@ clip-rule="evenodd" /> + + + + + + + + + + + + + + + - + - + - - - - - - - + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + @@ -347,6 +491,27 @@ d="M8 4.959A4.859 4.859 0 0 1 4.959 8 4.859 4.859 0 0 1 8 11.041 4.859 4.859 0 0 1 11.041 8 4.859 4.859 0 0 1 8 4.959Zm.788-3.322c-.182-.85-1.394-.85-1.576 0l-.53 2.467a3.358 3.358 0 0 1-2.578 2.578l-2.467.53c-.85.182-.85 1.394 0 1.576l2.467.53a3.358 3.358 0 0 1 2.578 2.578l.53 2.467c.182.85 1.394.85 1.576 0l.53-2.467a3.358 3.358 0 0 1 2.578-2.578l2.467-.53c.85-.182.85-1.394 0-1.576l-2.467-.53a3.358 3.358 0 0 1-2.578-2.578l-.53-2.467Z" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - @@ -3114,20 +3399,100 @@ fill="black" /> - - + + + + - - + + + + + + + + + + + + + + + + @@ -3340,48 +3705,27 @@ /> - - - - - - - - - - - + - + - + @@ -3534,6 +3878,20 @@ d="M1 6a3 3 0 0 1 3-3h4.172a3 3 0 0 1 2.12.879L11.415 5H20a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-8.959a1.1 1.1 0 0 1-.777-.322L8.879 5.293A1 1 0 0 0 8.172 5H4Zm8 4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" /> + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + @@ -5617,21 +6011,37 @@ clip-rule="evenodd" /> - + + + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + - + - + - + - + - - - - - - - + @@ -9105,6 +9572,41 @@ clip-rule="evenodd" /> + + + + + + + + + + + + + + + - + - + @@ -80,7 +81,7 @@ These will set the height, and the width will align with the aspect ratio

Icons have a name postfix that corresponds to the width of the icon. For example, "icon-information-24" corresponds to the information icon of the 24px width. Heights may differ depending on the icon.

- +

Disabled Icons

Most icons can be given a disabled appearance by adding the icon--disabled @@ -153,7 +154,7 @@ - $ const deprecatedIcons = $global.meta.icons.deprecated || []; + $ const deprecatedIcons = iconJSON.icons?.deprecated || []; 0)>

Deprecated Icons

diff --git a/src/routes/icons.json b/src/routes/icons.json new file mode 100644 index 000000000..993c96ba0 --- /dev/null +++ b/src/routes/icons.json @@ -0,0 +1,5001 @@ +{ + "icons": { + "prefix": "icon", + "largeDocs": ["ebay-money-back-guarantee-logo-16-colored"], + "list": [ + { + "name": "add-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "add-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "add-image-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "add-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "afterpay-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "afterpay-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "afterpay-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "afterpay-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "ai-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ai-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ai-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "ai-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ai-spectrum-20-colored", + "size": "20-colored", + "height": "20", + "width": "20" + }, + { + "name": "ai-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ai-spectrum-16-colored", + "size": "16-colored", + "height": "16", + "width": "16" + }, + { + "name": "ai-filled-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "ai-spectrum-filled-20-colored", + "size": "20-colored", + "height": "20", + "width": "20" + }, + { + "name": "ai-spectrum-filled-24-colored", + "size": "24-colored", + "height": "24", + "width": "24" + }, + { + "name": "ai-spectrum-24-colored", + "size": "24-colored", + "height": "24", + "width": "24" + }, + { + "name": "ai-spectrum-filled-16-colored", + "size": "16-colored", + "height": "16", + "width": "16" + }, + { + "name": "ai-tools-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ai-spectrum-thin-16-colored", + "size": "16-colored", + "height": "16", + "width": "16" + }, + { + "name": "ai-thin-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ai-tools-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "ai-tools-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "alipay-cn-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "alipay-cn-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "alipay-cn-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "alipay-cn-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "amex-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "amex-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "amex-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "amex-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "apple-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "apple-pay-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "apple-pay-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "apple-pay-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "archive-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "archive-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "apple-pay-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "arrow-left-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "arrow-left-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "arrow-left-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "arrow-left-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "arrow-right-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "arrow-right-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "arrow-right-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "arrow-right-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "arrows-expand-16", + "size": "16", + "height": "24", + "width": "24" + }, + { + "name": "arrows-expand-24", + "size": "24", + "height": "16", + "width": "16" + }, + { + "name": "arrows-3d-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "arrows-3d-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "article-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "article-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "arrows-3d-filled-64-colored", + "size": "64-colored", + "height": "64", + "width": "64" + }, + { + "name": "attention-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "attention-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "attention-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "attention-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "attention-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "atv-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "audio-low-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "atv-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "audio-high-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "authenticity-guarantee-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "audio-off-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "authenticity-guarantee-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "authenticity-guarantee-filled-24-colored", + "size": "24-colored", + "height": "24", + "width": "24" + }, + { + "name": "auto-adjust-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "authenticity-guarantee-filled-16-colored", + "size": "16-colored", + "height": "16", + "width": "16" + }, + { + "name": "background-removal-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "background-removal-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "bancontact-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "bancontact-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "bancontact-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "bancontact-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "bank-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "bank-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "bank-account-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "bank-account-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "bank-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "bank-account-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "bank-account-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "bar-chart-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "bids-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "bar-chart-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "bids-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "boat-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "boat-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "book-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "book-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "bids-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "bookmark-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "bookmark-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "bookmark-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "bookmark-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "brand-authorized-seller-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "brightness-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "brand-authorized-seller-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "calendar-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "brightness-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "calendar-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "calendar-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "brightness-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "camera-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "car-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "camera-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "camera-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "car-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "car-brake-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "carryon-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "car-brake-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "cart-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "cart-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "cart-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "cart-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "cashapp-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "cashapp-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "categories-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "cashapp-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "cb-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "cashapp-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "categories-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "cb-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "cb-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "ccd-charger-not-included", + "height": "78", + "width": "58" + }, + { + "name": "ccd-charger-included", + "height": "78", + "width": "58" + }, + { + "name": "cb-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "ccd-top", + "height": "25", + "width": "35" + }, + { + "name": "chair-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "certified-recycled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "certified-recycled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chair-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "check-in-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chat-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "chat-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "chat-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "checkbox-mixed-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chevron-down-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "checkmark-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chevron-down-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "chevron-down-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chevron-left-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "chevron-left-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "chevron-down-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "chevron-right-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "chevron-left-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "chevron-left-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chevron-right-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chevron-right-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "chevron-up-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chevron-up-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "chevron-up-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "chevron-up-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "chinese-coin-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "clear-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "chevron-right-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "chinese-coin-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "clear-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "click-to-call-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "click-to-call-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "clock-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "close-12", + "size": "12", + "height": "12", + "width": "13" + }, + { + "name": "clock-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "clear-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "clock-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "closed-caption-16", + "size": "16", + "height": "16", + "width": "20" + }, + { + "name": "coin-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "close-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "close-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "closed-caption-filled-16", + "size": "16", + "height": "16", + "width": "20" + }, + { + "name": "collections-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "coin-battery-48", + "size": "48", + "height": "48", + "width": "48" + }, + { + "name": "collections-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "close-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "confirmation-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "confirmation-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "confirmation-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "confirmation-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "confirmation-filled-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "copy-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "contrast-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "credit-card-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "condensed-grid-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "copy-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "contract-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "condensed-grid-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "credit-card-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "credit-card-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "customize-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "delete-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "confirmation-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "delete-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "customize-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "crop-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "delete-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "density-compact-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "density-default-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "density-compact-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "density-default-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "diamond-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "density-relaxed-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "diners-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "density-relaxed-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "diners-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "diamond-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "diners-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "diners-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "direct-debit-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "direct-debit-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "direct-debit-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "direct-from-brand-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "discount-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "discover-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "discount-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "direct-from-brand-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "discover-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "discord-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "dollar-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "discover-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "direct-debit-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "download-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "download-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "drag-drop-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "dollar-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "download-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ebay-balance-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "ebay-balance-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "ebay-balance-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "ebay-bucks-logo-16-colored", + "size": "16-colored", + "height": "16", + "width": "48" + }, + { + "name": "ebay-balance-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "ebay-for-charity-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "drag-drop-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ebay-for-charity-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "discover-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "ebay-live-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ebay-international-shipping-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ebay-mastercard-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "ebay-live-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ebay-mastercard-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "ebay-mastercard-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "ebay-international-shipping-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "ebay-plus-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ebay-plus-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ebay-mastercard-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "ebay-plus-logo-16-colored", + "size": "16-colored", + "height": "16", + "width": "58" + }, + { + "name": "ebay-refurbished-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ebay-preloved-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ebay-international-shipping-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ebay-money-back-guarantee-logo-16-colored", + "size": "16-colored", + "height": "16", + "width": "147" + }, + { + "name": "ebay-refurbished-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "eftpos-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "eftpos-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "escrow-card-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "escrow-card-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "ebay-preloved-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "escrow-card-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "eftpos-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "escrow-card-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "euro-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "european-conformity-48", + "size": "48", + "height": "48", + "width": "48" + }, + { + "name": "exclude-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "euro-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "expand-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "exclude-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "explore-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "external-link-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "eftpos-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "explore-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "face-happy-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "external-link-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "external-link-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "face-happy-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "face-sad-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "face-neutral-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "facebook-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "face-saddest-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "facebook-messenger-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "face-happiest-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "fall-leaf-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "feedback-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "fall-leaf-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "feedback-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "feedback-received-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "file-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "file-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "fingerprint-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "filter-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "flag-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "fingerprint-64", + "size": "64", + "height": "64", + "width": "65" + }, + { + "name": "filter-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "feedback-received-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "feedback-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "flag-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "flag-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "flash-auto-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "flash-off-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "folder-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "folder-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "forklift-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "flash-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "folder-add-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "flag-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "forklift-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "franc-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "free-warranty-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "full-view-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "free-warranty-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "franc-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "folder-add-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "full-view-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "full-view-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "gallery-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "gallery-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "general-card-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "general-card-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "full-view-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "general-card-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "generic-card-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "general-card-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "generic-card-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "gift-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "gift-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "generic-card-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "generic-card-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "gift-card-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "girocard-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "gift-card-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "gift-card-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "girocard-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "gift-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "girocard-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "glasses-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "google-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "gift-card-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "girocard-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "glasses-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "google-pay-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "google-pay-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "google-pay-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "graph-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "google-pay-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "graph-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "graph-dynamic-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "grid-view-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "graph-dynamic-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "grid-view-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "grid-view-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "graph-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "handbag-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "hanger-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "hanger-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "headphone-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "heart-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "headlight-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "handbag-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "heart-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "headlight-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "headphone-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "heart-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "help-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "heart-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "help-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "help-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "heart-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "help-outline-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "heart-filled-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "help-outline-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "help-outline-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "hide-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "history-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "history-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "history-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "hide-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "image-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "home-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "image-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "home-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "inbox-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "image-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "information-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "information-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "inspect-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "inbox-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "information-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "instagram-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "inspect-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "item-list-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "grid-view-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "item-list-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "information-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "inspect-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "jcb-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "key-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "item-list-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "jcb-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "jet-ski-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "jcb-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "jet-ski-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "jcb-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "key-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "klarna-black-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "keyboard-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "klarna-pink-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "klarna-black-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "klarna-black-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "klarna-black-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "keyboard-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "klarna-white-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "klarna-pink-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "klarna-white-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "klarna-pink-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "klarna-white-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "klarna-white-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "krona-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "klarna-pink-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "krona-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "lamp-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "legacy-authenticity-guarantee-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "large-box-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "legacy-click-to-call-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "lamp-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "large-box-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "legacy-money-back-guarantee-eu-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "legacy-escrow-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "legacy-money-back-guarantee-uk-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "legacy-money-back-guarantee-chf-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "legacy-top-rated-seller-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "legacy-free-warranty-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "legacy-money-back-guarantee-us-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "legacy-money-back-guarantee-zl-48-colored", + "size": "48-colored", + "height": "48", + "width": "48" + }, + { + "name": "lightning-bolt-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "lightbulb-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "link-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "linkedin-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "list-view-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "list-view-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "list-view-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "list-view-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "live-eye-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "live-eye-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "location-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "location-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "lock-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "lock-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "lock-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "lightbulb-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "maestro-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "lock-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "lock-filled-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "maestro-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "lightning-bolt-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "maestro-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "mail-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "mail-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "mail-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "mail-move-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "maestro-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "mail-move-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "mail-open-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "mail-unread-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "mail-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "mail-open-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "map-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "location-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "mail-unread-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "map-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "mastercard-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "masonry-view-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "map-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "masonry-view-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "masonry-view-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "mastercard-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "mastercard-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "masonry-view-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "medium-box-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "mastercard-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "menu-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "menu-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "megaphone-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "medium-box-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "microphone-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "mobile-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "megaphone-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "menu-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "money-back-guarantee-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "microphone-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "money-back-guarantee-filled-16-colored", + "size": "16-colored", + "height": "16", + "width": "16" + }, + { + "name": "monthly-invoice-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "money-back-guarantee-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "money-back-guarantee-filled-24-colored", + "size": "24-colored", + "height": "24", + "width": "24" + }, + { + "name": "money-stack-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "money-stack-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "monthly-invoice-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "monthly-invoice-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "moon-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "mountain-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "motorcycle-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "motorcycle-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "moon-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "mobile-signal-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "monthly-invoice-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "mountain-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "moon-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "nectar-logo-24-colored", + "size": "24-colored", + "height": "24", + "width": "29" + }, + { + "name": "move-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "negative-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "move-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "neutral-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "negative-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "neutral-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "nfc-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "nfc-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "nfc-card-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "nfc-card-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "nfc-card-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "no-children-zero-three-48", + "size": "48", + "height": "48", + "width": "48" + }, + { + "name": "nfc-card-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "notification-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "notification-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "notification-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "notification-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "out-of-reach-48", + "size": "48", + "height": "48", + "width": "48" + }, + { + "name": "notification-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "overflow-horizontal-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "overflow-horizontal-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "overflow-vertical-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "overflow-horizontal-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "overflow-vertical-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "overflow-vertical-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "package-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "package-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "package-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "panel-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "panel-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "panel-close-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "panel-close-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "panel-close-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "panel-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "panel-open-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "panel-close-vertical-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "panel-close-vertical-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "panel-open-vertical-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "panel-open-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "panel-close-vertical-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "passkey-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "panel-open-vertical-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "passkey-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "panel-open-vertical-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "pause-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "passkey-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "panel-open-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "payoneer-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "pause-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "pause-filled-64-colored", + "size": "64-colored", + "height": "64", + "width": "64" + }, + { + "name": "payoneer-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "paypal-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "paypal-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "paypal-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "payoneer-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "paypal-credit-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "paypal-credit-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "paypal-credit-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "paypal-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "paypal-credit-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "pencil-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "paypal-disabled-24-colored", + "size": "24-colored", + "height": "24", + "width": "37" + }, + { + "name": "pencil-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "paypal-disabled-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "paypal-disabled-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "peso-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "peso-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "payoneer-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "paypal-disabled-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "pin-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "phone-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "pin-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "pinterest-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "play-filled-24-colored", + "size": "24-colored", + "height": "24", + "width": "24" + }, + { + "name": "phone-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "postepay-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "play-filled-16-colored", + "size": "16-colored", + "height": "16", + "width": "16" + }, + { + "name": "play-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "play-filled-64-colored", + "size": "64-colored", + "height": "64", + "width": "64" + }, + { + "name": "play-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "pencil-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "postepay-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "potted-plant-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "potted-plant-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "pound-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "pound-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "print-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "profile-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "postepay-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "print-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "profile-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "profile-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "promotion-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "progress-upcoming-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "progress-current-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "psa-vault-16", + "size": "16", + "height": "16", + "width": "84" + }, + { + "name": "postepay-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "promotion-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "psa-vault-16-colored", + "size": "16-colored", + "height": "16", + "width": "84" + }, + { + "name": "qr-code-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "qr-code-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "recovery-code-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "recovery-code-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "refresh-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "reddit-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "refresh-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "remove-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "relaxed-grid-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "reply-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "reply-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "remove-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "return-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "relaxed-grid-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "rim-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "return-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ribbon-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "remove-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ribbon-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ringgit-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "rotate-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ringgit-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "profile-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "rim-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "rotate-landscape-right-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "rotate-landscape-left-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ruler-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "rotate-portrait-left-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ruler-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "rotate-portrait-right-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "rupee-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "satchel-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "rupee-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "scan-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "search-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "search-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "search-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "scan-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "search-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "search-similar-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "satchel-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "search-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "search-similar-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "seasons-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "seasons-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "security-key-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "selling-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "select-all-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "search-similar-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "settings-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "selling-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "send-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "selling-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "settings-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "selling-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "share-android-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "share-ios-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "share-ios-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "share-android-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "settings-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "share-android-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "share-ios-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "shirt-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "ship-and-local-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "shirt-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "ship-and-local-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "shovel-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "sharpen-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "show-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "shoe-box-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "show-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "small-box-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "shovel-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "small-box-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "sneaker-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "snowmobile-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "sneaker-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "small-letter-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "snowflake-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "sort-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "snowflake-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "snowmobile-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "sort-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "sort-down-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "sparkline-down-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "sparkline-down-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "sparkline-up-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "sort-up-12", + "size": "12", + "height": "12", + "width": "12" + }, + { + "name": "speedometer-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "sort-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "sparkline-up-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "speedometer-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "sparkline-up-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "split-payment-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "split-view-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "split-payment-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "split-view-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "sparkline-down-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "sparkline-up-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "star-empty-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "spring-leaf-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "spring-leaf-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "star-empty-40", + "height": "40", + "width": "40" + }, + { + "name": "star-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "star-empty-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "star-half-16-colored", + "size": "16-colored", + "height": "16", + "width": "16" + }, + { + "name": "star-filled-40", + "height": "40", + "width": "40" + }, + { + "name": "star-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "star-half-24-colored", + "size": "24-colored", + "height": "24", + "width": "24" + }, + { + "name": "star-half-dark-16-colored", + "size": "16-colored", + "height": "16", + "width": "16" + }, + { + "name": "stepper-confirmation-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "stepper-current-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "store-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "store-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "stepper-attention-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "suitcase-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "support-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "store-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "target-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "switch-camera-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "target-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "star-half-dark-24-colored", + "size": "24-colored", + "height": "24", + "width": "24" + }, + { + "name": "text-messaging-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "stepper-upcoming-24", + "size": "24", + "height": "25", + "width": "24" + }, + { + "name": "store-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "the-ebay-vault-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "swap-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "the-ebay-vault-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "text-messaging-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "thumb-down-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "thumb-down-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "thumb-down-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "text-messaging-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "thumb-down-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "thumb-up-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "text-messaging-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "thumb-down-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "thumb-up-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "thumb-up-filled-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "thumb-up-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "tick-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "tiktok-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "tick-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "thumb-up-filled-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "thumb-up-filled-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "thumb-down-filled-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "thumb-up-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "toggle-mode-top-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "top-rated-seller-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "top-rated-seller-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "top-service-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "top-service-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "trading-card-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "trading-card-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "trading-card-grade-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "toggle-mode-bottom-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "translate-20", + "size": "20", + "height": "20", + "width": "20" + }, + { + "name": "trend-up-16-fit", + "size": "16-fit", + "height": "16", + "width": "13" + }, + { + "name": "translate-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "trend-down-16-fit", + "size": "16-fit", + "height": "16", + "width": "13" + }, + { + "name": "trophy-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "trophy-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "transaction-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "trading-card-grade-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "truck-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "translate-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "truck-shipped-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "truck-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "undo-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "truck-shipped-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "twitter-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "truck-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "unionpay-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "unionpay-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "unionpay-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "unlock-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "upload-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "unselect-all-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "undo-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "venmo-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "upload-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "unlock-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "unionpay-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "video-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "verified-condition-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "verified-condition-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "visa-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "venmo-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "venmo-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "visa-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "visa-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "visa-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "wallet-64", + "size": "64", + "height": "64", + "width": "64" + }, + { + "name": "wallet-balance-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "wallet-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "wallet-balance-12-colored", + "size": "12-colored", + "height": "12", + "width": "20" + }, + { + "name": "wallet-balance-18-colored", + "size": "18-colored", + "height": "18", + "width": "30" + }, + { + "name": "watch-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "wrench-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "watch-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "wrench-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "venmo-24-colored", + "size": "24-colored", + "height": "24", + "width": "38" + }, + { + "name": "won-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "yuan-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "won-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "youtube-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "wallet-balance-32-colored", + "size": "32-colored", + "height": "32", + "width": "50" + }, + { + "name": "whatsapp-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "yuan-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "zoom-in-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "zloty-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "zoom-out-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "zloty-16", + "size": "16", + "height": "16", + "width": "16" + }, + { + "name": "zoom-in-24", + "size": "24", + "height": "24", + "width": "24" + }, + { + "name": "zoom-out-24", + "size": "24", + "height": "24", + "width": "24" + } + ], + "skipDocs": [ + "avatar-signed-out", + "checkbox-checked", + "checkbox-checked-large", + "checkbox-mixed", + "checkbox-mixed-large", + "checkbox-square-checked", + "checkbox-square-checked-large", + "checkbox-square-unchecked", + "checkbox-square-unchecked-large", + "checkbox-unchecked", + "checkbox-unchecked-large", + "eek-arrow", + "eek-range-arrow", + "radio-checked", + "radio-checked-large", + "radio-unchecked", + "radio-unchecked-large", + "spinner-20", + "spinner-24", + "spinner-30", + "star-dynamic", + "star-rating-small-0", + "star-rating-small-0-5", + "star-rating-small-1", + "star-rating-small-1-5", + "star-rating-small-2", + "star-rating-small-2-5", + "star-rating-small-3", + "star-rating-small-3-5", + "star-rating-small-4", + "star-rating-small-4-5", + "star-rating-small-5", + "star-rating-0", + "star-rating-0-5", + "star-rating-1", + "star-rating-1-5", + "star-rating-2", + "star-rating-2-5", + "star-rating-3", + "star-rating-3-5", + "star-rating-4", + "star-rating-4-5", + "star-rating-5", + "stepper-attention", + "stepper-confirmation", + "stepper-current", + "stepper-upcoming", + "stepper-information", + "program-badge-authenticity-guarantee-16-fit", + "image-placeholder", + "checkbox-mixed-18", + "checkbox-unchecked-18", + "checkbox-checked-24", + "radio-checked-18", + "checkbox-checked-18", + "radio-checked-24", + "radio-unchecked-24", + "checkbox-unchecked-24", + "radio-unchecked-18" + ], + "deprecated": null, + "program-badges": { + "prefix": "program-badge", + "list": [ + "authenticity-guaranteed", + "click-to-call", + "ebay-plus", + "escrow", + "free-warranty", + "money-back-guarantee-chf", + "money-back-guarantee-eu", + "money-back-guarantee-uk", + "money-back-guarantee-us", + "money-back-guarantee-zl", + "top-rated-seller", + "vault" + ] + }, + "skip": [ + "icon-spinner-large", + "image-placeholder", + "icon-avatar-signed-out" + ] + } +} diff --git a/src/routes/static/icon/icon-ai-tools-16.svg b/src/routes/static/icon/icon-ai-tools-16.svg new file mode 100644 index 000000000..99352060c --- /dev/null +++ b/src/routes/static/icon/icon-ai-tools-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/routes/static/icon/icon-ai-tools-20.svg b/src/routes/static/icon/icon-ai-tools-20.svg new file mode 100644 index 000000000..eb44a01a0 --- /dev/null +++ b/src/routes/static/icon/icon-ai-tools-20.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/routes/static/icon/icon-ai-tools-24.svg b/src/routes/static/icon/icon-ai-tools-24.svg new file mode 100644 index 000000000..6b044e25c --- /dev/null +++ b/src/routes/static/icon/icon-ai-tools-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/routes/static/icon/icon-bancontact-12-colored.svg b/src/routes/static/icon/icon-bancontact-12-colored.svg new file mode 100644 index 000000000..061a247b7 --- /dev/null +++ b/src/routes/static/icon/icon-bancontact-12-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/src/routes/static/icon/icon-bancontact-18-colored.svg b/src/routes/static/icon/icon-bancontact-18-colored.svg new file mode 100644 index 000000000..077c22b67 --- /dev/null +++ b/src/routes/static/icon/icon-bancontact-18-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/src/routes/static/icon/icon-bancontact-24-colored.svg b/src/routes/static/icon/icon-bancontact-24-colored.svg new file mode 100644 index 000000000..d6efbb3f8 --- /dev/null +++ b/src/routes/static/icon/icon-bancontact-24-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/src/routes/static/icon/icon-bancontact-32-colored.svg b/src/routes/static/icon/icon-bancontact-32-colored.svg new file mode 100644 index 000000000..f488c1f19 --- /dev/null +++ b/src/routes/static/icon/icon-bancontact-32-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/src/routes/static/icon/icon-cashapp-12-colored.svg b/src/routes/static/icon/icon-cashapp-12-colored.svg new file mode 100644 index 000000000..88491129d --- /dev/null +++ b/src/routes/static/icon/icon-cashapp-12-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/src/routes/static/icon/icon-cashapp-18-colored.svg b/src/routes/static/icon/icon-cashapp-18-colored.svg new file mode 100644 index 000000000..d6eb04b3e --- /dev/null +++ b/src/routes/static/icon/icon-cashapp-18-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/src/routes/static/icon/icon-cashapp-24-colored.svg b/src/routes/static/icon/icon-cashapp-24-colored.svg new file mode 100644 index 000000000..0c0293f00 --- /dev/null +++ b/src/routes/static/icon/icon-cashapp-24-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/src/routes/static/icon/icon-cashapp-32-colored.svg b/src/routes/static/icon/icon-cashapp-32-colored.svg new file mode 100644 index 000000000..83d5a3f47 --- /dev/null +++ b/src/routes/static/icon/icon-cashapp-32-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/src/routes/static/icon/icon-cb-12-colored.svg b/src/routes/static/icon/icon-cb-12-colored.svg index 0a298e780..058096b07 100644 --- a/src/routes/static/icon/icon-cb-12-colored.svg +++ b/src/routes/static/icon/icon-cb-12-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/src/routes/static/icon/icon-cb-18-colored.svg b/src/routes/static/icon/icon-cb-18-colored.svg index 559acd349..74f95fcce 100644 --- a/src/routes/static/icon/icon-cb-18-colored.svg +++ b/src/routes/static/icon/icon-cb-18-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/src/routes/static/icon/icon-cb-24-colored.svg b/src/routes/static/icon/icon-cb-24-colored.svg index 786ec4d20..f9f832574 100644 --- a/src/routes/static/icon/icon-cb-24-colored.svg +++ b/src/routes/static/icon/icon-cb-24-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/src/routes/static/icon/icon-cb-32-colored.svg b/src/routes/static/icon/icon-cb-32-colored.svg index e666934f5..73d306a29 100644 --- a/src/routes/static/icon/icon-cb-32-colored.svg +++ b/src/routes/static/icon/icon-cb-32-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/src/routes/static/icon/icon-eftpos-12-colored.svg b/src/routes/static/icon/icon-eftpos-12-colored.svg new file mode 100644 index 000000000..2d864a399 --- /dev/null +++ b/src/routes/static/icon/icon-eftpos-12-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/src/routes/static/icon/icon-eftpos-18-colored.svg b/src/routes/static/icon/icon-eftpos-18-colored.svg new file mode 100644 index 000000000..416006fda --- /dev/null +++ b/src/routes/static/icon/icon-eftpos-18-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/src/routes/static/icon/icon-eftpos-24-colored.svg b/src/routes/static/icon/icon-eftpos-24-colored.svg new file mode 100644 index 000000000..f4a63ebf6 --- /dev/null +++ b/src/routes/static/icon/icon-eftpos-24-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/src/routes/static/icon/icon-eftpos-32-colored.svg b/src/routes/static/icon/icon-eftpos-32-colored.svg new file mode 100644 index 000000000..8125b0432 --- /dev/null +++ b/src/routes/static/icon/icon-eftpos-32-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/src/routes/static/icon/icon-forklift-16.svg b/src/routes/static/icon/icon-forklift-16.svg new file mode 100644 index 000000000..1a6cd5a21 --- /dev/null +++ b/src/routes/static/icon/icon-forklift-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/routes/static/icon/icon-forklift-24.svg b/src/routes/static/icon/icon-forklift-24.svg new file mode 100644 index 000000000..7eaf43dc8 --- /dev/null +++ b/src/routes/static/icon/icon-forklift-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-save-16.svg b/src/routes/static/icon/icon-heart-16.svg similarity index 100% rename from src/svg/icon/icon-save-16.svg rename to src/routes/static/icon/icon-heart-16.svg diff --git a/src/svg/icon/icon-save-20.svg b/src/routes/static/icon/icon-heart-20.svg similarity index 100% rename from src/svg/icon/icon-save-20.svg rename to src/routes/static/icon/icon-heart-20.svg diff --git a/src/svg/icon/icon-save-24.svg b/src/routes/static/icon/icon-heart-24.svg similarity index 100% rename from src/svg/icon/icon-save-24.svg rename to src/routes/static/icon/icon-heart-24.svg diff --git a/src/svg/icon/icon-save-filled-16.svg b/src/routes/static/icon/icon-heart-filled-16.svg similarity index 100% rename from src/svg/icon/icon-save-filled-16.svg rename to src/routes/static/icon/icon-heart-filled-16.svg diff --git a/src/svg/icon/icon-save-filled-20.svg b/src/routes/static/icon/icon-heart-filled-20.svg similarity index 100% rename from src/svg/icon/icon-save-filled-20.svg rename to src/routes/static/icon/icon-heart-filled-20.svg diff --git a/src/svg/icon/icon-save-filled-24.svg b/src/routes/static/icon/icon-heart-filled-24.svg similarity index 100% rename from src/svg/icon/icon-save-filled-24.svg rename to src/routes/static/icon/icon-heart-filled-24.svg diff --git a/src/routes/static/icon/icon-klarna-black-12-colored.svg b/src/routes/static/icon/icon-klarna-black-12-colored.svg index ac3ad86a4..f3f6bb5f8 100644 --- a/src/routes/static/icon/icon-klarna-black-12-colored.svg +++ b/src/routes/static/icon/icon-klarna-black-12-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/routes/static/icon/icon-klarna-black-18-colored.svg b/src/routes/static/icon/icon-klarna-black-18-colored.svg index 51a83e717..528d43ce5 100644 --- a/src/routes/static/icon/icon-klarna-black-18-colored.svg +++ b/src/routes/static/icon/icon-klarna-black-18-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/routes/static/icon/icon-klarna-black-24-colored.svg b/src/routes/static/icon/icon-klarna-black-24-colored.svg index 3cb00e27c..7d8f3cf49 100644 --- a/src/routes/static/icon/icon-klarna-black-24-colored.svg +++ b/src/routes/static/icon/icon-klarna-black-24-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/routes/static/icon/icon-klarna-black-32-colored.svg b/src/routes/static/icon/icon-klarna-black-32-colored.svg index 533686b08..009b42e9a 100644 --- a/src/routes/static/icon/icon-klarna-black-32-colored.svg +++ b/src/routes/static/icon/icon-klarna-black-32-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/routes/static/icon/icon-klarna-pink-12-colored.svg b/src/routes/static/icon/icon-klarna-pink-12-colored.svg index 1059564cc..a8bdda2f8 100644 --- a/src/routes/static/icon/icon-klarna-pink-12-colored.svg +++ b/src/routes/static/icon/icon-klarna-pink-12-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/routes/static/icon/icon-klarna-pink-18-colored.svg b/src/routes/static/icon/icon-klarna-pink-18-colored.svg index deed4a1eb..9e36939ca 100644 --- a/src/routes/static/icon/icon-klarna-pink-18-colored.svg +++ b/src/routes/static/icon/icon-klarna-pink-18-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/routes/static/icon/icon-klarna-pink-24-colored.svg b/src/routes/static/icon/icon-klarna-pink-24-colored.svg index 5886ea6ff..123282dd7 100644 --- a/src/routes/static/icon/icon-klarna-pink-24-colored.svg +++ b/src/routes/static/icon/icon-klarna-pink-24-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/routes/static/icon/icon-klarna-pink-32-colored.svg b/src/routes/static/icon/icon-klarna-pink-32-colored.svg index 87cb6e475..69896d8bf 100644 --- a/src/routes/static/icon/icon-klarna-pink-32-colored.svg +++ b/src/routes/static/icon/icon-klarna-pink-32-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/routes/static/icon/icon-klarna-white-12-colored.svg b/src/routes/static/icon/icon-klarna-white-12-colored.svg index 9b102cf12..e6244c8b8 100644 --- a/src/routes/static/icon/icon-klarna-white-12-colored.svg +++ b/src/routes/static/icon/icon-klarna-white-12-colored.svg @@ -1,16 +1,16 @@ diff --git a/src/routes/static/icon/icon-klarna-white-18-colored.svg b/src/routes/static/icon/icon-klarna-white-18-colored.svg index 16b2c2ce7..843fe7c08 100644 --- a/src/routes/static/icon/icon-klarna-white-18-colored.svg +++ b/src/routes/static/icon/icon-klarna-white-18-colored.svg @@ -1,16 +1,16 @@ diff --git a/src/routes/static/icon/icon-klarna-white-24-colored.svg b/src/routes/static/icon/icon-klarna-white-24-colored.svg index 3717267c6..23b132f4c 100644 --- a/src/routes/static/icon/icon-klarna-white-24-colored.svg +++ b/src/routes/static/icon/icon-klarna-white-24-colored.svg @@ -1,16 +1,16 @@ diff --git a/src/routes/static/icon/icon-klarna-white-32-colored.svg b/src/routes/static/icon/icon-klarna-white-32-colored.svg index 9d572e8c2..f7844eb6f 100644 --- a/src/routes/static/icon/icon-klarna-white-32-colored.svg +++ b/src/routes/static/icon/icon-klarna-white-32-colored.svg @@ -1,16 +1,16 @@ diff --git a/src/routes/static/icon/icon-escrow-16.svg b/src/routes/static/icon/icon-lock-16.svg similarity index 100% rename from src/routes/static/icon/icon-escrow-16.svg rename to src/routes/static/icon/icon-lock-16.svg diff --git a/src/routes/static/icon/icon-escrow-24.svg b/src/routes/static/icon/icon-lock-24.svg similarity index 100% rename from src/routes/static/icon/icon-escrow-24.svg rename to src/routes/static/icon/icon-lock-24.svg diff --git a/src/routes/static/icon/icon-locked-16.svg b/src/routes/static/icon/icon-lock-filled-16.svg similarity index 100% rename from src/routes/static/icon/icon-locked-16.svg rename to src/routes/static/icon/icon-lock-filled-16.svg diff --git a/src/routes/static/icon/icon-locked-20.svg b/src/routes/static/icon/icon-lock-filled-20.svg similarity index 100% rename from src/routes/static/icon/icon-locked-20.svg rename to src/routes/static/icon/icon-lock-filled-20.svg diff --git a/src/routes/static/icon/icon-locked-24.svg b/src/routes/static/icon/icon-lock-filled-24.svg similarity index 100% rename from src/routes/static/icon/icon-locked-24.svg rename to src/routes/static/icon/icon-lock-filled-24.svg diff --git a/src/routes/static/icon/icon-menu-16.svg b/src/routes/static/icon/icon-menu-16.svg new file mode 100644 index 000000000..fe25504a4 --- /dev/null +++ b/src/routes/static/icon/icon-menu-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/routes/static/icon/icon-nfc-16.svg b/src/routes/static/icon/icon-nfc-16.svg new file mode 100644 index 000000000..59a81ab0e --- /dev/null +++ b/src/routes/static/icon/icon-nfc-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/routes/static/icon/icon-nfc-24.svg b/src/routes/static/icon/icon-nfc-24.svg new file mode 100644 index 000000000..64ffa2c93 --- /dev/null +++ b/src/routes/static/icon/icon-nfc-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/routes/static/icon/icon-nfc-card-12-colored.svg b/src/routes/static/icon/icon-nfc-card-12-colored.svg new file mode 100644 index 000000000..14a2c37f8 --- /dev/null +++ b/src/routes/static/icon/icon-nfc-card-12-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/src/routes/static/icon/icon-nfc-card-18-colored.svg b/src/routes/static/icon/icon-nfc-card-18-colored.svg new file mode 100644 index 000000000..e8eb7b433 --- /dev/null +++ b/src/routes/static/icon/icon-nfc-card-18-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/src/routes/static/icon/icon-nfc-card-24-colored.svg b/src/routes/static/icon/icon-nfc-card-24-colored.svg new file mode 100644 index 000000000..b627cfc90 --- /dev/null +++ b/src/routes/static/icon/icon-nfc-card-24-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/src/routes/static/icon/icon-nfc-card-32-colored.svg b/src/routes/static/icon/icon-nfc-card-32-colored.svg new file mode 100644 index 000000000..fb13234f5 --- /dev/null +++ b/src/routes/static/icon/icon-nfc-card-32-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/src/routes/static/icon/icon-ruler-16.svg b/src/routes/static/icon/icon-ruler-16.svg new file mode 100644 index 000000000..0852f1e27 --- /dev/null +++ b/src/routes/static/icon/icon-ruler-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/routes/static/icon/icon-ruler-24.svg b/src/routes/static/icon/icon-ruler-24.svg new file mode 100644 index 000000000..fa7bad568 --- /dev/null +++ b/src/routes/static/icon/icon-ruler-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-fast-and-free-16.svg b/src/routes/static/icon/icon-truck-16.svg similarity index 100% rename from src/svg/icon/icon-fast-and-free-16.svg rename to src/routes/static/icon/icon-truck-16.svg diff --git a/src/svg/icon/icon-fast-and-free-24.svg b/src/routes/static/icon/icon-truck-24.svg similarity index 100% rename from src/svg/icon/icon-fast-and-free-24.svg rename to src/routes/static/icon/icon-truck-24.svg diff --git a/src/svg/icon/icon-fast-and-free-64.svg b/src/routes/static/icon/icon-truck-64.svg similarity index 100% rename from src/svg/icon/icon-fast-and-free-64.svg rename to src/routes/static/icon/icon-truck-64.svg diff --git a/src/svg/icon/icon-on-the-way-16.svg b/src/routes/static/icon/icon-truck-shipped-16.svg similarity index 100% rename from src/svg/icon/icon-on-the-way-16.svg rename to src/routes/static/icon/icon-truck-shipped-16.svg diff --git a/src/svg/icon/icon-on-the-way-24.svg b/src/routes/static/icon/icon-truck-shipped-24.svg similarity index 100% rename from src/svg/icon/icon-on-the-way-24.svg rename to src/routes/static/icon/icon-truck-shipped-24.svg diff --git a/src/svg/icon/icon-unlocked-16.svg b/src/routes/static/icon/icon-unlock-16.svg similarity index 100% rename from src/svg/icon/icon-unlocked-16.svg rename to src/routes/static/icon/icon-unlock-16.svg diff --git a/src/svg/icon/icon-unlocked-24.svg b/src/routes/static/icon/icon-unlock-24.svg similarity index 100% rename from src/svg/icon/icon-unlocked-24.svg rename to src/routes/static/icon/icon-unlock-24.svg diff --git a/src/routes/static/icons.svg b/src/routes/static/icons.svg index 94e765368..f16f09795 100644 --- a/src/routes/static/icons.svg +++ b/src/routes/static/icons.svg @@ -43,20 +43,6 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + @@ -347,6 +491,27 @@ d="M8 4.959A4.859 4.859 0 0 1 4.959 8 4.859 4.859 0 0 1 8 11.041 4.859 4.859 0 0 1 11.041 8 4.859 4.859 0 0 1 8 4.959Zm.788-3.322c-.182-.85-1.394-.85-1.576 0l-.53 2.467a3.358 3.358 0 0 1-2.578 2.578l-2.467.53c-.85.182-.85 1.394 0 1.576l2.467.53a3.358 3.358 0 0 1 2.578 2.578l.53 2.467c.182.85 1.394.85 1.576 0l.53-2.467a3.358 3.358 0 0 1 2.578-2.578l2.467-.53c.85-.182.85-1.394 0-1.576l-2.467-.53a3.358 3.358 0 0 1-2.578-2.578l-.53-2.467Z" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - @@ -3114,20 +3399,100 @@ fill="black" />
- - + + + + - - + + + + + + + + + + + + + + + + @@ -3340,48 +3705,27 @@ /> - - - - - - - - - - - + - + - + @@ -3534,6 +3878,20 @@ d="M1 6a3 3 0 0 1 3-3h4.172a3 3 0 0 1 2.12.879L11.415 5H20a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-8.959a1.1 1.1 0 0 1-.777-.322L8.879 5.293A1 1 0 0 0 8.172 5H4Zm8 4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" /> + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + @@ -5617,21 +6011,37 @@ clip-rule="evenodd" /> - + + + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + - + - + - + - + - - - - - - - + @@ -9105,6 +9572,41 @@ clip-rule="evenodd" /> + + + + + + + + + + + + + + + - + - + + + diff --git a/src/svg/icon/icon-ai-tools-20.svg b/src/svg/icon/icon-ai-tools-20.svg new file mode 100644 index 000000000..eb44a01a0 --- /dev/null +++ b/src/svg/icon/icon-ai-tools-20.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-ai-tools-24.svg b/src/svg/icon/icon-ai-tools-24.svg new file mode 100644 index 000000000..6b044e25c --- /dev/null +++ b/src/svg/icon/icon-ai-tools-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-bancontact-12-colored.svg b/src/svg/icon/icon-bancontact-12-colored.svg new file mode 100644 index 000000000..061a247b7 --- /dev/null +++ b/src/svg/icon/icon-bancontact-12-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/src/svg/icon/icon-bancontact-18-colored.svg b/src/svg/icon/icon-bancontact-18-colored.svg new file mode 100644 index 000000000..077c22b67 --- /dev/null +++ b/src/svg/icon/icon-bancontact-18-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/src/svg/icon/icon-bancontact-24-colored.svg b/src/svg/icon/icon-bancontact-24-colored.svg new file mode 100644 index 000000000..d6efbb3f8 --- /dev/null +++ b/src/svg/icon/icon-bancontact-24-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/src/svg/icon/icon-bancontact-32-colored.svg b/src/svg/icon/icon-bancontact-32-colored.svg new file mode 100644 index 000000000..f488c1f19 --- /dev/null +++ b/src/svg/icon/icon-bancontact-32-colored.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + diff --git a/src/svg/icon/icon-cashapp-12-colored.svg b/src/svg/icon/icon-cashapp-12-colored.svg new file mode 100644 index 000000000..88491129d --- /dev/null +++ b/src/svg/icon/icon-cashapp-12-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/src/svg/icon/icon-cashapp-18-colored.svg b/src/svg/icon/icon-cashapp-18-colored.svg new file mode 100644 index 000000000..d6eb04b3e --- /dev/null +++ b/src/svg/icon/icon-cashapp-18-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/src/svg/icon/icon-cashapp-24-colored.svg b/src/svg/icon/icon-cashapp-24-colored.svg new file mode 100644 index 000000000..0c0293f00 --- /dev/null +++ b/src/svg/icon/icon-cashapp-24-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/src/svg/icon/icon-cashapp-32-colored.svg b/src/svg/icon/icon-cashapp-32-colored.svg new file mode 100644 index 000000000..83d5a3f47 --- /dev/null +++ b/src/svg/icon/icon-cashapp-32-colored.svg @@ -0,0 +1,9 @@ + + + + diff --git a/src/svg/icon/icon-cb-12-colored.svg b/src/svg/icon/icon-cb-12-colored.svg index 0a298e780..058096b07 100644 --- a/src/svg/icon/icon-cb-12-colored.svg +++ b/src/svg/icon/icon-cb-12-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/src/svg/icon/icon-cb-18-colored.svg b/src/svg/icon/icon-cb-18-colored.svg index 559acd349..74f95fcce 100644 --- a/src/svg/icon/icon-cb-18-colored.svg +++ b/src/svg/icon/icon-cb-18-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/src/svg/icon/icon-cb-24-colored.svg b/src/svg/icon/icon-cb-24-colored.svg index 786ec4d20..f9f832574 100644 --- a/src/svg/icon/icon-cb-24-colored.svg +++ b/src/svg/icon/icon-cb-24-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/src/svg/icon/icon-cb-32-colored.svg b/src/svg/icon/icon-cb-32-colored.svg index e666934f5..73d306a29 100644 --- a/src/svg/icon/icon-cb-32-colored.svg +++ b/src/svg/icon/icon-cb-32-colored.svg @@ -1,27 +1,27 @@ + - - - - - - - + + + + + + + + + diff --git a/src/svg/icon/icon-eftpos-12-colored.svg b/src/svg/icon/icon-eftpos-12-colored.svg new file mode 100644 index 000000000..2d864a399 --- /dev/null +++ b/src/svg/icon/icon-eftpos-12-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/src/svg/icon/icon-eftpos-18-colored.svg b/src/svg/icon/icon-eftpos-18-colored.svg new file mode 100644 index 000000000..416006fda --- /dev/null +++ b/src/svg/icon/icon-eftpos-18-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/src/svg/icon/icon-eftpos-24-colored.svg b/src/svg/icon/icon-eftpos-24-colored.svg new file mode 100644 index 000000000..f4a63ebf6 --- /dev/null +++ b/src/svg/icon/icon-eftpos-24-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/src/svg/icon/icon-eftpos-32-colored.svg b/src/svg/icon/icon-eftpos-32-colored.svg new file mode 100644 index 000000000..8125b0432 --- /dev/null +++ b/src/svg/icon/icon-eftpos-32-colored.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/src/svg/icon/icon-forklift-16.svg b/src/svg/icon/icon-forklift-16.svg new file mode 100644 index 000000000..1a6cd5a21 --- /dev/null +++ b/src/svg/icon/icon-forklift-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-forklift-24.svg b/src/svg/icon/icon-forklift-24.svg new file mode 100644 index 000000000..7eaf43dc8 --- /dev/null +++ b/src/svg/icon/icon-forklift-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-heart-16.svg b/src/svg/icon/icon-heart-16.svg new file mode 100644 index 000000000..c8846a1c6 --- /dev/null +++ b/src/svg/icon/icon-heart-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-heart-20.svg b/src/svg/icon/icon-heart-20.svg new file mode 100644 index 000000000..ed5e28d6e --- /dev/null +++ b/src/svg/icon/icon-heart-20.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-heart-24.svg b/src/svg/icon/icon-heart-24.svg new file mode 100644 index 000000000..bd3444c20 --- /dev/null +++ b/src/svg/icon/icon-heart-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-heart-filled-16.svg b/src/svg/icon/icon-heart-filled-16.svg new file mode 100644 index 000000000..72da20db6 --- /dev/null +++ b/src/svg/icon/icon-heart-filled-16.svg @@ -0,0 +1,5 @@ + + + diff --git a/src/svg/icon/icon-heart-filled-20.svg b/src/svg/icon/icon-heart-filled-20.svg new file mode 100644 index 000000000..92e97074e --- /dev/null +++ b/src/svg/icon/icon-heart-filled-20.svg @@ -0,0 +1,5 @@ + + + diff --git a/src/svg/icon/icon-heart-filled-24.svg b/src/svg/icon/icon-heart-filled-24.svg new file mode 100644 index 000000000..591daef7e --- /dev/null +++ b/src/svg/icon/icon-heart-filled-24.svg @@ -0,0 +1,5 @@ + + + diff --git a/src/svg/icon/icon-klarna-black-12-colored.svg b/src/svg/icon/icon-klarna-black-12-colored.svg index ac3ad86a4..f3f6bb5f8 100644 --- a/src/svg/icon/icon-klarna-black-12-colored.svg +++ b/src/svg/icon/icon-klarna-black-12-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/svg/icon/icon-klarna-black-18-colored.svg b/src/svg/icon/icon-klarna-black-18-colored.svg index 51a83e717..528d43ce5 100644 --- a/src/svg/icon/icon-klarna-black-18-colored.svg +++ b/src/svg/icon/icon-klarna-black-18-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/svg/icon/icon-klarna-black-24-colored.svg b/src/svg/icon/icon-klarna-black-24-colored.svg index 3cb00e27c..7d8f3cf49 100644 --- a/src/svg/icon/icon-klarna-black-24-colored.svg +++ b/src/svg/icon/icon-klarna-black-24-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/svg/icon/icon-klarna-black-32-colored.svg b/src/svg/icon/icon-klarna-black-32-colored.svg index 533686b08..009b42e9a 100644 --- a/src/svg/icon/icon-klarna-black-32-colored.svg +++ b/src/svg/icon/icon-klarna-black-32-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/svg/icon/icon-klarna-pink-12-colored.svg b/src/svg/icon/icon-klarna-pink-12-colored.svg index 1059564cc..a8bdda2f8 100644 --- a/src/svg/icon/icon-klarna-pink-12-colored.svg +++ b/src/svg/icon/icon-klarna-pink-12-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/svg/icon/icon-klarna-pink-18-colored.svg b/src/svg/icon/icon-klarna-pink-18-colored.svg index deed4a1eb..9e36939ca 100644 --- a/src/svg/icon/icon-klarna-pink-18-colored.svg +++ b/src/svg/icon/icon-klarna-pink-18-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/svg/icon/icon-klarna-pink-24-colored.svg b/src/svg/icon/icon-klarna-pink-24-colored.svg index 5886ea6ff..123282dd7 100644 --- a/src/svg/icon/icon-klarna-pink-24-colored.svg +++ b/src/svg/icon/icon-klarna-pink-24-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/svg/icon/icon-klarna-pink-32-colored.svg b/src/svg/icon/icon-klarna-pink-32-colored.svg index 87cb6e475..69896d8bf 100644 --- a/src/svg/icon/icon-klarna-pink-32-colored.svg +++ b/src/svg/icon/icon-klarna-pink-32-colored.svg @@ -1,7 +1,7 @@ - + diff --git a/src/svg/icon/icon-klarna-white-12-colored.svg b/src/svg/icon/icon-klarna-white-12-colored.svg index 9b102cf12..e6244c8b8 100644 --- a/src/svg/icon/icon-klarna-white-12-colored.svg +++ b/src/svg/icon/icon-klarna-white-12-colored.svg @@ -1,16 +1,16 @@ diff --git a/src/svg/icon/icon-klarna-white-18-colored.svg b/src/svg/icon/icon-klarna-white-18-colored.svg index 16b2c2ce7..843fe7c08 100644 --- a/src/svg/icon/icon-klarna-white-18-colored.svg +++ b/src/svg/icon/icon-klarna-white-18-colored.svg @@ -1,16 +1,16 @@ diff --git a/src/svg/icon/icon-klarna-white-24-colored.svg b/src/svg/icon/icon-klarna-white-24-colored.svg index 3717267c6..23b132f4c 100644 --- a/src/svg/icon/icon-klarna-white-24-colored.svg +++ b/src/svg/icon/icon-klarna-white-24-colored.svg @@ -1,16 +1,16 @@ diff --git a/src/svg/icon/icon-klarna-white-32-colored.svg b/src/svg/icon/icon-klarna-white-32-colored.svg index 9d572e8c2..f7844eb6f 100644 --- a/src/svg/icon/icon-klarna-white-32-colored.svg +++ b/src/svg/icon/icon-klarna-white-32-colored.svg @@ -1,16 +1,16 @@ diff --git a/src/svg/icon/icon-escrow-16.svg b/src/svg/icon/icon-lock-16.svg similarity index 100% rename from src/svg/icon/icon-escrow-16.svg rename to src/svg/icon/icon-lock-16.svg diff --git a/src/svg/icon/icon-escrow-24.svg b/src/svg/icon/icon-lock-24.svg similarity index 100% rename from src/svg/icon/icon-escrow-24.svg rename to src/svg/icon/icon-lock-24.svg diff --git a/src/svg/icon/icon-locked-16.svg b/src/svg/icon/icon-lock-filled-16.svg similarity index 100% rename from src/svg/icon/icon-locked-16.svg rename to src/svg/icon/icon-lock-filled-16.svg diff --git a/src/svg/icon/icon-locked-20.svg b/src/svg/icon/icon-lock-filled-20.svg similarity index 100% rename from src/svg/icon/icon-locked-20.svg rename to src/svg/icon/icon-lock-filled-20.svg diff --git a/src/svg/icon/icon-locked-24.svg b/src/svg/icon/icon-lock-filled-24.svg similarity index 100% rename from src/svg/icon/icon-locked-24.svg rename to src/svg/icon/icon-lock-filled-24.svg diff --git a/src/svg/icon/icon-menu-16.svg b/src/svg/icon/icon-menu-16.svg new file mode 100644 index 000000000..fe25504a4 --- /dev/null +++ b/src/svg/icon/icon-menu-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-nfc-16.svg b/src/svg/icon/icon-nfc-16.svg new file mode 100644 index 000000000..59a81ab0e --- /dev/null +++ b/src/svg/icon/icon-nfc-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-nfc-24.svg b/src/svg/icon/icon-nfc-24.svg new file mode 100644 index 000000000..64ffa2c93 --- /dev/null +++ b/src/svg/icon/icon-nfc-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-nfc-card-12-colored.svg b/src/svg/icon/icon-nfc-card-12-colored.svg new file mode 100644 index 000000000..14a2c37f8 --- /dev/null +++ b/src/svg/icon/icon-nfc-card-12-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/src/svg/icon/icon-nfc-card-18-colored.svg b/src/svg/icon/icon-nfc-card-18-colored.svg new file mode 100644 index 000000000..e8eb7b433 --- /dev/null +++ b/src/svg/icon/icon-nfc-card-18-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/src/svg/icon/icon-nfc-card-24-colored.svg b/src/svg/icon/icon-nfc-card-24-colored.svg new file mode 100644 index 000000000..b627cfc90 --- /dev/null +++ b/src/svg/icon/icon-nfc-card-24-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/src/svg/icon/icon-nfc-card-32-colored.svg b/src/svg/icon/icon-nfc-card-32-colored.svg new file mode 100644 index 000000000..fb13234f5 --- /dev/null +++ b/src/svg/icon/icon-nfc-card-32-colored.svg @@ -0,0 +1,18 @@ + + + + diff --git a/src/svg/icon/icon-ruler-16.svg b/src/svg/icon/icon-ruler-16.svg new file mode 100644 index 000000000..0852f1e27 --- /dev/null +++ b/src/svg/icon/icon-ruler-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-ruler-24.svg b/src/svg/icon/icon-ruler-24.svg new file mode 100644 index 000000000..fa7bad568 --- /dev/null +++ b/src/svg/icon/icon-ruler-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-truck-16.svg b/src/svg/icon/icon-truck-16.svg new file mode 100644 index 000000000..01ac1756b --- /dev/null +++ b/src/svg/icon/icon-truck-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-truck-24.svg b/src/svg/icon/icon-truck-24.svg new file mode 100644 index 000000000..ac274728a --- /dev/null +++ b/src/svg/icon/icon-truck-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-truck-64.svg b/src/svg/icon/icon-truck-64.svg new file mode 100644 index 000000000..38d9649fb --- /dev/null +++ b/src/svg/icon/icon-truck-64.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-truck-shipped-16.svg b/src/svg/icon/icon-truck-shipped-16.svg new file mode 100644 index 000000000..3aea30a65 --- /dev/null +++ b/src/svg/icon/icon-truck-shipped-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-truck-shipped-24.svg b/src/svg/icon/icon-truck-shipped-24.svg new file mode 100644 index 000000000..3b45335d9 --- /dev/null +++ b/src/svg/icon/icon-truck-shipped-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-unlock-16.svg b/src/svg/icon/icon-unlock-16.svg new file mode 100644 index 000000000..7fb8b6d29 --- /dev/null +++ b/src/svg/icon/icon-unlock-16.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icon/icon-unlock-24.svg b/src/svg/icon/icon-unlock-24.svg new file mode 100644 index 000000000..31cf3bb70 --- /dev/null +++ b/src/svg/icon/icon-unlock-24.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/svg/icons.svg b/src/svg/icons.svg index 94e765368..f5b2ce137 100644 --- a/src/svg/icons.svg +++ b/src/svg/icons.svg @@ -1,6 +1,20 @@ + + + + + + + - - - - - - - @@ -72,11 +72,11 @@ @@ -100,64 +100,208 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -347,6 +491,27 @@ d="M8 4.959A4.859 4.859 0 0 1 4.959 8 4.859 4.859 0 0 1 8 11.041 4.859 4.859 0 0 1 11.041 8 4.859 4.859 0 0 1 8 4.959Zm.788-3.322c-.182-.85-1.394-.85-1.576 0l-.53 2.467a3.358 3.358 0 0 1-2.578 2.578l-2.467.53c-.85.182-.85 1.394 0 1.576l2.467.53a3.358 3.358 0 0 1 2.578 2.578l.53 2.467c.182.85 1.394.85 1.576 0l.53-2.467a3.358 3.358 0 0 1 2.578-2.578l2.467-.53c.85-.182.85-1.394 0-1.576l-2.467-.53a3.358 3.358 0 0 1-2.578-2.578l-.53-2.467Z" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - @@ -3114,20 +3399,100 @@ fill="black" /> - - + + + + - - + + + + + + + + + + + + + + + + @@ -3340,48 +3705,27 @@ /> - - - - - - - - - - - + - + - + @@ -3534,6 +3878,20 @@ d="M1 6a3 3 0 0 1 3-3h4.172a3 3 0 0 1 2.12.879L11.415 5H20a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-8.959a1.1 1.1 0 0 1-.777-.322L8.879 5.293A1 1 0 0 0 8.172 5H4Zm8 4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" /> + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + @@ -5617,21 +6011,37 @@ clip-rule="evenodd" /> - + + + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + - + - + - + - + - - - - - - - + @@ -9105,6 +9572,41 @@ clip-rule="evenodd" /> + + + + + + + + + + + + + + + - + - +