diff --git a/demo/tsconfig.json b/demo/tsconfig.json index 03c792f82..de61e27aa 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -16,8 +16,8 @@ {"path": "../core/router"}, {"path": "../core/i18n"}, {"path": "../core/math"}, - {"path": "../ui-kit/element"}, - {"path": "../ui-kit/icon"}, + {"path": "../ui/element"}, + {"path": "../ui/icon"}, {"path": "../core/storage-engine"}, {"path": "../core/storage-client"}, {"path": "../core/token"} diff --git a/lerna.json b/lerna.json index 68f4696ce..f75644870 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "package": [ "core/*", "services/*", - "ui-kit/*", + "ui/*", "demo" ], "command": { diff --git a/package.json b/package.json index 29d34cadc..4fcd51e17 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "workspaces": [ "core/*", "services/*", - "ui-kit/*", + "ui/*", "uniquely/*", "demo" ], diff --git a/tsconfig.json b/tsconfig.json index 91af53d79..2a24d7219 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,9 +21,10 @@ {"path": "./core/storage-client"}, {"path": "./core/token"}, - // ui-kit - {"path": "./ui-kit/element"}, - {"path": "./ui-kit/icon"}, + // ui + {"path": "./ui/element"}, + {"path": "./ui/icon"}, + {"path": "./ui/ui-kit"}, // demo {"path": "./demo"}, diff --git a/ui-kit/README.md b/ui-kit/README.md deleted file mode 100644 index 45cdc1a3c..000000000 --- a/ui-kit/README.md +++ /dev/null @@ -1 +0,0 @@ -# Alwatr UI Packages diff --git a/ui/README.md b/ui/README.md new file mode 100644 index 000000000..f3f8aa5a9 --- /dev/null +++ b/ui/README.md @@ -0,0 +1 @@ +# Alwatr Web UI Packages/Elements diff --git a/ui-kit/element/CHANGELOG.md b/ui/element/CHANGELOG.md similarity index 100% rename from ui-kit/element/CHANGELOG.md rename to ui/element/CHANGELOG.md diff --git a/ui-kit/element/README.md b/ui/element/README.md similarity index 100% rename from ui-kit/element/README.md rename to ui/element/README.md diff --git a/ui-kit/element/package.json b/ui/element/package.json similarity index 88% rename from ui-kit/element/package.json rename to ui/element/package.json index ae311fdd8..e9253315b 100644 --- a/ui-kit/element/package.json +++ b/ui/element/package.json @@ -26,9 +26,9 @@ "repository": { "type": "git", "url": "https://github.com/AliMD/alwatr", - "directory": "ui-kit/element" + "directory": "ui/element" }, - "homepage": "https://github.com/AliMD/alwatr/tree/main/ui-kit/element#readme", + "homepage": "https://github.com/AliMD/alwatr/tree/main/ui/element#readme", "bugs": { "url": "https://github.com/AliMD/alwatr/issues" }, diff --git a/ui-kit/element/src/element.ts b/ui/element/src/element.ts similarity index 100% rename from ui-kit/element/src/element.ts rename to ui/element/src/element.ts diff --git a/ui-kit/element/src/type.ts b/ui/element/src/type.ts similarity index 100% rename from ui-kit/element/src/type.ts rename to ui/element/src/type.ts diff --git a/ui-kit/element/tsconfig.json b/ui/element/tsconfig.json similarity index 100% rename from ui-kit/element/tsconfig.json rename to ui/element/tsconfig.json diff --git a/ui-kit/font/CHANGELOG.md b/ui/font/CHANGELOG.md similarity index 100% rename from ui-kit/font/CHANGELOG.md rename to ui/font/CHANGELOG.md diff --git a/ui-kit/font/README.md b/ui/font/README.md similarity index 100% rename from ui-kit/font/README.md rename to ui/font/README.md diff --git a/ui-kit/font/package.json b/ui/font/package.json similarity index 88% rename from ui-kit/font/package.json rename to ui/font/package.json index 9eac1e119..f305a5d0b 100644 --- a/ui-kit/font/package.json +++ b/ui/font/package.json @@ -32,9 +32,9 @@ "repository": { "type": "git", "url": "https://github.com/AliMD/alwatr", - "directory": "ui-kit/font" + "directory": "ui/font" }, - "homepage": "https://github.com/AliMD/alwatr/tree/main/ui-kit/font#readme", + "homepage": "https://github.com/AliMD/alwatr/tree/main/ui/font#readme", "bugs": { "url": "https://github.com/AliMD/alwatr/issues" } diff --git a/ui-kit/font/sahel.css b/ui/font/sahel.css similarity index 100% rename from ui-kit/font/sahel.css rename to ui/font/sahel.css diff --git a/ui-kit/font/sahel/note.txt b/ui/font/sahel/note.txt similarity index 100% rename from ui-kit/font/sahel/note.txt rename to ui/font/sahel/note.txt diff --git a/ui-kit/font/sahel/sahel-300.woff b/ui/font/sahel/sahel-300.woff similarity index 100% rename from ui-kit/font/sahel/sahel-300.woff rename to ui/font/sahel/sahel-300.woff diff --git a/ui-kit/font/sahel/sahel-400.woff b/ui/font/sahel/sahel-400.woff similarity index 100% rename from ui-kit/font/sahel/sahel-400.woff rename to ui/font/sahel/sahel-400.woff diff --git a/ui-kit/font/sahel/sahel-600.woff b/ui/font/sahel/sahel-600.woff similarity index 100% rename from ui-kit/font/sahel/sahel-600.woff rename to ui/font/sahel/sahel-600.woff diff --git a/ui-kit/font/sahel/sahel-700.woff b/ui/font/sahel/sahel-700.woff similarity index 100% rename from ui-kit/font/sahel/sahel-700.woff rename to ui/font/sahel/sahel-700.woff diff --git a/ui-kit/font/sahel/sahel-900.woff b/ui/font/sahel/sahel-900.woff similarity index 100% rename from ui-kit/font/sahel/sahel-900.woff rename to ui/font/sahel/sahel-900.woff diff --git a/ui-kit/font/sahel/sahel[wght].woff2 b/ui/font/sahel/sahel[wght].woff2 similarity index 100% rename from ui-kit/font/sahel/sahel[wght].woff2 rename to ui/font/sahel/sahel[wght].woff2 diff --git a/ui-kit/font/vazirmatn-roundot.css b/ui/font/vazirmatn-roundot.css similarity index 100% rename from ui-kit/font/vazirmatn-roundot.css rename to ui/font/vazirmatn-roundot.css diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-100.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-100.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-100.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-100.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-200.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-200.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-200.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-200.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-300.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-300.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-300.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-300.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-400.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-400.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-400.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-400.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-500.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-500.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-500.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-500.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-600.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-600.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-600.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-600.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-700.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-700.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-700.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-700.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-800.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-800.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-800.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-800.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-900.woff b/ui/font/vazirmatn-roundot/vazirmatn-roundot-900.woff similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot-900.woff rename to ui/font/vazirmatn-roundot/vazirmatn-roundot-900.woff diff --git a/ui-kit/font/vazirmatn-roundot/vazirmatn-roundot[wght].woff2 b/ui/font/vazirmatn-roundot/vazirmatn-roundot[wght].woff2 similarity index 100% rename from ui-kit/font/vazirmatn-roundot/vazirmatn-roundot[wght].woff2 rename to ui/font/vazirmatn-roundot/vazirmatn-roundot[wght].woff2 diff --git a/ui-kit/font/vazirmatn.css b/ui/font/vazirmatn.css similarity index 100% rename from ui-kit/font/vazirmatn.css rename to ui/font/vazirmatn.css diff --git a/ui-kit/font/vazirmatn/note.txt b/ui/font/vazirmatn/note.txt similarity index 100% rename from ui-kit/font/vazirmatn/note.txt rename to ui/font/vazirmatn/note.txt diff --git a/ui-kit/font/vazirmatn/vazirmatn-100.woff b/ui/font/vazirmatn/vazirmatn-100.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-100.woff rename to ui/font/vazirmatn/vazirmatn-100.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn-200.woff b/ui/font/vazirmatn/vazirmatn-200.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-200.woff rename to ui/font/vazirmatn/vazirmatn-200.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn-300.woff b/ui/font/vazirmatn/vazirmatn-300.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-300.woff rename to ui/font/vazirmatn/vazirmatn-300.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn-400.woff b/ui/font/vazirmatn/vazirmatn-400.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-400.woff rename to ui/font/vazirmatn/vazirmatn-400.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn-500.woff b/ui/font/vazirmatn/vazirmatn-500.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-500.woff rename to ui/font/vazirmatn/vazirmatn-500.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn-600.woff b/ui/font/vazirmatn/vazirmatn-600.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-600.woff rename to ui/font/vazirmatn/vazirmatn-600.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn-700.woff b/ui/font/vazirmatn/vazirmatn-700.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-700.woff rename to ui/font/vazirmatn/vazirmatn-700.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn-800.woff b/ui/font/vazirmatn/vazirmatn-800.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-800.woff rename to ui/font/vazirmatn/vazirmatn-800.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn-900.woff b/ui/font/vazirmatn/vazirmatn-900.woff similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn-900.woff rename to ui/font/vazirmatn/vazirmatn-900.woff diff --git a/ui-kit/font/vazirmatn/vazirmatn[wght].woff2 b/ui/font/vazirmatn/vazirmatn[wght].woff2 similarity index 100% rename from ui-kit/font/vazirmatn/vazirmatn[wght].woff2 rename to ui/font/vazirmatn/vazirmatn[wght].woff2 diff --git a/ui-kit/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md similarity index 100% rename from ui-kit/icon/CHANGELOG.md rename to ui/icon/CHANGELOG.md diff --git a/ui-kit/icon/README.md b/ui/icon/README.md similarity index 100% rename from ui-kit/icon/README.md rename to ui/icon/README.md diff --git a/ui-kit/icon/package.json b/ui/icon/package.json similarity index 89% rename from ui-kit/icon/package.json rename to ui/icon/package.json index da66fe880..8cd1d25e6 100644 --- a/ui-kit/icon/package.json +++ b/ui/icon/package.json @@ -29,9 +29,9 @@ "repository": { "type": "git", "url": "https://github.com/AliMD/alwatr", - "directory": "ui-kit/icon" + "directory": "ui/icon" }, - "homepage": "https://github.com/AliMD/alwatr/tree/main/ui-kit/icon#readme", + "homepage": "https://github.com/AliMD/alwatr/tree/main/ui/icon#readme", "bugs": { "url": "https://github.com/AliMD/alwatr/issues" }, diff --git a/ui-kit/icon/src/icon.ts b/ui/icon/src/icon.ts similarity index 100% rename from ui-kit/icon/src/icon.ts rename to ui/icon/src/icon.ts diff --git a/ui-kit/icon/svg/accessibility-outline.svg b/ui/icon/svg/accessibility-outline.svg similarity index 100% rename from ui-kit/icon/svg/accessibility-outline.svg rename to ui/icon/svg/accessibility-outline.svg diff --git a/ui-kit/icon/svg/accessibility-sharp.svg b/ui/icon/svg/accessibility-sharp.svg similarity index 100% rename from ui-kit/icon/svg/accessibility-sharp.svg rename to ui/icon/svg/accessibility-sharp.svg diff --git a/ui-kit/icon/svg/accessibility.svg b/ui/icon/svg/accessibility.svg similarity index 100% rename from ui-kit/icon/svg/accessibility.svg rename to ui/icon/svg/accessibility.svg diff --git a/ui-kit/icon/svg/add-circle-outline.svg b/ui/icon/svg/add-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/add-circle-outline.svg rename to ui/icon/svg/add-circle-outline.svg diff --git a/ui-kit/icon/svg/add-circle-sharp.svg b/ui/icon/svg/add-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/add-circle-sharp.svg rename to ui/icon/svg/add-circle-sharp.svg diff --git a/ui-kit/icon/svg/add-circle.svg b/ui/icon/svg/add-circle.svg similarity index 100% rename from ui-kit/icon/svg/add-circle.svg rename to ui/icon/svg/add-circle.svg diff --git a/ui-kit/icon/svg/add-outline.svg b/ui/icon/svg/add-outline.svg similarity index 100% rename from ui-kit/icon/svg/add-outline.svg rename to ui/icon/svg/add-outline.svg diff --git a/ui-kit/icon/svg/add-sharp.svg b/ui/icon/svg/add-sharp.svg similarity index 100% rename from ui-kit/icon/svg/add-sharp.svg rename to ui/icon/svg/add-sharp.svg diff --git a/ui-kit/icon/svg/add.svg b/ui/icon/svg/add.svg similarity index 100% rename from ui-kit/icon/svg/add.svg rename to ui/icon/svg/add.svg diff --git a/ui-kit/icon/svg/airplane-outline.svg b/ui/icon/svg/airplane-outline.svg similarity index 100% rename from ui-kit/icon/svg/airplane-outline.svg rename to ui/icon/svg/airplane-outline.svg diff --git a/ui-kit/icon/svg/airplane-sharp.svg b/ui/icon/svg/airplane-sharp.svg similarity index 100% rename from ui-kit/icon/svg/airplane-sharp.svg rename to ui/icon/svg/airplane-sharp.svg diff --git a/ui-kit/icon/svg/airplane.svg b/ui/icon/svg/airplane.svg similarity index 100% rename from ui-kit/icon/svg/airplane.svg rename to ui/icon/svg/airplane.svg diff --git a/ui-kit/icon/svg/alarm-outline.svg b/ui/icon/svg/alarm-outline.svg similarity index 100% rename from ui-kit/icon/svg/alarm-outline.svg rename to ui/icon/svg/alarm-outline.svg diff --git a/ui-kit/icon/svg/alarm-sharp.svg b/ui/icon/svg/alarm-sharp.svg similarity index 100% rename from ui-kit/icon/svg/alarm-sharp.svg rename to ui/icon/svg/alarm-sharp.svg diff --git a/ui-kit/icon/svg/alarm.svg b/ui/icon/svg/alarm.svg similarity index 100% rename from ui-kit/icon/svg/alarm.svg rename to ui/icon/svg/alarm.svg diff --git a/ui-kit/icon/svg/albums-outline.svg b/ui/icon/svg/albums-outline.svg similarity index 100% rename from ui-kit/icon/svg/albums-outline.svg rename to ui/icon/svg/albums-outline.svg diff --git a/ui-kit/icon/svg/albums-sharp.svg b/ui/icon/svg/albums-sharp.svg similarity index 100% rename from ui-kit/icon/svg/albums-sharp.svg rename to ui/icon/svg/albums-sharp.svg diff --git a/ui-kit/icon/svg/albums.svg b/ui/icon/svg/albums.svg similarity index 100% rename from ui-kit/icon/svg/albums.svg rename to ui/icon/svg/albums.svg diff --git a/ui-kit/icon/svg/alert-circle-outline.svg b/ui/icon/svg/alert-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/alert-circle-outline.svg rename to ui/icon/svg/alert-circle-outline.svg diff --git a/ui-kit/icon/svg/alert-circle-sharp.svg b/ui/icon/svg/alert-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/alert-circle-sharp.svg rename to ui/icon/svg/alert-circle-sharp.svg diff --git a/ui-kit/icon/svg/alert-circle.svg b/ui/icon/svg/alert-circle.svg similarity index 100% rename from ui-kit/icon/svg/alert-circle.svg rename to ui/icon/svg/alert-circle.svg diff --git a/ui-kit/icon/svg/alert-outline.svg b/ui/icon/svg/alert-outline.svg similarity index 100% rename from ui-kit/icon/svg/alert-outline.svg rename to ui/icon/svg/alert-outline.svg diff --git a/ui-kit/icon/svg/alert-sharp.svg b/ui/icon/svg/alert-sharp.svg similarity index 100% rename from ui-kit/icon/svg/alert-sharp.svg rename to ui/icon/svg/alert-sharp.svg diff --git a/ui-kit/icon/svg/alert.svg b/ui/icon/svg/alert.svg similarity index 100% rename from ui-kit/icon/svg/alert.svg rename to ui/icon/svg/alert.svg diff --git a/ui-kit/icon/svg/american-football-outline.svg b/ui/icon/svg/american-football-outline.svg similarity index 100% rename from ui-kit/icon/svg/american-football-outline.svg rename to ui/icon/svg/american-football-outline.svg diff --git a/ui-kit/icon/svg/american-football-sharp.svg b/ui/icon/svg/american-football-sharp.svg similarity index 100% rename from ui-kit/icon/svg/american-football-sharp.svg rename to ui/icon/svg/american-football-sharp.svg diff --git a/ui-kit/icon/svg/american-football.svg b/ui/icon/svg/american-football.svg similarity index 100% rename from ui-kit/icon/svg/american-football.svg rename to ui/icon/svg/american-football.svg diff --git a/ui-kit/icon/svg/analytics-outline.svg b/ui/icon/svg/analytics-outline.svg similarity index 100% rename from ui-kit/icon/svg/analytics-outline.svg rename to ui/icon/svg/analytics-outline.svg diff --git a/ui-kit/icon/svg/analytics-sharp.svg b/ui/icon/svg/analytics-sharp.svg similarity index 100% rename from ui-kit/icon/svg/analytics-sharp.svg rename to ui/icon/svg/analytics-sharp.svg diff --git a/ui-kit/icon/svg/analytics.svg b/ui/icon/svg/analytics.svg similarity index 100% rename from ui-kit/icon/svg/analytics.svg rename to ui/icon/svg/analytics.svg diff --git a/ui-kit/icon/svg/aperture-outline.svg b/ui/icon/svg/aperture-outline.svg similarity index 100% rename from ui-kit/icon/svg/aperture-outline.svg rename to ui/icon/svg/aperture-outline.svg diff --git a/ui-kit/icon/svg/aperture-sharp.svg b/ui/icon/svg/aperture-sharp.svg similarity index 100% rename from ui-kit/icon/svg/aperture-sharp.svg rename to ui/icon/svg/aperture-sharp.svg diff --git a/ui-kit/icon/svg/aperture.svg b/ui/icon/svg/aperture.svg similarity index 100% rename from ui-kit/icon/svg/aperture.svg rename to ui/icon/svg/aperture.svg diff --git a/ui-kit/icon/svg/apps-outline.svg b/ui/icon/svg/apps-outline.svg similarity index 100% rename from ui-kit/icon/svg/apps-outline.svg rename to ui/icon/svg/apps-outline.svg diff --git a/ui-kit/icon/svg/apps-sharp.svg b/ui/icon/svg/apps-sharp.svg similarity index 100% rename from ui-kit/icon/svg/apps-sharp.svg rename to ui/icon/svg/apps-sharp.svg diff --git a/ui-kit/icon/svg/apps.svg b/ui/icon/svg/apps.svg similarity index 100% rename from ui-kit/icon/svg/apps.svg rename to ui/icon/svg/apps.svg diff --git a/ui-kit/icon/svg/archive-outline.svg b/ui/icon/svg/archive-outline.svg similarity index 100% rename from ui-kit/icon/svg/archive-outline.svg rename to ui/icon/svg/archive-outline.svg diff --git a/ui-kit/icon/svg/archive-sharp.svg b/ui/icon/svg/archive-sharp.svg similarity index 100% rename from ui-kit/icon/svg/archive-sharp.svg rename to ui/icon/svg/archive-sharp.svg diff --git a/ui-kit/icon/svg/archive.svg b/ui/icon/svg/archive.svg similarity index 100% rename from ui-kit/icon/svg/archive.svg rename to ui/icon/svg/archive.svg diff --git a/ui-kit/icon/svg/arrow-back-circle-outline.svg b/ui/icon/svg/arrow-back-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-back-circle-outline.svg rename to ui/icon/svg/arrow-back-circle-outline.svg diff --git a/ui-kit/icon/svg/arrow-back-circle-sharp.svg b/ui/icon/svg/arrow-back-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-back-circle-sharp.svg rename to ui/icon/svg/arrow-back-circle-sharp.svg diff --git a/ui-kit/icon/svg/arrow-back-circle.svg b/ui/icon/svg/arrow-back-circle.svg similarity index 100% rename from ui-kit/icon/svg/arrow-back-circle.svg rename to ui/icon/svg/arrow-back-circle.svg diff --git a/ui-kit/icon/svg/arrow-back-outline.svg b/ui/icon/svg/arrow-back-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-back-outline.svg rename to ui/icon/svg/arrow-back-outline.svg diff --git a/ui-kit/icon/svg/arrow-back-sharp.svg b/ui/icon/svg/arrow-back-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-back-sharp.svg rename to ui/icon/svg/arrow-back-sharp.svg diff --git a/ui-kit/icon/svg/arrow-back.svg b/ui/icon/svg/arrow-back.svg similarity index 100% rename from ui-kit/icon/svg/arrow-back.svg rename to ui/icon/svg/arrow-back.svg diff --git a/ui-kit/icon/svg/arrow-down-circle-outline.svg b/ui/icon/svg/arrow-down-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-down-circle-outline.svg rename to ui/icon/svg/arrow-down-circle-outline.svg diff --git a/ui-kit/icon/svg/arrow-down-circle-sharp.svg b/ui/icon/svg/arrow-down-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-down-circle-sharp.svg rename to ui/icon/svg/arrow-down-circle-sharp.svg diff --git a/ui-kit/icon/svg/arrow-down-circle.svg b/ui/icon/svg/arrow-down-circle.svg similarity index 100% rename from ui-kit/icon/svg/arrow-down-circle.svg rename to ui/icon/svg/arrow-down-circle.svg diff --git a/ui-kit/icon/svg/arrow-down-outline.svg b/ui/icon/svg/arrow-down-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-down-outline.svg rename to ui/icon/svg/arrow-down-outline.svg diff --git a/ui-kit/icon/svg/arrow-down-sharp.svg b/ui/icon/svg/arrow-down-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-down-sharp.svg rename to ui/icon/svg/arrow-down-sharp.svg diff --git a/ui-kit/icon/svg/arrow-down.svg b/ui/icon/svg/arrow-down.svg similarity index 100% rename from ui-kit/icon/svg/arrow-down.svg rename to ui/icon/svg/arrow-down.svg diff --git a/ui-kit/icon/svg/arrow-forward-circle-outline.svg b/ui/icon/svg/arrow-forward-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-forward-circle-outline.svg rename to ui/icon/svg/arrow-forward-circle-outline.svg diff --git a/ui-kit/icon/svg/arrow-forward-circle-sharp.svg b/ui/icon/svg/arrow-forward-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-forward-circle-sharp.svg rename to ui/icon/svg/arrow-forward-circle-sharp.svg diff --git a/ui-kit/icon/svg/arrow-forward-circle.svg b/ui/icon/svg/arrow-forward-circle.svg similarity index 100% rename from ui-kit/icon/svg/arrow-forward-circle.svg rename to ui/icon/svg/arrow-forward-circle.svg diff --git a/ui-kit/icon/svg/arrow-forward-outline.svg b/ui/icon/svg/arrow-forward-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-forward-outline.svg rename to ui/icon/svg/arrow-forward-outline.svg diff --git a/ui-kit/icon/svg/arrow-forward-sharp.svg b/ui/icon/svg/arrow-forward-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-forward-sharp.svg rename to ui/icon/svg/arrow-forward-sharp.svg diff --git a/ui-kit/icon/svg/arrow-forward.svg b/ui/icon/svg/arrow-forward.svg similarity index 100% rename from ui-kit/icon/svg/arrow-forward.svg rename to ui/icon/svg/arrow-forward.svg diff --git a/ui-kit/icon/svg/arrow-redo-circle-outline.svg b/ui/icon/svg/arrow-redo-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-redo-circle-outline.svg rename to ui/icon/svg/arrow-redo-circle-outline.svg diff --git a/ui-kit/icon/svg/arrow-redo-circle-sharp.svg b/ui/icon/svg/arrow-redo-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-redo-circle-sharp.svg rename to ui/icon/svg/arrow-redo-circle-sharp.svg diff --git a/ui-kit/icon/svg/arrow-redo-circle.svg b/ui/icon/svg/arrow-redo-circle.svg similarity index 100% rename from ui-kit/icon/svg/arrow-redo-circle.svg rename to ui/icon/svg/arrow-redo-circle.svg diff --git a/ui-kit/icon/svg/arrow-redo-outline.svg b/ui/icon/svg/arrow-redo-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-redo-outline.svg rename to ui/icon/svg/arrow-redo-outline.svg diff --git a/ui-kit/icon/svg/arrow-redo-sharp.svg b/ui/icon/svg/arrow-redo-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-redo-sharp.svg rename to ui/icon/svg/arrow-redo-sharp.svg diff --git a/ui-kit/icon/svg/arrow-redo.svg b/ui/icon/svg/arrow-redo.svg similarity index 100% rename from ui-kit/icon/svg/arrow-redo.svg rename to ui/icon/svg/arrow-redo.svg diff --git a/ui-kit/icon/svg/arrow-undo-circle-outline.svg b/ui/icon/svg/arrow-undo-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-undo-circle-outline.svg rename to ui/icon/svg/arrow-undo-circle-outline.svg diff --git a/ui-kit/icon/svg/arrow-undo-circle-sharp.svg b/ui/icon/svg/arrow-undo-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-undo-circle-sharp.svg rename to ui/icon/svg/arrow-undo-circle-sharp.svg diff --git a/ui-kit/icon/svg/arrow-undo-circle.svg b/ui/icon/svg/arrow-undo-circle.svg similarity index 100% rename from ui-kit/icon/svg/arrow-undo-circle.svg rename to ui/icon/svg/arrow-undo-circle.svg diff --git a/ui-kit/icon/svg/arrow-undo-outline.svg b/ui/icon/svg/arrow-undo-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-undo-outline.svg rename to ui/icon/svg/arrow-undo-outline.svg diff --git a/ui-kit/icon/svg/arrow-undo-sharp.svg b/ui/icon/svg/arrow-undo-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-undo-sharp.svg rename to ui/icon/svg/arrow-undo-sharp.svg diff --git a/ui-kit/icon/svg/arrow-undo.svg b/ui/icon/svg/arrow-undo.svg similarity index 100% rename from ui-kit/icon/svg/arrow-undo.svg rename to ui/icon/svg/arrow-undo.svg diff --git a/ui-kit/icon/svg/arrow-up-circle-outline.svg b/ui/icon/svg/arrow-up-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-up-circle-outline.svg rename to ui/icon/svg/arrow-up-circle-outline.svg diff --git a/ui-kit/icon/svg/arrow-up-circle-sharp.svg b/ui/icon/svg/arrow-up-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-up-circle-sharp.svg rename to ui/icon/svg/arrow-up-circle-sharp.svg diff --git a/ui-kit/icon/svg/arrow-up-circle.svg b/ui/icon/svg/arrow-up-circle.svg similarity index 100% rename from ui-kit/icon/svg/arrow-up-circle.svg rename to ui/icon/svg/arrow-up-circle.svg diff --git a/ui-kit/icon/svg/arrow-up-outline.svg b/ui/icon/svg/arrow-up-outline.svg similarity index 100% rename from ui-kit/icon/svg/arrow-up-outline.svg rename to ui/icon/svg/arrow-up-outline.svg diff --git a/ui-kit/icon/svg/arrow-up-sharp.svg b/ui/icon/svg/arrow-up-sharp.svg similarity index 100% rename from ui-kit/icon/svg/arrow-up-sharp.svg rename to ui/icon/svg/arrow-up-sharp.svg diff --git a/ui-kit/icon/svg/arrow-up.svg b/ui/icon/svg/arrow-up.svg similarity index 100% rename from ui-kit/icon/svg/arrow-up.svg rename to ui/icon/svg/arrow-up.svg diff --git a/ui-kit/icon/svg/at-circle-outline.svg b/ui/icon/svg/at-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/at-circle-outline.svg rename to ui/icon/svg/at-circle-outline.svg diff --git a/ui-kit/icon/svg/at-circle-sharp.svg b/ui/icon/svg/at-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/at-circle-sharp.svg rename to ui/icon/svg/at-circle-sharp.svg diff --git a/ui-kit/icon/svg/at-circle.svg b/ui/icon/svg/at-circle.svg similarity index 100% rename from ui-kit/icon/svg/at-circle.svg rename to ui/icon/svg/at-circle.svg diff --git a/ui-kit/icon/svg/at-outline.svg b/ui/icon/svg/at-outline.svg similarity index 100% rename from ui-kit/icon/svg/at-outline.svg rename to ui/icon/svg/at-outline.svg diff --git a/ui-kit/icon/svg/at-sharp.svg b/ui/icon/svg/at-sharp.svg similarity index 100% rename from ui-kit/icon/svg/at-sharp.svg rename to ui/icon/svg/at-sharp.svg diff --git a/ui-kit/icon/svg/at.svg b/ui/icon/svg/at.svg similarity index 100% rename from ui-kit/icon/svg/at.svg rename to ui/icon/svg/at.svg diff --git a/ui-kit/icon/svg/attach-outline.svg b/ui/icon/svg/attach-outline.svg similarity index 100% rename from ui-kit/icon/svg/attach-outline.svg rename to ui/icon/svg/attach-outline.svg diff --git a/ui-kit/icon/svg/attach-sharp.svg b/ui/icon/svg/attach-sharp.svg similarity index 100% rename from ui-kit/icon/svg/attach-sharp.svg rename to ui/icon/svg/attach-sharp.svg diff --git a/ui-kit/icon/svg/attach.svg b/ui/icon/svg/attach.svg similarity index 100% rename from ui-kit/icon/svg/attach.svg rename to ui/icon/svg/attach.svg diff --git a/ui-kit/icon/svg/backspace-outline.svg b/ui/icon/svg/backspace-outline.svg similarity index 100% rename from ui-kit/icon/svg/backspace-outline.svg rename to ui/icon/svg/backspace-outline.svg diff --git a/ui-kit/icon/svg/backspace-sharp.svg b/ui/icon/svg/backspace-sharp.svg similarity index 100% rename from ui-kit/icon/svg/backspace-sharp.svg rename to ui/icon/svg/backspace-sharp.svg diff --git a/ui-kit/icon/svg/backspace.svg b/ui/icon/svg/backspace.svg similarity index 100% rename from ui-kit/icon/svg/backspace.svg rename to ui/icon/svg/backspace.svg diff --git a/ui-kit/icon/svg/bag-add-outline.svg b/ui/icon/svg/bag-add-outline.svg similarity index 100% rename from ui-kit/icon/svg/bag-add-outline.svg rename to ui/icon/svg/bag-add-outline.svg diff --git a/ui-kit/icon/svg/bag-add-sharp.svg b/ui/icon/svg/bag-add-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bag-add-sharp.svg rename to ui/icon/svg/bag-add-sharp.svg diff --git a/ui-kit/icon/svg/bag-add.svg b/ui/icon/svg/bag-add.svg similarity index 100% rename from ui-kit/icon/svg/bag-add.svg rename to ui/icon/svg/bag-add.svg diff --git a/ui-kit/icon/svg/bag-check-outline.svg b/ui/icon/svg/bag-check-outline.svg similarity index 100% rename from ui-kit/icon/svg/bag-check-outline.svg rename to ui/icon/svg/bag-check-outline.svg diff --git a/ui-kit/icon/svg/bag-check-sharp.svg b/ui/icon/svg/bag-check-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bag-check-sharp.svg rename to ui/icon/svg/bag-check-sharp.svg diff --git a/ui-kit/icon/svg/bag-check.svg b/ui/icon/svg/bag-check.svg similarity index 100% rename from ui-kit/icon/svg/bag-check.svg rename to ui/icon/svg/bag-check.svg diff --git a/ui-kit/icon/svg/bag-handle-outline.svg b/ui/icon/svg/bag-handle-outline.svg similarity index 100% rename from ui-kit/icon/svg/bag-handle-outline.svg rename to ui/icon/svg/bag-handle-outline.svg diff --git a/ui-kit/icon/svg/bag-handle-sharp.svg b/ui/icon/svg/bag-handle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bag-handle-sharp.svg rename to ui/icon/svg/bag-handle-sharp.svg diff --git a/ui-kit/icon/svg/bag-handle.svg b/ui/icon/svg/bag-handle.svg similarity index 100% rename from ui-kit/icon/svg/bag-handle.svg rename to ui/icon/svg/bag-handle.svg diff --git a/ui-kit/icon/svg/bag-outline.svg b/ui/icon/svg/bag-outline.svg similarity index 100% rename from ui-kit/icon/svg/bag-outline.svg rename to ui/icon/svg/bag-outline.svg diff --git a/ui-kit/icon/svg/bag-remove-outline.svg b/ui/icon/svg/bag-remove-outline.svg similarity index 100% rename from ui-kit/icon/svg/bag-remove-outline.svg rename to ui/icon/svg/bag-remove-outline.svg diff --git a/ui-kit/icon/svg/bag-remove-sharp.svg b/ui/icon/svg/bag-remove-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bag-remove-sharp.svg rename to ui/icon/svg/bag-remove-sharp.svg diff --git a/ui-kit/icon/svg/bag-remove.svg b/ui/icon/svg/bag-remove.svg similarity index 100% rename from ui-kit/icon/svg/bag-remove.svg rename to ui/icon/svg/bag-remove.svg diff --git a/ui-kit/icon/svg/bag-sharp.svg b/ui/icon/svg/bag-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bag-sharp.svg rename to ui/icon/svg/bag-sharp.svg diff --git a/ui-kit/icon/svg/bag.svg b/ui/icon/svg/bag.svg similarity index 100% rename from ui-kit/icon/svg/bag.svg rename to ui/icon/svg/bag.svg diff --git a/ui-kit/icon/svg/balloon-outline.svg b/ui/icon/svg/balloon-outline.svg similarity index 100% rename from ui-kit/icon/svg/balloon-outline.svg rename to ui/icon/svg/balloon-outline.svg diff --git a/ui-kit/icon/svg/balloon-sharp.svg b/ui/icon/svg/balloon-sharp.svg similarity index 100% rename from ui-kit/icon/svg/balloon-sharp.svg rename to ui/icon/svg/balloon-sharp.svg diff --git a/ui-kit/icon/svg/balloon.svg b/ui/icon/svg/balloon.svg similarity index 100% rename from ui-kit/icon/svg/balloon.svg rename to ui/icon/svg/balloon.svg diff --git a/ui-kit/icon/svg/ban-outline.svg b/ui/icon/svg/ban-outline.svg similarity index 100% rename from ui-kit/icon/svg/ban-outline.svg rename to ui/icon/svg/ban-outline.svg diff --git a/ui-kit/icon/svg/ban-sharp.svg b/ui/icon/svg/ban-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ban-sharp.svg rename to ui/icon/svg/ban-sharp.svg diff --git a/ui-kit/icon/svg/ban.svg b/ui/icon/svg/ban.svg similarity index 100% rename from ui-kit/icon/svg/ban.svg rename to ui/icon/svg/ban.svg diff --git a/ui-kit/icon/svg/bandage-outline.svg b/ui/icon/svg/bandage-outline.svg similarity index 100% rename from ui-kit/icon/svg/bandage-outline.svg rename to ui/icon/svg/bandage-outline.svg diff --git a/ui-kit/icon/svg/bandage-sharp.svg b/ui/icon/svg/bandage-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bandage-sharp.svg rename to ui/icon/svg/bandage-sharp.svg diff --git a/ui-kit/icon/svg/bandage.svg b/ui/icon/svg/bandage.svg similarity index 100% rename from ui-kit/icon/svg/bandage.svg rename to ui/icon/svg/bandage.svg diff --git a/ui-kit/icon/svg/bar-chart-outline.svg b/ui/icon/svg/bar-chart-outline.svg similarity index 100% rename from ui-kit/icon/svg/bar-chart-outline.svg rename to ui/icon/svg/bar-chart-outline.svg diff --git a/ui-kit/icon/svg/bar-chart-sharp.svg b/ui/icon/svg/bar-chart-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bar-chart-sharp.svg rename to ui/icon/svg/bar-chart-sharp.svg diff --git a/ui-kit/icon/svg/bar-chart.svg b/ui/icon/svg/bar-chart.svg similarity index 100% rename from ui-kit/icon/svg/bar-chart.svg rename to ui/icon/svg/bar-chart.svg diff --git a/ui-kit/icon/svg/barbell-outline.svg b/ui/icon/svg/barbell-outline.svg similarity index 100% rename from ui-kit/icon/svg/barbell-outline.svg rename to ui/icon/svg/barbell-outline.svg diff --git a/ui-kit/icon/svg/barbell-sharp.svg b/ui/icon/svg/barbell-sharp.svg similarity index 100% rename from ui-kit/icon/svg/barbell-sharp.svg rename to ui/icon/svg/barbell-sharp.svg diff --git a/ui-kit/icon/svg/barbell.svg b/ui/icon/svg/barbell.svg similarity index 100% rename from ui-kit/icon/svg/barbell.svg rename to ui/icon/svg/barbell.svg diff --git a/ui-kit/icon/svg/barcode-outline.svg b/ui/icon/svg/barcode-outline.svg similarity index 100% rename from ui-kit/icon/svg/barcode-outline.svg rename to ui/icon/svg/barcode-outline.svg diff --git a/ui-kit/icon/svg/barcode-sharp.svg b/ui/icon/svg/barcode-sharp.svg similarity index 100% rename from ui-kit/icon/svg/barcode-sharp.svg rename to ui/icon/svg/barcode-sharp.svg diff --git a/ui-kit/icon/svg/barcode.svg b/ui/icon/svg/barcode.svg similarity index 100% rename from ui-kit/icon/svg/barcode.svg rename to ui/icon/svg/barcode.svg diff --git a/ui-kit/icon/svg/baseball-outline.svg b/ui/icon/svg/baseball-outline.svg similarity index 100% rename from ui-kit/icon/svg/baseball-outline.svg rename to ui/icon/svg/baseball-outline.svg diff --git a/ui-kit/icon/svg/baseball-sharp.svg b/ui/icon/svg/baseball-sharp.svg similarity index 100% rename from ui-kit/icon/svg/baseball-sharp.svg rename to ui/icon/svg/baseball-sharp.svg diff --git a/ui-kit/icon/svg/baseball.svg b/ui/icon/svg/baseball.svg similarity index 100% rename from ui-kit/icon/svg/baseball.svg rename to ui/icon/svg/baseball.svg diff --git a/ui-kit/icon/svg/basket-outline.svg b/ui/icon/svg/basket-outline.svg similarity index 100% rename from ui-kit/icon/svg/basket-outline.svg rename to ui/icon/svg/basket-outline.svg diff --git a/ui-kit/icon/svg/basket-sharp.svg b/ui/icon/svg/basket-sharp.svg similarity index 100% rename from ui-kit/icon/svg/basket-sharp.svg rename to ui/icon/svg/basket-sharp.svg diff --git a/ui-kit/icon/svg/basket.svg b/ui/icon/svg/basket.svg similarity index 100% rename from ui-kit/icon/svg/basket.svg rename to ui/icon/svg/basket.svg diff --git a/ui-kit/icon/svg/basketball-outline.svg b/ui/icon/svg/basketball-outline.svg similarity index 100% rename from ui-kit/icon/svg/basketball-outline.svg rename to ui/icon/svg/basketball-outline.svg diff --git a/ui-kit/icon/svg/basketball-sharp.svg b/ui/icon/svg/basketball-sharp.svg similarity index 100% rename from ui-kit/icon/svg/basketball-sharp.svg rename to ui/icon/svg/basketball-sharp.svg diff --git a/ui-kit/icon/svg/basketball.svg b/ui/icon/svg/basketball.svg similarity index 100% rename from ui-kit/icon/svg/basketball.svg rename to ui/icon/svg/basketball.svg diff --git a/ui-kit/icon/svg/battery-charging-outline.svg b/ui/icon/svg/battery-charging-outline.svg similarity index 100% rename from ui-kit/icon/svg/battery-charging-outline.svg rename to ui/icon/svg/battery-charging-outline.svg diff --git a/ui-kit/icon/svg/battery-charging-sharp.svg b/ui/icon/svg/battery-charging-sharp.svg similarity index 100% rename from ui-kit/icon/svg/battery-charging-sharp.svg rename to ui/icon/svg/battery-charging-sharp.svg diff --git a/ui-kit/icon/svg/battery-charging.svg b/ui/icon/svg/battery-charging.svg similarity index 100% rename from ui-kit/icon/svg/battery-charging.svg rename to ui/icon/svg/battery-charging.svg diff --git a/ui-kit/icon/svg/battery-dead-outline.svg b/ui/icon/svg/battery-dead-outline.svg similarity index 100% rename from ui-kit/icon/svg/battery-dead-outline.svg rename to ui/icon/svg/battery-dead-outline.svg diff --git a/ui-kit/icon/svg/battery-dead-sharp.svg b/ui/icon/svg/battery-dead-sharp.svg similarity index 100% rename from ui-kit/icon/svg/battery-dead-sharp.svg rename to ui/icon/svg/battery-dead-sharp.svg diff --git a/ui-kit/icon/svg/battery-dead.svg b/ui/icon/svg/battery-dead.svg similarity index 100% rename from ui-kit/icon/svg/battery-dead.svg rename to ui/icon/svg/battery-dead.svg diff --git a/ui-kit/icon/svg/battery-full-outline.svg b/ui/icon/svg/battery-full-outline.svg similarity index 100% rename from ui-kit/icon/svg/battery-full-outline.svg rename to ui/icon/svg/battery-full-outline.svg diff --git a/ui-kit/icon/svg/battery-full-sharp.svg b/ui/icon/svg/battery-full-sharp.svg similarity index 100% rename from ui-kit/icon/svg/battery-full-sharp.svg rename to ui/icon/svg/battery-full-sharp.svg diff --git a/ui-kit/icon/svg/battery-full.svg b/ui/icon/svg/battery-full.svg similarity index 100% rename from ui-kit/icon/svg/battery-full.svg rename to ui/icon/svg/battery-full.svg diff --git a/ui-kit/icon/svg/battery-half-outline.svg b/ui/icon/svg/battery-half-outline.svg similarity index 100% rename from ui-kit/icon/svg/battery-half-outline.svg rename to ui/icon/svg/battery-half-outline.svg diff --git a/ui-kit/icon/svg/battery-half-sharp.svg b/ui/icon/svg/battery-half-sharp.svg similarity index 100% rename from ui-kit/icon/svg/battery-half-sharp.svg rename to ui/icon/svg/battery-half-sharp.svg diff --git a/ui-kit/icon/svg/battery-half.svg b/ui/icon/svg/battery-half.svg similarity index 100% rename from ui-kit/icon/svg/battery-half.svg rename to ui/icon/svg/battery-half.svg diff --git a/ui-kit/icon/svg/beaker-outline.svg b/ui/icon/svg/beaker-outline.svg similarity index 100% rename from ui-kit/icon/svg/beaker-outline.svg rename to ui/icon/svg/beaker-outline.svg diff --git a/ui-kit/icon/svg/beaker-sharp.svg b/ui/icon/svg/beaker-sharp.svg similarity index 100% rename from ui-kit/icon/svg/beaker-sharp.svg rename to ui/icon/svg/beaker-sharp.svg diff --git a/ui-kit/icon/svg/beaker.svg b/ui/icon/svg/beaker.svg similarity index 100% rename from ui-kit/icon/svg/beaker.svg rename to ui/icon/svg/beaker.svg diff --git a/ui-kit/icon/svg/bed-outline.svg b/ui/icon/svg/bed-outline.svg similarity index 100% rename from ui-kit/icon/svg/bed-outline.svg rename to ui/icon/svg/bed-outline.svg diff --git a/ui-kit/icon/svg/bed-sharp.svg b/ui/icon/svg/bed-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bed-sharp.svg rename to ui/icon/svg/bed-sharp.svg diff --git a/ui-kit/icon/svg/bed.svg b/ui/icon/svg/bed.svg similarity index 100% rename from ui-kit/icon/svg/bed.svg rename to ui/icon/svg/bed.svg diff --git a/ui-kit/icon/svg/beer-outline.svg b/ui/icon/svg/beer-outline.svg similarity index 100% rename from ui-kit/icon/svg/beer-outline.svg rename to ui/icon/svg/beer-outline.svg diff --git a/ui-kit/icon/svg/beer-sharp.svg b/ui/icon/svg/beer-sharp.svg similarity index 100% rename from ui-kit/icon/svg/beer-sharp.svg rename to ui/icon/svg/beer-sharp.svg diff --git a/ui-kit/icon/svg/beer.svg b/ui/icon/svg/beer.svg similarity index 100% rename from ui-kit/icon/svg/beer.svg rename to ui/icon/svg/beer.svg diff --git a/ui-kit/icon/svg/bicycle-outline.svg b/ui/icon/svg/bicycle-outline.svg similarity index 100% rename from ui-kit/icon/svg/bicycle-outline.svg rename to ui/icon/svg/bicycle-outline.svg diff --git a/ui-kit/icon/svg/bicycle-sharp.svg b/ui/icon/svg/bicycle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bicycle-sharp.svg rename to ui/icon/svg/bicycle-sharp.svg diff --git a/ui-kit/icon/svg/bicycle.svg b/ui/icon/svg/bicycle.svg similarity index 100% rename from ui-kit/icon/svg/bicycle.svg rename to ui/icon/svg/bicycle.svg diff --git a/ui-kit/icon/svg/bluetooth-outline.svg b/ui/icon/svg/bluetooth-outline.svg similarity index 100% rename from ui-kit/icon/svg/bluetooth-outline.svg rename to ui/icon/svg/bluetooth-outline.svg diff --git a/ui-kit/icon/svg/bluetooth-sharp.svg b/ui/icon/svg/bluetooth-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bluetooth-sharp.svg rename to ui/icon/svg/bluetooth-sharp.svg diff --git a/ui-kit/icon/svg/bluetooth.svg b/ui/icon/svg/bluetooth.svg similarity index 100% rename from ui-kit/icon/svg/bluetooth.svg rename to ui/icon/svg/bluetooth.svg diff --git a/ui-kit/icon/svg/boat-outline.svg b/ui/icon/svg/boat-outline.svg similarity index 100% rename from ui-kit/icon/svg/boat-outline.svg rename to ui/icon/svg/boat-outline.svg diff --git a/ui-kit/icon/svg/boat-sharp.svg b/ui/icon/svg/boat-sharp.svg similarity index 100% rename from ui-kit/icon/svg/boat-sharp.svg rename to ui/icon/svg/boat-sharp.svg diff --git a/ui-kit/icon/svg/boat.svg b/ui/icon/svg/boat.svg similarity index 100% rename from ui-kit/icon/svg/boat.svg rename to ui/icon/svg/boat.svg diff --git a/ui-kit/icon/svg/body-outline.svg b/ui/icon/svg/body-outline.svg similarity index 100% rename from ui-kit/icon/svg/body-outline.svg rename to ui/icon/svg/body-outline.svg diff --git a/ui-kit/icon/svg/body-sharp.svg b/ui/icon/svg/body-sharp.svg similarity index 100% rename from ui-kit/icon/svg/body-sharp.svg rename to ui/icon/svg/body-sharp.svg diff --git a/ui-kit/icon/svg/body.svg b/ui/icon/svg/body.svg similarity index 100% rename from ui-kit/icon/svg/body.svg rename to ui/icon/svg/body.svg diff --git a/ui-kit/icon/svg/bonfire-outline.svg b/ui/icon/svg/bonfire-outline.svg similarity index 100% rename from ui-kit/icon/svg/bonfire-outline.svg rename to ui/icon/svg/bonfire-outline.svg diff --git a/ui-kit/icon/svg/bonfire-sharp.svg b/ui/icon/svg/bonfire-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bonfire-sharp.svg rename to ui/icon/svg/bonfire-sharp.svg diff --git a/ui-kit/icon/svg/bonfire.svg b/ui/icon/svg/bonfire.svg similarity index 100% rename from ui-kit/icon/svg/bonfire.svg rename to ui/icon/svg/bonfire.svg diff --git a/ui-kit/icon/svg/book-outline.svg b/ui/icon/svg/book-outline.svg similarity index 100% rename from ui-kit/icon/svg/book-outline.svg rename to ui/icon/svg/book-outline.svg diff --git a/ui-kit/icon/svg/book-sharp.svg b/ui/icon/svg/book-sharp.svg similarity index 100% rename from ui-kit/icon/svg/book-sharp.svg rename to ui/icon/svg/book-sharp.svg diff --git a/ui-kit/icon/svg/book.svg b/ui/icon/svg/book.svg similarity index 100% rename from ui-kit/icon/svg/book.svg rename to ui/icon/svg/book.svg diff --git a/ui-kit/icon/svg/bookmark-outline.svg b/ui/icon/svg/bookmark-outline.svg similarity index 100% rename from ui-kit/icon/svg/bookmark-outline.svg rename to ui/icon/svg/bookmark-outline.svg diff --git a/ui-kit/icon/svg/bookmark-sharp.svg b/ui/icon/svg/bookmark-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bookmark-sharp.svg rename to ui/icon/svg/bookmark-sharp.svg diff --git a/ui-kit/icon/svg/bookmark.svg b/ui/icon/svg/bookmark.svg similarity index 100% rename from ui-kit/icon/svg/bookmark.svg rename to ui/icon/svg/bookmark.svg diff --git a/ui-kit/icon/svg/bookmarks-outline.svg b/ui/icon/svg/bookmarks-outline.svg similarity index 100% rename from ui-kit/icon/svg/bookmarks-outline.svg rename to ui/icon/svg/bookmarks-outline.svg diff --git a/ui-kit/icon/svg/bookmarks-sharp.svg b/ui/icon/svg/bookmarks-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bookmarks-sharp.svg rename to ui/icon/svg/bookmarks-sharp.svg diff --git a/ui-kit/icon/svg/bookmarks.svg b/ui/icon/svg/bookmarks.svg similarity index 100% rename from ui-kit/icon/svg/bookmarks.svg rename to ui/icon/svg/bookmarks.svg diff --git a/ui-kit/icon/svg/bowling-ball-outline.svg b/ui/icon/svg/bowling-ball-outline.svg similarity index 100% rename from ui-kit/icon/svg/bowling-ball-outline.svg rename to ui/icon/svg/bowling-ball-outline.svg diff --git a/ui-kit/icon/svg/bowling-ball-sharp.svg b/ui/icon/svg/bowling-ball-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bowling-ball-sharp.svg rename to ui/icon/svg/bowling-ball-sharp.svg diff --git a/ui-kit/icon/svg/bowling-ball.svg b/ui/icon/svg/bowling-ball.svg similarity index 100% rename from ui-kit/icon/svg/bowling-ball.svg rename to ui/icon/svg/bowling-ball.svg diff --git a/ui-kit/icon/svg/briefcase-outline.svg b/ui/icon/svg/briefcase-outline.svg similarity index 100% rename from ui-kit/icon/svg/briefcase-outline.svg rename to ui/icon/svg/briefcase-outline.svg diff --git a/ui-kit/icon/svg/briefcase-sharp.svg b/ui/icon/svg/briefcase-sharp.svg similarity index 100% rename from ui-kit/icon/svg/briefcase-sharp.svg rename to ui/icon/svg/briefcase-sharp.svg diff --git a/ui-kit/icon/svg/briefcase.svg b/ui/icon/svg/briefcase.svg similarity index 100% rename from ui-kit/icon/svg/briefcase.svg rename to ui/icon/svg/briefcase.svg diff --git a/ui-kit/icon/svg/browsers-outline.svg b/ui/icon/svg/browsers-outline.svg similarity index 100% rename from ui-kit/icon/svg/browsers-outline.svg rename to ui/icon/svg/browsers-outline.svg diff --git a/ui-kit/icon/svg/browsers-sharp.svg b/ui/icon/svg/browsers-sharp.svg similarity index 100% rename from ui-kit/icon/svg/browsers-sharp.svg rename to ui/icon/svg/browsers-sharp.svg diff --git a/ui-kit/icon/svg/browsers.svg b/ui/icon/svg/browsers.svg similarity index 100% rename from ui-kit/icon/svg/browsers.svg rename to ui/icon/svg/browsers.svg diff --git a/ui-kit/icon/svg/brush-outline.svg b/ui/icon/svg/brush-outline.svg similarity index 100% rename from ui-kit/icon/svg/brush-outline.svg rename to ui/icon/svg/brush-outline.svg diff --git a/ui-kit/icon/svg/brush-sharp.svg b/ui/icon/svg/brush-sharp.svg similarity index 100% rename from ui-kit/icon/svg/brush-sharp.svg rename to ui/icon/svg/brush-sharp.svg diff --git a/ui-kit/icon/svg/brush.svg b/ui/icon/svg/brush.svg similarity index 100% rename from ui-kit/icon/svg/brush.svg rename to ui/icon/svg/brush.svg diff --git a/ui-kit/icon/svg/bug-outline.svg b/ui/icon/svg/bug-outline.svg similarity index 100% rename from ui-kit/icon/svg/bug-outline.svg rename to ui/icon/svg/bug-outline.svg diff --git a/ui-kit/icon/svg/bug-sharp.svg b/ui/icon/svg/bug-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bug-sharp.svg rename to ui/icon/svg/bug-sharp.svg diff --git a/ui-kit/icon/svg/bug.svg b/ui/icon/svg/bug.svg similarity index 100% rename from ui-kit/icon/svg/bug.svg rename to ui/icon/svg/bug.svg diff --git a/ui-kit/icon/svg/build-outline.svg b/ui/icon/svg/build-outline.svg similarity index 100% rename from ui-kit/icon/svg/build-outline.svg rename to ui/icon/svg/build-outline.svg diff --git a/ui-kit/icon/svg/build-sharp.svg b/ui/icon/svg/build-sharp.svg similarity index 100% rename from ui-kit/icon/svg/build-sharp.svg rename to ui/icon/svg/build-sharp.svg diff --git a/ui-kit/icon/svg/build.svg b/ui/icon/svg/build.svg similarity index 100% rename from ui-kit/icon/svg/build.svg rename to ui/icon/svg/build.svg diff --git a/ui-kit/icon/svg/bulb-outline.svg b/ui/icon/svg/bulb-outline.svg similarity index 100% rename from ui-kit/icon/svg/bulb-outline.svg rename to ui/icon/svg/bulb-outline.svg diff --git a/ui-kit/icon/svg/bulb-sharp.svg b/ui/icon/svg/bulb-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bulb-sharp.svg rename to ui/icon/svg/bulb-sharp.svg diff --git a/ui-kit/icon/svg/bulb.svg b/ui/icon/svg/bulb.svg similarity index 100% rename from ui-kit/icon/svg/bulb.svg rename to ui/icon/svg/bulb.svg diff --git a/ui-kit/icon/svg/bus-outline.svg b/ui/icon/svg/bus-outline.svg similarity index 100% rename from ui-kit/icon/svg/bus-outline.svg rename to ui/icon/svg/bus-outline.svg diff --git a/ui-kit/icon/svg/bus-sharp.svg b/ui/icon/svg/bus-sharp.svg similarity index 100% rename from ui-kit/icon/svg/bus-sharp.svg rename to ui/icon/svg/bus-sharp.svg diff --git a/ui-kit/icon/svg/bus.svg b/ui/icon/svg/bus.svg similarity index 100% rename from ui-kit/icon/svg/bus.svg rename to ui/icon/svg/bus.svg diff --git a/ui-kit/icon/svg/business-outline.svg b/ui/icon/svg/business-outline.svg similarity index 100% rename from ui-kit/icon/svg/business-outline.svg rename to ui/icon/svg/business-outline.svg diff --git a/ui-kit/icon/svg/business-sharp.svg b/ui/icon/svg/business-sharp.svg similarity index 100% rename from ui-kit/icon/svg/business-sharp.svg rename to ui/icon/svg/business-sharp.svg diff --git a/ui-kit/icon/svg/business.svg b/ui/icon/svg/business.svg similarity index 100% rename from ui-kit/icon/svg/business.svg rename to ui/icon/svg/business.svg diff --git a/ui-kit/icon/svg/cafe-outline.svg b/ui/icon/svg/cafe-outline.svg similarity index 100% rename from ui-kit/icon/svg/cafe-outline.svg rename to ui/icon/svg/cafe-outline.svg diff --git a/ui-kit/icon/svg/cafe-sharp.svg b/ui/icon/svg/cafe-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cafe-sharp.svg rename to ui/icon/svg/cafe-sharp.svg diff --git a/ui-kit/icon/svg/cafe.svg b/ui/icon/svg/cafe.svg similarity index 100% rename from ui-kit/icon/svg/cafe.svg rename to ui/icon/svg/cafe.svg diff --git a/ui-kit/icon/svg/calculator-outline.svg b/ui/icon/svg/calculator-outline.svg similarity index 100% rename from ui-kit/icon/svg/calculator-outline.svg rename to ui/icon/svg/calculator-outline.svg diff --git a/ui-kit/icon/svg/calculator-sharp.svg b/ui/icon/svg/calculator-sharp.svg similarity index 100% rename from ui-kit/icon/svg/calculator-sharp.svg rename to ui/icon/svg/calculator-sharp.svg diff --git a/ui-kit/icon/svg/calculator.svg b/ui/icon/svg/calculator.svg similarity index 100% rename from ui-kit/icon/svg/calculator.svg rename to ui/icon/svg/calculator.svg diff --git a/ui-kit/icon/svg/calendar-clear-outline.svg b/ui/icon/svg/calendar-clear-outline.svg similarity index 100% rename from ui-kit/icon/svg/calendar-clear-outline.svg rename to ui/icon/svg/calendar-clear-outline.svg diff --git a/ui-kit/icon/svg/calendar-clear-sharp.svg b/ui/icon/svg/calendar-clear-sharp.svg similarity index 100% rename from ui-kit/icon/svg/calendar-clear-sharp.svg rename to ui/icon/svg/calendar-clear-sharp.svg diff --git a/ui-kit/icon/svg/calendar-clear.svg b/ui/icon/svg/calendar-clear.svg similarity index 100% rename from ui-kit/icon/svg/calendar-clear.svg rename to ui/icon/svg/calendar-clear.svg diff --git a/ui-kit/icon/svg/calendar-number-outline.svg b/ui/icon/svg/calendar-number-outline.svg similarity index 100% rename from ui-kit/icon/svg/calendar-number-outline.svg rename to ui/icon/svg/calendar-number-outline.svg diff --git a/ui-kit/icon/svg/calendar-number-sharp.svg b/ui/icon/svg/calendar-number-sharp.svg similarity index 100% rename from ui-kit/icon/svg/calendar-number-sharp.svg rename to ui/icon/svg/calendar-number-sharp.svg diff --git a/ui-kit/icon/svg/calendar-number.svg b/ui/icon/svg/calendar-number.svg similarity index 100% rename from ui-kit/icon/svg/calendar-number.svg rename to ui/icon/svg/calendar-number.svg diff --git a/ui-kit/icon/svg/calendar-outline.svg b/ui/icon/svg/calendar-outline.svg similarity index 100% rename from ui-kit/icon/svg/calendar-outline.svg rename to ui/icon/svg/calendar-outline.svg diff --git a/ui-kit/icon/svg/calendar-sharp.svg b/ui/icon/svg/calendar-sharp.svg similarity index 100% rename from ui-kit/icon/svg/calendar-sharp.svg rename to ui/icon/svg/calendar-sharp.svg diff --git a/ui-kit/icon/svg/calendar.svg b/ui/icon/svg/calendar.svg similarity index 100% rename from ui-kit/icon/svg/calendar.svg rename to ui/icon/svg/calendar.svg diff --git a/ui-kit/icon/svg/call-outline.svg b/ui/icon/svg/call-outline.svg similarity index 100% rename from ui-kit/icon/svg/call-outline.svg rename to ui/icon/svg/call-outline.svg diff --git a/ui-kit/icon/svg/call-sharp.svg b/ui/icon/svg/call-sharp.svg similarity index 100% rename from ui-kit/icon/svg/call-sharp.svg rename to ui/icon/svg/call-sharp.svg diff --git a/ui-kit/icon/svg/call.svg b/ui/icon/svg/call.svg similarity index 100% rename from ui-kit/icon/svg/call.svg rename to ui/icon/svg/call.svg diff --git a/ui-kit/icon/svg/camera-outline.svg b/ui/icon/svg/camera-outline.svg similarity index 100% rename from ui-kit/icon/svg/camera-outline.svg rename to ui/icon/svg/camera-outline.svg diff --git a/ui-kit/icon/svg/camera-reverse-outline.svg b/ui/icon/svg/camera-reverse-outline.svg similarity index 100% rename from ui-kit/icon/svg/camera-reverse-outline.svg rename to ui/icon/svg/camera-reverse-outline.svg diff --git a/ui-kit/icon/svg/camera-reverse-sharp.svg b/ui/icon/svg/camera-reverse-sharp.svg similarity index 100% rename from ui-kit/icon/svg/camera-reverse-sharp.svg rename to ui/icon/svg/camera-reverse-sharp.svg diff --git a/ui-kit/icon/svg/camera-reverse.svg b/ui/icon/svg/camera-reverse.svg similarity index 100% rename from ui-kit/icon/svg/camera-reverse.svg rename to ui/icon/svg/camera-reverse.svg diff --git a/ui-kit/icon/svg/camera-sharp.svg b/ui/icon/svg/camera-sharp.svg similarity index 100% rename from ui-kit/icon/svg/camera-sharp.svg rename to ui/icon/svg/camera-sharp.svg diff --git a/ui-kit/icon/svg/camera.svg b/ui/icon/svg/camera.svg similarity index 100% rename from ui-kit/icon/svg/camera.svg rename to ui/icon/svg/camera.svg diff --git a/ui-kit/icon/svg/car-outline.svg b/ui/icon/svg/car-outline.svg similarity index 100% rename from ui-kit/icon/svg/car-outline.svg rename to ui/icon/svg/car-outline.svg diff --git a/ui-kit/icon/svg/car-sharp.svg b/ui/icon/svg/car-sharp.svg similarity index 100% rename from ui-kit/icon/svg/car-sharp.svg rename to ui/icon/svg/car-sharp.svg diff --git a/ui-kit/icon/svg/car-sport-outline.svg b/ui/icon/svg/car-sport-outline.svg similarity index 100% rename from ui-kit/icon/svg/car-sport-outline.svg rename to ui/icon/svg/car-sport-outline.svg diff --git a/ui-kit/icon/svg/car-sport-sharp.svg b/ui/icon/svg/car-sport-sharp.svg similarity index 100% rename from ui-kit/icon/svg/car-sport-sharp.svg rename to ui/icon/svg/car-sport-sharp.svg diff --git a/ui-kit/icon/svg/car-sport.svg b/ui/icon/svg/car-sport.svg similarity index 100% rename from ui-kit/icon/svg/car-sport.svg rename to ui/icon/svg/car-sport.svg diff --git a/ui-kit/icon/svg/car.svg b/ui/icon/svg/car.svg similarity index 100% rename from ui-kit/icon/svg/car.svg rename to ui/icon/svg/car.svg diff --git a/ui-kit/icon/svg/card-outline.svg b/ui/icon/svg/card-outline.svg similarity index 100% rename from ui-kit/icon/svg/card-outline.svg rename to ui/icon/svg/card-outline.svg diff --git a/ui-kit/icon/svg/card-sharp.svg b/ui/icon/svg/card-sharp.svg similarity index 100% rename from ui-kit/icon/svg/card-sharp.svg rename to ui/icon/svg/card-sharp.svg diff --git a/ui-kit/icon/svg/card.svg b/ui/icon/svg/card.svg similarity index 100% rename from ui-kit/icon/svg/card.svg rename to ui/icon/svg/card.svg diff --git a/ui-kit/icon/svg/caret-back-circle-outline.svg b/ui/icon/svg/caret-back-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/caret-back-circle-outline.svg rename to ui/icon/svg/caret-back-circle-outline.svg diff --git a/ui-kit/icon/svg/caret-back-circle-sharp.svg b/ui/icon/svg/caret-back-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/caret-back-circle-sharp.svg rename to ui/icon/svg/caret-back-circle-sharp.svg diff --git a/ui-kit/icon/svg/caret-back-circle.svg b/ui/icon/svg/caret-back-circle.svg similarity index 100% rename from ui-kit/icon/svg/caret-back-circle.svg rename to ui/icon/svg/caret-back-circle.svg diff --git a/ui-kit/icon/svg/caret-back-outline.svg b/ui/icon/svg/caret-back-outline.svg similarity index 100% rename from ui-kit/icon/svg/caret-back-outline.svg rename to ui/icon/svg/caret-back-outline.svg diff --git a/ui-kit/icon/svg/caret-back-sharp.svg b/ui/icon/svg/caret-back-sharp.svg similarity index 100% rename from ui-kit/icon/svg/caret-back-sharp.svg rename to ui/icon/svg/caret-back-sharp.svg diff --git a/ui-kit/icon/svg/caret-back.svg b/ui/icon/svg/caret-back.svg similarity index 100% rename from ui-kit/icon/svg/caret-back.svg rename to ui/icon/svg/caret-back.svg diff --git a/ui-kit/icon/svg/caret-down-circle-outline.svg b/ui/icon/svg/caret-down-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/caret-down-circle-outline.svg rename to ui/icon/svg/caret-down-circle-outline.svg diff --git a/ui-kit/icon/svg/caret-down-circle-sharp.svg b/ui/icon/svg/caret-down-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/caret-down-circle-sharp.svg rename to ui/icon/svg/caret-down-circle-sharp.svg diff --git a/ui-kit/icon/svg/caret-down-circle.svg b/ui/icon/svg/caret-down-circle.svg similarity index 100% rename from ui-kit/icon/svg/caret-down-circle.svg rename to ui/icon/svg/caret-down-circle.svg diff --git a/ui-kit/icon/svg/caret-down-outline.svg b/ui/icon/svg/caret-down-outline.svg similarity index 100% rename from ui-kit/icon/svg/caret-down-outline.svg rename to ui/icon/svg/caret-down-outline.svg diff --git a/ui-kit/icon/svg/caret-down-sharp.svg b/ui/icon/svg/caret-down-sharp.svg similarity index 100% rename from ui-kit/icon/svg/caret-down-sharp.svg rename to ui/icon/svg/caret-down-sharp.svg diff --git a/ui-kit/icon/svg/caret-down.svg b/ui/icon/svg/caret-down.svg similarity index 100% rename from ui-kit/icon/svg/caret-down.svg rename to ui/icon/svg/caret-down.svg diff --git a/ui-kit/icon/svg/caret-forward-circle-outline.svg b/ui/icon/svg/caret-forward-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/caret-forward-circle-outline.svg rename to ui/icon/svg/caret-forward-circle-outline.svg diff --git a/ui-kit/icon/svg/caret-forward-circle-sharp.svg b/ui/icon/svg/caret-forward-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/caret-forward-circle-sharp.svg rename to ui/icon/svg/caret-forward-circle-sharp.svg diff --git a/ui-kit/icon/svg/caret-forward-circle.svg b/ui/icon/svg/caret-forward-circle.svg similarity index 100% rename from ui-kit/icon/svg/caret-forward-circle.svg rename to ui/icon/svg/caret-forward-circle.svg diff --git a/ui-kit/icon/svg/caret-forward-outline.svg b/ui/icon/svg/caret-forward-outline.svg similarity index 100% rename from ui-kit/icon/svg/caret-forward-outline.svg rename to ui/icon/svg/caret-forward-outline.svg diff --git a/ui-kit/icon/svg/caret-forward-sharp.svg b/ui/icon/svg/caret-forward-sharp.svg similarity index 100% rename from ui-kit/icon/svg/caret-forward-sharp.svg rename to ui/icon/svg/caret-forward-sharp.svg diff --git a/ui-kit/icon/svg/caret-forward.svg b/ui/icon/svg/caret-forward.svg similarity index 100% rename from ui-kit/icon/svg/caret-forward.svg rename to ui/icon/svg/caret-forward.svg diff --git a/ui-kit/icon/svg/caret-up-circle-outline.svg b/ui/icon/svg/caret-up-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/caret-up-circle-outline.svg rename to ui/icon/svg/caret-up-circle-outline.svg diff --git a/ui-kit/icon/svg/caret-up-circle-sharp.svg b/ui/icon/svg/caret-up-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/caret-up-circle-sharp.svg rename to ui/icon/svg/caret-up-circle-sharp.svg diff --git a/ui-kit/icon/svg/caret-up-circle.svg b/ui/icon/svg/caret-up-circle.svg similarity index 100% rename from ui-kit/icon/svg/caret-up-circle.svg rename to ui/icon/svg/caret-up-circle.svg diff --git a/ui-kit/icon/svg/caret-up-outline.svg b/ui/icon/svg/caret-up-outline.svg similarity index 100% rename from ui-kit/icon/svg/caret-up-outline.svg rename to ui/icon/svg/caret-up-outline.svg diff --git a/ui-kit/icon/svg/caret-up-sharp.svg b/ui/icon/svg/caret-up-sharp.svg similarity index 100% rename from ui-kit/icon/svg/caret-up-sharp.svg rename to ui/icon/svg/caret-up-sharp.svg diff --git a/ui-kit/icon/svg/caret-up.svg b/ui/icon/svg/caret-up.svg similarity index 100% rename from ui-kit/icon/svg/caret-up.svg rename to ui/icon/svg/caret-up.svg diff --git a/ui-kit/icon/svg/cart-outline.svg b/ui/icon/svg/cart-outline.svg similarity index 100% rename from ui-kit/icon/svg/cart-outline.svg rename to ui/icon/svg/cart-outline.svg diff --git a/ui-kit/icon/svg/cart-sharp.svg b/ui/icon/svg/cart-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cart-sharp.svg rename to ui/icon/svg/cart-sharp.svg diff --git a/ui-kit/icon/svg/cart.svg b/ui/icon/svg/cart.svg similarity index 100% rename from ui-kit/icon/svg/cart.svg rename to ui/icon/svg/cart.svg diff --git a/ui-kit/icon/svg/cash-outline.svg b/ui/icon/svg/cash-outline.svg similarity index 100% rename from ui-kit/icon/svg/cash-outline.svg rename to ui/icon/svg/cash-outline.svg diff --git a/ui-kit/icon/svg/cash-sharp.svg b/ui/icon/svg/cash-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cash-sharp.svg rename to ui/icon/svg/cash-sharp.svg diff --git a/ui-kit/icon/svg/cash.svg b/ui/icon/svg/cash.svg similarity index 100% rename from ui-kit/icon/svg/cash.svg rename to ui/icon/svg/cash.svg diff --git a/ui-kit/icon/svg/cellular-outline.svg b/ui/icon/svg/cellular-outline.svg similarity index 100% rename from ui-kit/icon/svg/cellular-outline.svg rename to ui/icon/svg/cellular-outline.svg diff --git a/ui-kit/icon/svg/cellular-sharp.svg b/ui/icon/svg/cellular-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cellular-sharp.svg rename to ui/icon/svg/cellular-sharp.svg diff --git a/ui-kit/icon/svg/cellular.svg b/ui/icon/svg/cellular.svg similarity index 100% rename from ui-kit/icon/svg/cellular.svg rename to ui/icon/svg/cellular.svg diff --git a/ui-kit/icon/svg/chatbox-ellipses-outline.svg b/ui/icon/svg/chatbox-ellipses-outline.svg similarity index 100% rename from ui-kit/icon/svg/chatbox-ellipses-outline.svg rename to ui/icon/svg/chatbox-ellipses-outline.svg diff --git a/ui-kit/icon/svg/chatbox-ellipses-sharp.svg b/ui/icon/svg/chatbox-ellipses-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chatbox-ellipses-sharp.svg rename to ui/icon/svg/chatbox-ellipses-sharp.svg diff --git a/ui-kit/icon/svg/chatbox-ellipses.svg b/ui/icon/svg/chatbox-ellipses.svg similarity index 100% rename from ui-kit/icon/svg/chatbox-ellipses.svg rename to ui/icon/svg/chatbox-ellipses.svg diff --git a/ui-kit/icon/svg/chatbox-outline.svg b/ui/icon/svg/chatbox-outline.svg similarity index 100% rename from ui-kit/icon/svg/chatbox-outline.svg rename to ui/icon/svg/chatbox-outline.svg diff --git a/ui-kit/icon/svg/chatbox-sharp.svg b/ui/icon/svg/chatbox-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chatbox-sharp.svg rename to ui/icon/svg/chatbox-sharp.svg diff --git a/ui-kit/icon/svg/chatbox.svg b/ui/icon/svg/chatbox.svg similarity index 100% rename from ui-kit/icon/svg/chatbox.svg rename to ui/icon/svg/chatbox.svg diff --git a/ui-kit/icon/svg/chatbubble-ellipses-outline.svg b/ui/icon/svg/chatbubble-ellipses-outline.svg similarity index 100% rename from ui-kit/icon/svg/chatbubble-ellipses-outline.svg rename to ui/icon/svg/chatbubble-ellipses-outline.svg diff --git a/ui-kit/icon/svg/chatbubble-ellipses-sharp.svg b/ui/icon/svg/chatbubble-ellipses-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chatbubble-ellipses-sharp.svg rename to ui/icon/svg/chatbubble-ellipses-sharp.svg diff --git a/ui-kit/icon/svg/chatbubble-ellipses.svg b/ui/icon/svg/chatbubble-ellipses.svg similarity index 100% rename from ui-kit/icon/svg/chatbubble-ellipses.svg rename to ui/icon/svg/chatbubble-ellipses.svg diff --git a/ui-kit/icon/svg/chatbubble-outline.svg b/ui/icon/svg/chatbubble-outline.svg similarity index 100% rename from ui-kit/icon/svg/chatbubble-outline.svg rename to ui/icon/svg/chatbubble-outline.svg diff --git a/ui-kit/icon/svg/chatbubble-sharp.svg b/ui/icon/svg/chatbubble-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chatbubble-sharp.svg rename to ui/icon/svg/chatbubble-sharp.svg diff --git a/ui-kit/icon/svg/chatbubble.svg b/ui/icon/svg/chatbubble.svg similarity index 100% rename from ui-kit/icon/svg/chatbubble.svg rename to ui/icon/svg/chatbubble.svg diff --git a/ui-kit/icon/svg/chatbubbles-outline.svg b/ui/icon/svg/chatbubbles-outline.svg similarity index 100% rename from ui-kit/icon/svg/chatbubbles-outline.svg rename to ui/icon/svg/chatbubbles-outline.svg diff --git a/ui-kit/icon/svg/chatbubbles-sharp.svg b/ui/icon/svg/chatbubbles-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chatbubbles-sharp.svg rename to ui/icon/svg/chatbubbles-sharp.svg diff --git a/ui-kit/icon/svg/chatbubbles.svg b/ui/icon/svg/chatbubbles.svg similarity index 100% rename from ui-kit/icon/svg/chatbubbles.svg rename to ui/icon/svg/chatbubbles.svg diff --git a/ui-kit/icon/svg/checkbox-outline.svg b/ui/icon/svg/checkbox-outline.svg similarity index 100% rename from ui-kit/icon/svg/checkbox-outline.svg rename to ui/icon/svg/checkbox-outline.svg diff --git a/ui-kit/icon/svg/checkbox-sharp.svg b/ui/icon/svg/checkbox-sharp.svg similarity index 100% rename from ui-kit/icon/svg/checkbox-sharp.svg rename to ui/icon/svg/checkbox-sharp.svg diff --git a/ui-kit/icon/svg/checkbox.svg b/ui/icon/svg/checkbox.svg similarity index 100% rename from ui-kit/icon/svg/checkbox.svg rename to ui/icon/svg/checkbox.svg diff --git a/ui-kit/icon/svg/checkmark-circle-outline.svg b/ui/icon/svg/checkmark-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-circle-outline.svg rename to ui/icon/svg/checkmark-circle-outline.svg diff --git a/ui-kit/icon/svg/checkmark-circle-sharp.svg b/ui/icon/svg/checkmark-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-circle-sharp.svg rename to ui/icon/svg/checkmark-circle-sharp.svg diff --git a/ui-kit/icon/svg/checkmark-circle.svg b/ui/icon/svg/checkmark-circle.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-circle.svg rename to ui/icon/svg/checkmark-circle.svg diff --git a/ui-kit/icon/svg/checkmark-done-circle-outline.svg b/ui/icon/svg/checkmark-done-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-done-circle-outline.svg rename to ui/icon/svg/checkmark-done-circle-outline.svg diff --git a/ui-kit/icon/svg/checkmark-done-circle-sharp.svg b/ui/icon/svg/checkmark-done-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-done-circle-sharp.svg rename to ui/icon/svg/checkmark-done-circle-sharp.svg diff --git a/ui-kit/icon/svg/checkmark-done-circle.svg b/ui/icon/svg/checkmark-done-circle.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-done-circle.svg rename to ui/icon/svg/checkmark-done-circle.svg diff --git a/ui-kit/icon/svg/checkmark-done-outline.svg b/ui/icon/svg/checkmark-done-outline.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-done-outline.svg rename to ui/icon/svg/checkmark-done-outline.svg diff --git a/ui-kit/icon/svg/checkmark-done-sharp.svg b/ui/icon/svg/checkmark-done-sharp.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-done-sharp.svg rename to ui/icon/svg/checkmark-done-sharp.svg diff --git a/ui-kit/icon/svg/checkmark-done.svg b/ui/icon/svg/checkmark-done.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-done.svg rename to ui/icon/svg/checkmark-done.svg diff --git a/ui-kit/icon/svg/checkmark-outline.svg b/ui/icon/svg/checkmark-outline.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-outline.svg rename to ui/icon/svg/checkmark-outline.svg diff --git a/ui-kit/icon/svg/checkmark-sharp.svg b/ui/icon/svg/checkmark-sharp.svg similarity index 100% rename from ui-kit/icon/svg/checkmark-sharp.svg rename to ui/icon/svg/checkmark-sharp.svg diff --git a/ui-kit/icon/svg/checkmark.svg b/ui/icon/svg/checkmark.svg similarity index 100% rename from ui-kit/icon/svg/checkmark.svg rename to ui/icon/svg/checkmark.svg diff --git a/ui-kit/icon/svg/chevron-back-circle-outline.svg b/ui/icon/svg/chevron-back-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/chevron-back-circle-outline.svg rename to ui/icon/svg/chevron-back-circle-outline.svg diff --git a/ui-kit/icon/svg/chevron-back-circle-sharp.svg b/ui/icon/svg/chevron-back-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chevron-back-circle-sharp.svg rename to ui/icon/svg/chevron-back-circle-sharp.svg diff --git a/ui-kit/icon/svg/chevron-back-circle.svg b/ui/icon/svg/chevron-back-circle.svg similarity index 100% rename from ui-kit/icon/svg/chevron-back-circle.svg rename to ui/icon/svg/chevron-back-circle.svg diff --git a/ui-kit/icon/svg/chevron-back-outline.svg b/ui/icon/svg/chevron-back-outline.svg similarity index 100% rename from ui-kit/icon/svg/chevron-back-outline.svg rename to ui/icon/svg/chevron-back-outline.svg diff --git a/ui-kit/icon/svg/chevron-back-sharp.svg b/ui/icon/svg/chevron-back-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chevron-back-sharp.svg rename to ui/icon/svg/chevron-back-sharp.svg diff --git a/ui-kit/icon/svg/chevron-back.svg b/ui/icon/svg/chevron-back.svg similarity index 100% rename from ui-kit/icon/svg/chevron-back.svg rename to ui/icon/svg/chevron-back.svg diff --git a/ui-kit/icon/svg/chevron-down-circle-outline.svg b/ui/icon/svg/chevron-down-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/chevron-down-circle-outline.svg rename to ui/icon/svg/chevron-down-circle-outline.svg diff --git a/ui-kit/icon/svg/chevron-down-circle-sharp.svg b/ui/icon/svg/chevron-down-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chevron-down-circle-sharp.svg rename to ui/icon/svg/chevron-down-circle-sharp.svg diff --git a/ui-kit/icon/svg/chevron-down-circle.svg b/ui/icon/svg/chevron-down-circle.svg similarity index 100% rename from ui-kit/icon/svg/chevron-down-circle.svg rename to ui/icon/svg/chevron-down-circle.svg diff --git a/ui-kit/icon/svg/chevron-down-outline.svg b/ui/icon/svg/chevron-down-outline.svg similarity index 100% rename from ui-kit/icon/svg/chevron-down-outline.svg rename to ui/icon/svg/chevron-down-outline.svg diff --git a/ui-kit/icon/svg/chevron-down-sharp.svg b/ui/icon/svg/chevron-down-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chevron-down-sharp.svg rename to ui/icon/svg/chevron-down-sharp.svg diff --git a/ui-kit/icon/svg/chevron-down.svg b/ui/icon/svg/chevron-down.svg similarity index 100% rename from ui-kit/icon/svg/chevron-down.svg rename to ui/icon/svg/chevron-down.svg diff --git a/ui-kit/icon/svg/chevron-forward-circle-outline.svg b/ui/icon/svg/chevron-forward-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/chevron-forward-circle-outline.svg rename to ui/icon/svg/chevron-forward-circle-outline.svg diff --git a/ui-kit/icon/svg/chevron-forward-circle-sharp.svg b/ui/icon/svg/chevron-forward-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chevron-forward-circle-sharp.svg rename to ui/icon/svg/chevron-forward-circle-sharp.svg diff --git a/ui-kit/icon/svg/chevron-forward-circle.svg b/ui/icon/svg/chevron-forward-circle.svg similarity index 100% rename from ui-kit/icon/svg/chevron-forward-circle.svg rename to ui/icon/svg/chevron-forward-circle.svg diff --git a/ui-kit/icon/svg/chevron-forward-outline.svg b/ui/icon/svg/chevron-forward-outline.svg similarity index 100% rename from ui-kit/icon/svg/chevron-forward-outline.svg rename to ui/icon/svg/chevron-forward-outline.svg diff --git a/ui-kit/icon/svg/chevron-forward-sharp.svg b/ui/icon/svg/chevron-forward-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chevron-forward-sharp.svg rename to ui/icon/svg/chevron-forward-sharp.svg diff --git a/ui-kit/icon/svg/chevron-forward.svg b/ui/icon/svg/chevron-forward.svg similarity index 100% rename from ui-kit/icon/svg/chevron-forward.svg rename to ui/icon/svg/chevron-forward.svg diff --git a/ui-kit/icon/svg/chevron-up-circle-outline.svg b/ui/icon/svg/chevron-up-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/chevron-up-circle-outline.svg rename to ui/icon/svg/chevron-up-circle-outline.svg diff --git a/ui-kit/icon/svg/chevron-up-circle-sharp.svg b/ui/icon/svg/chevron-up-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chevron-up-circle-sharp.svg rename to ui/icon/svg/chevron-up-circle-sharp.svg diff --git a/ui-kit/icon/svg/chevron-up-circle.svg b/ui/icon/svg/chevron-up-circle.svg similarity index 100% rename from ui-kit/icon/svg/chevron-up-circle.svg rename to ui/icon/svg/chevron-up-circle.svg diff --git a/ui-kit/icon/svg/chevron-up-outline.svg b/ui/icon/svg/chevron-up-outline.svg similarity index 100% rename from ui-kit/icon/svg/chevron-up-outline.svg rename to ui/icon/svg/chevron-up-outline.svg diff --git a/ui-kit/icon/svg/chevron-up-sharp.svg b/ui/icon/svg/chevron-up-sharp.svg similarity index 100% rename from ui-kit/icon/svg/chevron-up-sharp.svg rename to ui/icon/svg/chevron-up-sharp.svg diff --git a/ui-kit/icon/svg/chevron-up.svg b/ui/icon/svg/chevron-up.svg similarity index 100% rename from ui-kit/icon/svg/chevron-up.svg rename to ui/icon/svg/chevron-up.svg diff --git a/ui-kit/icon/svg/clipboard-outline.svg b/ui/icon/svg/clipboard-outline.svg similarity index 100% rename from ui-kit/icon/svg/clipboard-outline.svg rename to ui/icon/svg/clipboard-outline.svg diff --git a/ui-kit/icon/svg/clipboard-sharp.svg b/ui/icon/svg/clipboard-sharp.svg similarity index 100% rename from ui-kit/icon/svg/clipboard-sharp.svg rename to ui/icon/svg/clipboard-sharp.svg diff --git a/ui-kit/icon/svg/clipboard.svg b/ui/icon/svg/clipboard.svg similarity index 100% rename from ui-kit/icon/svg/clipboard.svg rename to ui/icon/svg/clipboard.svg diff --git a/ui-kit/icon/svg/close-circle-outline.svg b/ui/icon/svg/close-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/close-circle-outline.svg rename to ui/icon/svg/close-circle-outline.svg diff --git a/ui-kit/icon/svg/close-circle-sharp.svg b/ui/icon/svg/close-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/close-circle-sharp.svg rename to ui/icon/svg/close-circle-sharp.svg diff --git a/ui-kit/icon/svg/close-circle.svg b/ui/icon/svg/close-circle.svg similarity index 100% rename from ui-kit/icon/svg/close-circle.svg rename to ui/icon/svg/close-circle.svg diff --git a/ui-kit/icon/svg/close-outline.svg b/ui/icon/svg/close-outline.svg similarity index 100% rename from ui-kit/icon/svg/close-outline.svg rename to ui/icon/svg/close-outline.svg diff --git a/ui-kit/icon/svg/close-sharp.svg b/ui/icon/svg/close-sharp.svg similarity index 100% rename from ui-kit/icon/svg/close-sharp.svg rename to ui/icon/svg/close-sharp.svg diff --git a/ui-kit/icon/svg/close.svg b/ui/icon/svg/close.svg similarity index 100% rename from ui-kit/icon/svg/close.svg rename to ui/icon/svg/close.svg diff --git a/ui-kit/icon/svg/cloud-circle-outline.svg b/ui/icon/svg/cloud-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/cloud-circle-outline.svg rename to ui/icon/svg/cloud-circle-outline.svg diff --git a/ui-kit/icon/svg/cloud-circle-sharp.svg b/ui/icon/svg/cloud-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cloud-circle-sharp.svg rename to ui/icon/svg/cloud-circle-sharp.svg diff --git a/ui-kit/icon/svg/cloud-circle.svg b/ui/icon/svg/cloud-circle.svg similarity index 100% rename from ui-kit/icon/svg/cloud-circle.svg rename to ui/icon/svg/cloud-circle.svg diff --git a/ui-kit/icon/svg/cloud-done-outline.svg b/ui/icon/svg/cloud-done-outline.svg similarity index 100% rename from ui-kit/icon/svg/cloud-done-outline.svg rename to ui/icon/svg/cloud-done-outline.svg diff --git a/ui-kit/icon/svg/cloud-done-sharp.svg b/ui/icon/svg/cloud-done-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cloud-done-sharp.svg rename to ui/icon/svg/cloud-done-sharp.svg diff --git a/ui-kit/icon/svg/cloud-done.svg b/ui/icon/svg/cloud-done.svg similarity index 100% rename from ui-kit/icon/svg/cloud-done.svg rename to ui/icon/svg/cloud-done.svg diff --git a/ui-kit/icon/svg/cloud-download-outline.svg b/ui/icon/svg/cloud-download-outline.svg similarity index 100% rename from ui-kit/icon/svg/cloud-download-outline.svg rename to ui/icon/svg/cloud-download-outline.svg diff --git a/ui-kit/icon/svg/cloud-download-sharp.svg b/ui/icon/svg/cloud-download-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cloud-download-sharp.svg rename to ui/icon/svg/cloud-download-sharp.svg diff --git a/ui-kit/icon/svg/cloud-download.svg b/ui/icon/svg/cloud-download.svg similarity index 100% rename from ui-kit/icon/svg/cloud-download.svg rename to ui/icon/svg/cloud-download.svg diff --git a/ui-kit/icon/svg/cloud-offline-outline.svg b/ui/icon/svg/cloud-offline-outline.svg similarity index 100% rename from ui-kit/icon/svg/cloud-offline-outline.svg rename to ui/icon/svg/cloud-offline-outline.svg diff --git a/ui-kit/icon/svg/cloud-offline-sharp.svg b/ui/icon/svg/cloud-offline-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cloud-offline-sharp.svg rename to ui/icon/svg/cloud-offline-sharp.svg diff --git a/ui-kit/icon/svg/cloud-offline.svg b/ui/icon/svg/cloud-offline.svg similarity index 100% rename from ui-kit/icon/svg/cloud-offline.svg rename to ui/icon/svg/cloud-offline.svg diff --git a/ui-kit/icon/svg/cloud-outline.svg b/ui/icon/svg/cloud-outline.svg similarity index 100% rename from ui-kit/icon/svg/cloud-outline.svg rename to ui/icon/svg/cloud-outline.svg diff --git a/ui-kit/icon/svg/cloud-sharp.svg b/ui/icon/svg/cloud-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cloud-sharp.svg rename to ui/icon/svg/cloud-sharp.svg diff --git a/ui-kit/icon/svg/cloud-upload-outline.svg b/ui/icon/svg/cloud-upload-outline.svg similarity index 100% rename from ui-kit/icon/svg/cloud-upload-outline.svg rename to ui/icon/svg/cloud-upload-outline.svg diff --git a/ui-kit/icon/svg/cloud-upload-sharp.svg b/ui/icon/svg/cloud-upload-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cloud-upload-sharp.svg rename to ui/icon/svg/cloud-upload-sharp.svg diff --git a/ui-kit/icon/svg/cloud-upload.svg b/ui/icon/svg/cloud-upload.svg similarity index 100% rename from ui-kit/icon/svg/cloud-upload.svg rename to ui/icon/svg/cloud-upload.svg diff --git a/ui-kit/icon/svg/cloud.svg b/ui/icon/svg/cloud.svg similarity index 100% rename from ui-kit/icon/svg/cloud.svg rename to ui/icon/svg/cloud.svg diff --git a/ui-kit/icon/svg/cloudy-night-outline.svg b/ui/icon/svg/cloudy-night-outline.svg similarity index 100% rename from ui-kit/icon/svg/cloudy-night-outline.svg rename to ui/icon/svg/cloudy-night-outline.svg diff --git a/ui-kit/icon/svg/cloudy-night-sharp.svg b/ui/icon/svg/cloudy-night-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cloudy-night-sharp.svg rename to ui/icon/svg/cloudy-night-sharp.svg diff --git a/ui-kit/icon/svg/cloudy-night.svg b/ui/icon/svg/cloudy-night.svg similarity index 100% rename from ui-kit/icon/svg/cloudy-night.svg rename to ui/icon/svg/cloudy-night.svg diff --git a/ui-kit/icon/svg/cloudy-outline.svg b/ui/icon/svg/cloudy-outline.svg similarity index 100% rename from ui-kit/icon/svg/cloudy-outline.svg rename to ui/icon/svg/cloudy-outline.svg diff --git a/ui-kit/icon/svg/cloudy-sharp.svg b/ui/icon/svg/cloudy-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cloudy-sharp.svg rename to ui/icon/svg/cloudy-sharp.svg diff --git a/ui-kit/icon/svg/cloudy.svg b/ui/icon/svg/cloudy.svg similarity index 100% rename from ui-kit/icon/svg/cloudy.svg rename to ui/icon/svg/cloudy.svg diff --git a/ui-kit/icon/svg/code-download-outline.svg b/ui/icon/svg/code-download-outline.svg similarity index 100% rename from ui-kit/icon/svg/code-download-outline.svg rename to ui/icon/svg/code-download-outline.svg diff --git a/ui-kit/icon/svg/code-download-sharp.svg b/ui/icon/svg/code-download-sharp.svg similarity index 100% rename from ui-kit/icon/svg/code-download-sharp.svg rename to ui/icon/svg/code-download-sharp.svg diff --git a/ui-kit/icon/svg/code-download.svg b/ui/icon/svg/code-download.svg similarity index 100% rename from ui-kit/icon/svg/code-download.svg rename to ui/icon/svg/code-download.svg diff --git a/ui-kit/icon/svg/code-outline.svg b/ui/icon/svg/code-outline.svg similarity index 100% rename from ui-kit/icon/svg/code-outline.svg rename to ui/icon/svg/code-outline.svg diff --git a/ui-kit/icon/svg/code-sharp.svg b/ui/icon/svg/code-sharp.svg similarity index 100% rename from ui-kit/icon/svg/code-sharp.svg rename to ui/icon/svg/code-sharp.svg diff --git a/ui-kit/icon/svg/code-slash-outline.svg b/ui/icon/svg/code-slash-outline.svg similarity index 100% rename from ui-kit/icon/svg/code-slash-outline.svg rename to ui/icon/svg/code-slash-outline.svg diff --git a/ui-kit/icon/svg/code-slash-sharp.svg b/ui/icon/svg/code-slash-sharp.svg similarity index 100% rename from ui-kit/icon/svg/code-slash-sharp.svg rename to ui/icon/svg/code-slash-sharp.svg diff --git a/ui-kit/icon/svg/code-slash.svg b/ui/icon/svg/code-slash.svg similarity index 100% rename from ui-kit/icon/svg/code-slash.svg rename to ui/icon/svg/code-slash.svg diff --git a/ui-kit/icon/svg/code-working-outline.svg b/ui/icon/svg/code-working-outline.svg similarity index 100% rename from ui-kit/icon/svg/code-working-outline.svg rename to ui/icon/svg/code-working-outline.svg diff --git a/ui-kit/icon/svg/code-working-sharp.svg b/ui/icon/svg/code-working-sharp.svg similarity index 100% rename from ui-kit/icon/svg/code-working-sharp.svg rename to ui/icon/svg/code-working-sharp.svg diff --git a/ui-kit/icon/svg/code-working.svg b/ui/icon/svg/code-working.svg similarity index 100% rename from ui-kit/icon/svg/code-working.svg rename to ui/icon/svg/code-working.svg diff --git a/ui-kit/icon/svg/code.svg b/ui/icon/svg/code.svg similarity index 100% rename from ui-kit/icon/svg/code.svg rename to ui/icon/svg/code.svg diff --git a/ui-kit/icon/svg/cog-outline.svg b/ui/icon/svg/cog-outline.svg similarity index 100% rename from ui-kit/icon/svg/cog-outline.svg rename to ui/icon/svg/cog-outline.svg diff --git a/ui-kit/icon/svg/cog-sharp.svg b/ui/icon/svg/cog-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cog-sharp.svg rename to ui/icon/svg/cog-sharp.svg diff --git a/ui-kit/icon/svg/cog.svg b/ui/icon/svg/cog.svg similarity index 100% rename from ui-kit/icon/svg/cog.svg rename to ui/icon/svg/cog.svg diff --git a/ui-kit/icon/svg/color-fill-outline.svg b/ui/icon/svg/color-fill-outline.svg similarity index 100% rename from ui-kit/icon/svg/color-fill-outline.svg rename to ui/icon/svg/color-fill-outline.svg diff --git a/ui-kit/icon/svg/color-fill-sharp.svg b/ui/icon/svg/color-fill-sharp.svg similarity index 100% rename from ui-kit/icon/svg/color-fill-sharp.svg rename to ui/icon/svg/color-fill-sharp.svg diff --git a/ui-kit/icon/svg/color-fill.svg b/ui/icon/svg/color-fill.svg similarity index 100% rename from ui-kit/icon/svg/color-fill.svg rename to ui/icon/svg/color-fill.svg diff --git a/ui-kit/icon/svg/color-filter-outline.svg b/ui/icon/svg/color-filter-outline.svg similarity index 100% rename from ui-kit/icon/svg/color-filter-outline.svg rename to ui/icon/svg/color-filter-outline.svg diff --git a/ui-kit/icon/svg/color-filter-sharp.svg b/ui/icon/svg/color-filter-sharp.svg similarity index 100% rename from ui-kit/icon/svg/color-filter-sharp.svg rename to ui/icon/svg/color-filter-sharp.svg diff --git a/ui-kit/icon/svg/color-filter.svg b/ui/icon/svg/color-filter.svg similarity index 100% rename from ui-kit/icon/svg/color-filter.svg rename to ui/icon/svg/color-filter.svg diff --git a/ui-kit/icon/svg/color-palette-outline.svg b/ui/icon/svg/color-palette-outline.svg similarity index 100% rename from ui-kit/icon/svg/color-palette-outline.svg rename to ui/icon/svg/color-palette-outline.svg diff --git a/ui-kit/icon/svg/color-palette-sharp.svg b/ui/icon/svg/color-palette-sharp.svg similarity index 100% rename from ui-kit/icon/svg/color-palette-sharp.svg rename to ui/icon/svg/color-palette-sharp.svg diff --git a/ui-kit/icon/svg/color-palette.svg b/ui/icon/svg/color-palette.svg similarity index 100% rename from ui-kit/icon/svg/color-palette.svg rename to ui/icon/svg/color-palette.svg diff --git a/ui-kit/icon/svg/color-wand-outline.svg b/ui/icon/svg/color-wand-outline.svg similarity index 100% rename from ui-kit/icon/svg/color-wand-outline.svg rename to ui/icon/svg/color-wand-outline.svg diff --git a/ui-kit/icon/svg/color-wand-sharp.svg b/ui/icon/svg/color-wand-sharp.svg similarity index 100% rename from ui-kit/icon/svg/color-wand-sharp.svg rename to ui/icon/svg/color-wand-sharp.svg diff --git a/ui-kit/icon/svg/color-wand.svg b/ui/icon/svg/color-wand.svg similarity index 100% rename from ui-kit/icon/svg/color-wand.svg rename to ui/icon/svg/color-wand.svg diff --git a/ui-kit/icon/svg/compass-outline.svg b/ui/icon/svg/compass-outline.svg similarity index 100% rename from ui-kit/icon/svg/compass-outline.svg rename to ui/icon/svg/compass-outline.svg diff --git a/ui-kit/icon/svg/compass-sharp.svg b/ui/icon/svg/compass-sharp.svg similarity index 100% rename from ui-kit/icon/svg/compass-sharp.svg rename to ui/icon/svg/compass-sharp.svg diff --git a/ui-kit/icon/svg/compass.svg b/ui/icon/svg/compass.svg similarity index 100% rename from ui-kit/icon/svg/compass.svg rename to ui/icon/svg/compass.svg diff --git a/ui-kit/icon/svg/construct-outline.svg b/ui/icon/svg/construct-outline.svg similarity index 100% rename from ui-kit/icon/svg/construct-outline.svg rename to ui/icon/svg/construct-outline.svg diff --git a/ui-kit/icon/svg/construct-sharp.svg b/ui/icon/svg/construct-sharp.svg similarity index 100% rename from ui-kit/icon/svg/construct-sharp.svg rename to ui/icon/svg/construct-sharp.svg diff --git a/ui-kit/icon/svg/construct.svg b/ui/icon/svg/construct.svg similarity index 100% rename from ui-kit/icon/svg/construct.svg rename to ui/icon/svg/construct.svg diff --git a/ui-kit/icon/svg/contract-outline.svg b/ui/icon/svg/contract-outline.svg similarity index 100% rename from ui-kit/icon/svg/contract-outline.svg rename to ui/icon/svg/contract-outline.svg diff --git a/ui-kit/icon/svg/contract-sharp.svg b/ui/icon/svg/contract-sharp.svg similarity index 100% rename from ui-kit/icon/svg/contract-sharp.svg rename to ui/icon/svg/contract-sharp.svg diff --git a/ui-kit/icon/svg/contract.svg b/ui/icon/svg/contract.svg similarity index 100% rename from ui-kit/icon/svg/contract.svg rename to ui/icon/svg/contract.svg diff --git a/ui-kit/icon/svg/contrast-outline.svg b/ui/icon/svg/contrast-outline.svg similarity index 100% rename from ui-kit/icon/svg/contrast-outline.svg rename to ui/icon/svg/contrast-outline.svg diff --git a/ui-kit/icon/svg/contrast-sharp.svg b/ui/icon/svg/contrast-sharp.svg similarity index 100% rename from ui-kit/icon/svg/contrast-sharp.svg rename to ui/icon/svg/contrast-sharp.svg diff --git a/ui-kit/icon/svg/contrast.svg b/ui/icon/svg/contrast.svg similarity index 100% rename from ui-kit/icon/svg/contrast.svg rename to ui/icon/svg/contrast.svg diff --git a/ui-kit/icon/svg/copy-outline.svg b/ui/icon/svg/copy-outline.svg similarity index 100% rename from ui-kit/icon/svg/copy-outline.svg rename to ui/icon/svg/copy-outline.svg diff --git a/ui-kit/icon/svg/copy-sharp.svg b/ui/icon/svg/copy-sharp.svg similarity index 100% rename from ui-kit/icon/svg/copy-sharp.svg rename to ui/icon/svg/copy-sharp.svg diff --git a/ui-kit/icon/svg/copy.svg b/ui/icon/svg/copy.svg similarity index 100% rename from ui-kit/icon/svg/copy.svg rename to ui/icon/svg/copy.svg diff --git a/ui-kit/icon/svg/create-outline.svg b/ui/icon/svg/create-outline.svg similarity index 100% rename from ui-kit/icon/svg/create-outline.svg rename to ui/icon/svg/create-outline.svg diff --git a/ui-kit/icon/svg/create-sharp.svg b/ui/icon/svg/create-sharp.svg similarity index 100% rename from ui-kit/icon/svg/create-sharp.svg rename to ui/icon/svg/create-sharp.svg diff --git a/ui-kit/icon/svg/create.svg b/ui/icon/svg/create.svg similarity index 100% rename from ui-kit/icon/svg/create.svg rename to ui/icon/svg/create.svg diff --git a/ui-kit/icon/svg/crop-outline.svg b/ui/icon/svg/crop-outline.svg similarity index 100% rename from ui-kit/icon/svg/crop-outline.svg rename to ui/icon/svg/crop-outline.svg diff --git a/ui-kit/icon/svg/crop-sharp.svg b/ui/icon/svg/crop-sharp.svg similarity index 100% rename from ui-kit/icon/svg/crop-sharp.svg rename to ui/icon/svg/crop-sharp.svg diff --git a/ui-kit/icon/svg/crop.svg b/ui/icon/svg/crop.svg similarity index 100% rename from ui-kit/icon/svg/crop.svg rename to ui/icon/svg/crop.svg diff --git a/ui-kit/icon/svg/cube-outline.svg b/ui/icon/svg/cube-outline.svg similarity index 100% rename from ui-kit/icon/svg/cube-outline.svg rename to ui/icon/svg/cube-outline.svg diff --git a/ui-kit/icon/svg/cube-sharp.svg b/ui/icon/svg/cube-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cube-sharp.svg rename to ui/icon/svg/cube-sharp.svg diff --git a/ui-kit/icon/svg/cube.svg b/ui/icon/svg/cube.svg similarity index 100% rename from ui-kit/icon/svg/cube.svg rename to ui/icon/svg/cube.svg diff --git a/ui-kit/icon/svg/cut-outline.svg b/ui/icon/svg/cut-outline.svg similarity index 100% rename from ui-kit/icon/svg/cut-outline.svg rename to ui/icon/svg/cut-outline.svg diff --git a/ui-kit/icon/svg/cut-sharp.svg b/ui/icon/svg/cut-sharp.svg similarity index 100% rename from ui-kit/icon/svg/cut-sharp.svg rename to ui/icon/svg/cut-sharp.svg diff --git a/ui-kit/icon/svg/cut.svg b/ui/icon/svg/cut.svg similarity index 100% rename from ui-kit/icon/svg/cut.svg rename to ui/icon/svg/cut.svg diff --git a/ui-kit/icon/svg/desktop-outline.svg b/ui/icon/svg/desktop-outline.svg similarity index 100% rename from ui-kit/icon/svg/desktop-outline.svg rename to ui/icon/svg/desktop-outline.svg diff --git a/ui-kit/icon/svg/desktop-sharp.svg b/ui/icon/svg/desktop-sharp.svg similarity index 100% rename from ui-kit/icon/svg/desktop-sharp.svg rename to ui/icon/svg/desktop-sharp.svg diff --git a/ui-kit/icon/svg/desktop.svg b/ui/icon/svg/desktop.svg similarity index 100% rename from ui-kit/icon/svg/desktop.svg rename to ui/icon/svg/desktop.svg diff --git a/ui-kit/icon/svg/diamond-outline.svg b/ui/icon/svg/diamond-outline.svg similarity index 100% rename from ui-kit/icon/svg/diamond-outline.svg rename to ui/icon/svg/diamond-outline.svg diff --git a/ui-kit/icon/svg/diamond-sharp.svg b/ui/icon/svg/diamond-sharp.svg similarity index 100% rename from ui-kit/icon/svg/diamond-sharp.svg rename to ui/icon/svg/diamond-sharp.svg diff --git a/ui-kit/icon/svg/diamond.svg b/ui/icon/svg/diamond.svg similarity index 100% rename from ui-kit/icon/svg/diamond.svg rename to ui/icon/svg/diamond.svg diff --git a/ui-kit/icon/svg/dice-outline.svg b/ui/icon/svg/dice-outline.svg similarity index 100% rename from ui-kit/icon/svg/dice-outline.svg rename to ui/icon/svg/dice-outline.svg diff --git a/ui-kit/icon/svg/dice-sharp.svg b/ui/icon/svg/dice-sharp.svg similarity index 100% rename from ui-kit/icon/svg/dice-sharp.svg rename to ui/icon/svg/dice-sharp.svg diff --git a/ui-kit/icon/svg/dice.svg b/ui/icon/svg/dice.svg similarity index 100% rename from ui-kit/icon/svg/dice.svg rename to ui/icon/svg/dice.svg diff --git a/ui-kit/icon/svg/disc-outline.svg b/ui/icon/svg/disc-outline.svg similarity index 100% rename from ui-kit/icon/svg/disc-outline.svg rename to ui/icon/svg/disc-outline.svg diff --git a/ui-kit/icon/svg/disc-sharp.svg b/ui/icon/svg/disc-sharp.svg similarity index 100% rename from ui-kit/icon/svg/disc-sharp.svg rename to ui/icon/svg/disc-sharp.svg diff --git a/ui-kit/icon/svg/disc.svg b/ui/icon/svg/disc.svg similarity index 100% rename from ui-kit/icon/svg/disc.svg rename to ui/icon/svg/disc.svg diff --git a/ui-kit/icon/svg/document-attach-outline.svg b/ui/icon/svg/document-attach-outline.svg similarity index 100% rename from ui-kit/icon/svg/document-attach-outline.svg rename to ui/icon/svg/document-attach-outline.svg diff --git a/ui-kit/icon/svg/document-attach-sharp.svg b/ui/icon/svg/document-attach-sharp.svg similarity index 100% rename from ui-kit/icon/svg/document-attach-sharp.svg rename to ui/icon/svg/document-attach-sharp.svg diff --git a/ui-kit/icon/svg/document-attach.svg b/ui/icon/svg/document-attach.svg similarity index 100% rename from ui-kit/icon/svg/document-attach.svg rename to ui/icon/svg/document-attach.svg diff --git a/ui-kit/icon/svg/document-lock-outline.svg b/ui/icon/svg/document-lock-outline.svg similarity index 100% rename from ui-kit/icon/svg/document-lock-outline.svg rename to ui/icon/svg/document-lock-outline.svg diff --git a/ui-kit/icon/svg/document-lock-sharp.svg b/ui/icon/svg/document-lock-sharp.svg similarity index 100% rename from ui-kit/icon/svg/document-lock-sharp.svg rename to ui/icon/svg/document-lock-sharp.svg diff --git a/ui-kit/icon/svg/document-lock.svg b/ui/icon/svg/document-lock.svg similarity index 100% rename from ui-kit/icon/svg/document-lock.svg rename to ui/icon/svg/document-lock.svg diff --git a/ui-kit/icon/svg/document-outline.svg b/ui/icon/svg/document-outline.svg similarity index 100% rename from ui-kit/icon/svg/document-outline.svg rename to ui/icon/svg/document-outline.svg diff --git a/ui-kit/icon/svg/document-sharp.svg b/ui/icon/svg/document-sharp.svg similarity index 100% rename from ui-kit/icon/svg/document-sharp.svg rename to ui/icon/svg/document-sharp.svg diff --git a/ui-kit/icon/svg/document-text-outline.svg b/ui/icon/svg/document-text-outline.svg similarity index 100% rename from ui-kit/icon/svg/document-text-outline.svg rename to ui/icon/svg/document-text-outline.svg diff --git a/ui-kit/icon/svg/document-text-sharp.svg b/ui/icon/svg/document-text-sharp.svg similarity index 100% rename from ui-kit/icon/svg/document-text-sharp.svg rename to ui/icon/svg/document-text-sharp.svg diff --git a/ui-kit/icon/svg/document-text.svg b/ui/icon/svg/document-text.svg similarity index 100% rename from ui-kit/icon/svg/document-text.svg rename to ui/icon/svg/document-text.svg diff --git a/ui-kit/icon/svg/document.svg b/ui/icon/svg/document.svg similarity index 100% rename from ui-kit/icon/svg/document.svg rename to ui/icon/svg/document.svg diff --git a/ui-kit/icon/svg/documents-outline.svg b/ui/icon/svg/documents-outline.svg similarity index 100% rename from ui-kit/icon/svg/documents-outline.svg rename to ui/icon/svg/documents-outline.svg diff --git a/ui-kit/icon/svg/documents-sharp.svg b/ui/icon/svg/documents-sharp.svg similarity index 100% rename from ui-kit/icon/svg/documents-sharp.svg rename to ui/icon/svg/documents-sharp.svg diff --git a/ui-kit/icon/svg/documents.svg b/ui/icon/svg/documents.svg similarity index 100% rename from ui-kit/icon/svg/documents.svg rename to ui/icon/svg/documents.svg diff --git a/ui-kit/icon/svg/download-outline.svg b/ui/icon/svg/download-outline.svg similarity index 100% rename from ui-kit/icon/svg/download-outline.svg rename to ui/icon/svg/download-outline.svg diff --git a/ui-kit/icon/svg/download-sharp.svg b/ui/icon/svg/download-sharp.svg similarity index 100% rename from ui-kit/icon/svg/download-sharp.svg rename to ui/icon/svg/download-sharp.svg diff --git a/ui-kit/icon/svg/download.svg b/ui/icon/svg/download.svg similarity index 100% rename from ui-kit/icon/svg/download.svg rename to ui/icon/svg/download.svg diff --git a/ui-kit/icon/svg/duplicate-outline.svg b/ui/icon/svg/duplicate-outline.svg similarity index 100% rename from ui-kit/icon/svg/duplicate-outline.svg rename to ui/icon/svg/duplicate-outline.svg diff --git a/ui-kit/icon/svg/duplicate-sharp.svg b/ui/icon/svg/duplicate-sharp.svg similarity index 100% rename from ui-kit/icon/svg/duplicate-sharp.svg rename to ui/icon/svg/duplicate-sharp.svg diff --git a/ui-kit/icon/svg/duplicate.svg b/ui/icon/svg/duplicate.svg similarity index 100% rename from ui-kit/icon/svg/duplicate.svg rename to ui/icon/svg/duplicate.svg diff --git a/ui-kit/icon/svg/ear-outline.svg b/ui/icon/svg/ear-outline.svg similarity index 100% rename from ui-kit/icon/svg/ear-outline.svg rename to ui/icon/svg/ear-outline.svg diff --git a/ui-kit/icon/svg/ear-sharp.svg b/ui/icon/svg/ear-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ear-sharp.svg rename to ui/icon/svg/ear-sharp.svg diff --git a/ui-kit/icon/svg/ear.svg b/ui/icon/svg/ear.svg similarity index 100% rename from ui-kit/icon/svg/ear.svg rename to ui/icon/svg/ear.svg diff --git a/ui-kit/icon/svg/earth-outline.svg b/ui/icon/svg/earth-outline.svg similarity index 100% rename from ui-kit/icon/svg/earth-outline.svg rename to ui/icon/svg/earth-outline.svg diff --git a/ui-kit/icon/svg/earth-sharp.svg b/ui/icon/svg/earth-sharp.svg similarity index 100% rename from ui-kit/icon/svg/earth-sharp.svg rename to ui/icon/svg/earth-sharp.svg diff --git a/ui-kit/icon/svg/earth.svg b/ui/icon/svg/earth.svg similarity index 100% rename from ui-kit/icon/svg/earth.svg rename to ui/icon/svg/earth.svg diff --git a/ui-kit/icon/svg/easel-outline.svg b/ui/icon/svg/easel-outline.svg similarity index 100% rename from ui-kit/icon/svg/easel-outline.svg rename to ui/icon/svg/easel-outline.svg diff --git a/ui-kit/icon/svg/easel-sharp.svg b/ui/icon/svg/easel-sharp.svg similarity index 100% rename from ui-kit/icon/svg/easel-sharp.svg rename to ui/icon/svg/easel-sharp.svg diff --git a/ui-kit/icon/svg/easel.svg b/ui/icon/svg/easel.svg similarity index 100% rename from ui-kit/icon/svg/easel.svg rename to ui/icon/svg/easel.svg diff --git a/ui-kit/icon/svg/egg-outline.svg b/ui/icon/svg/egg-outline.svg similarity index 100% rename from ui-kit/icon/svg/egg-outline.svg rename to ui/icon/svg/egg-outline.svg diff --git a/ui-kit/icon/svg/egg-sharp.svg b/ui/icon/svg/egg-sharp.svg similarity index 100% rename from ui-kit/icon/svg/egg-sharp.svg rename to ui/icon/svg/egg-sharp.svg diff --git a/ui-kit/icon/svg/egg.svg b/ui/icon/svg/egg.svg similarity index 100% rename from ui-kit/icon/svg/egg.svg rename to ui/icon/svg/egg.svg diff --git a/ui-kit/icon/svg/ellipse-outline.svg b/ui/icon/svg/ellipse-outline.svg similarity index 100% rename from ui-kit/icon/svg/ellipse-outline.svg rename to ui/icon/svg/ellipse-outline.svg diff --git a/ui-kit/icon/svg/ellipse-sharp.svg b/ui/icon/svg/ellipse-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ellipse-sharp.svg rename to ui/icon/svg/ellipse-sharp.svg diff --git a/ui-kit/icon/svg/ellipse.svg b/ui/icon/svg/ellipse.svg similarity index 100% rename from ui-kit/icon/svg/ellipse.svg rename to ui/icon/svg/ellipse.svg diff --git a/ui-kit/icon/svg/ellipsis-horizontal-circle-outline.svg b/ui/icon/svg/ellipsis-horizontal-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-horizontal-circle-outline.svg rename to ui/icon/svg/ellipsis-horizontal-circle-outline.svg diff --git a/ui-kit/icon/svg/ellipsis-horizontal-circle-sharp.svg b/ui/icon/svg/ellipsis-horizontal-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-horizontal-circle-sharp.svg rename to ui/icon/svg/ellipsis-horizontal-circle-sharp.svg diff --git a/ui-kit/icon/svg/ellipsis-horizontal-circle.svg b/ui/icon/svg/ellipsis-horizontal-circle.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-horizontal-circle.svg rename to ui/icon/svg/ellipsis-horizontal-circle.svg diff --git a/ui-kit/icon/svg/ellipsis-horizontal-outline.svg b/ui/icon/svg/ellipsis-horizontal-outline.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-horizontal-outline.svg rename to ui/icon/svg/ellipsis-horizontal-outline.svg diff --git a/ui-kit/icon/svg/ellipsis-horizontal-sharp.svg b/ui/icon/svg/ellipsis-horizontal-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-horizontal-sharp.svg rename to ui/icon/svg/ellipsis-horizontal-sharp.svg diff --git a/ui-kit/icon/svg/ellipsis-horizontal.svg b/ui/icon/svg/ellipsis-horizontal.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-horizontal.svg rename to ui/icon/svg/ellipsis-horizontal.svg diff --git a/ui-kit/icon/svg/ellipsis-vertical-circle-outline.svg b/ui/icon/svg/ellipsis-vertical-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-vertical-circle-outline.svg rename to ui/icon/svg/ellipsis-vertical-circle-outline.svg diff --git a/ui-kit/icon/svg/ellipsis-vertical-circle-sharp.svg b/ui/icon/svg/ellipsis-vertical-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-vertical-circle-sharp.svg rename to ui/icon/svg/ellipsis-vertical-circle-sharp.svg diff --git a/ui-kit/icon/svg/ellipsis-vertical-circle.svg b/ui/icon/svg/ellipsis-vertical-circle.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-vertical-circle.svg rename to ui/icon/svg/ellipsis-vertical-circle.svg diff --git a/ui-kit/icon/svg/ellipsis-vertical-outline.svg b/ui/icon/svg/ellipsis-vertical-outline.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-vertical-outline.svg rename to ui/icon/svg/ellipsis-vertical-outline.svg diff --git a/ui-kit/icon/svg/ellipsis-vertical-sharp.svg b/ui/icon/svg/ellipsis-vertical-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-vertical-sharp.svg rename to ui/icon/svg/ellipsis-vertical-sharp.svg diff --git a/ui-kit/icon/svg/ellipsis-vertical.svg b/ui/icon/svg/ellipsis-vertical.svg similarity index 100% rename from ui-kit/icon/svg/ellipsis-vertical.svg rename to ui/icon/svg/ellipsis-vertical.svg diff --git a/ui-kit/icon/svg/enter-outline.svg b/ui/icon/svg/enter-outline.svg similarity index 100% rename from ui-kit/icon/svg/enter-outline.svg rename to ui/icon/svg/enter-outline.svg diff --git a/ui-kit/icon/svg/enter-sharp.svg b/ui/icon/svg/enter-sharp.svg similarity index 100% rename from ui-kit/icon/svg/enter-sharp.svg rename to ui/icon/svg/enter-sharp.svg diff --git a/ui-kit/icon/svg/enter.svg b/ui/icon/svg/enter.svg similarity index 100% rename from ui-kit/icon/svg/enter.svg rename to ui/icon/svg/enter.svg diff --git a/ui-kit/icon/svg/exit-outline.svg b/ui/icon/svg/exit-outline.svg similarity index 100% rename from ui-kit/icon/svg/exit-outline.svg rename to ui/icon/svg/exit-outline.svg diff --git a/ui-kit/icon/svg/exit-sharp.svg b/ui/icon/svg/exit-sharp.svg similarity index 100% rename from ui-kit/icon/svg/exit-sharp.svg rename to ui/icon/svg/exit-sharp.svg diff --git a/ui-kit/icon/svg/exit.svg b/ui/icon/svg/exit.svg similarity index 100% rename from ui-kit/icon/svg/exit.svg rename to ui/icon/svg/exit.svg diff --git a/ui-kit/icon/svg/expand-outline.svg b/ui/icon/svg/expand-outline.svg similarity index 100% rename from ui-kit/icon/svg/expand-outline.svg rename to ui/icon/svg/expand-outline.svg diff --git a/ui-kit/icon/svg/expand-sharp.svg b/ui/icon/svg/expand-sharp.svg similarity index 100% rename from ui-kit/icon/svg/expand-sharp.svg rename to ui/icon/svg/expand-sharp.svg diff --git a/ui-kit/icon/svg/expand.svg b/ui/icon/svg/expand.svg similarity index 100% rename from ui-kit/icon/svg/expand.svg rename to ui/icon/svg/expand.svg diff --git a/ui-kit/icon/svg/extension-puzzle-outline.svg b/ui/icon/svg/extension-puzzle-outline.svg similarity index 100% rename from ui-kit/icon/svg/extension-puzzle-outline.svg rename to ui/icon/svg/extension-puzzle-outline.svg diff --git a/ui-kit/icon/svg/extension-puzzle-sharp.svg b/ui/icon/svg/extension-puzzle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/extension-puzzle-sharp.svg rename to ui/icon/svg/extension-puzzle-sharp.svg diff --git a/ui-kit/icon/svg/extension-puzzle.svg b/ui/icon/svg/extension-puzzle.svg similarity index 100% rename from ui-kit/icon/svg/extension-puzzle.svg rename to ui/icon/svg/extension-puzzle.svg diff --git a/ui-kit/icon/svg/eye-off-outline.svg b/ui/icon/svg/eye-off-outline.svg similarity index 100% rename from ui-kit/icon/svg/eye-off-outline.svg rename to ui/icon/svg/eye-off-outline.svg diff --git a/ui-kit/icon/svg/eye-off-sharp.svg b/ui/icon/svg/eye-off-sharp.svg similarity index 100% rename from ui-kit/icon/svg/eye-off-sharp.svg rename to ui/icon/svg/eye-off-sharp.svg diff --git a/ui-kit/icon/svg/eye-off.svg b/ui/icon/svg/eye-off.svg similarity index 100% rename from ui-kit/icon/svg/eye-off.svg rename to ui/icon/svg/eye-off.svg diff --git a/ui-kit/icon/svg/eye-outline.svg b/ui/icon/svg/eye-outline.svg similarity index 100% rename from ui-kit/icon/svg/eye-outline.svg rename to ui/icon/svg/eye-outline.svg diff --git a/ui-kit/icon/svg/eye-sharp.svg b/ui/icon/svg/eye-sharp.svg similarity index 100% rename from ui-kit/icon/svg/eye-sharp.svg rename to ui/icon/svg/eye-sharp.svg diff --git a/ui-kit/icon/svg/eye.svg b/ui/icon/svg/eye.svg similarity index 100% rename from ui-kit/icon/svg/eye.svg rename to ui/icon/svg/eye.svg diff --git a/ui-kit/icon/svg/eyedrop-outline.svg b/ui/icon/svg/eyedrop-outline.svg similarity index 100% rename from ui-kit/icon/svg/eyedrop-outline.svg rename to ui/icon/svg/eyedrop-outline.svg diff --git a/ui-kit/icon/svg/eyedrop-sharp.svg b/ui/icon/svg/eyedrop-sharp.svg similarity index 100% rename from ui-kit/icon/svg/eyedrop-sharp.svg rename to ui/icon/svg/eyedrop-sharp.svg diff --git a/ui-kit/icon/svg/eyedrop.svg b/ui/icon/svg/eyedrop.svg similarity index 100% rename from ui-kit/icon/svg/eyedrop.svg rename to ui/icon/svg/eyedrop.svg diff --git a/ui-kit/icon/svg/fast-food-outline.svg b/ui/icon/svg/fast-food-outline.svg similarity index 100% rename from ui-kit/icon/svg/fast-food-outline.svg rename to ui/icon/svg/fast-food-outline.svg diff --git a/ui-kit/icon/svg/fast-food-sharp.svg b/ui/icon/svg/fast-food-sharp.svg similarity index 100% rename from ui-kit/icon/svg/fast-food-sharp.svg rename to ui/icon/svg/fast-food-sharp.svg diff --git a/ui-kit/icon/svg/fast-food.svg b/ui/icon/svg/fast-food.svg similarity index 100% rename from ui-kit/icon/svg/fast-food.svg rename to ui/icon/svg/fast-food.svg diff --git a/ui-kit/icon/svg/female-outline.svg b/ui/icon/svg/female-outline.svg similarity index 100% rename from ui-kit/icon/svg/female-outline.svg rename to ui/icon/svg/female-outline.svg diff --git a/ui-kit/icon/svg/female-sharp.svg b/ui/icon/svg/female-sharp.svg similarity index 100% rename from ui-kit/icon/svg/female-sharp.svg rename to ui/icon/svg/female-sharp.svg diff --git a/ui-kit/icon/svg/female.svg b/ui/icon/svg/female.svg similarity index 100% rename from ui-kit/icon/svg/female.svg rename to ui/icon/svg/female.svg diff --git a/ui-kit/icon/svg/file-tray-full-outline.svg b/ui/icon/svg/file-tray-full-outline.svg similarity index 100% rename from ui-kit/icon/svg/file-tray-full-outline.svg rename to ui/icon/svg/file-tray-full-outline.svg diff --git a/ui-kit/icon/svg/file-tray-full-sharp.svg b/ui/icon/svg/file-tray-full-sharp.svg similarity index 100% rename from ui-kit/icon/svg/file-tray-full-sharp.svg rename to ui/icon/svg/file-tray-full-sharp.svg diff --git a/ui-kit/icon/svg/file-tray-full.svg b/ui/icon/svg/file-tray-full.svg similarity index 100% rename from ui-kit/icon/svg/file-tray-full.svg rename to ui/icon/svg/file-tray-full.svg diff --git a/ui-kit/icon/svg/file-tray-outline.svg b/ui/icon/svg/file-tray-outline.svg similarity index 100% rename from ui-kit/icon/svg/file-tray-outline.svg rename to ui/icon/svg/file-tray-outline.svg diff --git a/ui-kit/icon/svg/file-tray-sharp.svg b/ui/icon/svg/file-tray-sharp.svg similarity index 100% rename from ui-kit/icon/svg/file-tray-sharp.svg rename to ui/icon/svg/file-tray-sharp.svg diff --git a/ui-kit/icon/svg/file-tray-stacked-outline.svg b/ui/icon/svg/file-tray-stacked-outline.svg similarity index 100% rename from ui-kit/icon/svg/file-tray-stacked-outline.svg rename to ui/icon/svg/file-tray-stacked-outline.svg diff --git a/ui-kit/icon/svg/file-tray-stacked-sharp.svg b/ui/icon/svg/file-tray-stacked-sharp.svg similarity index 100% rename from ui-kit/icon/svg/file-tray-stacked-sharp.svg rename to ui/icon/svg/file-tray-stacked-sharp.svg diff --git a/ui-kit/icon/svg/file-tray-stacked.svg b/ui/icon/svg/file-tray-stacked.svg similarity index 100% rename from ui-kit/icon/svg/file-tray-stacked.svg rename to ui/icon/svg/file-tray-stacked.svg diff --git a/ui-kit/icon/svg/file-tray.svg b/ui/icon/svg/file-tray.svg similarity index 100% rename from ui-kit/icon/svg/file-tray.svg rename to ui/icon/svg/file-tray.svg diff --git a/ui-kit/icon/svg/film-outline.svg b/ui/icon/svg/film-outline.svg similarity index 100% rename from ui-kit/icon/svg/film-outline.svg rename to ui/icon/svg/film-outline.svg diff --git a/ui-kit/icon/svg/film-sharp.svg b/ui/icon/svg/film-sharp.svg similarity index 100% rename from ui-kit/icon/svg/film-sharp.svg rename to ui/icon/svg/film-sharp.svg diff --git a/ui-kit/icon/svg/film.svg b/ui/icon/svg/film.svg similarity index 100% rename from ui-kit/icon/svg/film.svg rename to ui/icon/svg/film.svg diff --git a/ui-kit/icon/svg/filter-circle-outline.svg b/ui/icon/svg/filter-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/filter-circle-outline.svg rename to ui/icon/svg/filter-circle-outline.svg diff --git a/ui-kit/icon/svg/filter-circle-sharp.svg b/ui/icon/svg/filter-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/filter-circle-sharp.svg rename to ui/icon/svg/filter-circle-sharp.svg diff --git a/ui-kit/icon/svg/filter-circle.svg b/ui/icon/svg/filter-circle.svg similarity index 100% rename from ui-kit/icon/svg/filter-circle.svg rename to ui/icon/svg/filter-circle.svg diff --git a/ui-kit/icon/svg/filter-outline.svg b/ui/icon/svg/filter-outline.svg similarity index 100% rename from ui-kit/icon/svg/filter-outline.svg rename to ui/icon/svg/filter-outline.svg diff --git a/ui-kit/icon/svg/filter-sharp.svg b/ui/icon/svg/filter-sharp.svg similarity index 100% rename from ui-kit/icon/svg/filter-sharp.svg rename to ui/icon/svg/filter-sharp.svg diff --git a/ui-kit/icon/svg/filter.svg b/ui/icon/svg/filter.svg similarity index 100% rename from ui-kit/icon/svg/filter.svg rename to ui/icon/svg/filter.svg diff --git a/ui-kit/icon/svg/finger-print-outline.svg b/ui/icon/svg/finger-print-outline.svg similarity index 100% rename from ui-kit/icon/svg/finger-print-outline.svg rename to ui/icon/svg/finger-print-outline.svg diff --git a/ui-kit/icon/svg/finger-print-sharp.svg b/ui/icon/svg/finger-print-sharp.svg similarity index 100% rename from ui-kit/icon/svg/finger-print-sharp.svg rename to ui/icon/svg/finger-print-sharp.svg diff --git a/ui-kit/icon/svg/finger-print.svg b/ui/icon/svg/finger-print.svg similarity index 100% rename from ui-kit/icon/svg/finger-print.svg rename to ui/icon/svg/finger-print.svg diff --git a/ui-kit/icon/svg/fish-outline.svg b/ui/icon/svg/fish-outline.svg similarity index 100% rename from ui-kit/icon/svg/fish-outline.svg rename to ui/icon/svg/fish-outline.svg diff --git a/ui-kit/icon/svg/fish-sharp.svg b/ui/icon/svg/fish-sharp.svg similarity index 100% rename from ui-kit/icon/svg/fish-sharp.svg rename to ui/icon/svg/fish-sharp.svg diff --git a/ui-kit/icon/svg/fish.svg b/ui/icon/svg/fish.svg similarity index 100% rename from ui-kit/icon/svg/fish.svg rename to ui/icon/svg/fish.svg diff --git a/ui-kit/icon/svg/fitness-outline.svg b/ui/icon/svg/fitness-outline.svg similarity index 100% rename from ui-kit/icon/svg/fitness-outline.svg rename to ui/icon/svg/fitness-outline.svg diff --git a/ui-kit/icon/svg/fitness-sharp.svg b/ui/icon/svg/fitness-sharp.svg similarity index 100% rename from ui-kit/icon/svg/fitness-sharp.svg rename to ui/icon/svg/fitness-sharp.svg diff --git a/ui-kit/icon/svg/fitness.svg b/ui/icon/svg/fitness.svg similarity index 100% rename from ui-kit/icon/svg/fitness.svg rename to ui/icon/svg/fitness.svg diff --git a/ui-kit/icon/svg/flag-outline.svg b/ui/icon/svg/flag-outline.svg similarity index 100% rename from ui-kit/icon/svg/flag-outline.svg rename to ui/icon/svg/flag-outline.svg diff --git a/ui-kit/icon/svg/flag-sharp.svg b/ui/icon/svg/flag-sharp.svg similarity index 100% rename from ui-kit/icon/svg/flag-sharp.svg rename to ui/icon/svg/flag-sharp.svg diff --git a/ui-kit/icon/svg/flag.svg b/ui/icon/svg/flag.svg similarity index 100% rename from ui-kit/icon/svg/flag.svg rename to ui/icon/svg/flag.svg diff --git a/ui-kit/icon/svg/flame-outline.svg b/ui/icon/svg/flame-outline.svg similarity index 100% rename from ui-kit/icon/svg/flame-outline.svg rename to ui/icon/svg/flame-outline.svg diff --git a/ui-kit/icon/svg/flame-sharp.svg b/ui/icon/svg/flame-sharp.svg similarity index 100% rename from ui-kit/icon/svg/flame-sharp.svg rename to ui/icon/svg/flame-sharp.svg diff --git a/ui-kit/icon/svg/flame.svg b/ui/icon/svg/flame.svg similarity index 100% rename from ui-kit/icon/svg/flame.svg rename to ui/icon/svg/flame.svg diff --git a/ui-kit/icon/svg/flash-off-outline.svg b/ui/icon/svg/flash-off-outline.svg similarity index 100% rename from ui-kit/icon/svg/flash-off-outline.svg rename to ui/icon/svg/flash-off-outline.svg diff --git a/ui-kit/icon/svg/flash-off-sharp.svg b/ui/icon/svg/flash-off-sharp.svg similarity index 100% rename from ui-kit/icon/svg/flash-off-sharp.svg rename to ui/icon/svg/flash-off-sharp.svg diff --git a/ui-kit/icon/svg/flash-off.svg b/ui/icon/svg/flash-off.svg similarity index 100% rename from ui-kit/icon/svg/flash-off.svg rename to ui/icon/svg/flash-off.svg diff --git a/ui-kit/icon/svg/flash-outline.svg b/ui/icon/svg/flash-outline.svg similarity index 100% rename from ui-kit/icon/svg/flash-outline.svg rename to ui/icon/svg/flash-outline.svg diff --git a/ui-kit/icon/svg/flash-sharp.svg b/ui/icon/svg/flash-sharp.svg similarity index 100% rename from ui-kit/icon/svg/flash-sharp.svg rename to ui/icon/svg/flash-sharp.svg diff --git a/ui-kit/icon/svg/flash.svg b/ui/icon/svg/flash.svg similarity index 100% rename from ui-kit/icon/svg/flash.svg rename to ui/icon/svg/flash.svg diff --git a/ui-kit/icon/svg/flashlight-outline.svg b/ui/icon/svg/flashlight-outline.svg similarity index 100% rename from ui-kit/icon/svg/flashlight-outline.svg rename to ui/icon/svg/flashlight-outline.svg diff --git a/ui-kit/icon/svg/flashlight-sharp.svg b/ui/icon/svg/flashlight-sharp.svg similarity index 100% rename from ui-kit/icon/svg/flashlight-sharp.svg rename to ui/icon/svg/flashlight-sharp.svg diff --git a/ui-kit/icon/svg/flashlight.svg b/ui/icon/svg/flashlight.svg similarity index 100% rename from ui-kit/icon/svg/flashlight.svg rename to ui/icon/svg/flashlight.svg diff --git a/ui-kit/icon/svg/flask-outline.svg b/ui/icon/svg/flask-outline.svg similarity index 100% rename from ui-kit/icon/svg/flask-outline.svg rename to ui/icon/svg/flask-outline.svg diff --git a/ui-kit/icon/svg/flask-sharp.svg b/ui/icon/svg/flask-sharp.svg similarity index 100% rename from ui-kit/icon/svg/flask-sharp.svg rename to ui/icon/svg/flask-sharp.svg diff --git a/ui-kit/icon/svg/flask.svg b/ui/icon/svg/flask.svg similarity index 100% rename from ui-kit/icon/svg/flask.svg rename to ui/icon/svg/flask.svg diff --git a/ui-kit/icon/svg/flower-outline.svg b/ui/icon/svg/flower-outline.svg similarity index 100% rename from ui-kit/icon/svg/flower-outline.svg rename to ui/icon/svg/flower-outline.svg diff --git a/ui-kit/icon/svg/flower-sharp.svg b/ui/icon/svg/flower-sharp.svg similarity index 100% rename from ui-kit/icon/svg/flower-sharp.svg rename to ui/icon/svg/flower-sharp.svg diff --git a/ui-kit/icon/svg/flower.svg b/ui/icon/svg/flower.svg similarity index 100% rename from ui-kit/icon/svg/flower.svg rename to ui/icon/svg/flower.svg diff --git a/ui-kit/icon/svg/folder-open-outline.svg b/ui/icon/svg/folder-open-outline.svg similarity index 100% rename from ui-kit/icon/svg/folder-open-outline.svg rename to ui/icon/svg/folder-open-outline.svg diff --git a/ui-kit/icon/svg/folder-open-sharp.svg b/ui/icon/svg/folder-open-sharp.svg similarity index 100% rename from ui-kit/icon/svg/folder-open-sharp.svg rename to ui/icon/svg/folder-open-sharp.svg diff --git a/ui-kit/icon/svg/folder-open.svg b/ui/icon/svg/folder-open.svg similarity index 100% rename from ui-kit/icon/svg/folder-open.svg rename to ui/icon/svg/folder-open.svg diff --git a/ui-kit/icon/svg/folder-outline.svg b/ui/icon/svg/folder-outline.svg similarity index 100% rename from ui-kit/icon/svg/folder-outline.svg rename to ui/icon/svg/folder-outline.svg diff --git a/ui-kit/icon/svg/folder-sharp.svg b/ui/icon/svg/folder-sharp.svg similarity index 100% rename from ui-kit/icon/svg/folder-sharp.svg rename to ui/icon/svg/folder-sharp.svg diff --git a/ui-kit/icon/svg/folder.svg b/ui/icon/svg/folder.svg similarity index 100% rename from ui-kit/icon/svg/folder.svg rename to ui/icon/svg/folder.svg diff --git a/ui-kit/icon/svg/football-outline.svg b/ui/icon/svg/football-outline.svg similarity index 100% rename from ui-kit/icon/svg/football-outline.svg rename to ui/icon/svg/football-outline.svg diff --git a/ui-kit/icon/svg/football-sharp.svg b/ui/icon/svg/football-sharp.svg similarity index 100% rename from ui-kit/icon/svg/football-sharp.svg rename to ui/icon/svg/football-sharp.svg diff --git a/ui-kit/icon/svg/football.svg b/ui/icon/svg/football.svg similarity index 100% rename from ui-kit/icon/svg/football.svg rename to ui/icon/svg/football.svg diff --git a/ui-kit/icon/svg/footsteps-outline.svg b/ui/icon/svg/footsteps-outline.svg similarity index 100% rename from ui-kit/icon/svg/footsteps-outline.svg rename to ui/icon/svg/footsteps-outline.svg diff --git a/ui-kit/icon/svg/footsteps-sharp.svg b/ui/icon/svg/footsteps-sharp.svg similarity index 100% rename from ui-kit/icon/svg/footsteps-sharp.svg rename to ui/icon/svg/footsteps-sharp.svg diff --git a/ui-kit/icon/svg/footsteps.svg b/ui/icon/svg/footsteps.svg similarity index 100% rename from ui-kit/icon/svg/footsteps.svg rename to ui/icon/svg/footsteps.svg diff --git a/ui-kit/icon/svg/funnel-outline.svg b/ui/icon/svg/funnel-outline.svg similarity index 100% rename from ui-kit/icon/svg/funnel-outline.svg rename to ui/icon/svg/funnel-outline.svg diff --git a/ui-kit/icon/svg/funnel-sharp.svg b/ui/icon/svg/funnel-sharp.svg similarity index 100% rename from ui-kit/icon/svg/funnel-sharp.svg rename to ui/icon/svg/funnel-sharp.svg diff --git a/ui-kit/icon/svg/funnel.svg b/ui/icon/svg/funnel.svg similarity index 100% rename from ui-kit/icon/svg/funnel.svg rename to ui/icon/svg/funnel.svg diff --git a/ui-kit/icon/svg/game-controller-outline.svg b/ui/icon/svg/game-controller-outline.svg similarity index 100% rename from ui-kit/icon/svg/game-controller-outline.svg rename to ui/icon/svg/game-controller-outline.svg diff --git a/ui-kit/icon/svg/game-controller-sharp.svg b/ui/icon/svg/game-controller-sharp.svg similarity index 100% rename from ui-kit/icon/svg/game-controller-sharp.svg rename to ui/icon/svg/game-controller-sharp.svg diff --git a/ui-kit/icon/svg/game-controller.svg b/ui/icon/svg/game-controller.svg similarity index 100% rename from ui-kit/icon/svg/game-controller.svg rename to ui/icon/svg/game-controller.svg diff --git a/ui-kit/icon/svg/gift-outline.svg b/ui/icon/svg/gift-outline.svg similarity index 100% rename from ui-kit/icon/svg/gift-outline.svg rename to ui/icon/svg/gift-outline.svg diff --git a/ui-kit/icon/svg/gift-sharp.svg b/ui/icon/svg/gift-sharp.svg similarity index 100% rename from ui-kit/icon/svg/gift-sharp.svg rename to ui/icon/svg/gift-sharp.svg diff --git a/ui-kit/icon/svg/gift.svg b/ui/icon/svg/gift.svg similarity index 100% rename from ui-kit/icon/svg/gift.svg rename to ui/icon/svg/gift.svg diff --git a/ui-kit/icon/svg/git-branch-outline.svg b/ui/icon/svg/git-branch-outline.svg similarity index 100% rename from ui-kit/icon/svg/git-branch-outline.svg rename to ui/icon/svg/git-branch-outline.svg diff --git a/ui-kit/icon/svg/git-branch-sharp.svg b/ui/icon/svg/git-branch-sharp.svg similarity index 100% rename from ui-kit/icon/svg/git-branch-sharp.svg rename to ui/icon/svg/git-branch-sharp.svg diff --git a/ui-kit/icon/svg/git-branch.svg b/ui/icon/svg/git-branch.svg similarity index 100% rename from ui-kit/icon/svg/git-branch.svg rename to ui/icon/svg/git-branch.svg diff --git a/ui-kit/icon/svg/git-commit-outline.svg b/ui/icon/svg/git-commit-outline.svg similarity index 100% rename from ui-kit/icon/svg/git-commit-outline.svg rename to ui/icon/svg/git-commit-outline.svg diff --git a/ui-kit/icon/svg/git-commit-sharp.svg b/ui/icon/svg/git-commit-sharp.svg similarity index 100% rename from ui-kit/icon/svg/git-commit-sharp.svg rename to ui/icon/svg/git-commit-sharp.svg diff --git a/ui-kit/icon/svg/git-commit.svg b/ui/icon/svg/git-commit.svg similarity index 100% rename from ui-kit/icon/svg/git-commit.svg rename to ui/icon/svg/git-commit.svg diff --git a/ui-kit/icon/svg/git-compare-outline.svg b/ui/icon/svg/git-compare-outline.svg similarity index 100% rename from ui-kit/icon/svg/git-compare-outline.svg rename to ui/icon/svg/git-compare-outline.svg diff --git a/ui-kit/icon/svg/git-compare-sharp.svg b/ui/icon/svg/git-compare-sharp.svg similarity index 100% rename from ui-kit/icon/svg/git-compare-sharp.svg rename to ui/icon/svg/git-compare-sharp.svg diff --git a/ui-kit/icon/svg/git-compare.svg b/ui/icon/svg/git-compare.svg similarity index 100% rename from ui-kit/icon/svg/git-compare.svg rename to ui/icon/svg/git-compare.svg diff --git a/ui-kit/icon/svg/git-merge-outline.svg b/ui/icon/svg/git-merge-outline.svg similarity index 100% rename from ui-kit/icon/svg/git-merge-outline.svg rename to ui/icon/svg/git-merge-outline.svg diff --git a/ui-kit/icon/svg/git-merge-sharp.svg b/ui/icon/svg/git-merge-sharp.svg similarity index 100% rename from ui-kit/icon/svg/git-merge-sharp.svg rename to ui/icon/svg/git-merge-sharp.svg diff --git a/ui-kit/icon/svg/git-merge.svg b/ui/icon/svg/git-merge.svg similarity index 100% rename from ui-kit/icon/svg/git-merge.svg rename to ui/icon/svg/git-merge.svg diff --git a/ui-kit/icon/svg/git-network-outline.svg b/ui/icon/svg/git-network-outline.svg similarity index 100% rename from ui-kit/icon/svg/git-network-outline.svg rename to ui/icon/svg/git-network-outline.svg diff --git a/ui-kit/icon/svg/git-network-sharp.svg b/ui/icon/svg/git-network-sharp.svg similarity index 100% rename from ui-kit/icon/svg/git-network-sharp.svg rename to ui/icon/svg/git-network-sharp.svg diff --git a/ui-kit/icon/svg/git-network.svg b/ui/icon/svg/git-network.svg similarity index 100% rename from ui-kit/icon/svg/git-network.svg rename to ui/icon/svg/git-network.svg diff --git a/ui-kit/icon/svg/git-pull-request-outline.svg b/ui/icon/svg/git-pull-request-outline.svg similarity index 100% rename from ui-kit/icon/svg/git-pull-request-outline.svg rename to ui/icon/svg/git-pull-request-outline.svg diff --git a/ui-kit/icon/svg/git-pull-request-sharp.svg b/ui/icon/svg/git-pull-request-sharp.svg similarity index 100% rename from ui-kit/icon/svg/git-pull-request-sharp.svg rename to ui/icon/svg/git-pull-request-sharp.svg diff --git a/ui-kit/icon/svg/git-pull-request.svg b/ui/icon/svg/git-pull-request.svg similarity index 100% rename from ui-kit/icon/svg/git-pull-request.svg rename to ui/icon/svg/git-pull-request.svg diff --git a/ui-kit/icon/svg/glasses-outline.svg b/ui/icon/svg/glasses-outline.svg similarity index 100% rename from ui-kit/icon/svg/glasses-outline.svg rename to ui/icon/svg/glasses-outline.svg diff --git a/ui-kit/icon/svg/glasses-sharp.svg b/ui/icon/svg/glasses-sharp.svg similarity index 100% rename from ui-kit/icon/svg/glasses-sharp.svg rename to ui/icon/svg/glasses-sharp.svg diff --git a/ui-kit/icon/svg/glasses.svg b/ui/icon/svg/glasses.svg similarity index 100% rename from ui-kit/icon/svg/glasses.svg rename to ui/icon/svg/glasses.svg diff --git a/ui-kit/icon/svg/globe-outline.svg b/ui/icon/svg/globe-outline.svg similarity index 100% rename from ui-kit/icon/svg/globe-outline.svg rename to ui/icon/svg/globe-outline.svg diff --git a/ui-kit/icon/svg/globe-sharp.svg b/ui/icon/svg/globe-sharp.svg similarity index 100% rename from ui-kit/icon/svg/globe-sharp.svg rename to ui/icon/svg/globe-sharp.svg diff --git a/ui-kit/icon/svg/globe.svg b/ui/icon/svg/globe.svg similarity index 100% rename from ui-kit/icon/svg/globe.svg rename to ui/icon/svg/globe.svg diff --git a/ui-kit/icon/svg/golf-outline.svg b/ui/icon/svg/golf-outline.svg similarity index 100% rename from ui-kit/icon/svg/golf-outline.svg rename to ui/icon/svg/golf-outline.svg diff --git a/ui-kit/icon/svg/golf-sharp.svg b/ui/icon/svg/golf-sharp.svg similarity index 100% rename from ui-kit/icon/svg/golf-sharp.svg rename to ui/icon/svg/golf-sharp.svg diff --git a/ui-kit/icon/svg/golf.svg b/ui/icon/svg/golf.svg similarity index 100% rename from ui-kit/icon/svg/golf.svg rename to ui/icon/svg/golf.svg diff --git a/ui-kit/icon/svg/grid-outline.svg b/ui/icon/svg/grid-outline.svg similarity index 100% rename from ui-kit/icon/svg/grid-outline.svg rename to ui/icon/svg/grid-outline.svg diff --git a/ui-kit/icon/svg/grid-sharp.svg b/ui/icon/svg/grid-sharp.svg similarity index 100% rename from ui-kit/icon/svg/grid-sharp.svg rename to ui/icon/svg/grid-sharp.svg diff --git a/ui-kit/icon/svg/grid.svg b/ui/icon/svg/grid.svg similarity index 100% rename from ui-kit/icon/svg/grid.svg rename to ui/icon/svg/grid.svg diff --git a/ui-kit/icon/svg/hammer-outline.svg b/ui/icon/svg/hammer-outline.svg similarity index 100% rename from ui-kit/icon/svg/hammer-outline.svg rename to ui/icon/svg/hammer-outline.svg diff --git a/ui-kit/icon/svg/hammer-sharp.svg b/ui/icon/svg/hammer-sharp.svg similarity index 100% rename from ui-kit/icon/svg/hammer-sharp.svg rename to ui/icon/svg/hammer-sharp.svg diff --git a/ui-kit/icon/svg/hammer.svg b/ui/icon/svg/hammer.svg similarity index 100% rename from ui-kit/icon/svg/hammer.svg rename to ui/icon/svg/hammer.svg diff --git a/ui-kit/icon/svg/hand-left-outline.svg b/ui/icon/svg/hand-left-outline.svg similarity index 100% rename from ui-kit/icon/svg/hand-left-outline.svg rename to ui/icon/svg/hand-left-outline.svg diff --git a/ui-kit/icon/svg/hand-left-sharp.svg b/ui/icon/svg/hand-left-sharp.svg similarity index 100% rename from ui-kit/icon/svg/hand-left-sharp.svg rename to ui/icon/svg/hand-left-sharp.svg diff --git a/ui-kit/icon/svg/hand-left.svg b/ui/icon/svg/hand-left.svg similarity index 100% rename from ui-kit/icon/svg/hand-left.svg rename to ui/icon/svg/hand-left.svg diff --git a/ui-kit/icon/svg/hand-right-outline.svg b/ui/icon/svg/hand-right-outline.svg similarity index 100% rename from ui-kit/icon/svg/hand-right-outline.svg rename to ui/icon/svg/hand-right-outline.svg diff --git a/ui-kit/icon/svg/hand-right-sharp.svg b/ui/icon/svg/hand-right-sharp.svg similarity index 100% rename from ui-kit/icon/svg/hand-right-sharp.svg rename to ui/icon/svg/hand-right-sharp.svg diff --git a/ui-kit/icon/svg/hand-right.svg b/ui/icon/svg/hand-right.svg similarity index 100% rename from ui-kit/icon/svg/hand-right.svg rename to ui/icon/svg/hand-right.svg diff --git a/ui-kit/icon/svg/happy-outline.svg b/ui/icon/svg/happy-outline.svg similarity index 100% rename from ui-kit/icon/svg/happy-outline.svg rename to ui/icon/svg/happy-outline.svg diff --git a/ui-kit/icon/svg/happy-sharp.svg b/ui/icon/svg/happy-sharp.svg similarity index 100% rename from ui-kit/icon/svg/happy-sharp.svg rename to ui/icon/svg/happy-sharp.svg diff --git a/ui-kit/icon/svg/happy.svg b/ui/icon/svg/happy.svg similarity index 100% rename from ui-kit/icon/svg/happy.svg rename to ui/icon/svg/happy.svg diff --git a/ui-kit/icon/svg/hardware-chip-outline.svg b/ui/icon/svg/hardware-chip-outline.svg similarity index 100% rename from ui-kit/icon/svg/hardware-chip-outline.svg rename to ui/icon/svg/hardware-chip-outline.svg diff --git a/ui-kit/icon/svg/hardware-chip-sharp.svg b/ui/icon/svg/hardware-chip-sharp.svg similarity index 100% rename from ui-kit/icon/svg/hardware-chip-sharp.svg rename to ui/icon/svg/hardware-chip-sharp.svg diff --git a/ui-kit/icon/svg/hardware-chip.svg b/ui/icon/svg/hardware-chip.svg similarity index 100% rename from ui-kit/icon/svg/hardware-chip.svg rename to ui/icon/svg/hardware-chip.svg diff --git a/ui-kit/icon/svg/headset-outline.svg b/ui/icon/svg/headset-outline.svg similarity index 100% rename from ui-kit/icon/svg/headset-outline.svg rename to ui/icon/svg/headset-outline.svg diff --git a/ui-kit/icon/svg/headset-sharp.svg b/ui/icon/svg/headset-sharp.svg similarity index 100% rename from ui-kit/icon/svg/headset-sharp.svg rename to ui/icon/svg/headset-sharp.svg diff --git a/ui-kit/icon/svg/headset.svg b/ui/icon/svg/headset.svg similarity index 100% rename from ui-kit/icon/svg/headset.svg rename to ui/icon/svg/headset.svg diff --git a/ui-kit/icon/svg/heart-circle-outline.svg b/ui/icon/svg/heart-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/heart-circle-outline.svg rename to ui/icon/svg/heart-circle-outline.svg diff --git a/ui-kit/icon/svg/heart-circle-sharp.svg b/ui/icon/svg/heart-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/heart-circle-sharp.svg rename to ui/icon/svg/heart-circle-sharp.svg diff --git a/ui-kit/icon/svg/heart-circle.svg b/ui/icon/svg/heart-circle.svg similarity index 100% rename from ui-kit/icon/svg/heart-circle.svg rename to ui/icon/svg/heart-circle.svg diff --git a/ui-kit/icon/svg/heart-dislike-circle-outline.svg b/ui/icon/svg/heart-dislike-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/heart-dislike-circle-outline.svg rename to ui/icon/svg/heart-dislike-circle-outline.svg diff --git a/ui-kit/icon/svg/heart-dislike-circle-sharp.svg b/ui/icon/svg/heart-dislike-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/heart-dislike-circle-sharp.svg rename to ui/icon/svg/heart-dislike-circle-sharp.svg diff --git a/ui-kit/icon/svg/heart-dislike-circle.svg b/ui/icon/svg/heart-dislike-circle.svg similarity index 100% rename from ui-kit/icon/svg/heart-dislike-circle.svg rename to ui/icon/svg/heart-dislike-circle.svg diff --git a/ui-kit/icon/svg/heart-dislike-outline.svg b/ui/icon/svg/heart-dislike-outline.svg similarity index 100% rename from ui-kit/icon/svg/heart-dislike-outline.svg rename to ui/icon/svg/heart-dislike-outline.svg diff --git a/ui-kit/icon/svg/heart-dislike-sharp.svg b/ui/icon/svg/heart-dislike-sharp.svg similarity index 100% rename from ui-kit/icon/svg/heart-dislike-sharp.svg rename to ui/icon/svg/heart-dislike-sharp.svg diff --git a/ui-kit/icon/svg/heart-dislike.svg b/ui/icon/svg/heart-dislike.svg similarity index 100% rename from ui-kit/icon/svg/heart-dislike.svg rename to ui/icon/svg/heart-dislike.svg diff --git a/ui-kit/icon/svg/heart-half-outline.svg b/ui/icon/svg/heart-half-outline.svg similarity index 100% rename from ui-kit/icon/svg/heart-half-outline.svg rename to ui/icon/svg/heart-half-outline.svg diff --git a/ui-kit/icon/svg/heart-half-sharp.svg b/ui/icon/svg/heart-half-sharp.svg similarity index 100% rename from ui-kit/icon/svg/heart-half-sharp.svg rename to ui/icon/svg/heart-half-sharp.svg diff --git a/ui-kit/icon/svg/heart-half.svg b/ui/icon/svg/heart-half.svg similarity index 100% rename from ui-kit/icon/svg/heart-half.svg rename to ui/icon/svg/heart-half.svg diff --git a/ui-kit/icon/svg/heart-outline.svg b/ui/icon/svg/heart-outline.svg similarity index 100% rename from ui-kit/icon/svg/heart-outline.svg rename to ui/icon/svg/heart-outline.svg diff --git a/ui-kit/icon/svg/heart-sharp.svg b/ui/icon/svg/heart-sharp.svg similarity index 100% rename from ui-kit/icon/svg/heart-sharp.svg rename to ui/icon/svg/heart-sharp.svg diff --git a/ui-kit/icon/svg/heart.svg b/ui/icon/svg/heart.svg similarity index 100% rename from ui-kit/icon/svg/heart.svg rename to ui/icon/svg/heart.svg diff --git a/ui-kit/icon/svg/help-buoy-outline.svg b/ui/icon/svg/help-buoy-outline.svg similarity index 100% rename from ui-kit/icon/svg/help-buoy-outline.svg rename to ui/icon/svg/help-buoy-outline.svg diff --git a/ui-kit/icon/svg/help-buoy-sharp.svg b/ui/icon/svg/help-buoy-sharp.svg similarity index 100% rename from ui-kit/icon/svg/help-buoy-sharp.svg rename to ui/icon/svg/help-buoy-sharp.svg diff --git a/ui-kit/icon/svg/help-buoy.svg b/ui/icon/svg/help-buoy.svg similarity index 100% rename from ui-kit/icon/svg/help-buoy.svg rename to ui/icon/svg/help-buoy.svg diff --git a/ui-kit/icon/svg/help-circle-outline.svg b/ui/icon/svg/help-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/help-circle-outline.svg rename to ui/icon/svg/help-circle-outline.svg diff --git a/ui-kit/icon/svg/help-circle-sharp.svg b/ui/icon/svg/help-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/help-circle-sharp.svg rename to ui/icon/svg/help-circle-sharp.svg diff --git a/ui-kit/icon/svg/help-circle.svg b/ui/icon/svg/help-circle.svg similarity index 100% rename from ui-kit/icon/svg/help-circle.svg rename to ui/icon/svg/help-circle.svg diff --git a/ui-kit/icon/svg/help-outline.svg b/ui/icon/svg/help-outline.svg similarity index 100% rename from ui-kit/icon/svg/help-outline.svg rename to ui/icon/svg/help-outline.svg diff --git a/ui-kit/icon/svg/help-sharp.svg b/ui/icon/svg/help-sharp.svg similarity index 100% rename from ui-kit/icon/svg/help-sharp.svg rename to ui/icon/svg/help-sharp.svg diff --git a/ui-kit/icon/svg/help.svg b/ui/icon/svg/help.svg similarity index 100% rename from ui-kit/icon/svg/help.svg rename to ui/icon/svg/help.svg diff --git a/ui-kit/icon/svg/home-outline.svg b/ui/icon/svg/home-outline.svg similarity index 100% rename from ui-kit/icon/svg/home-outline.svg rename to ui/icon/svg/home-outline.svg diff --git a/ui-kit/icon/svg/home-sharp.svg b/ui/icon/svg/home-sharp.svg similarity index 100% rename from ui-kit/icon/svg/home-sharp.svg rename to ui/icon/svg/home-sharp.svg diff --git a/ui-kit/icon/svg/home.svg b/ui/icon/svg/home.svg similarity index 100% rename from ui-kit/icon/svg/home.svg rename to ui/icon/svg/home.svg diff --git a/ui-kit/icon/svg/hourglass-outline.svg b/ui/icon/svg/hourglass-outline.svg similarity index 100% rename from ui-kit/icon/svg/hourglass-outline.svg rename to ui/icon/svg/hourglass-outline.svg diff --git a/ui-kit/icon/svg/hourglass-sharp.svg b/ui/icon/svg/hourglass-sharp.svg similarity index 100% rename from ui-kit/icon/svg/hourglass-sharp.svg rename to ui/icon/svg/hourglass-sharp.svg diff --git a/ui-kit/icon/svg/hourglass.svg b/ui/icon/svg/hourglass.svg similarity index 100% rename from ui-kit/icon/svg/hourglass.svg rename to ui/icon/svg/hourglass.svg diff --git a/ui-kit/icon/svg/ice-cream-outline.svg b/ui/icon/svg/ice-cream-outline.svg similarity index 100% rename from ui-kit/icon/svg/ice-cream-outline.svg rename to ui/icon/svg/ice-cream-outline.svg diff --git a/ui-kit/icon/svg/ice-cream-sharp.svg b/ui/icon/svg/ice-cream-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ice-cream-sharp.svg rename to ui/icon/svg/ice-cream-sharp.svg diff --git a/ui-kit/icon/svg/ice-cream.svg b/ui/icon/svg/ice-cream.svg similarity index 100% rename from ui-kit/icon/svg/ice-cream.svg rename to ui/icon/svg/ice-cream.svg diff --git a/ui-kit/icon/svg/id-card-outline.svg b/ui/icon/svg/id-card-outline.svg similarity index 100% rename from ui-kit/icon/svg/id-card-outline.svg rename to ui/icon/svg/id-card-outline.svg diff --git a/ui-kit/icon/svg/id-card-sharp.svg b/ui/icon/svg/id-card-sharp.svg similarity index 100% rename from ui-kit/icon/svg/id-card-sharp.svg rename to ui/icon/svg/id-card-sharp.svg diff --git a/ui-kit/icon/svg/id-card.svg b/ui/icon/svg/id-card.svg similarity index 100% rename from ui-kit/icon/svg/id-card.svg rename to ui/icon/svg/id-card.svg diff --git a/ui-kit/icon/svg/image-outline.svg b/ui/icon/svg/image-outline.svg similarity index 100% rename from ui-kit/icon/svg/image-outline.svg rename to ui/icon/svg/image-outline.svg diff --git a/ui-kit/icon/svg/image-sharp.svg b/ui/icon/svg/image-sharp.svg similarity index 100% rename from ui-kit/icon/svg/image-sharp.svg rename to ui/icon/svg/image-sharp.svg diff --git a/ui-kit/icon/svg/image.svg b/ui/icon/svg/image.svg similarity index 100% rename from ui-kit/icon/svg/image.svg rename to ui/icon/svg/image.svg diff --git a/ui-kit/icon/svg/images-outline.svg b/ui/icon/svg/images-outline.svg similarity index 100% rename from ui-kit/icon/svg/images-outline.svg rename to ui/icon/svg/images-outline.svg diff --git a/ui-kit/icon/svg/images-sharp.svg b/ui/icon/svg/images-sharp.svg similarity index 100% rename from ui-kit/icon/svg/images-sharp.svg rename to ui/icon/svg/images-sharp.svg diff --git a/ui-kit/icon/svg/images.svg b/ui/icon/svg/images.svg similarity index 100% rename from ui-kit/icon/svg/images.svg rename to ui/icon/svg/images.svg diff --git a/ui-kit/icon/svg/infinite-outline.svg b/ui/icon/svg/infinite-outline.svg similarity index 100% rename from ui-kit/icon/svg/infinite-outline.svg rename to ui/icon/svg/infinite-outline.svg diff --git a/ui-kit/icon/svg/infinite-sharp.svg b/ui/icon/svg/infinite-sharp.svg similarity index 100% rename from ui-kit/icon/svg/infinite-sharp.svg rename to ui/icon/svg/infinite-sharp.svg diff --git a/ui-kit/icon/svg/infinite.svg b/ui/icon/svg/infinite.svg similarity index 100% rename from ui-kit/icon/svg/infinite.svg rename to ui/icon/svg/infinite.svg diff --git a/ui-kit/icon/svg/information-circle-outline.svg b/ui/icon/svg/information-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/information-circle-outline.svg rename to ui/icon/svg/information-circle-outline.svg diff --git a/ui-kit/icon/svg/information-circle-sharp.svg b/ui/icon/svg/information-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/information-circle-sharp.svg rename to ui/icon/svg/information-circle-sharp.svg diff --git a/ui-kit/icon/svg/information-circle.svg b/ui/icon/svg/information-circle.svg similarity index 100% rename from ui-kit/icon/svg/information-circle.svg rename to ui/icon/svg/information-circle.svg diff --git a/ui-kit/icon/svg/information-outline.svg b/ui/icon/svg/information-outline.svg similarity index 100% rename from ui-kit/icon/svg/information-outline.svg rename to ui/icon/svg/information-outline.svg diff --git a/ui-kit/icon/svg/information-sharp.svg b/ui/icon/svg/information-sharp.svg similarity index 100% rename from ui-kit/icon/svg/information-sharp.svg rename to ui/icon/svg/information-sharp.svg diff --git a/ui-kit/icon/svg/information.svg b/ui/icon/svg/information.svg similarity index 100% rename from ui-kit/icon/svg/information.svg rename to ui/icon/svg/information.svg diff --git a/ui-kit/icon/svg/invert-mode-outline.svg b/ui/icon/svg/invert-mode-outline.svg similarity index 100% rename from ui-kit/icon/svg/invert-mode-outline.svg rename to ui/icon/svg/invert-mode-outline.svg diff --git a/ui-kit/icon/svg/invert-mode-sharp.svg b/ui/icon/svg/invert-mode-sharp.svg similarity index 100% rename from ui-kit/icon/svg/invert-mode-sharp.svg rename to ui/icon/svg/invert-mode-sharp.svg diff --git a/ui-kit/icon/svg/invert-mode.svg b/ui/icon/svg/invert-mode.svg similarity index 100% rename from ui-kit/icon/svg/invert-mode.svg rename to ui/icon/svg/invert-mode.svg diff --git a/ui-kit/icon/svg/journal-outline.svg b/ui/icon/svg/journal-outline.svg similarity index 100% rename from ui-kit/icon/svg/journal-outline.svg rename to ui/icon/svg/journal-outline.svg diff --git a/ui-kit/icon/svg/journal-sharp.svg b/ui/icon/svg/journal-sharp.svg similarity index 100% rename from ui-kit/icon/svg/journal-sharp.svg rename to ui/icon/svg/journal-sharp.svg diff --git a/ui-kit/icon/svg/journal.svg b/ui/icon/svg/journal.svg similarity index 100% rename from ui-kit/icon/svg/journal.svg rename to ui/icon/svg/journal.svg diff --git a/ui-kit/icon/svg/key-outline.svg b/ui/icon/svg/key-outline.svg similarity index 100% rename from ui-kit/icon/svg/key-outline.svg rename to ui/icon/svg/key-outline.svg diff --git a/ui-kit/icon/svg/key-sharp.svg b/ui/icon/svg/key-sharp.svg similarity index 100% rename from ui-kit/icon/svg/key-sharp.svg rename to ui/icon/svg/key-sharp.svg diff --git a/ui-kit/icon/svg/key.svg b/ui/icon/svg/key.svg similarity index 100% rename from ui-kit/icon/svg/key.svg rename to ui/icon/svg/key.svg diff --git a/ui-kit/icon/svg/keypad-outline.svg b/ui/icon/svg/keypad-outline.svg similarity index 100% rename from ui-kit/icon/svg/keypad-outline.svg rename to ui/icon/svg/keypad-outline.svg diff --git a/ui-kit/icon/svg/keypad-sharp.svg b/ui/icon/svg/keypad-sharp.svg similarity index 100% rename from ui-kit/icon/svg/keypad-sharp.svg rename to ui/icon/svg/keypad-sharp.svg diff --git a/ui-kit/icon/svg/keypad.svg b/ui/icon/svg/keypad.svg similarity index 100% rename from ui-kit/icon/svg/keypad.svg rename to ui/icon/svg/keypad.svg diff --git a/ui-kit/icon/svg/language-outline.svg b/ui/icon/svg/language-outline.svg similarity index 100% rename from ui-kit/icon/svg/language-outline.svg rename to ui/icon/svg/language-outline.svg diff --git a/ui-kit/icon/svg/language-sharp.svg b/ui/icon/svg/language-sharp.svg similarity index 100% rename from ui-kit/icon/svg/language-sharp.svg rename to ui/icon/svg/language-sharp.svg diff --git a/ui-kit/icon/svg/language.svg b/ui/icon/svg/language.svg similarity index 100% rename from ui-kit/icon/svg/language.svg rename to ui/icon/svg/language.svg diff --git a/ui-kit/icon/svg/laptop-outline.svg b/ui/icon/svg/laptop-outline.svg similarity index 100% rename from ui-kit/icon/svg/laptop-outline.svg rename to ui/icon/svg/laptop-outline.svg diff --git a/ui-kit/icon/svg/laptop-sharp.svg b/ui/icon/svg/laptop-sharp.svg similarity index 100% rename from ui-kit/icon/svg/laptop-sharp.svg rename to ui/icon/svg/laptop-sharp.svg diff --git a/ui-kit/icon/svg/laptop.svg b/ui/icon/svg/laptop.svg similarity index 100% rename from ui-kit/icon/svg/laptop.svg rename to ui/icon/svg/laptop.svg diff --git a/ui-kit/icon/svg/layers-outline.svg b/ui/icon/svg/layers-outline.svg similarity index 100% rename from ui-kit/icon/svg/layers-outline.svg rename to ui/icon/svg/layers-outline.svg diff --git a/ui-kit/icon/svg/layers-sharp.svg b/ui/icon/svg/layers-sharp.svg similarity index 100% rename from ui-kit/icon/svg/layers-sharp.svg rename to ui/icon/svg/layers-sharp.svg diff --git a/ui-kit/icon/svg/layers.svg b/ui/icon/svg/layers.svg similarity index 100% rename from ui-kit/icon/svg/layers.svg rename to ui/icon/svg/layers.svg diff --git a/ui-kit/icon/svg/leaf-outline.svg b/ui/icon/svg/leaf-outline.svg similarity index 100% rename from ui-kit/icon/svg/leaf-outline.svg rename to ui/icon/svg/leaf-outline.svg diff --git a/ui-kit/icon/svg/leaf-sharp.svg b/ui/icon/svg/leaf-sharp.svg similarity index 100% rename from ui-kit/icon/svg/leaf-sharp.svg rename to ui/icon/svg/leaf-sharp.svg diff --git a/ui-kit/icon/svg/leaf.svg b/ui/icon/svg/leaf.svg similarity index 100% rename from ui-kit/icon/svg/leaf.svg rename to ui/icon/svg/leaf.svg diff --git a/ui-kit/icon/svg/library-outline.svg b/ui/icon/svg/library-outline.svg similarity index 100% rename from ui-kit/icon/svg/library-outline.svg rename to ui/icon/svg/library-outline.svg diff --git a/ui-kit/icon/svg/library-sharp.svg b/ui/icon/svg/library-sharp.svg similarity index 100% rename from ui-kit/icon/svg/library-sharp.svg rename to ui/icon/svg/library-sharp.svg diff --git a/ui-kit/icon/svg/library.svg b/ui/icon/svg/library.svg similarity index 100% rename from ui-kit/icon/svg/library.svg rename to ui/icon/svg/library.svg diff --git a/ui-kit/icon/svg/link-outline.svg b/ui/icon/svg/link-outline.svg similarity index 100% rename from ui-kit/icon/svg/link-outline.svg rename to ui/icon/svg/link-outline.svg diff --git a/ui-kit/icon/svg/link-sharp.svg b/ui/icon/svg/link-sharp.svg similarity index 100% rename from ui-kit/icon/svg/link-sharp.svg rename to ui/icon/svg/link-sharp.svg diff --git a/ui-kit/icon/svg/link.svg b/ui/icon/svg/link.svg similarity index 100% rename from ui-kit/icon/svg/link.svg rename to ui/icon/svg/link.svg diff --git a/ui-kit/icon/svg/list-circle-outline.svg b/ui/icon/svg/list-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/list-circle-outline.svg rename to ui/icon/svg/list-circle-outline.svg diff --git a/ui-kit/icon/svg/list-circle-sharp.svg b/ui/icon/svg/list-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/list-circle-sharp.svg rename to ui/icon/svg/list-circle-sharp.svg diff --git a/ui-kit/icon/svg/list-circle.svg b/ui/icon/svg/list-circle.svg similarity index 100% rename from ui-kit/icon/svg/list-circle.svg rename to ui/icon/svg/list-circle.svg diff --git a/ui-kit/icon/svg/list-outline.svg b/ui/icon/svg/list-outline.svg similarity index 100% rename from ui-kit/icon/svg/list-outline.svg rename to ui/icon/svg/list-outline.svg diff --git a/ui-kit/icon/svg/list-sharp.svg b/ui/icon/svg/list-sharp.svg similarity index 100% rename from ui-kit/icon/svg/list-sharp.svg rename to ui/icon/svg/list-sharp.svg diff --git a/ui-kit/icon/svg/list.svg b/ui/icon/svg/list.svg similarity index 100% rename from ui-kit/icon/svg/list.svg rename to ui/icon/svg/list.svg diff --git a/ui-kit/icon/svg/locate-outline.svg b/ui/icon/svg/locate-outline.svg similarity index 100% rename from ui-kit/icon/svg/locate-outline.svg rename to ui/icon/svg/locate-outline.svg diff --git a/ui-kit/icon/svg/locate-sharp.svg b/ui/icon/svg/locate-sharp.svg similarity index 100% rename from ui-kit/icon/svg/locate-sharp.svg rename to ui/icon/svg/locate-sharp.svg diff --git a/ui-kit/icon/svg/locate.svg b/ui/icon/svg/locate.svg similarity index 100% rename from ui-kit/icon/svg/locate.svg rename to ui/icon/svg/locate.svg diff --git a/ui-kit/icon/svg/location-outline.svg b/ui/icon/svg/location-outline.svg similarity index 100% rename from ui-kit/icon/svg/location-outline.svg rename to ui/icon/svg/location-outline.svg diff --git a/ui-kit/icon/svg/location-sharp.svg b/ui/icon/svg/location-sharp.svg similarity index 100% rename from ui-kit/icon/svg/location-sharp.svg rename to ui/icon/svg/location-sharp.svg diff --git a/ui-kit/icon/svg/location.svg b/ui/icon/svg/location.svg similarity index 100% rename from ui-kit/icon/svg/location.svg rename to ui/icon/svg/location.svg diff --git a/ui-kit/icon/svg/lock-closed-outline.svg b/ui/icon/svg/lock-closed-outline.svg similarity index 100% rename from ui-kit/icon/svg/lock-closed-outline.svg rename to ui/icon/svg/lock-closed-outline.svg diff --git a/ui-kit/icon/svg/lock-closed-sharp.svg b/ui/icon/svg/lock-closed-sharp.svg similarity index 100% rename from ui-kit/icon/svg/lock-closed-sharp.svg rename to ui/icon/svg/lock-closed-sharp.svg diff --git a/ui-kit/icon/svg/lock-closed.svg b/ui/icon/svg/lock-closed.svg similarity index 100% rename from ui-kit/icon/svg/lock-closed.svg rename to ui/icon/svg/lock-closed.svg diff --git a/ui-kit/icon/svg/lock-open-outline.svg b/ui/icon/svg/lock-open-outline.svg similarity index 100% rename from ui-kit/icon/svg/lock-open-outline.svg rename to ui/icon/svg/lock-open-outline.svg diff --git a/ui-kit/icon/svg/lock-open-sharp.svg b/ui/icon/svg/lock-open-sharp.svg similarity index 100% rename from ui-kit/icon/svg/lock-open-sharp.svg rename to ui/icon/svg/lock-open-sharp.svg diff --git a/ui-kit/icon/svg/lock-open.svg b/ui/icon/svg/lock-open.svg similarity index 100% rename from ui-kit/icon/svg/lock-open.svg rename to ui/icon/svg/lock-open.svg diff --git a/ui-kit/icon/svg/log-in-outline.svg b/ui/icon/svg/log-in-outline.svg similarity index 100% rename from ui-kit/icon/svg/log-in-outline.svg rename to ui/icon/svg/log-in-outline.svg diff --git a/ui-kit/icon/svg/log-in-sharp.svg b/ui/icon/svg/log-in-sharp.svg similarity index 100% rename from ui-kit/icon/svg/log-in-sharp.svg rename to ui/icon/svg/log-in-sharp.svg diff --git a/ui-kit/icon/svg/log-in.svg b/ui/icon/svg/log-in.svg similarity index 100% rename from ui-kit/icon/svg/log-in.svg rename to ui/icon/svg/log-in.svg diff --git a/ui-kit/icon/svg/log-out-outline.svg b/ui/icon/svg/log-out-outline.svg similarity index 100% rename from ui-kit/icon/svg/log-out-outline.svg rename to ui/icon/svg/log-out-outline.svg diff --git a/ui-kit/icon/svg/log-out-sharp.svg b/ui/icon/svg/log-out-sharp.svg similarity index 100% rename from ui-kit/icon/svg/log-out-sharp.svg rename to ui/icon/svg/log-out-sharp.svg diff --git a/ui-kit/icon/svg/log-out.svg b/ui/icon/svg/log-out.svg similarity index 100% rename from ui-kit/icon/svg/log-out.svg rename to ui/icon/svg/log-out.svg diff --git a/ui-kit/icon/svg/logo-alipay.svg b/ui/icon/svg/logo-alipay.svg similarity index 100% rename from ui-kit/icon/svg/logo-alipay.svg rename to ui/icon/svg/logo-alipay.svg diff --git a/ui-kit/icon/svg/logo-amazon.svg b/ui/icon/svg/logo-amazon.svg similarity index 100% rename from ui-kit/icon/svg/logo-amazon.svg rename to ui/icon/svg/logo-amazon.svg diff --git a/ui-kit/icon/svg/logo-amplify.svg b/ui/icon/svg/logo-amplify.svg similarity index 100% rename from ui-kit/icon/svg/logo-amplify.svg rename to ui/icon/svg/logo-amplify.svg diff --git a/ui-kit/icon/svg/logo-android.svg b/ui/icon/svg/logo-android.svg similarity index 100% rename from ui-kit/icon/svg/logo-android.svg rename to ui/icon/svg/logo-android.svg diff --git a/ui-kit/icon/svg/logo-angular.svg b/ui/icon/svg/logo-angular.svg similarity index 100% rename from ui-kit/icon/svg/logo-angular.svg rename to ui/icon/svg/logo-angular.svg diff --git a/ui-kit/icon/svg/logo-apple-appstore.svg b/ui/icon/svg/logo-apple-appstore.svg similarity index 100% rename from ui-kit/icon/svg/logo-apple-appstore.svg rename to ui/icon/svg/logo-apple-appstore.svg diff --git a/ui-kit/icon/svg/logo-apple-ar.svg b/ui/icon/svg/logo-apple-ar.svg similarity index 100% rename from ui-kit/icon/svg/logo-apple-ar.svg rename to ui/icon/svg/logo-apple-ar.svg diff --git a/ui-kit/icon/svg/logo-apple.svg b/ui/icon/svg/logo-apple.svg similarity index 100% rename from ui-kit/icon/svg/logo-apple.svg rename to ui/icon/svg/logo-apple.svg diff --git a/ui-kit/icon/svg/logo-behance.svg b/ui/icon/svg/logo-behance.svg similarity index 100% rename from ui-kit/icon/svg/logo-behance.svg rename to ui/icon/svg/logo-behance.svg diff --git a/ui-kit/icon/svg/logo-bitbucket.svg b/ui/icon/svg/logo-bitbucket.svg similarity index 100% rename from ui-kit/icon/svg/logo-bitbucket.svg rename to ui/icon/svg/logo-bitbucket.svg diff --git a/ui-kit/icon/svg/logo-bitcoin.svg b/ui/icon/svg/logo-bitcoin.svg similarity index 100% rename from ui-kit/icon/svg/logo-bitcoin.svg rename to ui/icon/svg/logo-bitcoin.svg diff --git a/ui-kit/icon/svg/logo-buffer.svg b/ui/icon/svg/logo-buffer.svg similarity index 100% rename from ui-kit/icon/svg/logo-buffer.svg rename to ui/icon/svg/logo-buffer.svg diff --git a/ui-kit/icon/svg/logo-capacitor.svg b/ui/icon/svg/logo-capacitor.svg similarity index 100% rename from ui-kit/icon/svg/logo-capacitor.svg rename to ui/icon/svg/logo-capacitor.svg diff --git a/ui-kit/icon/svg/logo-chrome.svg b/ui/icon/svg/logo-chrome.svg similarity index 100% rename from ui-kit/icon/svg/logo-chrome.svg rename to ui/icon/svg/logo-chrome.svg diff --git a/ui-kit/icon/svg/logo-closed-captioning.svg b/ui/icon/svg/logo-closed-captioning.svg similarity index 100% rename from ui-kit/icon/svg/logo-closed-captioning.svg rename to ui/icon/svg/logo-closed-captioning.svg diff --git a/ui-kit/icon/svg/logo-codepen.svg b/ui/icon/svg/logo-codepen.svg similarity index 100% rename from ui-kit/icon/svg/logo-codepen.svg rename to ui/icon/svg/logo-codepen.svg diff --git a/ui-kit/icon/svg/logo-css3.svg b/ui/icon/svg/logo-css3.svg similarity index 100% rename from ui-kit/icon/svg/logo-css3.svg rename to ui/icon/svg/logo-css3.svg diff --git a/ui-kit/icon/svg/logo-designernews.svg b/ui/icon/svg/logo-designernews.svg similarity index 100% rename from ui-kit/icon/svg/logo-designernews.svg rename to ui/icon/svg/logo-designernews.svg diff --git a/ui-kit/icon/svg/logo-deviantart.svg b/ui/icon/svg/logo-deviantart.svg similarity index 100% rename from ui-kit/icon/svg/logo-deviantart.svg rename to ui/icon/svg/logo-deviantart.svg diff --git a/ui-kit/icon/svg/logo-discord.svg b/ui/icon/svg/logo-discord.svg similarity index 100% rename from ui-kit/icon/svg/logo-discord.svg rename to ui/icon/svg/logo-discord.svg diff --git a/ui-kit/icon/svg/logo-docker.svg b/ui/icon/svg/logo-docker.svg similarity index 100% rename from ui-kit/icon/svg/logo-docker.svg rename to ui/icon/svg/logo-docker.svg diff --git a/ui-kit/icon/svg/logo-dribbble.svg b/ui/icon/svg/logo-dribbble.svg similarity index 100% rename from ui-kit/icon/svg/logo-dribbble.svg rename to ui/icon/svg/logo-dribbble.svg diff --git a/ui-kit/icon/svg/logo-dropbox.svg b/ui/icon/svg/logo-dropbox.svg similarity index 100% rename from ui-kit/icon/svg/logo-dropbox.svg rename to ui/icon/svg/logo-dropbox.svg diff --git a/ui-kit/icon/svg/logo-edge.svg b/ui/icon/svg/logo-edge.svg similarity index 100% rename from ui-kit/icon/svg/logo-edge.svg rename to ui/icon/svg/logo-edge.svg diff --git a/ui-kit/icon/svg/logo-electron.svg b/ui/icon/svg/logo-electron.svg similarity index 100% rename from ui-kit/icon/svg/logo-electron.svg rename to ui/icon/svg/logo-electron.svg diff --git a/ui-kit/icon/svg/logo-euro.svg b/ui/icon/svg/logo-euro.svg similarity index 100% rename from ui-kit/icon/svg/logo-euro.svg rename to ui/icon/svg/logo-euro.svg diff --git a/ui-kit/icon/svg/logo-facebook.svg b/ui/icon/svg/logo-facebook.svg similarity index 100% rename from ui-kit/icon/svg/logo-facebook.svg rename to ui/icon/svg/logo-facebook.svg diff --git a/ui-kit/icon/svg/logo-figma.svg b/ui/icon/svg/logo-figma.svg similarity index 100% rename from ui-kit/icon/svg/logo-figma.svg rename to ui/icon/svg/logo-figma.svg diff --git a/ui-kit/icon/svg/logo-firebase.svg b/ui/icon/svg/logo-firebase.svg similarity index 100% rename from ui-kit/icon/svg/logo-firebase.svg rename to ui/icon/svg/logo-firebase.svg diff --git a/ui-kit/icon/svg/logo-firefox.svg b/ui/icon/svg/logo-firefox.svg similarity index 100% rename from ui-kit/icon/svg/logo-firefox.svg rename to ui/icon/svg/logo-firefox.svg diff --git a/ui-kit/icon/svg/logo-flickr.svg b/ui/icon/svg/logo-flickr.svg similarity index 100% rename from ui-kit/icon/svg/logo-flickr.svg rename to ui/icon/svg/logo-flickr.svg diff --git a/ui-kit/icon/svg/logo-foursquare.svg b/ui/icon/svg/logo-foursquare.svg similarity index 100% rename from ui-kit/icon/svg/logo-foursquare.svg rename to ui/icon/svg/logo-foursquare.svg diff --git a/ui-kit/icon/svg/logo-github.svg b/ui/icon/svg/logo-github.svg similarity index 100% rename from ui-kit/icon/svg/logo-github.svg rename to ui/icon/svg/logo-github.svg diff --git a/ui-kit/icon/svg/logo-gitlab.svg b/ui/icon/svg/logo-gitlab.svg similarity index 100% rename from ui-kit/icon/svg/logo-gitlab.svg rename to ui/icon/svg/logo-gitlab.svg diff --git a/ui-kit/icon/svg/logo-google-playstore.svg b/ui/icon/svg/logo-google-playstore.svg similarity index 100% rename from ui-kit/icon/svg/logo-google-playstore.svg rename to ui/icon/svg/logo-google-playstore.svg diff --git a/ui-kit/icon/svg/logo-google.svg b/ui/icon/svg/logo-google.svg similarity index 100% rename from ui-kit/icon/svg/logo-google.svg rename to ui/icon/svg/logo-google.svg diff --git a/ui-kit/icon/svg/logo-hackernews.svg b/ui/icon/svg/logo-hackernews.svg similarity index 100% rename from ui-kit/icon/svg/logo-hackernews.svg rename to ui/icon/svg/logo-hackernews.svg diff --git a/ui-kit/icon/svg/logo-html5.svg b/ui/icon/svg/logo-html5.svg similarity index 100% rename from ui-kit/icon/svg/logo-html5.svg rename to ui/icon/svg/logo-html5.svg diff --git a/ui-kit/icon/svg/logo-instagram.svg b/ui/icon/svg/logo-instagram.svg similarity index 100% rename from ui-kit/icon/svg/logo-instagram.svg rename to ui/icon/svg/logo-instagram.svg diff --git a/ui-kit/icon/svg/logo-ionic.svg b/ui/icon/svg/logo-ionic.svg similarity index 100% rename from ui-kit/icon/svg/logo-ionic.svg rename to ui/icon/svg/logo-ionic.svg diff --git a/ui-kit/icon/svg/logo-ionitron.svg b/ui/icon/svg/logo-ionitron.svg similarity index 100% rename from ui-kit/icon/svg/logo-ionitron.svg rename to ui/icon/svg/logo-ionitron.svg diff --git a/ui-kit/icon/svg/logo-javascript.svg b/ui/icon/svg/logo-javascript.svg similarity index 100% rename from ui-kit/icon/svg/logo-javascript.svg rename to ui/icon/svg/logo-javascript.svg diff --git a/ui-kit/icon/svg/logo-laravel.svg b/ui/icon/svg/logo-laravel.svg similarity index 100% rename from ui-kit/icon/svg/logo-laravel.svg rename to ui/icon/svg/logo-laravel.svg diff --git a/ui-kit/icon/svg/logo-linkedin.svg b/ui/icon/svg/logo-linkedin.svg similarity index 100% rename from ui-kit/icon/svg/logo-linkedin.svg rename to ui/icon/svg/logo-linkedin.svg diff --git a/ui-kit/icon/svg/logo-markdown.svg b/ui/icon/svg/logo-markdown.svg similarity index 100% rename from ui-kit/icon/svg/logo-markdown.svg rename to ui/icon/svg/logo-markdown.svg diff --git a/ui-kit/icon/svg/logo-mastodon.svg b/ui/icon/svg/logo-mastodon.svg similarity index 100% rename from ui-kit/icon/svg/logo-mastodon.svg rename to ui/icon/svg/logo-mastodon.svg diff --git a/ui-kit/icon/svg/logo-medium.svg b/ui/icon/svg/logo-medium.svg similarity index 100% rename from ui-kit/icon/svg/logo-medium.svg rename to ui/icon/svg/logo-medium.svg diff --git a/ui-kit/icon/svg/logo-microsoft.svg b/ui/icon/svg/logo-microsoft.svg similarity index 100% rename from ui-kit/icon/svg/logo-microsoft.svg rename to ui/icon/svg/logo-microsoft.svg diff --git a/ui-kit/icon/svg/logo-no-smoking.svg b/ui/icon/svg/logo-no-smoking.svg similarity index 100% rename from ui-kit/icon/svg/logo-no-smoking.svg rename to ui/icon/svg/logo-no-smoking.svg diff --git a/ui-kit/icon/svg/logo-nodejs.svg b/ui/icon/svg/logo-nodejs.svg similarity index 100% rename from ui-kit/icon/svg/logo-nodejs.svg rename to ui/icon/svg/logo-nodejs.svg diff --git a/ui-kit/icon/svg/logo-npm.svg b/ui/icon/svg/logo-npm.svg similarity index 100% rename from ui-kit/icon/svg/logo-npm.svg rename to ui/icon/svg/logo-npm.svg diff --git a/ui-kit/icon/svg/logo-octocat.svg b/ui/icon/svg/logo-octocat.svg similarity index 100% rename from ui-kit/icon/svg/logo-octocat.svg rename to ui/icon/svg/logo-octocat.svg diff --git a/ui-kit/icon/svg/logo-paypal.svg b/ui/icon/svg/logo-paypal.svg similarity index 100% rename from ui-kit/icon/svg/logo-paypal.svg rename to ui/icon/svg/logo-paypal.svg diff --git a/ui-kit/icon/svg/logo-pinterest.svg b/ui/icon/svg/logo-pinterest.svg similarity index 100% rename from ui-kit/icon/svg/logo-pinterest.svg rename to ui/icon/svg/logo-pinterest.svg diff --git a/ui-kit/icon/svg/logo-playstation.svg b/ui/icon/svg/logo-playstation.svg similarity index 100% rename from ui-kit/icon/svg/logo-playstation.svg rename to ui/icon/svg/logo-playstation.svg diff --git a/ui-kit/icon/svg/logo-pwa.svg b/ui/icon/svg/logo-pwa.svg similarity index 100% rename from ui-kit/icon/svg/logo-pwa.svg rename to ui/icon/svg/logo-pwa.svg diff --git a/ui-kit/icon/svg/logo-python.svg b/ui/icon/svg/logo-python.svg similarity index 100% rename from ui-kit/icon/svg/logo-python.svg rename to ui/icon/svg/logo-python.svg diff --git a/ui-kit/icon/svg/logo-react.svg b/ui/icon/svg/logo-react.svg similarity index 100% rename from ui-kit/icon/svg/logo-react.svg rename to ui/icon/svg/logo-react.svg diff --git a/ui-kit/icon/svg/logo-reddit.svg b/ui/icon/svg/logo-reddit.svg similarity index 100% rename from ui-kit/icon/svg/logo-reddit.svg rename to ui/icon/svg/logo-reddit.svg diff --git a/ui-kit/icon/svg/logo-rss.svg b/ui/icon/svg/logo-rss.svg similarity index 100% rename from ui-kit/icon/svg/logo-rss.svg rename to ui/icon/svg/logo-rss.svg diff --git a/ui-kit/icon/svg/logo-sass.svg b/ui/icon/svg/logo-sass.svg similarity index 100% rename from ui-kit/icon/svg/logo-sass.svg rename to ui/icon/svg/logo-sass.svg diff --git a/ui-kit/icon/svg/logo-skype.svg b/ui/icon/svg/logo-skype.svg similarity index 100% rename from ui-kit/icon/svg/logo-skype.svg rename to ui/icon/svg/logo-skype.svg diff --git a/ui-kit/icon/svg/logo-slack.svg b/ui/icon/svg/logo-slack.svg similarity index 100% rename from ui-kit/icon/svg/logo-slack.svg rename to ui/icon/svg/logo-slack.svg diff --git a/ui-kit/icon/svg/logo-snapchat.svg b/ui/icon/svg/logo-snapchat.svg similarity index 100% rename from ui-kit/icon/svg/logo-snapchat.svg rename to ui/icon/svg/logo-snapchat.svg diff --git a/ui-kit/icon/svg/logo-soundcloud.svg b/ui/icon/svg/logo-soundcloud.svg similarity index 100% rename from ui-kit/icon/svg/logo-soundcloud.svg rename to ui/icon/svg/logo-soundcloud.svg diff --git a/ui-kit/icon/svg/logo-stackoverflow.svg b/ui/icon/svg/logo-stackoverflow.svg similarity index 100% rename from ui-kit/icon/svg/logo-stackoverflow.svg rename to ui/icon/svg/logo-stackoverflow.svg diff --git a/ui-kit/icon/svg/logo-steam.svg b/ui/icon/svg/logo-steam.svg similarity index 100% rename from ui-kit/icon/svg/logo-steam.svg rename to ui/icon/svg/logo-steam.svg diff --git a/ui-kit/icon/svg/logo-stencil.svg b/ui/icon/svg/logo-stencil.svg similarity index 100% rename from ui-kit/icon/svg/logo-stencil.svg rename to ui/icon/svg/logo-stencil.svg diff --git a/ui-kit/icon/svg/logo-tableau.svg b/ui/icon/svg/logo-tableau.svg similarity index 100% rename from ui-kit/icon/svg/logo-tableau.svg rename to ui/icon/svg/logo-tableau.svg diff --git a/ui-kit/icon/svg/logo-tiktok.svg b/ui/icon/svg/logo-tiktok.svg similarity index 100% rename from ui-kit/icon/svg/logo-tiktok.svg rename to ui/icon/svg/logo-tiktok.svg diff --git a/ui-kit/icon/svg/logo-tumblr.svg b/ui/icon/svg/logo-tumblr.svg similarity index 100% rename from ui-kit/icon/svg/logo-tumblr.svg rename to ui/icon/svg/logo-tumblr.svg diff --git a/ui-kit/icon/svg/logo-tux.svg b/ui/icon/svg/logo-tux.svg similarity index 100% rename from ui-kit/icon/svg/logo-tux.svg rename to ui/icon/svg/logo-tux.svg diff --git a/ui-kit/icon/svg/logo-twitch.svg b/ui/icon/svg/logo-twitch.svg similarity index 100% rename from ui-kit/icon/svg/logo-twitch.svg rename to ui/icon/svg/logo-twitch.svg diff --git a/ui-kit/icon/svg/logo-twitter.svg b/ui/icon/svg/logo-twitter.svg similarity index 100% rename from ui-kit/icon/svg/logo-twitter.svg rename to ui/icon/svg/logo-twitter.svg diff --git a/ui-kit/icon/svg/logo-usd.svg b/ui/icon/svg/logo-usd.svg similarity index 100% rename from ui-kit/icon/svg/logo-usd.svg rename to ui/icon/svg/logo-usd.svg diff --git a/ui-kit/icon/svg/logo-venmo.svg b/ui/icon/svg/logo-venmo.svg similarity index 100% rename from ui-kit/icon/svg/logo-venmo.svg rename to ui/icon/svg/logo-venmo.svg diff --git a/ui-kit/icon/svg/logo-vercel.svg b/ui/icon/svg/logo-vercel.svg similarity index 100% rename from ui-kit/icon/svg/logo-vercel.svg rename to ui/icon/svg/logo-vercel.svg diff --git a/ui-kit/icon/svg/logo-vimeo.svg b/ui/icon/svg/logo-vimeo.svg similarity index 100% rename from ui-kit/icon/svg/logo-vimeo.svg rename to ui/icon/svg/logo-vimeo.svg diff --git a/ui-kit/icon/svg/logo-vk.svg b/ui/icon/svg/logo-vk.svg similarity index 100% rename from ui-kit/icon/svg/logo-vk.svg rename to ui/icon/svg/logo-vk.svg diff --git a/ui-kit/icon/svg/logo-vue.svg b/ui/icon/svg/logo-vue.svg similarity index 100% rename from ui-kit/icon/svg/logo-vue.svg rename to ui/icon/svg/logo-vue.svg diff --git a/ui-kit/icon/svg/logo-web-component.svg b/ui/icon/svg/logo-web-component.svg similarity index 100% rename from ui-kit/icon/svg/logo-web-component.svg rename to ui/icon/svg/logo-web-component.svg diff --git a/ui-kit/icon/svg/logo-wechat.svg b/ui/icon/svg/logo-wechat.svg similarity index 100% rename from ui-kit/icon/svg/logo-wechat.svg rename to ui/icon/svg/logo-wechat.svg diff --git a/ui-kit/icon/svg/logo-whatsapp.svg b/ui/icon/svg/logo-whatsapp.svg similarity index 100% rename from ui-kit/icon/svg/logo-whatsapp.svg rename to ui/icon/svg/logo-whatsapp.svg diff --git a/ui-kit/icon/svg/logo-windows.svg b/ui/icon/svg/logo-windows.svg similarity index 100% rename from ui-kit/icon/svg/logo-windows.svg rename to ui/icon/svg/logo-windows.svg diff --git a/ui-kit/icon/svg/logo-wordpress.svg b/ui/icon/svg/logo-wordpress.svg similarity index 100% rename from ui-kit/icon/svg/logo-wordpress.svg rename to ui/icon/svg/logo-wordpress.svg diff --git a/ui-kit/icon/svg/logo-xbox.svg b/ui/icon/svg/logo-xbox.svg similarity index 100% rename from ui-kit/icon/svg/logo-xbox.svg rename to ui/icon/svg/logo-xbox.svg diff --git a/ui-kit/icon/svg/logo-xing.svg b/ui/icon/svg/logo-xing.svg similarity index 100% rename from ui-kit/icon/svg/logo-xing.svg rename to ui/icon/svg/logo-xing.svg diff --git a/ui-kit/icon/svg/logo-yahoo.svg b/ui/icon/svg/logo-yahoo.svg similarity index 100% rename from ui-kit/icon/svg/logo-yahoo.svg rename to ui/icon/svg/logo-yahoo.svg diff --git a/ui-kit/icon/svg/logo-yen.svg b/ui/icon/svg/logo-yen.svg similarity index 100% rename from ui-kit/icon/svg/logo-yen.svg rename to ui/icon/svg/logo-yen.svg diff --git a/ui-kit/icon/svg/logo-youtube.svg b/ui/icon/svg/logo-youtube.svg similarity index 100% rename from ui-kit/icon/svg/logo-youtube.svg rename to ui/icon/svg/logo-youtube.svg diff --git a/ui-kit/icon/svg/magnet-outline.svg b/ui/icon/svg/magnet-outline.svg similarity index 100% rename from ui-kit/icon/svg/magnet-outline.svg rename to ui/icon/svg/magnet-outline.svg diff --git a/ui-kit/icon/svg/magnet-sharp.svg b/ui/icon/svg/magnet-sharp.svg similarity index 100% rename from ui-kit/icon/svg/magnet-sharp.svg rename to ui/icon/svg/magnet-sharp.svg diff --git a/ui-kit/icon/svg/magnet.svg b/ui/icon/svg/magnet.svg similarity index 100% rename from ui-kit/icon/svg/magnet.svg rename to ui/icon/svg/magnet.svg diff --git a/ui-kit/icon/svg/mail-open-outline.svg b/ui/icon/svg/mail-open-outline.svg similarity index 100% rename from ui-kit/icon/svg/mail-open-outline.svg rename to ui/icon/svg/mail-open-outline.svg diff --git a/ui-kit/icon/svg/mail-open-sharp.svg b/ui/icon/svg/mail-open-sharp.svg similarity index 100% rename from ui-kit/icon/svg/mail-open-sharp.svg rename to ui/icon/svg/mail-open-sharp.svg diff --git a/ui-kit/icon/svg/mail-open.svg b/ui/icon/svg/mail-open.svg similarity index 100% rename from ui-kit/icon/svg/mail-open.svg rename to ui/icon/svg/mail-open.svg diff --git a/ui-kit/icon/svg/mail-outline.svg b/ui/icon/svg/mail-outline.svg similarity index 100% rename from ui-kit/icon/svg/mail-outline.svg rename to ui/icon/svg/mail-outline.svg diff --git a/ui-kit/icon/svg/mail-sharp.svg b/ui/icon/svg/mail-sharp.svg similarity index 100% rename from ui-kit/icon/svg/mail-sharp.svg rename to ui/icon/svg/mail-sharp.svg diff --git a/ui-kit/icon/svg/mail-unread-outline.svg b/ui/icon/svg/mail-unread-outline.svg similarity index 100% rename from ui-kit/icon/svg/mail-unread-outline.svg rename to ui/icon/svg/mail-unread-outline.svg diff --git a/ui-kit/icon/svg/mail-unread-sharp.svg b/ui/icon/svg/mail-unread-sharp.svg similarity index 100% rename from ui-kit/icon/svg/mail-unread-sharp.svg rename to ui/icon/svg/mail-unread-sharp.svg diff --git a/ui-kit/icon/svg/mail-unread.svg b/ui/icon/svg/mail-unread.svg similarity index 100% rename from ui-kit/icon/svg/mail-unread.svg rename to ui/icon/svg/mail-unread.svg diff --git a/ui-kit/icon/svg/mail.svg b/ui/icon/svg/mail.svg similarity index 100% rename from ui-kit/icon/svg/mail.svg rename to ui/icon/svg/mail.svg diff --git a/ui-kit/icon/svg/male-female-outline.svg b/ui/icon/svg/male-female-outline.svg similarity index 100% rename from ui-kit/icon/svg/male-female-outline.svg rename to ui/icon/svg/male-female-outline.svg diff --git a/ui-kit/icon/svg/male-female-sharp.svg b/ui/icon/svg/male-female-sharp.svg similarity index 100% rename from ui-kit/icon/svg/male-female-sharp.svg rename to ui/icon/svg/male-female-sharp.svg diff --git a/ui-kit/icon/svg/male-female.svg b/ui/icon/svg/male-female.svg similarity index 100% rename from ui-kit/icon/svg/male-female.svg rename to ui/icon/svg/male-female.svg diff --git a/ui-kit/icon/svg/male-outline.svg b/ui/icon/svg/male-outline.svg similarity index 100% rename from ui-kit/icon/svg/male-outline.svg rename to ui/icon/svg/male-outline.svg diff --git a/ui-kit/icon/svg/male-sharp.svg b/ui/icon/svg/male-sharp.svg similarity index 100% rename from ui-kit/icon/svg/male-sharp.svg rename to ui/icon/svg/male-sharp.svg diff --git a/ui-kit/icon/svg/male.svg b/ui/icon/svg/male.svg similarity index 100% rename from ui-kit/icon/svg/male.svg rename to ui/icon/svg/male.svg diff --git a/ui-kit/icon/svg/man-outline.svg b/ui/icon/svg/man-outline.svg similarity index 100% rename from ui-kit/icon/svg/man-outline.svg rename to ui/icon/svg/man-outline.svg diff --git a/ui-kit/icon/svg/man-sharp.svg b/ui/icon/svg/man-sharp.svg similarity index 100% rename from ui-kit/icon/svg/man-sharp.svg rename to ui/icon/svg/man-sharp.svg diff --git a/ui-kit/icon/svg/man.svg b/ui/icon/svg/man.svg similarity index 100% rename from ui-kit/icon/svg/man.svg rename to ui/icon/svg/man.svg diff --git a/ui-kit/icon/svg/map-outline.svg b/ui/icon/svg/map-outline.svg similarity index 100% rename from ui-kit/icon/svg/map-outline.svg rename to ui/icon/svg/map-outline.svg diff --git a/ui-kit/icon/svg/map-sharp.svg b/ui/icon/svg/map-sharp.svg similarity index 100% rename from ui-kit/icon/svg/map-sharp.svg rename to ui/icon/svg/map-sharp.svg diff --git a/ui-kit/icon/svg/map.svg b/ui/icon/svg/map.svg similarity index 100% rename from ui-kit/icon/svg/map.svg rename to ui/icon/svg/map.svg diff --git a/ui-kit/icon/svg/medal-outline.svg b/ui/icon/svg/medal-outline.svg similarity index 100% rename from ui-kit/icon/svg/medal-outline.svg rename to ui/icon/svg/medal-outline.svg diff --git a/ui-kit/icon/svg/medal-sharp.svg b/ui/icon/svg/medal-sharp.svg similarity index 100% rename from ui-kit/icon/svg/medal-sharp.svg rename to ui/icon/svg/medal-sharp.svg diff --git a/ui-kit/icon/svg/medal.svg b/ui/icon/svg/medal.svg similarity index 100% rename from ui-kit/icon/svg/medal.svg rename to ui/icon/svg/medal.svg diff --git a/ui-kit/icon/svg/medical-outline.svg b/ui/icon/svg/medical-outline.svg similarity index 100% rename from ui-kit/icon/svg/medical-outline.svg rename to ui/icon/svg/medical-outline.svg diff --git a/ui-kit/icon/svg/medical-sharp.svg b/ui/icon/svg/medical-sharp.svg similarity index 100% rename from ui-kit/icon/svg/medical-sharp.svg rename to ui/icon/svg/medical-sharp.svg diff --git a/ui-kit/icon/svg/medical.svg b/ui/icon/svg/medical.svg similarity index 100% rename from ui-kit/icon/svg/medical.svg rename to ui/icon/svg/medical.svg diff --git a/ui-kit/icon/svg/medkit-outline.svg b/ui/icon/svg/medkit-outline.svg similarity index 100% rename from ui-kit/icon/svg/medkit-outline.svg rename to ui/icon/svg/medkit-outline.svg diff --git a/ui-kit/icon/svg/medkit-sharp.svg b/ui/icon/svg/medkit-sharp.svg similarity index 100% rename from ui-kit/icon/svg/medkit-sharp.svg rename to ui/icon/svg/medkit-sharp.svg diff --git a/ui-kit/icon/svg/medkit.svg b/ui/icon/svg/medkit.svg similarity index 100% rename from ui-kit/icon/svg/medkit.svg rename to ui/icon/svg/medkit.svg diff --git a/ui-kit/icon/svg/megaphone-outline.svg b/ui/icon/svg/megaphone-outline.svg similarity index 100% rename from ui-kit/icon/svg/megaphone-outline.svg rename to ui/icon/svg/megaphone-outline.svg diff --git a/ui-kit/icon/svg/megaphone-sharp.svg b/ui/icon/svg/megaphone-sharp.svg similarity index 100% rename from ui-kit/icon/svg/megaphone-sharp.svg rename to ui/icon/svg/megaphone-sharp.svg diff --git a/ui-kit/icon/svg/megaphone.svg b/ui/icon/svg/megaphone.svg similarity index 100% rename from ui-kit/icon/svg/megaphone.svg rename to ui/icon/svg/megaphone.svg diff --git a/ui-kit/icon/svg/menu-outline.svg b/ui/icon/svg/menu-outline.svg similarity index 100% rename from ui-kit/icon/svg/menu-outline.svg rename to ui/icon/svg/menu-outline.svg diff --git a/ui-kit/icon/svg/menu-sharp.svg b/ui/icon/svg/menu-sharp.svg similarity index 100% rename from ui-kit/icon/svg/menu-sharp.svg rename to ui/icon/svg/menu-sharp.svg diff --git a/ui-kit/icon/svg/menu.svg b/ui/icon/svg/menu.svg similarity index 100% rename from ui-kit/icon/svg/menu.svg rename to ui/icon/svg/menu.svg diff --git a/ui-kit/icon/svg/mic-circle-outline.svg b/ui/icon/svg/mic-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/mic-circle-outline.svg rename to ui/icon/svg/mic-circle-outline.svg diff --git a/ui-kit/icon/svg/mic-circle-sharp.svg b/ui/icon/svg/mic-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/mic-circle-sharp.svg rename to ui/icon/svg/mic-circle-sharp.svg diff --git a/ui-kit/icon/svg/mic-circle.svg b/ui/icon/svg/mic-circle.svg similarity index 100% rename from ui-kit/icon/svg/mic-circle.svg rename to ui/icon/svg/mic-circle.svg diff --git a/ui-kit/icon/svg/mic-off-circle-outline.svg b/ui/icon/svg/mic-off-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/mic-off-circle-outline.svg rename to ui/icon/svg/mic-off-circle-outline.svg diff --git a/ui-kit/icon/svg/mic-off-circle-sharp.svg b/ui/icon/svg/mic-off-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/mic-off-circle-sharp.svg rename to ui/icon/svg/mic-off-circle-sharp.svg diff --git a/ui-kit/icon/svg/mic-off-circle.svg b/ui/icon/svg/mic-off-circle.svg similarity index 100% rename from ui-kit/icon/svg/mic-off-circle.svg rename to ui/icon/svg/mic-off-circle.svg diff --git a/ui-kit/icon/svg/mic-off-outline.svg b/ui/icon/svg/mic-off-outline.svg similarity index 100% rename from ui-kit/icon/svg/mic-off-outline.svg rename to ui/icon/svg/mic-off-outline.svg diff --git a/ui-kit/icon/svg/mic-off-sharp.svg b/ui/icon/svg/mic-off-sharp.svg similarity index 100% rename from ui-kit/icon/svg/mic-off-sharp.svg rename to ui/icon/svg/mic-off-sharp.svg diff --git a/ui-kit/icon/svg/mic-off.svg b/ui/icon/svg/mic-off.svg similarity index 100% rename from ui-kit/icon/svg/mic-off.svg rename to ui/icon/svg/mic-off.svg diff --git a/ui-kit/icon/svg/mic-outline.svg b/ui/icon/svg/mic-outline.svg similarity index 100% rename from ui-kit/icon/svg/mic-outline.svg rename to ui/icon/svg/mic-outline.svg diff --git a/ui-kit/icon/svg/mic-sharp.svg b/ui/icon/svg/mic-sharp.svg similarity index 100% rename from ui-kit/icon/svg/mic-sharp.svg rename to ui/icon/svg/mic-sharp.svg diff --git a/ui-kit/icon/svg/mic.svg b/ui/icon/svg/mic.svg similarity index 100% rename from ui-kit/icon/svg/mic.svg rename to ui/icon/svg/mic.svg diff --git a/ui-kit/icon/svg/moon-outline.svg b/ui/icon/svg/moon-outline.svg similarity index 100% rename from ui-kit/icon/svg/moon-outline.svg rename to ui/icon/svg/moon-outline.svg diff --git a/ui-kit/icon/svg/moon-sharp.svg b/ui/icon/svg/moon-sharp.svg similarity index 100% rename from ui-kit/icon/svg/moon-sharp.svg rename to ui/icon/svg/moon-sharp.svg diff --git a/ui-kit/icon/svg/moon.svg b/ui/icon/svg/moon.svg similarity index 100% rename from ui-kit/icon/svg/moon.svg rename to ui/icon/svg/moon.svg diff --git a/ui-kit/icon/svg/move-outline.svg b/ui/icon/svg/move-outline.svg similarity index 100% rename from ui-kit/icon/svg/move-outline.svg rename to ui/icon/svg/move-outline.svg diff --git a/ui-kit/icon/svg/move-sharp.svg b/ui/icon/svg/move-sharp.svg similarity index 100% rename from ui-kit/icon/svg/move-sharp.svg rename to ui/icon/svg/move-sharp.svg diff --git a/ui-kit/icon/svg/move.svg b/ui/icon/svg/move.svg similarity index 100% rename from ui-kit/icon/svg/move.svg rename to ui/icon/svg/move.svg diff --git a/ui-kit/icon/svg/musical-note-outline.svg b/ui/icon/svg/musical-note-outline.svg similarity index 100% rename from ui-kit/icon/svg/musical-note-outline.svg rename to ui/icon/svg/musical-note-outline.svg diff --git a/ui-kit/icon/svg/musical-note-sharp.svg b/ui/icon/svg/musical-note-sharp.svg similarity index 100% rename from ui-kit/icon/svg/musical-note-sharp.svg rename to ui/icon/svg/musical-note-sharp.svg diff --git a/ui-kit/icon/svg/musical-note.svg b/ui/icon/svg/musical-note.svg similarity index 100% rename from ui-kit/icon/svg/musical-note.svg rename to ui/icon/svg/musical-note.svg diff --git a/ui-kit/icon/svg/musical-notes-outline.svg b/ui/icon/svg/musical-notes-outline.svg similarity index 100% rename from ui-kit/icon/svg/musical-notes-outline.svg rename to ui/icon/svg/musical-notes-outline.svg diff --git a/ui-kit/icon/svg/musical-notes-sharp.svg b/ui/icon/svg/musical-notes-sharp.svg similarity index 100% rename from ui-kit/icon/svg/musical-notes-sharp.svg rename to ui/icon/svg/musical-notes-sharp.svg diff --git a/ui-kit/icon/svg/musical-notes.svg b/ui/icon/svg/musical-notes.svg similarity index 100% rename from ui-kit/icon/svg/musical-notes.svg rename to ui/icon/svg/musical-notes.svg diff --git a/ui-kit/icon/svg/navigate-circle-outline.svg b/ui/icon/svg/navigate-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/navigate-circle-outline.svg rename to ui/icon/svg/navigate-circle-outline.svg diff --git a/ui-kit/icon/svg/navigate-circle-sharp.svg b/ui/icon/svg/navigate-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/navigate-circle-sharp.svg rename to ui/icon/svg/navigate-circle-sharp.svg diff --git a/ui-kit/icon/svg/navigate-circle.svg b/ui/icon/svg/navigate-circle.svg similarity index 100% rename from ui-kit/icon/svg/navigate-circle.svg rename to ui/icon/svg/navigate-circle.svg diff --git a/ui-kit/icon/svg/navigate-outline.svg b/ui/icon/svg/navigate-outline.svg similarity index 100% rename from ui-kit/icon/svg/navigate-outline.svg rename to ui/icon/svg/navigate-outline.svg diff --git a/ui-kit/icon/svg/navigate-sharp.svg b/ui/icon/svg/navigate-sharp.svg similarity index 100% rename from ui-kit/icon/svg/navigate-sharp.svg rename to ui/icon/svg/navigate-sharp.svg diff --git a/ui-kit/icon/svg/navigate.svg b/ui/icon/svg/navigate.svg similarity index 100% rename from ui-kit/icon/svg/navigate.svg rename to ui/icon/svg/navigate.svg diff --git a/ui-kit/icon/svg/newspaper-outline.svg b/ui/icon/svg/newspaper-outline.svg similarity index 100% rename from ui-kit/icon/svg/newspaper-outline.svg rename to ui/icon/svg/newspaper-outline.svg diff --git a/ui-kit/icon/svg/newspaper-sharp.svg b/ui/icon/svg/newspaper-sharp.svg similarity index 100% rename from ui-kit/icon/svg/newspaper-sharp.svg rename to ui/icon/svg/newspaper-sharp.svg diff --git a/ui-kit/icon/svg/newspaper.svg b/ui/icon/svg/newspaper.svg similarity index 100% rename from ui-kit/icon/svg/newspaper.svg rename to ui/icon/svg/newspaper.svg diff --git a/ui-kit/icon/svg/notifications-circle-outline.svg b/ui/icon/svg/notifications-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/notifications-circle-outline.svg rename to ui/icon/svg/notifications-circle-outline.svg diff --git a/ui-kit/icon/svg/notifications-circle-sharp.svg b/ui/icon/svg/notifications-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/notifications-circle-sharp.svg rename to ui/icon/svg/notifications-circle-sharp.svg diff --git a/ui-kit/icon/svg/notifications-circle.svg b/ui/icon/svg/notifications-circle.svg similarity index 100% rename from ui-kit/icon/svg/notifications-circle.svg rename to ui/icon/svg/notifications-circle.svg diff --git a/ui-kit/icon/svg/notifications-off-circle-outline.svg b/ui/icon/svg/notifications-off-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/notifications-off-circle-outline.svg rename to ui/icon/svg/notifications-off-circle-outline.svg diff --git a/ui-kit/icon/svg/notifications-off-circle-sharp.svg b/ui/icon/svg/notifications-off-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/notifications-off-circle-sharp.svg rename to ui/icon/svg/notifications-off-circle-sharp.svg diff --git a/ui-kit/icon/svg/notifications-off-circle.svg b/ui/icon/svg/notifications-off-circle.svg similarity index 100% rename from ui-kit/icon/svg/notifications-off-circle.svg rename to ui/icon/svg/notifications-off-circle.svg diff --git a/ui-kit/icon/svg/notifications-off-outline.svg b/ui/icon/svg/notifications-off-outline.svg similarity index 100% rename from ui-kit/icon/svg/notifications-off-outline.svg rename to ui/icon/svg/notifications-off-outline.svg diff --git a/ui-kit/icon/svg/notifications-off-sharp.svg b/ui/icon/svg/notifications-off-sharp.svg similarity index 100% rename from ui-kit/icon/svg/notifications-off-sharp.svg rename to ui/icon/svg/notifications-off-sharp.svg diff --git a/ui-kit/icon/svg/notifications-off.svg b/ui/icon/svg/notifications-off.svg similarity index 100% rename from ui-kit/icon/svg/notifications-off.svg rename to ui/icon/svg/notifications-off.svg diff --git a/ui-kit/icon/svg/notifications-outline.svg b/ui/icon/svg/notifications-outline.svg similarity index 100% rename from ui-kit/icon/svg/notifications-outline.svg rename to ui/icon/svg/notifications-outline.svg diff --git a/ui-kit/icon/svg/notifications-sharp.svg b/ui/icon/svg/notifications-sharp.svg similarity index 100% rename from ui-kit/icon/svg/notifications-sharp.svg rename to ui/icon/svg/notifications-sharp.svg diff --git a/ui-kit/icon/svg/notifications.svg b/ui/icon/svg/notifications.svg similarity index 100% rename from ui-kit/icon/svg/notifications.svg rename to ui/icon/svg/notifications.svg diff --git a/ui-kit/icon/svg/nuclear-outline.svg b/ui/icon/svg/nuclear-outline.svg similarity index 100% rename from ui-kit/icon/svg/nuclear-outline.svg rename to ui/icon/svg/nuclear-outline.svg diff --git a/ui-kit/icon/svg/nuclear-sharp.svg b/ui/icon/svg/nuclear-sharp.svg similarity index 100% rename from ui-kit/icon/svg/nuclear-sharp.svg rename to ui/icon/svg/nuclear-sharp.svg diff --git a/ui-kit/icon/svg/nuclear.svg b/ui/icon/svg/nuclear.svg similarity index 100% rename from ui-kit/icon/svg/nuclear.svg rename to ui/icon/svg/nuclear.svg diff --git a/ui-kit/icon/svg/nutrition-outline.svg b/ui/icon/svg/nutrition-outline.svg similarity index 100% rename from ui-kit/icon/svg/nutrition-outline.svg rename to ui/icon/svg/nutrition-outline.svg diff --git a/ui-kit/icon/svg/nutrition-sharp.svg b/ui/icon/svg/nutrition-sharp.svg similarity index 100% rename from ui-kit/icon/svg/nutrition-sharp.svg rename to ui/icon/svg/nutrition-sharp.svg diff --git a/ui-kit/icon/svg/nutrition.svg b/ui/icon/svg/nutrition.svg similarity index 100% rename from ui-kit/icon/svg/nutrition.svg rename to ui/icon/svg/nutrition.svg diff --git a/ui-kit/icon/svg/open-outline.svg b/ui/icon/svg/open-outline.svg similarity index 100% rename from ui-kit/icon/svg/open-outline.svg rename to ui/icon/svg/open-outline.svg diff --git a/ui-kit/icon/svg/open-sharp.svg b/ui/icon/svg/open-sharp.svg similarity index 100% rename from ui-kit/icon/svg/open-sharp.svg rename to ui/icon/svg/open-sharp.svg diff --git a/ui-kit/icon/svg/open.svg b/ui/icon/svg/open.svg similarity index 100% rename from ui-kit/icon/svg/open.svg rename to ui/icon/svg/open.svg diff --git a/ui-kit/icon/svg/options-outline.svg b/ui/icon/svg/options-outline.svg similarity index 100% rename from ui-kit/icon/svg/options-outline.svg rename to ui/icon/svg/options-outline.svg diff --git a/ui-kit/icon/svg/options-sharp.svg b/ui/icon/svg/options-sharp.svg similarity index 100% rename from ui-kit/icon/svg/options-sharp.svg rename to ui/icon/svg/options-sharp.svg diff --git a/ui-kit/icon/svg/options.svg b/ui/icon/svg/options.svg similarity index 100% rename from ui-kit/icon/svg/options.svg rename to ui/icon/svg/options.svg diff --git a/ui-kit/icon/svg/paper-plane-outline.svg b/ui/icon/svg/paper-plane-outline.svg similarity index 100% rename from ui-kit/icon/svg/paper-plane-outline.svg rename to ui/icon/svg/paper-plane-outline.svg diff --git a/ui-kit/icon/svg/paper-plane-sharp.svg b/ui/icon/svg/paper-plane-sharp.svg similarity index 100% rename from ui-kit/icon/svg/paper-plane-sharp.svg rename to ui/icon/svg/paper-plane-sharp.svg diff --git a/ui-kit/icon/svg/paper-plane.svg b/ui/icon/svg/paper-plane.svg similarity index 100% rename from ui-kit/icon/svg/paper-plane.svg rename to ui/icon/svg/paper-plane.svg diff --git a/ui-kit/icon/svg/partly-sunny-outline.svg b/ui/icon/svg/partly-sunny-outline.svg similarity index 100% rename from ui-kit/icon/svg/partly-sunny-outline.svg rename to ui/icon/svg/partly-sunny-outline.svg diff --git a/ui-kit/icon/svg/partly-sunny-sharp.svg b/ui/icon/svg/partly-sunny-sharp.svg similarity index 100% rename from ui-kit/icon/svg/partly-sunny-sharp.svg rename to ui/icon/svg/partly-sunny-sharp.svg diff --git a/ui-kit/icon/svg/partly-sunny.svg b/ui/icon/svg/partly-sunny.svg similarity index 100% rename from ui-kit/icon/svg/partly-sunny.svg rename to ui/icon/svg/partly-sunny.svg diff --git a/ui-kit/icon/svg/pause-circle-outline.svg b/ui/icon/svg/pause-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/pause-circle-outline.svg rename to ui/icon/svg/pause-circle-outline.svg diff --git a/ui-kit/icon/svg/pause-circle-sharp.svg b/ui/icon/svg/pause-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pause-circle-sharp.svg rename to ui/icon/svg/pause-circle-sharp.svg diff --git a/ui-kit/icon/svg/pause-circle.svg b/ui/icon/svg/pause-circle.svg similarity index 100% rename from ui-kit/icon/svg/pause-circle.svg rename to ui/icon/svg/pause-circle.svg diff --git a/ui-kit/icon/svg/pause-outline.svg b/ui/icon/svg/pause-outline.svg similarity index 100% rename from ui-kit/icon/svg/pause-outline.svg rename to ui/icon/svg/pause-outline.svg diff --git a/ui-kit/icon/svg/pause-sharp.svg b/ui/icon/svg/pause-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pause-sharp.svg rename to ui/icon/svg/pause-sharp.svg diff --git a/ui-kit/icon/svg/pause.svg b/ui/icon/svg/pause.svg similarity index 100% rename from ui-kit/icon/svg/pause.svg rename to ui/icon/svg/pause.svg diff --git a/ui-kit/icon/svg/paw-outline.svg b/ui/icon/svg/paw-outline.svg similarity index 100% rename from ui-kit/icon/svg/paw-outline.svg rename to ui/icon/svg/paw-outline.svg diff --git a/ui-kit/icon/svg/paw-sharp.svg b/ui/icon/svg/paw-sharp.svg similarity index 100% rename from ui-kit/icon/svg/paw-sharp.svg rename to ui/icon/svg/paw-sharp.svg diff --git a/ui-kit/icon/svg/paw.svg b/ui/icon/svg/paw.svg similarity index 100% rename from ui-kit/icon/svg/paw.svg rename to ui/icon/svg/paw.svg diff --git a/ui-kit/icon/svg/pencil-outline.svg b/ui/icon/svg/pencil-outline.svg similarity index 100% rename from ui-kit/icon/svg/pencil-outline.svg rename to ui/icon/svg/pencil-outline.svg diff --git a/ui-kit/icon/svg/pencil-sharp.svg b/ui/icon/svg/pencil-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pencil-sharp.svg rename to ui/icon/svg/pencil-sharp.svg diff --git a/ui-kit/icon/svg/pencil.svg b/ui/icon/svg/pencil.svg similarity index 100% rename from ui-kit/icon/svg/pencil.svg rename to ui/icon/svg/pencil.svg diff --git a/ui-kit/icon/svg/people-circle-outline.svg b/ui/icon/svg/people-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/people-circle-outline.svg rename to ui/icon/svg/people-circle-outline.svg diff --git a/ui-kit/icon/svg/people-circle-sharp.svg b/ui/icon/svg/people-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/people-circle-sharp.svg rename to ui/icon/svg/people-circle-sharp.svg diff --git a/ui-kit/icon/svg/people-circle.svg b/ui/icon/svg/people-circle.svg similarity index 100% rename from ui-kit/icon/svg/people-circle.svg rename to ui/icon/svg/people-circle.svg diff --git a/ui-kit/icon/svg/people-outline.svg b/ui/icon/svg/people-outline.svg similarity index 100% rename from ui-kit/icon/svg/people-outline.svg rename to ui/icon/svg/people-outline.svg diff --git a/ui-kit/icon/svg/people-sharp.svg b/ui/icon/svg/people-sharp.svg similarity index 100% rename from ui-kit/icon/svg/people-sharp.svg rename to ui/icon/svg/people-sharp.svg diff --git a/ui-kit/icon/svg/people.svg b/ui/icon/svg/people.svg similarity index 100% rename from ui-kit/icon/svg/people.svg rename to ui/icon/svg/people.svg diff --git a/ui-kit/icon/svg/person-add-outline.svg b/ui/icon/svg/person-add-outline.svg similarity index 100% rename from ui-kit/icon/svg/person-add-outline.svg rename to ui/icon/svg/person-add-outline.svg diff --git a/ui-kit/icon/svg/person-add-sharp.svg b/ui/icon/svg/person-add-sharp.svg similarity index 100% rename from ui-kit/icon/svg/person-add-sharp.svg rename to ui/icon/svg/person-add-sharp.svg diff --git a/ui-kit/icon/svg/person-add.svg b/ui/icon/svg/person-add.svg similarity index 100% rename from ui-kit/icon/svg/person-add.svg rename to ui/icon/svg/person-add.svg diff --git a/ui-kit/icon/svg/person-circle-outline.svg b/ui/icon/svg/person-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/person-circle-outline.svg rename to ui/icon/svg/person-circle-outline.svg diff --git a/ui-kit/icon/svg/person-circle-sharp.svg b/ui/icon/svg/person-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/person-circle-sharp.svg rename to ui/icon/svg/person-circle-sharp.svg diff --git a/ui-kit/icon/svg/person-circle.svg b/ui/icon/svg/person-circle.svg similarity index 100% rename from ui-kit/icon/svg/person-circle.svg rename to ui/icon/svg/person-circle.svg diff --git a/ui-kit/icon/svg/person-outline.svg b/ui/icon/svg/person-outline.svg similarity index 100% rename from ui-kit/icon/svg/person-outline.svg rename to ui/icon/svg/person-outline.svg diff --git a/ui-kit/icon/svg/person-remove-outline.svg b/ui/icon/svg/person-remove-outline.svg similarity index 100% rename from ui-kit/icon/svg/person-remove-outline.svg rename to ui/icon/svg/person-remove-outline.svg diff --git a/ui-kit/icon/svg/person-remove-sharp.svg b/ui/icon/svg/person-remove-sharp.svg similarity index 100% rename from ui-kit/icon/svg/person-remove-sharp.svg rename to ui/icon/svg/person-remove-sharp.svg diff --git a/ui-kit/icon/svg/person-remove.svg b/ui/icon/svg/person-remove.svg similarity index 100% rename from ui-kit/icon/svg/person-remove.svg rename to ui/icon/svg/person-remove.svg diff --git a/ui-kit/icon/svg/person-sharp.svg b/ui/icon/svg/person-sharp.svg similarity index 100% rename from ui-kit/icon/svg/person-sharp.svg rename to ui/icon/svg/person-sharp.svg diff --git a/ui-kit/icon/svg/person.svg b/ui/icon/svg/person.svg similarity index 100% rename from ui-kit/icon/svg/person.svg rename to ui/icon/svg/person.svg diff --git a/ui-kit/icon/svg/phone-landscape-outline.svg b/ui/icon/svg/phone-landscape-outline.svg similarity index 100% rename from ui-kit/icon/svg/phone-landscape-outline.svg rename to ui/icon/svg/phone-landscape-outline.svg diff --git a/ui-kit/icon/svg/phone-landscape-sharp.svg b/ui/icon/svg/phone-landscape-sharp.svg similarity index 100% rename from ui-kit/icon/svg/phone-landscape-sharp.svg rename to ui/icon/svg/phone-landscape-sharp.svg diff --git a/ui-kit/icon/svg/phone-landscape.svg b/ui/icon/svg/phone-landscape.svg similarity index 100% rename from ui-kit/icon/svg/phone-landscape.svg rename to ui/icon/svg/phone-landscape.svg diff --git a/ui-kit/icon/svg/phone-portrait-outline.svg b/ui/icon/svg/phone-portrait-outline.svg similarity index 100% rename from ui-kit/icon/svg/phone-portrait-outline.svg rename to ui/icon/svg/phone-portrait-outline.svg diff --git a/ui-kit/icon/svg/phone-portrait-sharp.svg b/ui/icon/svg/phone-portrait-sharp.svg similarity index 100% rename from ui-kit/icon/svg/phone-portrait-sharp.svg rename to ui/icon/svg/phone-portrait-sharp.svg diff --git a/ui-kit/icon/svg/phone-portrait.svg b/ui/icon/svg/phone-portrait.svg similarity index 100% rename from ui-kit/icon/svg/phone-portrait.svg rename to ui/icon/svg/phone-portrait.svg diff --git a/ui-kit/icon/svg/pie-chart-outline.svg b/ui/icon/svg/pie-chart-outline.svg similarity index 100% rename from ui-kit/icon/svg/pie-chart-outline.svg rename to ui/icon/svg/pie-chart-outline.svg diff --git a/ui-kit/icon/svg/pie-chart-sharp.svg b/ui/icon/svg/pie-chart-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pie-chart-sharp.svg rename to ui/icon/svg/pie-chart-sharp.svg diff --git a/ui-kit/icon/svg/pie-chart.svg b/ui/icon/svg/pie-chart.svg similarity index 100% rename from ui-kit/icon/svg/pie-chart.svg rename to ui/icon/svg/pie-chart.svg diff --git a/ui-kit/icon/svg/pin-outline.svg b/ui/icon/svg/pin-outline.svg similarity index 100% rename from ui-kit/icon/svg/pin-outline.svg rename to ui/icon/svg/pin-outline.svg diff --git a/ui-kit/icon/svg/pin-sharp.svg b/ui/icon/svg/pin-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pin-sharp.svg rename to ui/icon/svg/pin-sharp.svg diff --git a/ui-kit/icon/svg/pin.svg b/ui/icon/svg/pin.svg similarity index 100% rename from ui-kit/icon/svg/pin.svg rename to ui/icon/svg/pin.svg diff --git a/ui-kit/icon/svg/pint-outline.svg b/ui/icon/svg/pint-outline.svg similarity index 100% rename from ui-kit/icon/svg/pint-outline.svg rename to ui/icon/svg/pint-outline.svg diff --git a/ui-kit/icon/svg/pint-sharp.svg b/ui/icon/svg/pint-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pint-sharp.svg rename to ui/icon/svg/pint-sharp.svg diff --git a/ui-kit/icon/svg/pint.svg b/ui/icon/svg/pint.svg similarity index 100% rename from ui-kit/icon/svg/pint.svg rename to ui/icon/svg/pint.svg diff --git a/ui-kit/icon/svg/pizza-outline.svg b/ui/icon/svg/pizza-outline.svg similarity index 100% rename from ui-kit/icon/svg/pizza-outline.svg rename to ui/icon/svg/pizza-outline.svg diff --git a/ui-kit/icon/svg/pizza-sharp.svg b/ui/icon/svg/pizza-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pizza-sharp.svg rename to ui/icon/svg/pizza-sharp.svg diff --git a/ui-kit/icon/svg/pizza.svg b/ui/icon/svg/pizza.svg similarity index 100% rename from ui-kit/icon/svg/pizza.svg rename to ui/icon/svg/pizza.svg diff --git a/ui-kit/icon/svg/planet-outline.svg b/ui/icon/svg/planet-outline.svg similarity index 100% rename from ui-kit/icon/svg/planet-outline.svg rename to ui/icon/svg/planet-outline.svg diff --git a/ui-kit/icon/svg/planet-sharp.svg b/ui/icon/svg/planet-sharp.svg similarity index 100% rename from ui-kit/icon/svg/planet-sharp.svg rename to ui/icon/svg/planet-sharp.svg diff --git a/ui-kit/icon/svg/planet.svg b/ui/icon/svg/planet.svg similarity index 100% rename from ui-kit/icon/svg/planet.svg rename to ui/icon/svg/planet.svg diff --git a/ui-kit/icon/svg/play-back-circle-outline.svg b/ui/icon/svg/play-back-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-back-circle-outline.svg rename to ui/icon/svg/play-back-circle-outline.svg diff --git a/ui-kit/icon/svg/play-back-circle-sharp.svg b/ui/icon/svg/play-back-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-back-circle-sharp.svg rename to ui/icon/svg/play-back-circle-sharp.svg diff --git a/ui-kit/icon/svg/play-back-circle.svg b/ui/icon/svg/play-back-circle.svg similarity index 100% rename from ui-kit/icon/svg/play-back-circle.svg rename to ui/icon/svg/play-back-circle.svg diff --git a/ui-kit/icon/svg/play-back-outline.svg b/ui/icon/svg/play-back-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-back-outline.svg rename to ui/icon/svg/play-back-outline.svg diff --git a/ui-kit/icon/svg/play-back-sharp.svg b/ui/icon/svg/play-back-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-back-sharp.svg rename to ui/icon/svg/play-back-sharp.svg diff --git a/ui-kit/icon/svg/play-back.svg b/ui/icon/svg/play-back.svg similarity index 100% rename from ui-kit/icon/svg/play-back.svg rename to ui/icon/svg/play-back.svg diff --git a/ui-kit/icon/svg/play-circle-outline.svg b/ui/icon/svg/play-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-circle-outline.svg rename to ui/icon/svg/play-circle-outline.svg diff --git a/ui-kit/icon/svg/play-circle-sharp.svg b/ui/icon/svg/play-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-circle-sharp.svg rename to ui/icon/svg/play-circle-sharp.svg diff --git a/ui-kit/icon/svg/play-circle.svg b/ui/icon/svg/play-circle.svg similarity index 100% rename from ui-kit/icon/svg/play-circle.svg rename to ui/icon/svg/play-circle.svg diff --git a/ui-kit/icon/svg/play-forward-circle-outline.svg b/ui/icon/svg/play-forward-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-forward-circle-outline.svg rename to ui/icon/svg/play-forward-circle-outline.svg diff --git a/ui-kit/icon/svg/play-forward-circle-sharp.svg b/ui/icon/svg/play-forward-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-forward-circle-sharp.svg rename to ui/icon/svg/play-forward-circle-sharp.svg diff --git a/ui-kit/icon/svg/play-forward-circle.svg b/ui/icon/svg/play-forward-circle.svg similarity index 100% rename from ui-kit/icon/svg/play-forward-circle.svg rename to ui/icon/svg/play-forward-circle.svg diff --git a/ui-kit/icon/svg/play-forward-outline.svg b/ui/icon/svg/play-forward-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-forward-outline.svg rename to ui/icon/svg/play-forward-outline.svg diff --git a/ui-kit/icon/svg/play-forward-sharp.svg b/ui/icon/svg/play-forward-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-forward-sharp.svg rename to ui/icon/svg/play-forward-sharp.svg diff --git a/ui-kit/icon/svg/play-forward.svg b/ui/icon/svg/play-forward.svg similarity index 100% rename from ui-kit/icon/svg/play-forward.svg rename to ui/icon/svg/play-forward.svg diff --git a/ui-kit/icon/svg/play-outline.svg b/ui/icon/svg/play-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-outline.svg rename to ui/icon/svg/play-outline.svg diff --git a/ui-kit/icon/svg/play-sharp.svg b/ui/icon/svg/play-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-sharp.svg rename to ui/icon/svg/play-sharp.svg diff --git a/ui-kit/icon/svg/play-skip-back-circle-outline.svg b/ui/icon/svg/play-skip-back-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-back-circle-outline.svg rename to ui/icon/svg/play-skip-back-circle-outline.svg diff --git a/ui-kit/icon/svg/play-skip-back-circle-sharp.svg b/ui/icon/svg/play-skip-back-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-back-circle-sharp.svg rename to ui/icon/svg/play-skip-back-circle-sharp.svg diff --git a/ui-kit/icon/svg/play-skip-back-circle.svg b/ui/icon/svg/play-skip-back-circle.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-back-circle.svg rename to ui/icon/svg/play-skip-back-circle.svg diff --git a/ui-kit/icon/svg/play-skip-back-outline.svg b/ui/icon/svg/play-skip-back-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-back-outline.svg rename to ui/icon/svg/play-skip-back-outline.svg diff --git a/ui-kit/icon/svg/play-skip-back-sharp.svg b/ui/icon/svg/play-skip-back-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-back-sharp.svg rename to ui/icon/svg/play-skip-back-sharp.svg diff --git a/ui-kit/icon/svg/play-skip-back.svg b/ui/icon/svg/play-skip-back.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-back.svg rename to ui/icon/svg/play-skip-back.svg diff --git a/ui-kit/icon/svg/play-skip-forward-circle-outline.svg b/ui/icon/svg/play-skip-forward-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-forward-circle-outline.svg rename to ui/icon/svg/play-skip-forward-circle-outline.svg diff --git a/ui-kit/icon/svg/play-skip-forward-circle-sharp.svg b/ui/icon/svg/play-skip-forward-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-forward-circle-sharp.svg rename to ui/icon/svg/play-skip-forward-circle-sharp.svg diff --git a/ui-kit/icon/svg/play-skip-forward-circle.svg b/ui/icon/svg/play-skip-forward-circle.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-forward-circle.svg rename to ui/icon/svg/play-skip-forward-circle.svg diff --git a/ui-kit/icon/svg/play-skip-forward-outline.svg b/ui/icon/svg/play-skip-forward-outline.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-forward-outline.svg rename to ui/icon/svg/play-skip-forward-outline.svg diff --git a/ui-kit/icon/svg/play-skip-forward-sharp.svg b/ui/icon/svg/play-skip-forward-sharp.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-forward-sharp.svg rename to ui/icon/svg/play-skip-forward-sharp.svg diff --git a/ui-kit/icon/svg/play-skip-forward.svg b/ui/icon/svg/play-skip-forward.svg similarity index 100% rename from ui-kit/icon/svg/play-skip-forward.svg rename to ui/icon/svg/play-skip-forward.svg diff --git a/ui-kit/icon/svg/play.svg b/ui/icon/svg/play.svg similarity index 100% rename from ui-kit/icon/svg/play.svg rename to ui/icon/svg/play.svg diff --git a/ui-kit/icon/svg/podium-outline.svg b/ui/icon/svg/podium-outline.svg similarity index 100% rename from ui-kit/icon/svg/podium-outline.svg rename to ui/icon/svg/podium-outline.svg diff --git a/ui-kit/icon/svg/podium-sharp.svg b/ui/icon/svg/podium-sharp.svg similarity index 100% rename from ui-kit/icon/svg/podium-sharp.svg rename to ui/icon/svg/podium-sharp.svg diff --git a/ui-kit/icon/svg/podium.svg b/ui/icon/svg/podium.svg similarity index 100% rename from ui-kit/icon/svg/podium.svg rename to ui/icon/svg/podium.svg diff --git a/ui-kit/icon/svg/power-outline.svg b/ui/icon/svg/power-outline.svg similarity index 100% rename from ui-kit/icon/svg/power-outline.svg rename to ui/icon/svg/power-outline.svg diff --git a/ui-kit/icon/svg/power-sharp.svg b/ui/icon/svg/power-sharp.svg similarity index 100% rename from ui-kit/icon/svg/power-sharp.svg rename to ui/icon/svg/power-sharp.svg diff --git a/ui-kit/icon/svg/power.svg b/ui/icon/svg/power.svg similarity index 100% rename from ui-kit/icon/svg/power.svg rename to ui/icon/svg/power.svg diff --git a/ui-kit/icon/svg/pricetag-outline.svg b/ui/icon/svg/pricetag-outline.svg similarity index 100% rename from ui-kit/icon/svg/pricetag-outline.svg rename to ui/icon/svg/pricetag-outline.svg diff --git a/ui-kit/icon/svg/pricetag-sharp.svg b/ui/icon/svg/pricetag-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pricetag-sharp.svg rename to ui/icon/svg/pricetag-sharp.svg diff --git a/ui-kit/icon/svg/pricetag.svg b/ui/icon/svg/pricetag.svg similarity index 100% rename from ui-kit/icon/svg/pricetag.svg rename to ui/icon/svg/pricetag.svg diff --git a/ui-kit/icon/svg/pricetags-outline.svg b/ui/icon/svg/pricetags-outline.svg similarity index 100% rename from ui-kit/icon/svg/pricetags-outline.svg rename to ui/icon/svg/pricetags-outline.svg diff --git a/ui-kit/icon/svg/pricetags-sharp.svg b/ui/icon/svg/pricetags-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pricetags-sharp.svg rename to ui/icon/svg/pricetags-sharp.svg diff --git a/ui-kit/icon/svg/pricetags.svg b/ui/icon/svg/pricetags.svg similarity index 100% rename from ui-kit/icon/svg/pricetags.svg rename to ui/icon/svg/pricetags.svg diff --git a/ui-kit/icon/svg/print-outline.svg b/ui/icon/svg/print-outline.svg similarity index 100% rename from ui-kit/icon/svg/print-outline.svg rename to ui/icon/svg/print-outline.svg diff --git a/ui-kit/icon/svg/print-sharp.svg b/ui/icon/svg/print-sharp.svg similarity index 100% rename from ui-kit/icon/svg/print-sharp.svg rename to ui/icon/svg/print-sharp.svg diff --git a/ui-kit/icon/svg/print.svg b/ui/icon/svg/print.svg similarity index 100% rename from ui-kit/icon/svg/print.svg rename to ui/icon/svg/print.svg diff --git a/ui-kit/icon/svg/prism-outline.svg b/ui/icon/svg/prism-outline.svg similarity index 100% rename from ui-kit/icon/svg/prism-outline.svg rename to ui/icon/svg/prism-outline.svg diff --git a/ui-kit/icon/svg/prism-sharp.svg b/ui/icon/svg/prism-sharp.svg similarity index 100% rename from ui-kit/icon/svg/prism-sharp.svg rename to ui/icon/svg/prism-sharp.svg diff --git a/ui-kit/icon/svg/prism.svg b/ui/icon/svg/prism.svg similarity index 100% rename from ui-kit/icon/svg/prism.svg rename to ui/icon/svg/prism.svg diff --git a/ui-kit/icon/svg/pulse-outline.svg b/ui/icon/svg/pulse-outline.svg similarity index 100% rename from ui-kit/icon/svg/pulse-outline.svg rename to ui/icon/svg/pulse-outline.svg diff --git a/ui-kit/icon/svg/pulse-sharp.svg b/ui/icon/svg/pulse-sharp.svg similarity index 100% rename from ui-kit/icon/svg/pulse-sharp.svg rename to ui/icon/svg/pulse-sharp.svg diff --git a/ui-kit/icon/svg/pulse.svg b/ui/icon/svg/pulse.svg similarity index 100% rename from ui-kit/icon/svg/pulse.svg rename to ui/icon/svg/pulse.svg diff --git a/ui-kit/icon/svg/push-outline.svg b/ui/icon/svg/push-outline.svg similarity index 100% rename from ui-kit/icon/svg/push-outline.svg rename to ui/icon/svg/push-outline.svg diff --git a/ui-kit/icon/svg/push-sharp.svg b/ui/icon/svg/push-sharp.svg similarity index 100% rename from ui-kit/icon/svg/push-sharp.svg rename to ui/icon/svg/push-sharp.svg diff --git a/ui-kit/icon/svg/push.svg b/ui/icon/svg/push.svg similarity index 100% rename from ui-kit/icon/svg/push.svg rename to ui/icon/svg/push.svg diff --git a/ui-kit/icon/svg/qr-code-outline.svg b/ui/icon/svg/qr-code-outline.svg similarity index 100% rename from ui-kit/icon/svg/qr-code-outline.svg rename to ui/icon/svg/qr-code-outline.svg diff --git a/ui-kit/icon/svg/qr-code-sharp.svg b/ui/icon/svg/qr-code-sharp.svg similarity index 100% rename from ui-kit/icon/svg/qr-code-sharp.svg rename to ui/icon/svg/qr-code-sharp.svg diff --git a/ui-kit/icon/svg/qr-code.svg b/ui/icon/svg/qr-code.svg similarity index 100% rename from ui-kit/icon/svg/qr-code.svg rename to ui/icon/svg/qr-code.svg diff --git a/ui-kit/icon/svg/radio-button-off-outline.svg b/ui/icon/svg/radio-button-off-outline.svg similarity index 100% rename from ui-kit/icon/svg/radio-button-off-outline.svg rename to ui/icon/svg/radio-button-off-outline.svg diff --git a/ui-kit/icon/svg/radio-button-off-sharp.svg b/ui/icon/svg/radio-button-off-sharp.svg similarity index 100% rename from ui-kit/icon/svg/radio-button-off-sharp.svg rename to ui/icon/svg/radio-button-off-sharp.svg diff --git a/ui-kit/icon/svg/radio-button-off.svg b/ui/icon/svg/radio-button-off.svg similarity index 100% rename from ui-kit/icon/svg/radio-button-off.svg rename to ui/icon/svg/radio-button-off.svg diff --git a/ui-kit/icon/svg/radio-button-on-outline.svg b/ui/icon/svg/radio-button-on-outline.svg similarity index 100% rename from ui-kit/icon/svg/radio-button-on-outline.svg rename to ui/icon/svg/radio-button-on-outline.svg diff --git a/ui-kit/icon/svg/radio-button-on-sharp.svg b/ui/icon/svg/radio-button-on-sharp.svg similarity index 100% rename from ui-kit/icon/svg/radio-button-on-sharp.svg rename to ui/icon/svg/radio-button-on-sharp.svg diff --git a/ui-kit/icon/svg/radio-button-on.svg b/ui/icon/svg/radio-button-on.svg similarity index 100% rename from ui-kit/icon/svg/radio-button-on.svg rename to ui/icon/svg/radio-button-on.svg diff --git a/ui-kit/icon/svg/radio-outline.svg b/ui/icon/svg/radio-outline.svg similarity index 100% rename from ui-kit/icon/svg/radio-outline.svg rename to ui/icon/svg/radio-outline.svg diff --git a/ui-kit/icon/svg/radio-sharp.svg b/ui/icon/svg/radio-sharp.svg similarity index 100% rename from ui-kit/icon/svg/radio-sharp.svg rename to ui/icon/svg/radio-sharp.svg diff --git a/ui-kit/icon/svg/radio.svg b/ui/icon/svg/radio.svg similarity index 100% rename from ui-kit/icon/svg/radio.svg rename to ui/icon/svg/radio.svg diff --git a/ui-kit/icon/svg/rainy-outline.svg b/ui/icon/svg/rainy-outline.svg similarity index 100% rename from ui-kit/icon/svg/rainy-outline.svg rename to ui/icon/svg/rainy-outline.svg diff --git a/ui-kit/icon/svg/rainy-sharp.svg b/ui/icon/svg/rainy-sharp.svg similarity index 100% rename from ui-kit/icon/svg/rainy-sharp.svg rename to ui/icon/svg/rainy-sharp.svg diff --git a/ui-kit/icon/svg/rainy.svg b/ui/icon/svg/rainy.svg similarity index 100% rename from ui-kit/icon/svg/rainy.svg rename to ui/icon/svg/rainy.svg diff --git a/ui-kit/icon/svg/reader-outline.svg b/ui/icon/svg/reader-outline.svg similarity index 100% rename from ui-kit/icon/svg/reader-outline.svg rename to ui/icon/svg/reader-outline.svg diff --git a/ui-kit/icon/svg/reader-sharp.svg b/ui/icon/svg/reader-sharp.svg similarity index 100% rename from ui-kit/icon/svg/reader-sharp.svg rename to ui/icon/svg/reader-sharp.svg diff --git a/ui-kit/icon/svg/reader.svg b/ui/icon/svg/reader.svg similarity index 100% rename from ui-kit/icon/svg/reader.svg rename to ui/icon/svg/reader.svg diff --git a/ui-kit/icon/svg/receipt-outline.svg b/ui/icon/svg/receipt-outline.svg similarity index 100% rename from ui-kit/icon/svg/receipt-outline.svg rename to ui/icon/svg/receipt-outline.svg diff --git a/ui-kit/icon/svg/receipt-sharp.svg b/ui/icon/svg/receipt-sharp.svg similarity index 100% rename from ui-kit/icon/svg/receipt-sharp.svg rename to ui/icon/svg/receipt-sharp.svg diff --git a/ui-kit/icon/svg/receipt.svg b/ui/icon/svg/receipt.svg similarity index 100% rename from ui-kit/icon/svg/receipt.svg rename to ui/icon/svg/receipt.svg diff --git a/ui-kit/icon/svg/recording-outline.svg b/ui/icon/svg/recording-outline.svg similarity index 100% rename from ui-kit/icon/svg/recording-outline.svg rename to ui/icon/svg/recording-outline.svg diff --git a/ui-kit/icon/svg/recording-sharp.svg b/ui/icon/svg/recording-sharp.svg similarity index 100% rename from ui-kit/icon/svg/recording-sharp.svg rename to ui/icon/svg/recording-sharp.svg diff --git a/ui-kit/icon/svg/recording.svg b/ui/icon/svg/recording.svg similarity index 100% rename from ui-kit/icon/svg/recording.svg rename to ui/icon/svg/recording.svg diff --git a/ui-kit/icon/svg/refresh-circle-outline.svg b/ui/icon/svg/refresh-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/refresh-circle-outline.svg rename to ui/icon/svg/refresh-circle-outline.svg diff --git a/ui-kit/icon/svg/refresh-circle-sharp.svg b/ui/icon/svg/refresh-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/refresh-circle-sharp.svg rename to ui/icon/svg/refresh-circle-sharp.svg diff --git a/ui-kit/icon/svg/refresh-circle.svg b/ui/icon/svg/refresh-circle.svg similarity index 100% rename from ui-kit/icon/svg/refresh-circle.svg rename to ui/icon/svg/refresh-circle.svg diff --git a/ui-kit/icon/svg/refresh-outline.svg b/ui/icon/svg/refresh-outline.svg similarity index 100% rename from ui-kit/icon/svg/refresh-outline.svg rename to ui/icon/svg/refresh-outline.svg diff --git a/ui-kit/icon/svg/refresh-sharp.svg b/ui/icon/svg/refresh-sharp.svg similarity index 100% rename from ui-kit/icon/svg/refresh-sharp.svg rename to ui/icon/svg/refresh-sharp.svg diff --git a/ui-kit/icon/svg/refresh.svg b/ui/icon/svg/refresh.svg similarity index 100% rename from ui-kit/icon/svg/refresh.svg rename to ui/icon/svg/refresh.svg diff --git a/ui-kit/icon/svg/reload-circle-outline.svg b/ui/icon/svg/reload-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/reload-circle-outline.svg rename to ui/icon/svg/reload-circle-outline.svg diff --git a/ui-kit/icon/svg/reload-circle-sharp.svg b/ui/icon/svg/reload-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/reload-circle-sharp.svg rename to ui/icon/svg/reload-circle-sharp.svg diff --git a/ui-kit/icon/svg/reload-circle.svg b/ui/icon/svg/reload-circle.svg similarity index 100% rename from ui-kit/icon/svg/reload-circle.svg rename to ui/icon/svg/reload-circle.svg diff --git a/ui-kit/icon/svg/reload-outline.svg b/ui/icon/svg/reload-outline.svg similarity index 100% rename from ui-kit/icon/svg/reload-outline.svg rename to ui/icon/svg/reload-outline.svg diff --git a/ui-kit/icon/svg/reload-sharp.svg b/ui/icon/svg/reload-sharp.svg similarity index 100% rename from ui-kit/icon/svg/reload-sharp.svg rename to ui/icon/svg/reload-sharp.svg diff --git a/ui-kit/icon/svg/reload.svg b/ui/icon/svg/reload.svg similarity index 100% rename from ui-kit/icon/svg/reload.svg rename to ui/icon/svg/reload.svg diff --git a/ui-kit/icon/svg/remove-circle-outline.svg b/ui/icon/svg/remove-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/remove-circle-outline.svg rename to ui/icon/svg/remove-circle-outline.svg diff --git a/ui-kit/icon/svg/remove-circle-sharp.svg b/ui/icon/svg/remove-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/remove-circle-sharp.svg rename to ui/icon/svg/remove-circle-sharp.svg diff --git a/ui-kit/icon/svg/remove-circle.svg b/ui/icon/svg/remove-circle.svg similarity index 100% rename from ui-kit/icon/svg/remove-circle.svg rename to ui/icon/svg/remove-circle.svg diff --git a/ui-kit/icon/svg/remove-outline.svg b/ui/icon/svg/remove-outline.svg similarity index 100% rename from ui-kit/icon/svg/remove-outline.svg rename to ui/icon/svg/remove-outline.svg diff --git a/ui-kit/icon/svg/remove-sharp.svg b/ui/icon/svg/remove-sharp.svg similarity index 100% rename from ui-kit/icon/svg/remove-sharp.svg rename to ui/icon/svg/remove-sharp.svg diff --git a/ui-kit/icon/svg/remove.svg b/ui/icon/svg/remove.svg similarity index 100% rename from ui-kit/icon/svg/remove.svg rename to ui/icon/svg/remove.svg diff --git a/ui-kit/icon/svg/reorder-four-outline.svg b/ui/icon/svg/reorder-four-outline.svg similarity index 100% rename from ui-kit/icon/svg/reorder-four-outline.svg rename to ui/icon/svg/reorder-four-outline.svg diff --git a/ui-kit/icon/svg/reorder-four-sharp.svg b/ui/icon/svg/reorder-four-sharp.svg similarity index 100% rename from ui-kit/icon/svg/reorder-four-sharp.svg rename to ui/icon/svg/reorder-four-sharp.svg diff --git a/ui-kit/icon/svg/reorder-four.svg b/ui/icon/svg/reorder-four.svg similarity index 100% rename from ui-kit/icon/svg/reorder-four.svg rename to ui/icon/svg/reorder-four.svg diff --git a/ui-kit/icon/svg/reorder-three-outline.svg b/ui/icon/svg/reorder-three-outline.svg similarity index 100% rename from ui-kit/icon/svg/reorder-three-outline.svg rename to ui/icon/svg/reorder-three-outline.svg diff --git a/ui-kit/icon/svg/reorder-three-sharp.svg b/ui/icon/svg/reorder-three-sharp.svg similarity index 100% rename from ui-kit/icon/svg/reorder-three-sharp.svg rename to ui/icon/svg/reorder-three-sharp.svg diff --git a/ui-kit/icon/svg/reorder-three.svg b/ui/icon/svg/reorder-three.svg similarity index 100% rename from ui-kit/icon/svg/reorder-three.svg rename to ui/icon/svg/reorder-three.svg diff --git a/ui-kit/icon/svg/reorder-two-outline.svg b/ui/icon/svg/reorder-two-outline.svg similarity index 100% rename from ui-kit/icon/svg/reorder-two-outline.svg rename to ui/icon/svg/reorder-two-outline.svg diff --git a/ui-kit/icon/svg/reorder-two-sharp.svg b/ui/icon/svg/reorder-two-sharp.svg similarity index 100% rename from ui-kit/icon/svg/reorder-two-sharp.svg rename to ui/icon/svg/reorder-two-sharp.svg diff --git a/ui-kit/icon/svg/reorder-two.svg b/ui/icon/svg/reorder-two.svg similarity index 100% rename from ui-kit/icon/svg/reorder-two.svg rename to ui/icon/svg/reorder-two.svg diff --git a/ui-kit/icon/svg/repeat-outline.svg b/ui/icon/svg/repeat-outline.svg similarity index 100% rename from ui-kit/icon/svg/repeat-outline.svg rename to ui/icon/svg/repeat-outline.svg diff --git a/ui-kit/icon/svg/repeat-sharp.svg b/ui/icon/svg/repeat-sharp.svg similarity index 100% rename from ui-kit/icon/svg/repeat-sharp.svg rename to ui/icon/svg/repeat-sharp.svg diff --git a/ui-kit/icon/svg/repeat.svg b/ui/icon/svg/repeat.svg similarity index 100% rename from ui-kit/icon/svg/repeat.svg rename to ui/icon/svg/repeat.svg diff --git a/ui-kit/icon/svg/resize-outline.svg b/ui/icon/svg/resize-outline.svg similarity index 100% rename from ui-kit/icon/svg/resize-outline.svg rename to ui/icon/svg/resize-outline.svg diff --git a/ui-kit/icon/svg/resize-sharp.svg b/ui/icon/svg/resize-sharp.svg similarity index 100% rename from ui-kit/icon/svg/resize-sharp.svg rename to ui/icon/svg/resize-sharp.svg diff --git a/ui-kit/icon/svg/resize.svg b/ui/icon/svg/resize.svg similarity index 100% rename from ui-kit/icon/svg/resize.svg rename to ui/icon/svg/resize.svg diff --git a/ui-kit/icon/svg/restaurant-outline.svg b/ui/icon/svg/restaurant-outline.svg similarity index 100% rename from ui-kit/icon/svg/restaurant-outline.svg rename to ui/icon/svg/restaurant-outline.svg diff --git a/ui-kit/icon/svg/restaurant-sharp.svg b/ui/icon/svg/restaurant-sharp.svg similarity index 100% rename from ui-kit/icon/svg/restaurant-sharp.svg rename to ui/icon/svg/restaurant-sharp.svg diff --git a/ui-kit/icon/svg/restaurant.svg b/ui/icon/svg/restaurant.svg similarity index 100% rename from ui-kit/icon/svg/restaurant.svg rename to ui/icon/svg/restaurant.svg diff --git a/ui-kit/icon/svg/return-down-back-outline.svg b/ui/icon/svg/return-down-back-outline.svg similarity index 100% rename from ui-kit/icon/svg/return-down-back-outline.svg rename to ui/icon/svg/return-down-back-outline.svg diff --git a/ui-kit/icon/svg/return-down-back-sharp.svg b/ui/icon/svg/return-down-back-sharp.svg similarity index 100% rename from ui-kit/icon/svg/return-down-back-sharp.svg rename to ui/icon/svg/return-down-back-sharp.svg diff --git a/ui-kit/icon/svg/return-down-back.svg b/ui/icon/svg/return-down-back.svg similarity index 100% rename from ui-kit/icon/svg/return-down-back.svg rename to ui/icon/svg/return-down-back.svg diff --git a/ui-kit/icon/svg/return-down-forward-outline.svg b/ui/icon/svg/return-down-forward-outline.svg similarity index 100% rename from ui-kit/icon/svg/return-down-forward-outline.svg rename to ui/icon/svg/return-down-forward-outline.svg diff --git a/ui-kit/icon/svg/return-down-forward-sharp.svg b/ui/icon/svg/return-down-forward-sharp.svg similarity index 100% rename from ui-kit/icon/svg/return-down-forward-sharp.svg rename to ui/icon/svg/return-down-forward-sharp.svg diff --git a/ui-kit/icon/svg/return-down-forward.svg b/ui/icon/svg/return-down-forward.svg similarity index 100% rename from ui-kit/icon/svg/return-down-forward.svg rename to ui/icon/svg/return-down-forward.svg diff --git a/ui-kit/icon/svg/return-up-back-outline.svg b/ui/icon/svg/return-up-back-outline.svg similarity index 100% rename from ui-kit/icon/svg/return-up-back-outline.svg rename to ui/icon/svg/return-up-back-outline.svg diff --git a/ui-kit/icon/svg/return-up-back-sharp.svg b/ui/icon/svg/return-up-back-sharp.svg similarity index 100% rename from ui-kit/icon/svg/return-up-back-sharp.svg rename to ui/icon/svg/return-up-back-sharp.svg diff --git a/ui-kit/icon/svg/return-up-back.svg b/ui/icon/svg/return-up-back.svg similarity index 100% rename from ui-kit/icon/svg/return-up-back.svg rename to ui/icon/svg/return-up-back.svg diff --git a/ui-kit/icon/svg/return-up-forward-outline.svg b/ui/icon/svg/return-up-forward-outline.svg similarity index 100% rename from ui-kit/icon/svg/return-up-forward-outline.svg rename to ui/icon/svg/return-up-forward-outline.svg diff --git a/ui-kit/icon/svg/return-up-forward-sharp.svg b/ui/icon/svg/return-up-forward-sharp.svg similarity index 100% rename from ui-kit/icon/svg/return-up-forward-sharp.svg rename to ui/icon/svg/return-up-forward-sharp.svg diff --git a/ui-kit/icon/svg/return-up-forward.svg b/ui/icon/svg/return-up-forward.svg similarity index 100% rename from ui-kit/icon/svg/return-up-forward.svg rename to ui/icon/svg/return-up-forward.svg diff --git a/ui-kit/icon/svg/ribbon-outline.svg b/ui/icon/svg/ribbon-outline.svg similarity index 100% rename from ui-kit/icon/svg/ribbon-outline.svg rename to ui/icon/svg/ribbon-outline.svg diff --git a/ui-kit/icon/svg/ribbon-sharp.svg b/ui/icon/svg/ribbon-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ribbon-sharp.svg rename to ui/icon/svg/ribbon-sharp.svg diff --git a/ui-kit/icon/svg/ribbon.svg b/ui/icon/svg/ribbon.svg similarity index 100% rename from ui-kit/icon/svg/ribbon.svg rename to ui/icon/svg/ribbon.svg diff --git a/ui-kit/icon/svg/rocket-outline.svg b/ui/icon/svg/rocket-outline.svg similarity index 100% rename from ui-kit/icon/svg/rocket-outline.svg rename to ui/icon/svg/rocket-outline.svg diff --git a/ui-kit/icon/svg/rocket-sharp.svg b/ui/icon/svg/rocket-sharp.svg similarity index 100% rename from ui-kit/icon/svg/rocket-sharp.svg rename to ui/icon/svg/rocket-sharp.svg diff --git a/ui-kit/icon/svg/rocket.svg b/ui/icon/svg/rocket.svg similarity index 100% rename from ui-kit/icon/svg/rocket.svg rename to ui/icon/svg/rocket.svg diff --git a/ui-kit/icon/svg/rose-outline.svg b/ui/icon/svg/rose-outline.svg similarity index 100% rename from ui-kit/icon/svg/rose-outline.svg rename to ui/icon/svg/rose-outline.svg diff --git a/ui-kit/icon/svg/rose-sharp.svg b/ui/icon/svg/rose-sharp.svg similarity index 100% rename from ui-kit/icon/svg/rose-sharp.svg rename to ui/icon/svg/rose-sharp.svg diff --git a/ui-kit/icon/svg/rose.svg b/ui/icon/svg/rose.svg similarity index 100% rename from ui-kit/icon/svg/rose.svg rename to ui/icon/svg/rose.svg diff --git a/ui-kit/icon/svg/sad-outline.svg b/ui/icon/svg/sad-outline.svg similarity index 100% rename from ui-kit/icon/svg/sad-outline.svg rename to ui/icon/svg/sad-outline.svg diff --git a/ui-kit/icon/svg/sad-sharp.svg b/ui/icon/svg/sad-sharp.svg similarity index 100% rename from ui-kit/icon/svg/sad-sharp.svg rename to ui/icon/svg/sad-sharp.svg diff --git a/ui-kit/icon/svg/sad.svg b/ui/icon/svg/sad.svg similarity index 100% rename from ui-kit/icon/svg/sad.svg rename to ui/icon/svg/sad.svg diff --git a/ui-kit/icon/svg/save-outline.svg b/ui/icon/svg/save-outline.svg similarity index 100% rename from ui-kit/icon/svg/save-outline.svg rename to ui/icon/svg/save-outline.svg diff --git a/ui-kit/icon/svg/save-sharp.svg b/ui/icon/svg/save-sharp.svg similarity index 100% rename from ui-kit/icon/svg/save-sharp.svg rename to ui/icon/svg/save-sharp.svg diff --git a/ui-kit/icon/svg/save.svg b/ui/icon/svg/save.svg similarity index 100% rename from ui-kit/icon/svg/save.svg rename to ui/icon/svg/save.svg diff --git a/ui-kit/icon/svg/scale-outline.svg b/ui/icon/svg/scale-outline.svg similarity index 100% rename from ui-kit/icon/svg/scale-outline.svg rename to ui/icon/svg/scale-outline.svg diff --git a/ui-kit/icon/svg/scale-sharp.svg b/ui/icon/svg/scale-sharp.svg similarity index 100% rename from ui-kit/icon/svg/scale-sharp.svg rename to ui/icon/svg/scale-sharp.svg diff --git a/ui-kit/icon/svg/scale.svg b/ui/icon/svg/scale.svg similarity index 100% rename from ui-kit/icon/svg/scale.svg rename to ui/icon/svg/scale.svg diff --git a/ui-kit/icon/svg/scan-circle-outline.svg b/ui/icon/svg/scan-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/scan-circle-outline.svg rename to ui/icon/svg/scan-circle-outline.svg diff --git a/ui-kit/icon/svg/scan-circle-sharp.svg b/ui/icon/svg/scan-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/scan-circle-sharp.svg rename to ui/icon/svg/scan-circle-sharp.svg diff --git a/ui-kit/icon/svg/scan-circle.svg b/ui/icon/svg/scan-circle.svg similarity index 100% rename from ui-kit/icon/svg/scan-circle.svg rename to ui/icon/svg/scan-circle.svg diff --git a/ui-kit/icon/svg/scan-outline.svg b/ui/icon/svg/scan-outline.svg similarity index 100% rename from ui-kit/icon/svg/scan-outline.svg rename to ui/icon/svg/scan-outline.svg diff --git a/ui-kit/icon/svg/scan-sharp.svg b/ui/icon/svg/scan-sharp.svg similarity index 100% rename from ui-kit/icon/svg/scan-sharp.svg rename to ui/icon/svg/scan-sharp.svg diff --git a/ui-kit/icon/svg/scan.svg b/ui/icon/svg/scan.svg similarity index 100% rename from ui-kit/icon/svg/scan.svg rename to ui/icon/svg/scan.svg diff --git a/ui-kit/icon/svg/school-outline.svg b/ui/icon/svg/school-outline.svg similarity index 100% rename from ui-kit/icon/svg/school-outline.svg rename to ui/icon/svg/school-outline.svg diff --git a/ui-kit/icon/svg/school-sharp.svg b/ui/icon/svg/school-sharp.svg similarity index 100% rename from ui-kit/icon/svg/school-sharp.svg rename to ui/icon/svg/school-sharp.svg diff --git a/ui-kit/icon/svg/school.svg b/ui/icon/svg/school.svg similarity index 100% rename from ui-kit/icon/svg/school.svg rename to ui/icon/svg/school.svg diff --git a/ui-kit/icon/svg/search-circle-outline.svg b/ui/icon/svg/search-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/search-circle-outline.svg rename to ui/icon/svg/search-circle-outline.svg diff --git a/ui-kit/icon/svg/search-circle-sharp.svg b/ui/icon/svg/search-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/search-circle-sharp.svg rename to ui/icon/svg/search-circle-sharp.svg diff --git a/ui-kit/icon/svg/search-circle.svg b/ui/icon/svg/search-circle.svg similarity index 100% rename from ui-kit/icon/svg/search-circle.svg rename to ui/icon/svg/search-circle.svg diff --git a/ui-kit/icon/svg/search-outline.svg b/ui/icon/svg/search-outline.svg similarity index 100% rename from ui-kit/icon/svg/search-outline.svg rename to ui/icon/svg/search-outline.svg diff --git a/ui-kit/icon/svg/search-sharp.svg b/ui/icon/svg/search-sharp.svg similarity index 100% rename from ui-kit/icon/svg/search-sharp.svg rename to ui/icon/svg/search-sharp.svg diff --git a/ui-kit/icon/svg/search.svg b/ui/icon/svg/search.svg similarity index 100% rename from ui-kit/icon/svg/search.svg rename to ui/icon/svg/search.svg diff --git a/ui-kit/icon/svg/send-outline.svg b/ui/icon/svg/send-outline.svg similarity index 100% rename from ui-kit/icon/svg/send-outline.svg rename to ui/icon/svg/send-outline.svg diff --git a/ui-kit/icon/svg/send-sharp.svg b/ui/icon/svg/send-sharp.svg similarity index 100% rename from ui-kit/icon/svg/send-sharp.svg rename to ui/icon/svg/send-sharp.svg diff --git a/ui-kit/icon/svg/send.svg b/ui/icon/svg/send.svg similarity index 100% rename from ui-kit/icon/svg/send.svg rename to ui/icon/svg/send.svg diff --git a/ui-kit/icon/svg/server-outline.svg b/ui/icon/svg/server-outline.svg similarity index 100% rename from ui-kit/icon/svg/server-outline.svg rename to ui/icon/svg/server-outline.svg diff --git a/ui-kit/icon/svg/server-sharp.svg b/ui/icon/svg/server-sharp.svg similarity index 100% rename from ui-kit/icon/svg/server-sharp.svg rename to ui/icon/svg/server-sharp.svg diff --git a/ui-kit/icon/svg/server.svg b/ui/icon/svg/server.svg similarity index 100% rename from ui-kit/icon/svg/server.svg rename to ui/icon/svg/server.svg diff --git a/ui-kit/icon/svg/settings-outline.svg b/ui/icon/svg/settings-outline.svg similarity index 100% rename from ui-kit/icon/svg/settings-outline.svg rename to ui/icon/svg/settings-outline.svg diff --git a/ui-kit/icon/svg/settings-sharp.svg b/ui/icon/svg/settings-sharp.svg similarity index 100% rename from ui-kit/icon/svg/settings-sharp.svg rename to ui/icon/svg/settings-sharp.svg diff --git a/ui-kit/icon/svg/settings.svg b/ui/icon/svg/settings.svg similarity index 100% rename from ui-kit/icon/svg/settings.svg rename to ui/icon/svg/settings.svg diff --git a/ui-kit/icon/svg/shapes-outline.svg b/ui/icon/svg/shapes-outline.svg similarity index 100% rename from ui-kit/icon/svg/shapes-outline.svg rename to ui/icon/svg/shapes-outline.svg diff --git a/ui-kit/icon/svg/shapes-sharp.svg b/ui/icon/svg/shapes-sharp.svg similarity index 100% rename from ui-kit/icon/svg/shapes-sharp.svg rename to ui/icon/svg/shapes-sharp.svg diff --git a/ui-kit/icon/svg/shapes.svg b/ui/icon/svg/shapes.svg similarity index 100% rename from ui-kit/icon/svg/shapes.svg rename to ui/icon/svg/shapes.svg diff --git a/ui-kit/icon/svg/share-outline.svg b/ui/icon/svg/share-outline.svg similarity index 100% rename from ui-kit/icon/svg/share-outline.svg rename to ui/icon/svg/share-outline.svg diff --git a/ui-kit/icon/svg/share-sharp.svg b/ui/icon/svg/share-sharp.svg similarity index 100% rename from ui-kit/icon/svg/share-sharp.svg rename to ui/icon/svg/share-sharp.svg diff --git a/ui-kit/icon/svg/share-social-outline.svg b/ui/icon/svg/share-social-outline.svg similarity index 100% rename from ui-kit/icon/svg/share-social-outline.svg rename to ui/icon/svg/share-social-outline.svg diff --git a/ui-kit/icon/svg/share-social-sharp.svg b/ui/icon/svg/share-social-sharp.svg similarity index 100% rename from ui-kit/icon/svg/share-social-sharp.svg rename to ui/icon/svg/share-social-sharp.svg diff --git a/ui-kit/icon/svg/share-social.svg b/ui/icon/svg/share-social.svg similarity index 100% rename from ui-kit/icon/svg/share-social.svg rename to ui/icon/svg/share-social.svg diff --git a/ui-kit/icon/svg/share.svg b/ui/icon/svg/share.svg similarity index 100% rename from ui-kit/icon/svg/share.svg rename to ui/icon/svg/share.svg diff --git a/ui-kit/icon/svg/shield-checkmark-outline.svg b/ui/icon/svg/shield-checkmark-outline.svg similarity index 100% rename from ui-kit/icon/svg/shield-checkmark-outline.svg rename to ui/icon/svg/shield-checkmark-outline.svg diff --git a/ui-kit/icon/svg/shield-checkmark-sharp.svg b/ui/icon/svg/shield-checkmark-sharp.svg similarity index 100% rename from ui-kit/icon/svg/shield-checkmark-sharp.svg rename to ui/icon/svg/shield-checkmark-sharp.svg diff --git a/ui-kit/icon/svg/shield-checkmark.svg b/ui/icon/svg/shield-checkmark.svg similarity index 100% rename from ui-kit/icon/svg/shield-checkmark.svg rename to ui/icon/svg/shield-checkmark.svg diff --git a/ui-kit/icon/svg/shield-half-outline.svg b/ui/icon/svg/shield-half-outline.svg similarity index 100% rename from ui-kit/icon/svg/shield-half-outline.svg rename to ui/icon/svg/shield-half-outline.svg diff --git a/ui-kit/icon/svg/shield-half-sharp.svg b/ui/icon/svg/shield-half-sharp.svg similarity index 100% rename from ui-kit/icon/svg/shield-half-sharp.svg rename to ui/icon/svg/shield-half-sharp.svg diff --git a/ui-kit/icon/svg/shield-half.svg b/ui/icon/svg/shield-half.svg similarity index 100% rename from ui-kit/icon/svg/shield-half.svg rename to ui/icon/svg/shield-half.svg diff --git a/ui-kit/icon/svg/shield-outline.svg b/ui/icon/svg/shield-outline.svg similarity index 100% rename from ui-kit/icon/svg/shield-outline.svg rename to ui/icon/svg/shield-outline.svg diff --git a/ui-kit/icon/svg/shield-sharp.svg b/ui/icon/svg/shield-sharp.svg similarity index 100% rename from ui-kit/icon/svg/shield-sharp.svg rename to ui/icon/svg/shield-sharp.svg diff --git a/ui-kit/icon/svg/shield.svg b/ui/icon/svg/shield.svg similarity index 100% rename from ui-kit/icon/svg/shield.svg rename to ui/icon/svg/shield.svg diff --git a/ui-kit/icon/svg/shirt-outline.svg b/ui/icon/svg/shirt-outline.svg similarity index 100% rename from ui-kit/icon/svg/shirt-outline.svg rename to ui/icon/svg/shirt-outline.svg diff --git a/ui-kit/icon/svg/shirt-sharp.svg b/ui/icon/svg/shirt-sharp.svg similarity index 100% rename from ui-kit/icon/svg/shirt-sharp.svg rename to ui/icon/svg/shirt-sharp.svg diff --git a/ui-kit/icon/svg/shirt.svg b/ui/icon/svg/shirt.svg similarity index 100% rename from ui-kit/icon/svg/shirt.svg rename to ui/icon/svg/shirt.svg diff --git a/ui-kit/icon/svg/shuffle-outline.svg b/ui/icon/svg/shuffle-outline.svg similarity index 100% rename from ui-kit/icon/svg/shuffle-outline.svg rename to ui/icon/svg/shuffle-outline.svg diff --git a/ui-kit/icon/svg/shuffle-sharp.svg b/ui/icon/svg/shuffle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/shuffle-sharp.svg rename to ui/icon/svg/shuffle-sharp.svg diff --git a/ui-kit/icon/svg/shuffle.svg b/ui/icon/svg/shuffle.svg similarity index 100% rename from ui-kit/icon/svg/shuffle.svg rename to ui/icon/svg/shuffle.svg diff --git a/ui-kit/icon/svg/skull-outline.svg b/ui/icon/svg/skull-outline.svg similarity index 100% rename from ui-kit/icon/svg/skull-outline.svg rename to ui/icon/svg/skull-outline.svg diff --git a/ui-kit/icon/svg/skull-sharp.svg b/ui/icon/svg/skull-sharp.svg similarity index 100% rename from ui-kit/icon/svg/skull-sharp.svg rename to ui/icon/svg/skull-sharp.svg diff --git a/ui-kit/icon/svg/skull.svg b/ui/icon/svg/skull.svg similarity index 100% rename from ui-kit/icon/svg/skull.svg rename to ui/icon/svg/skull.svg diff --git a/ui-kit/icon/svg/snow-outline.svg b/ui/icon/svg/snow-outline.svg similarity index 100% rename from ui-kit/icon/svg/snow-outline.svg rename to ui/icon/svg/snow-outline.svg diff --git a/ui-kit/icon/svg/snow-sharp.svg b/ui/icon/svg/snow-sharp.svg similarity index 100% rename from ui-kit/icon/svg/snow-sharp.svg rename to ui/icon/svg/snow-sharp.svg diff --git a/ui-kit/icon/svg/snow.svg b/ui/icon/svg/snow.svg similarity index 100% rename from ui-kit/icon/svg/snow.svg rename to ui/icon/svg/snow.svg diff --git a/ui-kit/icon/svg/sparkles-outline.svg b/ui/icon/svg/sparkles-outline.svg similarity index 100% rename from ui-kit/icon/svg/sparkles-outline.svg rename to ui/icon/svg/sparkles-outline.svg diff --git a/ui-kit/icon/svg/sparkles-sharp.svg b/ui/icon/svg/sparkles-sharp.svg similarity index 100% rename from ui-kit/icon/svg/sparkles-sharp.svg rename to ui/icon/svg/sparkles-sharp.svg diff --git a/ui-kit/icon/svg/sparkles.svg b/ui/icon/svg/sparkles.svg similarity index 100% rename from ui-kit/icon/svg/sparkles.svg rename to ui/icon/svg/sparkles.svg diff --git a/ui-kit/icon/svg/speedometer-outline.svg b/ui/icon/svg/speedometer-outline.svg similarity index 100% rename from ui-kit/icon/svg/speedometer-outline.svg rename to ui/icon/svg/speedometer-outline.svg diff --git a/ui-kit/icon/svg/speedometer-sharp.svg b/ui/icon/svg/speedometer-sharp.svg similarity index 100% rename from ui-kit/icon/svg/speedometer-sharp.svg rename to ui/icon/svg/speedometer-sharp.svg diff --git a/ui-kit/icon/svg/speedometer.svg b/ui/icon/svg/speedometer.svg similarity index 100% rename from ui-kit/icon/svg/speedometer.svg rename to ui/icon/svg/speedometer.svg diff --git a/ui-kit/icon/svg/square-outline.svg b/ui/icon/svg/square-outline.svg similarity index 100% rename from ui-kit/icon/svg/square-outline.svg rename to ui/icon/svg/square-outline.svg diff --git a/ui-kit/icon/svg/square-sharp.svg b/ui/icon/svg/square-sharp.svg similarity index 100% rename from ui-kit/icon/svg/square-sharp.svg rename to ui/icon/svg/square-sharp.svg diff --git a/ui-kit/icon/svg/square.svg b/ui/icon/svg/square.svg similarity index 100% rename from ui-kit/icon/svg/square.svg rename to ui/icon/svg/square.svg diff --git a/ui-kit/icon/svg/star-half-outline.svg b/ui/icon/svg/star-half-outline.svg similarity index 100% rename from ui-kit/icon/svg/star-half-outline.svg rename to ui/icon/svg/star-half-outline.svg diff --git a/ui-kit/icon/svg/star-half-sharp.svg b/ui/icon/svg/star-half-sharp.svg similarity index 100% rename from ui-kit/icon/svg/star-half-sharp.svg rename to ui/icon/svg/star-half-sharp.svg diff --git a/ui-kit/icon/svg/star-half.svg b/ui/icon/svg/star-half.svg similarity index 100% rename from ui-kit/icon/svg/star-half.svg rename to ui/icon/svg/star-half.svg diff --git a/ui-kit/icon/svg/star-outline.svg b/ui/icon/svg/star-outline.svg similarity index 100% rename from ui-kit/icon/svg/star-outline.svg rename to ui/icon/svg/star-outline.svg diff --git a/ui-kit/icon/svg/star-sharp.svg b/ui/icon/svg/star-sharp.svg similarity index 100% rename from ui-kit/icon/svg/star-sharp.svg rename to ui/icon/svg/star-sharp.svg diff --git a/ui-kit/icon/svg/star.svg b/ui/icon/svg/star.svg similarity index 100% rename from ui-kit/icon/svg/star.svg rename to ui/icon/svg/star.svg diff --git a/ui-kit/icon/svg/stats-chart-outline.svg b/ui/icon/svg/stats-chart-outline.svg similarity index 100% rename from ui-kit/icon/svg/stats-chart-outline.svg rename to ui/icon/svg/stats-chart-outline.svg diff --git a/ui-kit/icon/svg/stats-chart-sharp.svg b/ui/icon/svg/stats-chart-sharp.svg similarity index 100% rename from ui-kit/icon/svg/stats-chart-sharp.svg rename to ui/icon/svg/stats-chart-sharp.svg diff --git a/ui-kit/icon/svg/stats-chart.svg b/ui/icon/svg/stats-chart.svg similarity index 100% rename from ui-kit/icon/svg/stats-chart.svg rename to ui/icon/svg/stats-chart.svg diff --git a/ui-kit/icon/svg/stop-circle-outline.svg b/ui/icon/svg/stop-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/stop-circle-outline.svg rename to ui/icon/svg/stop-circle-outline.svg diff --git a/ui-kit/icon/svg/stop-circle-sharp.svg b/ui/icon/svg/stop-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/stop-circle-sharp.svg rename to ui/icon/svg/stop-circle-sharp.svg diff --git a/ui-kit/icon/svg/stop-circle.svg b/ui/icon/svg/stop-circle.svg similarity index 100% rename from ui-kit/icon/svg/stop-circle.svg rename to ui/icon/svg/stop-circle.svg diff --git a/ui-kit/icon/svg/stop-outline.svg b/ui/icon/svg/stop-outline.svg similarity index 100% rename from ui-kit/icon/svg/stop-outline.svg rename to ui/icon/svg/stop-outline.svg diff --git a/ui-kit/icon/svg/stop-sharp.svg b/ui/icon/svg/stop-sharp.svg similarity index 100% rename from ui-kit/icon/svg/stop-sharp.svg rename to ui/icon/svg/stop-sharp.svg diff --git a/ui-kit/icon/svg/stop.svg b/ui/icon/svg/stop.svg similarity index 100% rename from ui-kit/icon/svg/stop.svg rename to ui/icon/svg/stop.svg diff --git a/ui-kit/icon/svg/stopwatch-outline.svg b/ui/icon/svg/stopwatch-outline.svg similarity index 100% rename from ui-kit/icon/svg/stopwatch-outline.svg rename to ui/icon/svg/stopwatch-outline.svg diff --git a/ui-kit/icon/svg/stopwatch-sharp.svg b/ui/icon/svg/stopwatch-sharp.svg similarity index 100% rename from ui-kit/icon/svg/stopwatch-sharp.svg rename to ui/icon/svg/stopwatch-sharp.svg diff --git a/ui-kit/icon/svg/stopwatch.svg b/ui/icon/svg/stopwatch.svg similarity index 100% rename from ui-kit/icon/svg/stopwatch.svg rename to ui/icon/svg/stopwatch.svg diff --git a/ui-kit/icon/svg/storefront-outline.svg b/ui/icon/svg/storefront-outline.svg similarity index 100% rename from ui-kit/icon/svg/storefront-outline.svg rename to ui/icon/svg/storefront-outline.svg diff --git a/ui-kit/icon/svg/storefront-sharp.svg b/ui/icon/svg/storefront-sharp.svg similarity index 100% rename from ui-kit/icon/svg/storefront-sharp.svg rename to ui/icon/svg/storefront-sharp.svg diff --git a/ui-kit/icon/svg/storefront.svg b/ui/icon/svg/storefront.svg similarity index 100% rename from ui-kit/icon/svg/storefront.svg rename to ui/icon/svg/storefront.svg diff --git a/ui-kit/icon/svg/subway-outline.svg b/ui/icon/svg/subway-outline.svg similarity index 100% rename from ui-kit/icon/svg/subway-outline.svg rename to ui/icon/svg/subway-outline.svg diff --git a/ui-kit/icon/svg/subway-sharp.svg b/ui/icon/svg/subway-sharp.svg similarity index 100% rename from ui-kit/icon/svg/subway-sharp.svg rename to ui/icon/svg/subway-sharp.svg diff --git a/ui-kit/icon/svg/subway.svg b/ui/icon/svg/subway.svg similarity index 100% rename from ui-kit/icon/svg/subway.svg rename to ui/icon/svg/subway.svg diff --git a/ui-kit/icon/svg/sunny-outline.svg b/ui/icon/svg/sunny-outline.svg similarity index 100% rename from ui-kit/icon/svg/sunny-outline.svg rename to ui/icon/svg/sunny-outline.svg diff --git a/ui-kit/icon/svg/sunny-sharp.svg b/ui/icon/svg/sunny-sharp.svg similarity index 100% rename from ui-kit/icon/svg/sunny-sharp.svg rename to ui/icon/svg/sunny-sharp.svg diff --git a/ui-kit/icon/svg/sunny.svg b/ui/icon/svg/sunny.svg similarity index 100% rename from ui-kit/icon/svg/sunny.svg rename to ui/icon/svg/sunny.svg diff --git a/ui-kit/icon/svg/swap-horizontal-outline.svg b/ui/icon/svg/swap-horizontal-outline.svg similarity index 100% rename from ui-kit/icon/svg/swap-horizontal-outline.svg rename to ui/icon/svg/swap-horizontal-outline.svg diff --git a/ui-kit/icon/svg/swap-horizontal-sharp.svg b/ui/icon/svg/swap-horizontal-sharp.svg similarity index 100% rename from ui-kit/icon/svg/swap-horizontal-sharp.svg rename to ui/icon/svg/swap-horizontal-sharp.svg diff --git a/ui-kit/icon/svg/swap-horizontal.svg b/ui/icon/svg/swap-horizontal.svg similarity index 100% rename from ui-kit/icon/svg/swap-horizontal.svg rename to ui/icon/svg/swap-horizontal.svg diff --git a/ui-kit/icon/svg/swap-vertical-outline.svg b/ui/icon/svg/swap-vertical-outline.svg similarity index 100% rename from ui-kit/icon/svg/swap-vertical-outline.svg rename to ui/icon/svg/swap-vertical-outline.svg diff --git a/ui-kit/icon/svg/swap-vertical-sharp.svg b/ui/icon/svg/swap-vertical-sharp.svg similarity index 100% rename from ui-kit/icon/svg/swap-vertical-sharp.svg rename to ui/icon/svg/swap-vertical-sharp.svg diff --git a/ui-kit/icon/svg/swap-vertical.svg b/ui/icon/svg/swap-vertical.svg similarity index 100% rename from ui-kit/icon/svg/swap-vertical.svg rename to ui/icon/svg/swap-vertical.svg diff --git a/ui-kit/icon/svg/sync-circle-outline.svg b/ui/icon/svg/sync-circle-outline.svg similarity index 100% rename from ui-kit/icon/svg/sync-circle-outline.svg rename to ui/icon/svg/sync-circle-outline.svg diff --git a/ui-kit/icon/svg/sync-circle-sharp.svg b/ui/icon/svg/sync-circle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/sync-circle-sharp.svg rename to ui/icon/svg/sync-circle-sharp.svg diff --git a/ui-kit/icon/svg/sync-circle.svg b/ui/icon/svg/sync-circle.svg similarity index 100% rename from ui-kit/icon/svg/sync-circle.svg rename to ui/icon/svg/sync-circle.svg diff --git a/ui-kit/icon/svg/sync-outline.svg b/ui/icon/svg/sync-outline.svg similarity index 100% rename from ui-kit/icon/svg/sync-outline.svg rename to ui/icon/svg/sync-outline.svg diff --git a/ui-kit/icon/svg/sync-sharp.svg b/ui/icon/svg/sync-sharp.svg similarity index 100% rename from ui-kit/icon/svg/sync-sharp.svg rename to ui/icon/svg/sync-sharp.svg diff --git a/ui-kit/icon/svg/sync.svg b/ui/icon/svg/sync.svg similarity index 100% rename from ui-kit/icon/svg/sync.svg rename to ui/icon/svg/sync.svg diff --git a/ui-kit/icon/svg/tablet-landscape-outline.svg b/ui/icon/svg/tablet-landscape-outline.svg similarity index 100% rename from ui-kit/icon/svg/tablet-landscape-outline.svg rename to ui/icon/svg/tablet-landscape-outline.svg diff --git a/ui-kit/icon/svg/tablet-landscape-sharp.svg b/ui/icon/svg/tablet-landscape-sharp.svg similarity index 100% rename from ui-kit/icon/svg/tablet-landscape-sharp.svg rename to ui/icon/svg/tablet-landscape-sharp.svg diff --git a/ui-kit/icon/svg/tablet-landscape.svg b/ui/icon/svg/tablet-landscape.svg similarity index 100% rename from ui-kit/icon/svg/tablet-landscape.svg rename to ui/icon/svg/tablet-landscape.svg diff --git a/ui-kit/icon/svg/tablet-portrait-outline.svg b/ui/icon/svg/tablet-portrait-outline.svg similarity index 100% rename from ui-kit/icon/svg/tablet-portrait-outline.svg rename to ui/icon/svg/tablet-portrait-outline.svg diff --git a/ui-kit/icon/svg/tablet-portrait-sharp.svg b/ui/icon/svg/tablet-portrait-sharp.svg similarity index 100% rename from ui-kit/icon/svg/tablet-portrait-sharp.svg rename to ui/icon/svg/tablet-portrait-sharp.svg diff --git a/ui-kit/icon/svg/tablet-portrait.svg b/ui/icon/svg/tablet-portrait.svg similarity index 100% rename from ui-kit/icon/svg/tablet-portrait.svg rename to ui/icon/svg/tablet-portrait.svg diff --git a/ui-kit/icon/svg/telescope-outline.svg b/ui/icon/svg/telescope-outline.svg similarity index 100% rename from ui-kit/icon/svg/telescope-outline.svg rename to ui/icon/svg/telescope-outline.svg diff --git a/ui-kit/icon/svg/telescope-sharp.svg b/ui/icon/svg/telescope-sharp.svg similarity index 100% rename from ui-kit/icon/svg/telescope-sharp.svg rename to ui/icon/svg/telescope-sharp.svg diff --git a/ui-kit/icon/svg/telescope.svg b/ui/icon/svg/telescope.svg similarity index 100% rename from ui-kit/icon/svg/telescope.svg rename to ui/icon/svg/telescope.svg diff --git a/ui-kit/icon/svg/tennisball-outline.svg b/ui/icon/svg/tennisball-outline.svg similarity index 100% rename from ui-kit/icon/svg/tennisball-outline.svg rename to ui/icon/svg/tennisball-outline.svg diff --git a/ui-kit/icon/svg/tennisball-sharp.svg b/ui/icon/svg/tennisball-sharp.svg similarity index 100% rename from ui-kit/icon/svg/tennisball-sharp.svg rename to ui/icon/svg/tennisball-sharp.svg diff --git a/ui-kit/icon/svg/tennisball.svg b/ui/icon/svg/tennisball.svg similarity index 100% rename from ui-kit/icon/svg/tennisball.svg rename to ui/icon/svg/tennisball.svg diff --git a/ui-kit/icon/svg/terminal-outline.svg b/ui/icon/svg/terminal-outline.svg similarity index 100% rename from ui-kit/icon/svg/terminal-outline.svg rename to ui/icon/svg/terminal-outline.svg diff --git a/ui-kit/icon/svg/terminal-sharp.svg b/ui/icon/svg/terminal-sharp.svg similarity index 100% rename from ui-kit/icon/svg/terminal-sharp.svg rename to ui/icon/svg/terminal-sharp.svg diff --git a/ui-kit/icon/svg/terminal.svg b/ui/icon/svg/terminal.svg similarity index 100% rename from ui-kit/icon/svg/terminal.svg rename to ui/icon/svg/terminal.svg diff --git a/ui-kit/icon/svg/text-outline.svg b/ui/icon/svg/text-outline.svg similarity index 100% rename from ui-kit/icon/svg/text-outline.svg rename to ui/icon/svg/text-outline.svg diff --git a/ui-kit/icon/svg/text-sharp.svg b/ui/icon/svg/text-sharp.svg similarity index 100% rename from ui-kit/icon/svg/text-sharp.svg rename to ui/icon/svg/text-sharp.svg diff --git a/ui-kit/icon/svg/text.svg b/ui/icon/svg/text.svg similarity index 100% rename from ui-kit/icon/svg/text.svg rename to ui/icon/svg/text.svg diff --git a/ui-kit/icon/svg/thermometer-outline.svg b/ui/icon/svg/thermometer-outline.svg similarity index 100% rename from ui-kit/icon/svg/thermometer-outline.svg rename to ui/icon/svg/thermometer-outline.svg diff --git a/ui-kit/icon/svg/thermometer-sharp.svg b/ui/icon/svg/thermometer-sharp.svg similarity index 100% rename from ui-kit/icon/svg/thermometer-sharp.svg rename to ui/icon/svg/thermometer-sharp.svg diff --git a/ui-kit/icon/svg/thermometer.svg b/ui/icon/svg/thermometer.svg similarity index 100% rename from ui-kit/icon/svg/thermometer.svg rename to ui/icon/svg/thermometer.svg diff --git a/ui-kit/icon/svg/thumbs-down-outline.svg b/ui/icon/svg/thumbs-down-outline.svg similarity index 100% rename from ui-kit/icon/svg/thumbs-down-outline.svg rename to ui/icon/svg/thumbs-down-outline.svg diff --git a/ui-kit/icon/svg/thumbs-down-sharp.svg b/ui/icon/svg/thumbs-down-sharp.svg similarity index 100% rename from ui-kit/icon/svg/thumbs-down-sharp.svg rename to ui/icon/svg/thumbs-down-sharp.svg diff --git a/ui-kit/icon/svg/thumbs-down.svg b/ui/icon/svg/thumbs-down.svg similarity index 100% rename from ui-kit/icon/svg/thumbs-down.svg rename to ui/icon/svg/thumbs-down.svg diff --git a/ui-kit/icon/svg/thumbs-up-outline.svg b/ui/icon/svg/thumbs-up-outline.svg similarity index 100% rename from ui-kit/icon/svg/thumbs-up-outline.svg rename to ui/icon/svg/thumbs-up-outline.svg diff --git a/ui-kit/icon/svg/thumbs-up-sharp.svg b/ui/icon/svg/thumbs-up-sharp.svg similarity index 100% rename from ui-kit/icon/svg/thumbs-up-sharp.svg rename to ui/icon/svg/thumbs-up-sharp.svg diff --git a/ui-kit/icon/svg/thumbs-up.svg b/ui/icon/svg/thumbs-up.svg similarity index 100% rename from ui-kit/icon/svg/thumbs-up.svg rename to ui/icon/svg/thumbs-up.svg diff --git a/ui-kit/icon/svg/thunderstorm-outline.svg b/ui/icon/svg/thunderstorm-outline.svg similarity index 100% rename from ui-kit/icon/svg/thunderstorm-outline.svg rename to ui/icon/svg/thunderstorm-outline.svg diff --git a/ui-kit/icon/svg/thunderstorm-sharp.svg b/ui/icon/svg/thunderstorm-sharp.svg similarity index 100% rename from ui-kit/icon/svg/thunderstorm-sharp.svg rename to ui/icon/svg/thunderstorm-sharp.svg diff --git a/ui-kit/icon/svg/thunderstorm.svg b/ui/icon/svg/thunderstorm.svg similarity index 100% rename from ui-kit/icon/svg/thunderstorm.svg rename to ui/icon/svg/thunderstorm.svg diff --git a/ui-kit/icon/svg/ticket-outline.svg b/ui/icon/svg/ticket-outline.svg similarity index 100% rename from ui-kit/icon/svg/ticket-outline.svg rename to ui/icon/svg/ticket-outline.svg diff --git a/ui-kit/icon/svg/ticket-sharp.svg b/ui/icon/svg/ticket-sharp.svg similarity index 100% rename from ui-kit/icon/svg/ticket-sharp.svg rename to ui/icon/svg/ticket-sharp.svg diff --git a/ui-kit/icon/svg/ticket.svg b/ui/icon/svg/ticket.svg similarity index 100% rename from ui-kit/icon/svg/ticket.svg rename to ui/icon/svg/ticket.svg diff --git a/ui-kit/icon/svg/time-outline.svg b/ui/icon/svg/time-outline.svg similarity index 100% rename from ui-kit/icon/svg/time-outline.svg rename to ui/icon/svg/time-outline.svg diff --git a/ui-kit/icon/svg/time-sharp.svg b/ui/icon/svg/time-sharp.svg similarity index 100% rename from ui-kit/icon/svg/time-sharp.svg rename to ui/icon/svg/time-sharp.svg diff --git a/ui-kit/icon/svg/time.svg b/ui/icon/svg/time.svg similarity index 100% rename from ui-kit/icon/svg/time.svg rename to ui/icon/svg/time.svg diff --git a/ui-kit/icon/svg/timer-outline.svg b/ui/icon/svg/timer-outline.svg similarity index 100% rename from ui-kit/icon/svg/timer-outline.svg rename to ui/icon/svg/timer-outline.svg diff --git a/ui-kit/icon/svg/timer-sharp.svg b/ui/icon/svg/timer-sharp.svg similarity index 100% rename from ui-kit/icon/svg/timer-sharp.svg rename to ui/icon/svg/timer-sharp.svg diff --git a/ui-kit/icon/svg/timer.svg b/ui/icon/svg/timer.svg similarity index 100% rename from ui-kit/icon/svg/timer.svg rename to ui/icon/svg/timer.svg diff --git a/ui-kit/icon/svg/today-outline.svg b/ui/icon/svg/today-outline.svg similarity index 100% rename from ui-kit/icon/svg/today-outline.svg rename to ui/icon/svg/today-outline.svg diff --git a/ui-kit/icon/svg/today-sharp.svg b/ui/icon/svg/today-sharp.svg similarity index 100% rename from ui-kit/icon/svg/today-sharp.svg rename to ui/icon/svg/today-sharp.svg diff --git a/ui-kit/icon/svg/today.svg b/ui/icon/svg/today.svg similarity index 100% rename from ui-kit/icon/svg/today.svg rename to ui/icon/svg/today.svg diff --git a/ui-kit/icon/svg/toggle-outline.svg b/ui/icon/svg/toggle-outline.svg similarity index 100% rename from ui-kit/icon/svg/toggle-outline.svg rename to ui/icon/svg/toggle-outline.svg diff --git a/ui-kit/icon/svg/toggle-sharp.svg b/ui/icon/svg/toggle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/toggle-sharp.svg rename to ui/icon/svg/toggle-sharp.svg diff --git a/ui-kit/icon/svg/toggle.svg b/ui/icon/svg/toggle.svg similarity index 100% rename from ui-kit/icon/svg/toggle.svg rename to ui/icon/svg/toggle.svg diff --git a/ui-kit/icon/svg/trail-sign-outline.svg b/ui/icon/svg/trail-sign-outline.svg similarity index 100% rename from ui-kit/icon/svg/trail-sign-outline.svg rename to ui/icon/svg/trail-sign-outline.svg diff --git a/ui-kit/icon/svg/trail-sign-sharp.svg b/ui/icon/svg/trail-sign-sharp.svg similarity index 100% rename from ui-kit/icon/svg/trail-sign-sharp.svg rename to ui/icon/svg/trail-sign-sharp.svg diff --git a/ui-kit/icon/svg/trail-sign.svg b/ui/icon/svg/trail-sign.svg similarity index 100% rename from ui-kit/icon/svg/trail-sign.svg rename to ui/icon/svg/trail-sign.svg diff --git a/ui-kit/icon/svg/train-outline.svg b/ui/icon/svg/train-outline.svg similarity index 100% rename from ui-kit/icon/svg/train-outline.svg rename to ui/icon/svg/train-outline.svg diff --git a/ui-kit/icon/svg/train-sharp.svg b/ui/icon/svg/train-sharp.svg similarity index 100% rename from ui-kit/icon/svg/train-sharp.svg rename to ui/icon/svg/train-sharp.svg diff --git a/ui-kit/icon/svg/train.svg b/ui/icon/svg/train.svg similarity index 100% rename from ui-kit/icon/svg/train.svg rename to ui/icon/svg/train.svg diff --git a/ui-kit/icon/svg/transgender-outline.svg b/ui/icon/svg/transgender-outline.svg similarity index 100% rename from ui-kit/icon/svg/transgender-outline.svg rename to ui/icon/svg/transgender-outline.svg diff --git a/ui-kit/icon/svg/transgender-sharp.svg b/ui/icon/svg/transgender-sharp.svg similarity index 100% rename from ui-kit/icon/svg/transgender-sharp.svg rename to ui/icon/svg/transgender-sharp.svg diff --git a/ui-kit/icon/svg/transgender.svg b/ui/icon/svg/transgender.svg similarity index 100% rename from ui-kit/icon/svg/transgender.svg rename to ui/icon/svg/transgender.svg diff --git a/ui-kit/icon/svg/trash-bin-outline.svg b/ui/icon/svg/trash-bin-outline.svg similarity index 100% rename from ui-kit/icon/svg/trash-bin-outline.svg rename to ui/icon/svg/trash-bin-outline.svg diff --git a/ui-kit/icon/svg/trash-bin-sharp.svg b/ui/icon/svg/trash-bin-sharp.svg similarity index 100% rename from ui-kit/icon/svg/trash-bin-sharp.svg rename to ui/icon/svg/trash-bin-sharp.svg diff --git a/ui-kit/icon/svg/trash-bin.svg b/ui/icon/svg/trash-bin.svg similarity index 100% rename from ui-kit/icon/svg/trash-bin.svg rename to ui/icon/svg/trash-bin.svg diff --git a/ui-kit/icon/svg/trash-outline.svg b/ui/icon/svg/trash-outline.svg similarity index 100% rename from ui-kit/icon/svg/trash-outline.svg rename to ui/icon/svg/trash-outline.svg diff --git a/ui-kit/icon/svg/trash-sharp.svg b/ui/icon/svg/trash-sharp.svg similarity index 100% rename from ui-kit/icon/svg/trash-sharp.svg rename to ui/icon/svg/trash-sharp.svg diff --git a/ui-kit/icon/svg/trash.svg b/ui/icon/svg/trash.svg similarity index 100% rename from ui-kit/icon/svg/trash.svg rename to ui/icon/svg/trash.svg diff --git a/ui-kit/icon/svg/trending-down-outline.svg b/ui/icon/svg/trending-down-outline.svg similarity index 100% rename from ui-kit/icon/svg/trending-down-outline.svg rename to ui/icon/svg/trending-down-outline.svg diff --git a/ui-kit/icon/svg/trending-down-sharp.svg b/ui/icon/svg/trending-down-sharp.svg similarity index 100% rename from ui-kit/icon/svg/trending-down-sharp.svg rename to ui/icon/svg/trending-down-sharp.svg diff --git a/ui-kit/icon/svg/trending-down.svg b/ui/icon/svg/trending-down.svg similarity index 100% rename from ui-kit/icon/svg/trending-down.svg rename to ui/icon/svg/trending-down.svg diff --git a/ui-kit/icon/svg/trending-up-outline.svg b/ui/icon/svg/trending-up-outline.svg similarity index 100% rename from ui-kit/icon/svg/trending-up-outline.svg rename to ui/icon/svg/trending-up-outline.svg diff --git a/ui-kit/icon/svg/trending-up-sharp.svg b/ui/icon/svg/trending-up-sharp.svg similarity index 100% rename from ui-kit/icon/svg/trending-up-sharp.svg rename to ui/icon/svg/trending-up-sharp.svg diff --git a/ui-kit/icon/svg/trending-up.svg b/ui/icon/svg/trending-up.svg similarity index 100% rename from ui-kit/icon/svg/trending-up.svg rename to ui/icon/svg/trending-up.svg diff --git a/ui-kit/icon/svg/triangle-outline.svg b/ui/icon/svg/triangle-outline.svg similarity index 100% rename from ui-kit/icon/svg/triangle-outline.svg rename to ui/icon/svg/triangle-outline.svg diff --git a/ui-kit/icon/svg/triangle-sharp.svg b/ui/icon/svg/triangle-sharp.svg similarity index 100% rename from ui-kit/icon/svg/triangle-sharp.svg rename to ui/icon/svg/triangle-sharp.svg diff --git a/ui-kit/icon/svg/triangle.svg b/ui/icon/svg/triangle.svg similarity index 100% rename from ui-kit/icon/svg/triangle.svg rename to ui/icon/svg/triangle.svg diff --git a/ui-kit/icon/svg/trophy-outline.svg b/ui/icon/svg/trophy-outline.svg similarity index 100% rename from ui-kit/icon/svg/trophy-outline.svg rename to ui/icon/svg/trophy-outline.svg diff --git a/ui-kit/icon/svg/trophy-sharp.svg b/ui/icon/svg/trophy-sharp.svg similarity index 100% rename from ui-kit/icon/svg/trophy-sharp.svg rename to ui/icon/svg/trophy-sharp.svg diff --git a/ui-kit/icon/svg/trophy.svg b/ui/icon/svg/trophy.svg similarity index 100% rename from ui-kit/icon/svg/trophy.svg rename to ui/icon/svg/trophy.svg diff --git a/ui-kit/icon/svg/tv-outline.svg b/ui/icon/svg/tv-outline.svg similarity index 100% rename from ui-kit/icon/svg/tv-outline.svg rename to ui/icon/svg/tv-outline.svg diff --git a/ui-kit/icon/svg/tv-sharp.svg b/ui/icon/svg/tv-sharp.svg similarity index 100% rename from ui-kit/icon/svg/tv-sharp.svg rename to ui/icon/svg/tv-sharp.svg diff --git a/ui-kit/icon/svg/tv.svg b/ui/icon/svg/tv.svg similarity index 100% rename from ui-kit/icon/svg/tv.svg rename to ui/icon/svg/tv.svg diff --git a/ui-kit/icon/svg/umbrella-outline.svg b/ui/icon/svg/umbrella-outline.svg similarity index 100% rename from ui-kit/icon/svg/umbrella-outline.svg rename to ui/icon/svg/umbrella-outline.svg diff --git a/ui-kit/icon/svg/umbrella-sharp.svg b/ui/icon/svg/umbrella-sharp.svg similarity index 100% rename from ui-kit/icon/svg/umbrella-sharp.svg rename to ui/icon/svg/umbrella-sharp.svg diff --git a/ui-kit/icon/svg/umbrella.svg b/ui/icon/svg/umbrella.svg similarity index 100% rename from ui-kit/icon/svg/umbrella.svg rename to ui/icon/svg/umbrella.svg diff --git a/ui-kit/icon/svg/unlink-outline.svg b/ui/icon/svg/unlink-outline.svg similarity index 100% rename from ui-kit/icon/svg/unlink-outline.svg rename to ui/icon/svg/unlink-outline.svg diff --git a/ui-kit/icon/svg/unlink-sharp.svg b/ui/icon/svg/unlink-sharp.svg similarity index 100% rename from ui-kit/icon/svg/unlink-sharp.svg rename to ui/icon/svg/unlink-sharp.svg diff --git a/ui-kit/icon/svg/unlink.svg b/ui/icon/svg/unlink.svg similarity index 100% rename from ui-kit/icon/svg/unlink.svg rename to ui/icon/svg/unlink.svg diff --git a/ui-kit/icon/svg/videocam-off-outline.svg b/ui/icon/svg/videocam-off-outline.svg similarity index 100% rename from ui-kit/icon/svg/videocam-off-outline.svg rename to ui/icon/svg/videocam-off-outline.svg diff --git a/ui-kit/icon/svg/videocam-off-sharp.svg b/ui/icon/svg/videocam-off-sharp.svg similarity index 100% rename from ui-kit/icon/svg/videocam-off-sharp.svg rename to ui/icon/svg/videocam-off-sharp.svg diff --git a/ui-kit/icon/svg/videocam-off.svg b/ui/icon/svg/videocam-off.svg similarity index 100% rename from ui-kit/icon/svg/videocam-off.svg rename to ui/icon/svg/videocam-off.svg diff --git a/ui-kit/icon/svg/videocam-outline.svg b/ui/icon/svg/videocam-outline.svg similarity index 100% rename from ui-kit/icon/svg/videocam-outline.svg rename to ui/icon/svg/videocam-outline.svg diff --git a/ui-kit/icon/svg/videocam-sharp.svg b/ui/icon/svg/videocam-sharp.svg similarity index 100% rename from ui-kit/icon/svg/videocam-sharp.svg rename to ui/icon/svg/videocam-sharp.svg diff --git a/ui-kit/icon/svg/videocam.svg b/ui/icon/svg/videocam.svg similarity index 100% rename from ui-kit/icon/svg/videocam.svg rename to ui/icon/svg/videocam.svg diff --git a/ui-kit/icon/svg/volume-high-outline.svg b/ui/icon/svg/volume-high-outline.svg similarity index 100% rename from ui-kit/icon/svg/volume-high-outline.svg rename to ui/icon/svg/volume-high-outline.svg diff --git a/ui-kit/icon/svg/volume-high-sharp.svg b/ui/icon/svg/volume-high-sharp.svg similarity index 100% rename from ui-kit/icon/svg/volume-high-sharp.svg rename to ui/icon/svg/volume-high-sharp.svg diff --git a/ui-kit/icon/svg/volume-high.svg b/ui/icon/svg/volume-high.svg similarity index 100% rename from ui-kit/icon/svg/volume-high.svg rename to ui/icon/svg/volume-high.svg diff --git a/ui-kit/icon/svg/volume-low-outline.svg b/ui/icon/svg/volume-low-outline.svg similarity index 100% rename from ui-kit/icon/svg/volume-low-outline.svg rename to ui/icon/svg/volume-low-outline.svg diff --git a/ui-kit/icon/svg/volume-low-sharp.svg b/ui/icon/svg/volume-low-sharp.svg similarity index 100% rename from ui-kit/icon/svg/volume-low-sharp.svg rename to ui/icon/svg/volume-low-sharp.svg diff --git a/ui-kit/icon/svg/volume-low.svg b/ui/icon/svg/volume-low.svg similarity index 100% rename from ui-kit/icon/svg/volume-low.svg rename to ui/icon/svg/volume-low.svg diff --git a/ui-kit/icon/svg/volume-medium-outline.svg b/ui/icon/svg/volume-medium-outline.svg similarity index 100% rename from ui-kit/icon/svg/volume-medium-outline.svg rename to ui/icon/svg/volume-medium-outline.svg diff --git a/ui-kit/icon/svg/volume-medium-sharp.svg b/ui/icon/svg/volume-medium-sharp.svg similarity index 100% rename from ui-kit/icon/svg/volume-medium-sharp.svg rename to ui/icon/svg/volume-medium-sharp.svg diff --git a/ui-kit/icon/svg/volume-medium.svg b/ui/icon/svg/volume-medium.svg similarity index 100% rename from ui-kit/icon/svg/volume-medium.svg rename to ui/icon/svg/volume-medium.svg diff --git a/ui-kit/icon/svg/volume-mute-outline.svg b/ui/icon/svg/volume-mute-outline.svg similarity index 100% rename from ui-kit/icon/svg/volume-mute-outline.svg rename to ui/icon/svg/volume-mute-outline.svg diff --git a/ui-kit/icon/svg/volume-mute-sharp.svg b/ui/icon/svg/volume-mute-sharp.svg similarity index 100% rename from ui-kit/icon/svg/volume-mute-sharp.svg rename to ui/icon/svg/volume-mute-sharp.svg diff --git a/ui-kit/icon/svg/volume-mute.svg b/ui/icon/svg/volume-mute.svg similarity index 100% rename from ui-kit/icon/svg/volume-mute.svg rename to ui/icon/svg/volume-mute.svg diff --git a/ui-kit/icon/svg/volume-off-outline.svg b/ui/icon/svg/volume-off-outline.svg similarity index 100% rename from ui-kit/icon/svg/volume-off-outline.svg rename to ui/icon/svg/volume-off-outline.svg diff --git a/ui-kit/icon/svg/volume-off-sharp.svg b/ui/icon/svg/volume-off-sharp.svg similarity index 100% rename from ui-kit/icon/svg/volume-off-sharp.svg rename to ui/icon/svg/volume-off-sharp.svg diff --git a/ui-kit/icon/svg/volume-off.svg b/ui/icon/svg/volume-off.svg similarity index 100% rename from ui-kit/icon/svg/volume-off.svg rename to ui/icon/svg/volume-off.svg diff --git a/ui-kit/icon/svg/walk-outline.svg b/ui/icon/svg/walk-outline.svg similarity index 100% rename from ui-kit/icon/svg/walk-outline.svg rename to ui/icon/svg/walk-outline.svg diff --git a/ui-kit/icon/svg/walk-sharp.svg b/ui/icon/svg/walk-sharp.svg similarity index 100% rename from ui-kit/icon/svg/walk-sharp.svg rename to ui/icon/svg/walk-sharp.svg diff --git a/ui-kit/icon/svg/walk.svg b/ui/icon/svg/walk.svg similarity index 100% rename from ui-kit/icon/svg/walk.svg rename to ui/icon/svg/walk.svg diff --git a/ui-kit/icon/svg/wallet-outline.svg b/ui/icon/svg/wallet-outline.svg similarity index 100% rename from ui-kit/icon/svg/wallet-outline.svg rename to ui/icon/svg/wallet-outline.svg diff --git a/ui-kit/icon/svg/wallet-sharp.svg b/ui/icon/svg/wallet-sharp.svg similarity index 100% rename from ui-kit/icon/svg/wallet-sharp.svg rename to ui/icon/svg/wallet-sharp.svg diff --git a/ui-kit/icon/svg/wallet.svg b/ui/icon/svg/wallet.svg similarity index 100% rename from ui-kit/icon/svg/wallet.svg rename to ui/icon/svg/wallet.svg diff --git a/ui-kit/icon/svg/warning-outline.svg b/ui/icon/svg/warning-outline.svg similarity index 100% rename from ui-kit/icon/svg/warning-outline.svg rename to ui/icon/svg/warning-outline.svg diff --git a/ui-kit/icon/svg/warning-sharp.svg b/ui/icon/svg/warning-sharp.svg similarity index 100% rename from ui-kit/icon/svg/warning-sharp.svg rename to ui/icon/svg/warning-sharp.svg diff --git a/ui-kit/icon/svg/warning.svg b/ui/icon/svg/warning.svg similarity index 100% rename from ui-kit/icon/svg/warning.svg rename to ui/icon/svg/warning.svg diff --git a/ui-kit/icon/svg/watch-outline.svg b/ui/icon/svg/watch-outline.svg similarity index 100% rename from ui-kit/icon/svg/watch-outline.svg rename to ui/icon/svg/watch-outline.svg diff --git a/ui-kit/icon/svg/watch-sharp.svg b/ui/icon/svg/watch-sharp.svg similarity index 100% rename from ui-kit/icon/svg/watch-sharp.svg rename to ui/icon/svg/watch-sharp.svg diff --git a/ui-kit/icon/svg/watch.svg b/ui/icon/svg/watch.svg similarity index 100% rename from ui-kit/icon/svg/watch.svg rename to ui/icon/svg/watch.svg diff --git a/ui-kit/icon/svg/water-outline.svg b/ui/icon/svg/water-outline.svg similarity index 100% rename from ui-kit/icon/svg/water-outline.svg rename to ui/icon/svg/water-outline.svg diff --git a/ui-kit/icon/svg/water-sharp.svg b/ui/icon/svg/water-sharp.svg similarity index 100% rename from ui-kit/icon/svg/water-sharp.svg rename to ui/icon/svg/water-sharp.svg diff --git a/ui-kit/icon/svg/water.svg b/ui/icon/svg/water.svg similarity index 100% rename from ui-kit/icon/svg/water.svg rename to ui/icon/svg/water.svg diff --git a/ui-kit/icon/svg/wifi-outline.svg b/ui/icon/svg/wifi-outline.svg similarity index 100% rename from ui-kit/icon/svg/wifi-outline.svg rename to ui/icon/svg/wifi-outline.svg diff --git a/ui-kit/icon/svg/wifi-sharp.svg b/ui/icon/svg/wifi-sharp.svg similarity index 100% rename from ui-kit/icon/svg/wifi-sharp.svg rename to ui/icon/svg/wifi-sharp.svg diff --git a/ui-kit/icon/svg/wifi.svg b/ui/icon/svg/wifi.svg similarity index 100% rename from ui-kit/icon/svg/wifi.svg rename to ui/icon/svg/wifi.svg diff --git a/ui-kit/icon/svg/wine-outline.svg b/ui/icon/svg/wine-outline.svg similarity index 100% rename from ui-kit/icon/svg/wine-outline.svg rename to ui/icon/svg/wine-outline.svg diff --git a/ui-kit/icon/svg/wine-sharp.svg b/ui/icon/svg/wine-sharp.svg similarity index 100% rename from ui-kit/icon/svg/wine-sharp.svg rename to ui/icon/svg/wine-sharp.svg diff --git a/ui-kit/icon/svg/wine.svg b/ui/icon/svg/wine.svg similarity index 100% rename from ui-kit/icon/svg/wine.svg rename to ui/icon/svg/wine.svg diff --git a/ui-kit/icon/svg/woman-outline.svg b/ui/icon/svg/woman-outline.svg similarity index 100% rename from ui-kit/icon/svg/woman-outline.svg rename to ui/icon/svg/woman-outline.svg diff --git a/ui-kit/icon/svg/woman-sharp.svg b/ui/icon/svg/woman-sharp.svg similarity index 100% rename from ui-kit/icon/svg/woman-sharp.svg rename to ui/icon/svg/woman-sharp.svg diff --git a/ui-kit/icon/svg/woman.svg b/ui/icon/svg/woman.svg similarity index 100% rename from ui-kit/icon/svg/woman.svg rename to ui/icon/svg/woman.svg diff --git a/ui-kit/icon/tsconfig.json b/ui/icon/tsconfig.json similarity index 100% rename from ui-kit/icon/tsconfig.json rename to ui/icon/tsconfig.json diff --git a/ui/ui-kit/README.md b/ui/ui-kit/README.md new file mode 100644 index 000000000..70ac0251e --- /dev/null +++ b/ui/ui-kit/README.md @@ -0,0 +1,5 @@ +# Alwatr UI-Kit - `@alwatr/ui-kit` + +Alwatr UI Elements Kit. + + diff --git a/ui/ui-kit/package.json b/ui/ui-kit/package.json new file mode 100644 index 000000000..2856b60d5 --- /dev/null +++ b/ui/ui-kit/package.json @@ -0,0 +1,40 @@ +{ + "name": "@alwatr/ui-kit", + "version": "0.0.0", + "description": "Alwatr UI Elements Kit", + "private": true, + "keywords": [ + "element", + "ui-kit", + "ui", + "lit", + "lit-element", + "web-component", + "typescript", + "esm", + "alwatr" + ], + "type": "module", + "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", + "license": "MIT", + "files": [ + "**/**/*.{d.ts.map,d.ts,js.map,js,md}" + ], + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/AliMD/alwatr", + "directory": "ui/ui-kit" + }, + "homepage": "https://github.com/AliMD/alwatr/tree/main/ui/ui-kit#readme", + "bugs": { + "url": "https://github.com/AliMD/alwatr/issues" + }, + "dependencies": { + "@alwatr/logger": "~0.25.0", + "@alwatr/element": "~0.25.0", + "tslib": "~2.4.1" + } +} diff --git a/ui/ui-kit/tsconfig.json b/ui/ui-kit/tsconfig.json new file mode 100644 index 000000000..fde9fd8ef --- /dev/null +++ b/ui/ui-kit/tsconfig.json @@ -0,0 +1,22 @@ +{ + "extends": "../../tsconfig.base", + "compilerOptions": { + "composite": true, + "tsBuildInfoFile": ".tsbuildinfo", + "rootDir": "src", + "outDir": ".", + "plugins": [ + { + "name": "ts-lit-plugin", + "strict": true + } + ], + }, + // files, include and exclude from the inheriting config are always overwritten. + "include": ["**/src/**/*.ts"], + "exclude": [], + "references": [ + {"path": "../../core/logger"}, + {"path": "../../ui/element"}, + ] +} diff --git a/uniquely/flight-finder-pwa/tsconfig.json b/uniquely/flight-finder-pwa/tsconfig.json index 1ca1398ba..40393424d 100644 --- a/uniquely/flight-finder-pwa/tsconfig.json +++ b/uniquely/flight-finder-pwa/tsconfig.json @@ -16,8 +16,8 @@ "include": ["src/**/*.ts"], "exclude": [], "references": [ - {"path": "../../ui-kit/element"}, - {"path": "../../ui-kit/icon"}, + {"path": "../../ui/element"}, + {"path": "../../ui/icon"}, {"path": "../../core/fetch"}, {"path": "../../core/i18n"}, {"path": "../../core/logger"},