commit 1a77e4ca17a16118509a0ac9a3b7345c7e166cc4 Author: BinarySandia04 Date: Thu Aug 1 23:26:01 2024 +0200 First commir!!! diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..64575404 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +.DS_Store +server/node_modules/ +client/node_modules/ +server/dist/ +client/dist/ + +server/uploads/ + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw* diff --git a/README.md b/README.md new file mode 100644 index 00000000..1f8a9cee --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Dragonroll + +An open-source virtual table top for role-playing games + diff --git a/client/build-local.sh b/client/build-local.sh new file mode 100755 index 00000000..75844507 --- /dev/null +++ b/client/build-local.sh @@ -0,0 +1,8 @@ +#!/bin/bash +script_full_path=$(dirname "$0") +cd $script_full_path + +npm install + +npm run build +serve -s dist \ No newline at end of file diff --git a/client/build.sh b/client/build.sh new file mode 100755 index 00000000..2a875b7a --- /dev/null +++ b/client/build.sh @@ -0,0 +1,7 @@ +#!/bin/bash +script_full_path=$(dirname "$0") +cd $script_full_path + +yarn vue-cli-service build --target lib src/widgets/TestWindow.vue --name TestWindow --dest dist/Widgets/ + +npm run build diff --git a/client/index.html b/client/index.html new file mode 100644 index 00000000..b1f87157 --- /dev/null +++ b/client/index.html @@ -0,0 +1,19 @@ + + + + + + + + + + + + + Aran blog + + +
+ + + diff --git a/client/package-lock.json b/client/package-lock.json new file mode 100644 index 00000000..0c204a5c --- /dev/null +++ b/client/package-lock.json @@ -0,0 +1,12795 @@ +{ + "name": "aran-weblog", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "aran-weblog", + "version": "0.0.0", + "dependencies": { + "@kangc/v-md-editor": "^2.3.17", + "axios": "^1.5.1", + "babel-plugin-prismjs": "^2.1.0", + "form-data": "^4.0.0", + "jquery": "^3.7.1", + "jquery-ui": "^1.13.3", + "jquery-ui-dist": "^1.13.3", + "marked": "^9.1.0", + "marked-katex-extension": "^4.0.1", + "mitt": "^3.0.1", + "prismjs": "^1.29.0", + "three": "^0.164.1", + "vue": "^3.3.4", + "vue-draggable": "^2.0.6", + "vue-router": "^4.2.4", + "vue-simplemde": "^2.1.1" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^4.3.4", + "@vue/cli-service": "^5.0.8", + "eslint": "^8.49.0", + "eslint-plugin-vue": "^9.17.0", + "sass": "^1.69.5", + "vite": "^4.4.9" + } + }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@achrinza/node-ipc": { + "version": "9.2.9", + "resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.9.tgz", + "integrity": "sha512-7s0VcTwiK/0tNOVdSX9FWMeFdOEcsAOz9HesBldXxFMaGvIak7KC2z9tV9EgsQXn6KUsWsfIkViMNuIo0GoZDQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@node-ipc/js-queue": "2.0.3", + "event-pubsub": "4.3.0", + "js-message": "1.0.7" + }, + "engines": { + "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/highlight": "^7.24.7", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.0.tgz", + "integrity": "sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", + "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "browserslist": "^4.23.1", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", + "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.24.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/parser": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz", + "integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==", + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@braintree/sanitize-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz", + "integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==", + "deprecated": "Potential XSS vulnerability patched in v6.0.0." + }, + "node_modules/@codemirror/autocomplete": { + "version": "6.9.2", + "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.9.2.tgz", + "integrity": "sha512-suItGf7PhtfgQMCd8ofYzycdsAHDBB8BkNrmyxeLvptW7yNT6zGT6ZzwhAfmB94TUyAAStrHjaDGC4/foenF2A==", + "dependencies": { + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.17.0", + "@lezer/common": "^1.0.0" + }, + "peerDependencies": { + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0", + "@lezer/common": "^1.0.0" + } + }, + "node_modules/@codemirror/commands": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.3.0.tgz", + "integrity": "sha512-tFfcxRIlOWiQDFhjBSWJ10MxcvbCIsRr6V64SgrcaY0MwNk32cUOcCuNlWo8VjV4qRQCgNgUAnIeo0svkk4R5Q==", + "dependencies": { + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.2.0", + "@codemirror/view": "^6.0.0", + "@lezer/common": "^1.1.0" + } + }, + "node_modules/@codemirror/language": { + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.9.1.tgz", + "integrity": "sha512-lWRP3Y9IUdOms6DXuBpoWwjkR7yRmnS0hKYCbSfPz9v6Em1A1UCRujAkDiCrdYfs1Z0Eu4dGtwovNPStIfkgNA==", + "dependencies": { + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0", + "@lezer/common": "^1.1.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0", + "style-mod": "^4.0.0" + } + }, + "node_modules/@codemirror/lint": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.2.tgz", + "integrity": "sha512-wzRkluWb1ptPKdzlsrbwwjYCPLgzU6N88YBAmlZi8WFyuiEduSd05MnJYNogzyc8rPK7pj6m95ptUApc8sHKVA==", + "dependencies": { + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0", + "crelt": "^1.0.5" + } + }, + "node_modules/@codemirror/search": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.4.tgz", + "integrity": "sha512-YoTrvjv9e8EbPs58opjZKyJ3ewFrVSUzQ/4WXlULQLSDDr1nGPJ67mMXFNNVYwdFhybzhrzrtqgHmtpJwIF+8g==", + "dependencies": { + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0", + "crelt": "^1.0.5" + } + }, + "node_modules/@codemirror/state": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.2.1.tgz", + "integrity": "sha512-RupHSZ8+OjNT38zU9fKH2sv+Dnlr8Eb8sl4NOnnqz95mCFTZUaiRP8Xv5MeeaG0px2b8Bnfe7YGwCV3nsBhbuw==" + }, + "node_modules/@codemirror/view": { + "version": "6.21.3", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.21.3.tgz", + "integrity": "sha512-8l1aSQ6MygzL4Nx7GVYhucSXvW4jQd0F6Zm3v9Dg+6nZEfwzJVqi4C2zHfDljID+73gsQrWp9TgHc81xU15O4A==", + "dependencies": { + "@codemirror/state": "^6.1.4", + "style-mod": "^4.1.0", + "w3c-keyname": "^2.2.4" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.1.tgz", + "integrity": "sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/js": { + "version": "8.50.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz", + "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@hapi/hoek": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@hapi/topo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", + "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^9.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@kangc/v-md-editor": { + "version": "2.3.17", + "resolved": "https://registry.npmjs.org/@kangc/v-md-editor/-/v-md-editor-2.3.17.tgz", + "integrity": "sha512-sITnmkmtKt5nzxnIiuoNZVQpLQQQQksRY6Ga9ipJkCbXfwjz3XG54JsH9G5dKNzZYS4SNwBKt22tQV/f0J+2oQ==", + "dependencies": { + "@babel/runtime": "^7.14.0", + "@vuepress/markdown": "^1.8.2", + "codemirror": "^5.61.1", + "copy-to-clipboard": "^3.3.1", + "highlight.js": "^10.7.2", + "insert-text-at-cursor": "^0.3.0", + "katex": "^0.13.11", + "markdown-it": "^12.3.2", + "markdown-it-attrs": "^4.0.0", + "markdown-it-container": "^3.0.0", + "mermaid": "^8.10.1", + "prismjs": "^1.23.0", + "resize-observer-polyfill": "^1.5.1", + "vant": "^3.1.3", + "xss": "^1.0.9" + }, + "peerDependencies": { + "@vue/compiler-sfc": "^3.0.0", + "vue": "^3.0.0" + } + }, + "node_modules/@kangc/v-md-editor/node_modules/codemirror": { + "version": "5.65.15", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.15.tgz", + "integrity": "sha512-YC4EHbbwQeubZzxLl5G4nlbLc1T21QTrKGaOal/Pkm9dVDMZXMH7+ieSPEOZCtO9I68i8/oteJKOxzHC2zR+0g==" + }, + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", + "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@lezer/common": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.1.0.tgz", + "integrity": "sha512-XPIN3cYDXsoJI/oDWoR2tD++juVrhgIago9xyKhZ7IhGlzdDM9QgC8D8saKNCz5pindGcznFr2HBSsEQSWnSjw==" + }, + "node_modules/@lezer/highlight": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.1.6.tgz", + "integrity": "sha512-cmSJYa2us+r3SePpRCjN5ymCqCPv+zyXmDl0ciWtVaNiORT/MxM7ZgOMQZADD0o51qOaOg24qc/zBViOIwAjJg==", + "dependencies": { + "@lezer/common": "^1.0.0" + } + }, + "node_modules/@lezer/lr": { + "version": "1.3.13", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.3.13.tgz", + "integrity": "sha512-RLAbau/4uSzKgIKj96mI5WUtG1qtiR0Frn0Ei9zhPj8YOkHM+1Bb8SgdVvmR/aWJCFIzjo2KFnDiRZ75Xf5NdQ==", + "dependencies": { + "@lezer/common": "^1.0.0" + } + }, + "node_modules/@mrmlnc/readdir-enhanced": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", + "dependencies": { + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@node-ipc/js-queue": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@node-ipc/js-queue/-/js-queue-2.0.3.tgz", + "integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==", + "dev": true, + "license": "MIT", + "dependencies": { + "easy-stack": "1.0.1" + }, + "engines": { + "node": ">=1.0.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@polka/url": { + "version": "1.0.0-next.25", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", + "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@sideway/address": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", + "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^9.0.0" + } + }, + "node_modules/@sideway/formula": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", + "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@sideway/pinpoint": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", + "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@soda/friendly-errors-webpack-plugin": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz", + "integrity": "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^3.0.0", + "error-stack-parser": "^2.0.6", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8.0.0" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@soda/get-current-script": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@soda/get-current-script/-/get-current-script-1.0.2.tgz", + "integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/bonjour": { + "version": "3.5.13", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect-history-api-fallback": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "node_modules/@types/eslint": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz", + "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/express": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.19.5", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz", + "integrity": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "dependencies": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "node_modules/@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/http-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/http-proxy": { + "version": "1.17.14", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", + "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/katex": { + "version": "0.16.3", + "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.3.tgz", + "integrity": "sha512-CeVMX9EhVUW8MWnei05eIRks4D5Wscw/W9Byz1s3PA+yJvcdvq9SaDjiUKvRvEgjpdTyJMjQA43ae4KTwsvOPg==" + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==" + }, + "node_modules/@types/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/node": { + "version": "20.8.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.3.tgz", + "integrity": "sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==" + }, + "node_modules/@types/node-forge": { + "version": "1.3.11", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/normalize-package-data": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", + "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/qs": { + "version": "6.9.15", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", + "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/send": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-index": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/express": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.7", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", + "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "*" + } + }, + "node_modules/@types/sockjs": { + "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/ws": { + "version": "8.5.11", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.11.tgz", + "integrity": "sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@vant/icons": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@vant/icons/-/icons-1.8.0.tgz", + "integrity": "sha512-sKfEUo2/CkQFuERxvkuF6mGQZDKu3IQdj5rV9Fm0weJXtchDSSQ+zt8qPCNUEhh9Y8shy5PzxbvAfOOkCwlCXg==" + }, + "node_modules/@vant/popperjs": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@vant/popperjs/-/popperjs-1.3.0.tgz", + "integrity": "sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw==" + }, + "node_modules/@vant/use": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vant/use/-/use-1.6.0.tgz", + "integrity": "sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA==", + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/@vitejs/plugin-vue": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.4.0.tgz", + "integrity": "sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg==", + "dev": true, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.0.0", + "vue": "^3.2.25" + } + }, + "node_modules/@vue/cli-overlay": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@vue/cli-overlay/-/cli-overlay-5.0.8.tgz", + "integrity": "sha512-KmtievE/B4kcXp6SuM2gzsnSd8WebkQpg3XaB6GmFh1BJGRqa1UiW9up7L/Q67uOdTigHxr5Ar2lZms4RcDjwQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@vue/cli-plugin-router": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-5.0.8.tgz", + "integrity": "sha512-Gmv4dsGdAsWPqVijz3Ux2OS2HkMrWi1ENj2cYL75nUeL+Xj5HEstSqdtfZ0b1q9NCce+BFB6QnHfTBXc/fCvMg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vue/cli-shared-utils": "^5.0.8" + }, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0" + } + }, + "node_modules/@vue/cli-plugin-vuex": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-5.0.8.tgz", + "integrity": "sha512-HSYWPqrunRE5ZZs8kVwiY6oWcn95qf/OQabwLfprhdpFWAGtLStShjsGED2aDpSSeGAskQETrtR/5h7VqgIlBA==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0" + } + }, + "node_modules/@vue/cli-service": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@vue/cli-service/-/cli-service-5.0.8.tgz", + "integrity": "sha512-nV7tYQLe7YsTtzFrfOMIHc5N2hp5lHG2rpYr0aNja9rNljdgcPZLyQRb2YRivTHqTv7lI962UXFURcpStHgyFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-compilation-targets": "^7.12.16", + "@soda/friendly-errors-webpack-plugin": "^1.8.0", + "@soda/get-current-script": "^1.0.2", + "@types/minimist": "^1.2.0", + "@vue/cli-overlay": "^5.0.8", + "@vue/cli-plugin-router": "^5.0.8", + "@vue/cli-plugin-vuex": "^5.0.8", + "@vue/cli-shared-utils": "^5.0.8", + "@vue/component-compiler-utils": "^3.3.0", + "@vue/vue-loader-v15": "npm:vue-loader@^15.9.7", + "@vue/web-component-wrapper": "^1.3.0", + "acorn": "^8.0.5", + "acorn-walk": "^8.0.2", + "address": "^1.1.2", + "autoprefixer": "^10.2.4", + "browserslist": "^4.16.3", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "cli-highlight": "^2.1.10", + "clipboardy": "^2.3.0", + "cliui": "^7.0.4", + "copy-webpack-plugin": "^9.0.1", + "css-loader": "^6.5.0", + "css-minimizer-webpack-plugin": "^3.0.2", + "cssnano": "^5.0.0", + "debug": "^4.1.1", + "default-gateway": "^6.0.3", + "dotenv": "^10.0.0", + "dotenv-expand": "^5.1.0", + "fs-extra": "^9.1.0", + "globby": "^11.0.2", + "hash-sum": "^2.0.0", + "html-webpack-plugin": "^5.1.0", + "is-file-esm": "^1.0.0", + "launch-editor-middleware": "^2.2.1", + "lodash.defaultsdeep": "^4.6.1", + "lodash.mapvalues": "^4.6.0", + "mini-css-extract-plugin": "^2.5.3", + "minimist": "^1.2.5", + "module-alias": "^2.2.2", + "portfinder": "^1.0.26", + "postcss": "^8.2.6", + "postcss-loader": "^6.1.1", + "progress-webpack-plugin": "^1.0.12", + "ssri": "^8.0.1", + "terser-webpack-plugin": "^5.1.1", + "thread-loader": "^3.0.0", + "vue-loader": "^17.0.0", + "vue-style-loader": "^4.1.3", + "webpack": "^5.54.0", + "webpack-bundle-analyzer": "^4.4.0", + "webpack-chain": "^6.5.1", + "webpack-dev-server": "^4.7.3", + "webpack-merge": "^5.7.3", + "webpack-virtual-modules": "^0.4.2", + "whatwg-fetch": "^3.6.2" + }, + "bin": { + "vue-cli-service": "bin/vue-cli-service.js" + }, + "engines": { + "node": "^12.0.0 || >= 14.0.0" + }, + "peerDependencies": { + "vue-template-compiler": "^2.0.0", + "webpack-sources": "*" + }, + "peerDependenciesMeta": { + "cache-loader": { + "optional": true + }, + "less-loader": { + "optional": true + }, + "pug-plain-loader": { + "optional": true + }, + "raw-loader": { + "optional": true + }, + "sass-loader": { + "optional": true + }, + "stylus-loader": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + }, + "webpack-sources": { + "optional": true + } + } + }, + "node_modules/@vue/cli-service/node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-service/node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-service/node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-service/node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/@vue/cli-service/node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-service/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@vue/cli-service/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@vue/cli-service/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@vue/cli-service/node_modules/hash-sum": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@vue/cli-service/node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/@vue/cli-service/node_modules/javascript-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.1.0.tgz", + "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@vue/cli-service/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@vue/cli-service/node_modules/micromatch": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/@vue/cli-service/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-service/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-service/node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/@vue/cli-service/node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@vue/cli-service/node_modules/webpack-chain": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-6.5.1.tgz", + "integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "deepmerge": "^1.5.2", + "javascript-stringify": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-shared-utils": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz", + "integrity": "sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@achrinza/node-ipc": "^9.2.5", + "chalk": "^4.1.2", + "execa": "^1.0.0", + "joi": "^17.4.0", + "launch-editor": "^2.2.1", + "lru-cache": "^6.0.0", + "node-fetch": "^2.6.7", + "open": "^8.0.2", + "ora": "^5.3.0", + "read-pkg": "^5.1.1", + "semver": "^7.3.4", + "strip-ansi": "^6.0.0" + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.4.tgz", + "integrity": "sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==", + "dependencies": { + "@babel/parser": "^7.21.3", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-dom": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz", + "integrity": "sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==", + "dependencies": { + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "node_modules/@vue/compiler-sfc": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.4.tgz", + "integrity": "sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==", + "dependencies": { + "@babel/parser": "^7.20.15", + "@vue/compiler-core": "3.3.4", + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-ssr": "3.3.4", + "@vue/reactivity-transform": "3.3.4", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.0", + "postcss": "^8.1.10", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-ssr": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.4.tgz", + "integrity": "sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==", + "dependencies": { + "@vue/compiler-dom": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "node_modules/@vue/component-compiler-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz", + "integrity": "sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "consolidate": "^0.15.1", + "hash-sum": "^1.0.2", + "lru-cache": "^4.1.2", + "merge-source-map": "^1.1.0", + "postcss": "^7.0.36", + "postcss-selector-parser": "^6.0.2", + "source-map": "~0.6.1", + "vue-template-es2015-compiler": "^1.9.0" + }, + "optionalDependencies": { + "prettier": "^1.18.2 || ^2.0.0" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "license": "ISC", + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true, + "license": "ISC" + }, + "node_modules/@vue/component-compiler-utils/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true, + "license": "ISC" + }, + "node_modules/@vue/devtools-api": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz", + "integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==" + }, + "node_modules/@vue/reactivity": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.4.tgz", + "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==", + "dependencies": { + "@vue/shared": "3.3.4" + } + }, + "node_modules/@vue/reactivity-transform": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz", + "integrity": "sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==", + "dependencies": { + "@babel/parser": "^7.20.15", + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.0" + } + }, + "node_modules/@vue/runtime-core": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.4.tgz", + "integrity": "sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==", + "dependencies": { + "@vue/reactivity": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "node_modules/@vue/runtime-dom": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.4.tgz", + "integrity": "sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==", + "dependencies": { + "@vue/runtime-core": "3.3.4", + "@vue/shared": "3.3.4", + "csstype": "^3.1.1" + } + }, + "node_modules/@vue/server-renderer": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.4.tgz", + "integrity": "sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==", + "dependencies": { + "@vue/compiler-ssr": "3.3.4", + "@vue/shared": "3.3.4" + }, + "peerDependencies": { + "vue": "3.3.4" + } + }, + "node_modules/@vue/shared": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.4.tgz", + "integrity": "sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==" + }, + "node_modules/@vue/vue-loader-v15": { + "name": "vue-loader", + "version": "15.11.1", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.11.1.tgz", + "integrity": "sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vue/component-compiler-utils": "^3.1.0", + "hash-sum": "^1.0.2", + "loader-utils": "^1.1.0", + "vue-hot-reload-api": "^2.3.0", + "vue-style-loader": "^4.1.0" + }, + "peerDependencies": { + "css-loader": "*", + "webpack": "^3.0.0 || ^4.1.0 || ^5.0.0-0" + }, + "peerDependenciesMeta": { + "cache-loader": { + "optional": true + }, + "prettier": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + } + } + }, + "node_modules/@vue/web-component-wrapper": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz", + "integrity": "sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@vuepress/markdown": { + "version": "1.9.10", + "resolved": "https://registry.npmjs.org/@vuepress/markdown/-/markdown-1.9.10.tgz", + "integrity": "sha512-sXTLjeZzH8SQuAL5AEH0hhsMljjNJbzWbBvzaj5yQCCdf+3sp/dJ0kwnBSnQjFPPnzPg5t3tLKGUYHyW0KiKzA==", + "dependencies": { + "@vuepress/shared-utils": "1.9.10", + "markdown-it": "^8.4.1", + "markdown-it-anchor": "^5.0.2", + "markdown-it-chain": "^1.3.0", + "markdown-it-emoji": "^1.4.0", + "markdown-it-table-of-contents": "^0.4.0", + "prismjs": "^1.13.0" + } + }, + "node_modules/@vuepress/markdown/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/@vuepress/markdown/node_modules/entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" + }, + "node_modules/@vuepress/markdown/node_modules/linkify-it": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz", + "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==", + "dependencies": { + "uc.micro": "^1.0.1" + } + }, + "node_modules/@vuepress/markdown/node_modules/markdown-it": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.2.tgz", + "integrity": "sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==", + "dependencies": { + "argparse": "^1.0.7", + "entities": "~1.1.1", + "linkify-it": "^2.0.0", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" + }, + "bin": { + "markdown-it": "bin/markdown-it.js" + } + }, + "node_modules/@vuepress/shared-utils": { + "version": "1.9.10", + "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.10.tgz", + "integrity": "sha512-M9A3DocPih+V8dKK2Zg9FJQ/f3JZrYsdaM/vQ9F48l8bPlzxw5NvqXIYMK4kKcGEyerQNTWCudoCpLL5uiU0hg==", + "dependencies": { + "chalk": "^2.3.2", + "escape-html": "^1.0.3", + "fs-extra": "^7.0.1", + "globby": "^9.2.0", + "gray-matter": "^4.0.1", + "hash-sum": "^1.0.2", + "semver": "^6.0.0", + "toml": "^3.0.0", + "upath": "^1.1.0" + } + }, + "node_modules/@vuepress/shared-utils/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@vuepress/shared-utils/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@vuepress/shared-utils/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@vuepress/shared-utils/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "node_modules/@vuepress/shared-utils/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@vuepress/shared-utils/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/@vuepress/shared-utils/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@vuepress/shared-utils/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", + "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", + "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.12.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", + "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-opt": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1", + "@webassemblyjs/wast-printer": "1.12.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", + "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", + "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", + "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", + "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.12.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-attributes": { + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", + "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", + "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/address": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true, + "engines": [ + "node >= 0.8.0" + ], + "license": "Apache-2.0", + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true, + "license": "MIT" + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arch": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", + "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dependencies": { + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "license": "MIT", + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "bin": { + "atob": "bin/atob.js" + }, + "engines": { + "node": ">= 4.5.0" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.19", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz", + "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "browserslist": "^4.23.0", + "caniuse-lite": "^1.0.30001599", + "fraction.js": "^4.3.7", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/axios": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", + "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/babel-plugin-prismjs": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-prismjs/-/babel-plugin-prismjs-2.1.0.tgz", + "integrity": "sha512-ehzSKYfeAz4U78zi/sfwsjDPlq0LvDKxNefcZTJ/iKBu+plsHsLqZhUeGf1+82LAcA35UZGbU6ksEx2Utphc/g==", + "peerDependencies": { + "prismjs": "^1.18.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dependencies": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true, + "license": "MIT" + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true, + "license": "MIT" + }, + "node_modules/body-parser": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "dev": true, + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/bonjour-service": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", + "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dependencies": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/braces/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/braces/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/browserslist": { + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", + "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "caniuse-lite": "^1.0.30001640", + "electron-to-chromium": "^1.4.820", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.1.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dependencies": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-me-maybe": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", + "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==" + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001643", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz", + "integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/case-sensitive-paths-webpack-plugin": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chokidar/node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar/node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/chokidar/node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/chokidar/node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", + "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dependencies": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dependencies": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/clean-css": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", + "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", + "dev": true, + "license": "MIT", + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } + }, + "node_modules/clean-css/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-highlight": { + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.11.tgz", + "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==", + "dev": true, + "license": "ISC", + "dependencies": { + "chalk": "^4.0.0", + "highlight.js": "^10.7.1", + "mz": "^2.4.0", + "parse5": "^5.1.1", + "parse5-htmlparser2-tree-adapter": "^6.0.0", + "yargs": "^16.0.0" + }, + "bin": { + "highlight": "bin/highlight" + }, + "engines": { + "node": ">=8.0.0", + "npm": ">=5.0.0" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/clipboardy": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz", + "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "arch": "^2.1.1", + "execa": "^1.0.0", + "is-wsl": "^2.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/codemirror": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.1.tgz", + "integrity": "sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==", + "dependencies": { + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/commands": "^6.0.0", + "@codemirror/language": "^6.0.0", + "@codemirror/lint": "^6.0.0", + "@codemirror/search": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" + } + }, + "node_modules/codemirror-spell-checker": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/codemirror-spell-checker/-/codemirror-spell-checker-1.1.2.tgz", + "integrity": "sha512-2Tl6n0v+GJRsC9K3MLCdLaMOmvWL0uukajNJseorZJsslaxZyZMgENocPU8R0DyoTAiKsyqiemSOZo7kjGV0LQ==", + "dependencies": { + "typo-js": "*" + } + }, + "node_modules/collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", + "dependencies": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/colord": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "dev": true, + "license": "MIT" + }, + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "engines": { + "node": ">= 12" + } + }, + "node_modules/component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/compression/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/consolidate": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.15.1.tgz", + "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==", + "deprecated": "Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog", + "dev": true, + "license": "MIT", + "dependencies": { + "bluebird": "^3.1.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/copy-to-clipboard": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", + "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==", + "dependencies": { + "toggle-selection": "^1.0.6" + } + }, + "node_modules/copy-webpack-plugin": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz", + "integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-glob": "^3.2.7", + "glob-parent": "^6.0.1", + "globby": "^11.0.3", + "normalize-path": "^3.0.0", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/copy-webpack-plugin/node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/copy-webpack-plugin/node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/copy-webpack-plugin/node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/copy-webpack-plugin/node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/copy-webpack-plugin/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/copy-webpack-plugin/node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/micromatch": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/copy-webpack-plugin/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/copy-webpack-plugin/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/copy-webpack-plugin/node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/cosmiconfig/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/crelt": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", + "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==" + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/css-declaration-sorter": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", + "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } + }, + "node_modules/css-loader": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", + "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", + "dev": true, + "license": "MIT", + "dependencies": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.33", + "postcss-modules-extract-imports": "^3.1.0", + "postcss-modules-local-by-default": "^4.0.5", + "postcss-modules-scope": "^3.2.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/css-minimizer-webpack-plugin": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssnano": "^5.0.6", + "jest-worker": "^27.0.2", + "postcss": "^8.3.5", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@parcel/css": { + "optional": true + }, + "clean-css": { + "optional": true + }, + "csso": { + "optional": true + }, + "esbuild": { + "optional": true + } + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/css-tree/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cssfilter": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", + "integrity": "sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==" + }, + "node_modules/cssnano": { + "version": "5.1.15", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", + "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssnano-preset-default": "^5.2.14", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/cssnano" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-preset-default": { + "version": "5.2.14", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", + "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "css-declaration-sorter": "^6.3.1", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.1", + "postcss-convert-values": "^5.1.3", + "postcss-discard-comments": "^5.1.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.7", + "postcss-merge-rules": "^5.1.4", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.4", + "postcss-minify-selectors": "^5.2.1", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.1", + "postcss-normalize-repeat-style": "^5.1.1", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.1", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.3", + "postcss-reduce-initial": "^5.1.2", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dev": true, + "license": "MIT", + "dependencies": { + "css-tree": "^1.1.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "node_modules/d3": { + "version": "7.8.5", + "resolved": "https://registry.npmjs.org/d3/-/d3-7.8.5.tgz", + "integrity": "sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==", + "dependencies": { + "d3-array": "3", + "d3-axis": "3", + "d3-brush": "3", + "d3-chord": "3", + "d3-color": "3", + "d3-contour": "4", + "d3-delaunay": "6", + "d3-dispatch": "3", + "d3-drag": "3", + "d3-dsv": "3", + "d3-ease": "3", + "d3-fetch": "3", + "d3-force": "3", + "d3-format": "3", + "d3-geo": "3", + "d3-hierarchy": "3", + "d3-interpolate": "3", + "d3-path": "3", + "d3-polygon": "3", + "d3-quadtree": "3", + "d3-random": "3", + "d3-scale": "4", + "d3-scale-chromatic": "3", + "d3-selection": "3", + "d3-shape": "3", + "d3-time": "3", + "d3-time-format": "4", + "d3-timer": "3", + "d3-transition": "3", + "d3-zoom": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-array": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", + "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", + "dependencies": { + "internmap": "1 - 2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-axis": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", + "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-brush": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", + "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "3", + "d3-transition": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-chord": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", + "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", + "dependencies": { + "d3-path": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-collection": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz", + "integrity": "sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==" + }, + "node_modules/d3-color": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", + "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-contour": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", + "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", + "dependencies": { + "d3-array": "^3.2.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-delaunay": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", + "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", + "dependencies": { + "delaunator": "5" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dispatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", + "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-drag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", + "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-selection": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dsv": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", + "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", + "dependencies": { + "commander": "7", + "iconv-lite": "0.6", + "rw": "1" + }, + "bin": { + "csv2json": "bin/dsv2json.js", + "csv2tsv": "bin/dsv2dsv.js", + "dsv2dsv": "bin/dsv2dsv.js", + "dsv2json": "bin/dsv2json.js", + "json2csv": "bin/json2dsv.js", + "json2dsv": "bin/json2dsv.js", + "json2tsv": "bin/json2dsv.js", + "tsv2csv": "bin/dsv2dsv.js", + "tsv2json": "bin/dsv2json.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dsv/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/d3-ease": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-fetch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", + "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", + "dependencies": { + "d3-dsv": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-force": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", + "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-quadtree": "1 - 3", + "d3-timer": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-format": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", + "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-geo": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.0.tgz", + "integrity": "sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==", + "dependencies": { + "d3-array": "2.5.0 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-hierarchy": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", + "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-interpolate": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "dependencies": { + "d3-color": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-path": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", + "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-polygon": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", + "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-quadtree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-random": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", + "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "dependencies": { + "d3-array": "2.10.0 - 3", + "d3-format": "1 - 3", + "d3-interpolate": "1.2.0 - 3", + "d3-time": "2.1.1 - 3", + "d3-time-format": "2 - 4" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale-chromatic": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz", + "integrity": "sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==", + "dependencies": { + "d3-color": "1 - 3", + "d3-interpolate": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-selection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", + "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-shape": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", + "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", + "dependencies": { + "d3-path": "^3.1.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", + "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", + "dependencies": { + "d3-array": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time-format": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", + "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", + "dependencies": { + "d3-time": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-timer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-transition": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", + "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", + "dependencies": { + "d3-color": "1 - 3", + "d3-dispatch": "1 - 3", + "d3-ease": "1 - 3", + "d3-interpolate": "1 - 3", + "d3-timer": "1 - 3" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "d3-selection": "2 - 3" + } + }, + "node_modules/d3-voronoi": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.4.tgz", + "integrity": "sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==" + }, + "node_modules/d3-zoom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", + "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "2 - 3", + "d3-transition": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/dagre": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/dagre/-/dagre-0.8.5.tgz", + "integrity": "sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==", + "dependencies": { + "graphlib": "^2.1.8", + "lodash": "^4.17.15" + } + }, + "node_modules/dagre-d3": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/dagre-d3/-/dagre-d3-0.6.4.tgz", + "integrity": "sha512-e/6jXeCP7/ptlAM48clmX4xTZc5Ek6T6kagS7Oz2HrYSdqcLZFLqpAfh7ldbZRFfxCZVyh61NEPR08UQRVxJzQ==", + "dependencies": { + "d3": "^5.14", + "dagre": "^0.8.5", + "graphlib": "^2.1.8", + "lodash": "^4.17.15" + } + }, + "node_modules/dagre-d3/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/dagre-d3/node_modules/d3": { + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/d3/-/d3-5.16.0.tgz", + "integrity": "sha512-4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw==", + "dependencies": { + "d3-array": "1", + "d3-axis": "1", + "d3-brush": "1", + "d3-chord": "1", + "d3-collection": "1", + "d3-color": "1", + "d3-contour": "1", + "d3-dispatch": "1", + "d3-drag": "1", + "d3-dsv": "1", + "d3-ease": "1", + "d3-fetch": "1", + "d3-force": "1", + "d3-format": "1", + "d3-geo": "1", + "d3-hierarchy": "1", + "d3-interpolate": "1", + "d3-path": "1", + "d3-polygon": "1", + "d3-quadtree": "1", + "d3-random": "1", + "d3-scale": "2", + "d3-scale-chromatic": "1", + "d3-selection": "1", + "d3-shape": "1", + "d3-time": "1", + "d3-time-format": "2", + "d3-timer": "1", + "d3-transition": "1", + "d3-voronoi": "1", + "d3-zoom": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-array": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", + "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==" + }, + "node_modules/dagre-d3/node_modules/d3-axis": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz", + "integrity": "sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==" + }, + "node_modules/dagre-d3/node_modules/d3-brush": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.6.tgz", + "integrity": "sha512-7RW+w7HfMCPyZLifTz/UnJmI5kdkXtpCbombUSs8xniAyo0vIbrDzDwUJB6eJOgl9u5DQOt2TQlYumxzD1SvYA==", + "dependencies": { + "d3-dispatch": "1", + "d3-drag": "1", + "d3-interpolate": "1", + "d3-selection": "1", + "d3-transition": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-chord": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.6.tgz", + "integrity": "sha512-JXA2Dro1Fxw9rJe33Uv+Ckr5IrAa74TlfDEhE/jfLOaXegMQFQTAgAw9WnZL8+HxVBRXaRGCkrNU7pJeylRIuA==", + "dependencies": { + "d3-array": "1", + "d3-path": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-color": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.4.1.tgz", + "integrity": "sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==" + }, + "node_modules/dagre-d3/node_modules/d3-contour": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-1.3.2.tgz", + "integrity": "sha512-hoPp4K/rJCu0ladiH6zmJUEz6+u3lgR+GSm/QdM2BBvDraU39Vr7YdDCicJcxP1z8i9B/2dJLgDC1NcvlF8WCg==", + "dependencies": { + "d3-array": "^1.1.1" + } + }, + "node_modules/dagre-d3/node_modules/d3-dispatch": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz", + "integrity": "sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==" + }, + "node_modules/dagre-d3/node_modules/d3-drag": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.5.tgz", + "integrity": "sha512-rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w==", + "dependencies": { + "d3-dispatch": "1", + "d3-selection": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-dsv": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.2.0.tgz", + "integrity": "sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==", + "dependencies": { + "commander": "2", + "iconv-lite": "0.4", + "rw": "1" + }, + "bin": { + "csv2json": "bin/dsv2json", + "csv2tsv": "bin/dsv2dsv", + "dsv2dsv": "bin/dsv2dsv", + "dsv2json": "bin/dsv2json", + "json2csv": "bin/json2dsv", + "json2dsv": "bin/json2dsv", + "json2tsv": "bin/json2dsv", + "tsv2csv": "bin/dsv2dsv", + "tsv2json": "bin/dsv2json" + } + }, + "node_modules/dagre-d3/node_modules/d3-ease": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.7.tgz", + "integrity": "sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==" + }, + "node_modules/dagre-d3/node_modules/d3-fetch": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-1.2.0.tgz", + "integrity": "sha512-yC78NBVcd2zFAyR/HnUiBS7Lf6inSCoWcSxFfw8FYL7ydiqe80SazNwoffcqOfs95XaLo7yebsmQqDKSsXUtvA==", + "dependencies": { + "d3-dsv": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-force": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.2.1.tgz", + "integrity": "sha512-HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg==", + "dependencies": { + "d3-collection": "1", + "d3-dispatch": "1", + "d3-quadtree": "1", + "d3-timer": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-format": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.4.5.tgz", + "integrity": "sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==" + }, + "node_modules/dagre-d3/node_modules/d3-geo": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.12.1.tgz", + "integrity": "sha512-XG4d1c/UJSEX9NfU02KwBL6BYPj8YKHxgBEw5om2ZnTRSbIcego6dhHwcxuSR3clxh0EpE38os1DVPOmnYtTPg==", + "dependencies": { + "d3-array": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-hierarchy": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz", + "integrity": "sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==" + }, + "node_modules/dagre-d3/node_modules/d3-interpolate": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.4.0.tgz", + "integrity": "sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==", + "dependencies": { + "d3-color": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-path": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", + "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==" + }, + "node_modules/dagre-d3/node_modules/d3-polygon": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-1.0.6.tgz", + "integrity": "sha512-k+RF7WvI08PC8reEoXa/w2nSg5AUMTi+peBD9cmFc+0ixHfbs4QmxxkarVal1IkVkgxVuk9JSHhJURHiyHKAuQ==" + }, + "node_modules/dagre-d3/node_modules/d3-quadtree": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.7.tgz", + "integrity": "sha512-RKPAeXnkC59IDGD0Wu5mANy0Q2V28L+fNe65pOCXVdVuTJS3WPKaJlFHer32Rbh9gIo9qMuJXio8ra4+YmIymA==" + }, + "node_modules/dagre-d3/node_modules/d3-random": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-1.1.2.tgz", + "integrity": "sha512-6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==" + }, + "node_modules/dagre-d3/node_modules/d3-scale": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.2.tgz", + "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", + "dependencies": { + "d3-array": "^1.2.0", + "d3-collection": "1", + "d3-format": "1", + "d3-interpolate": "1", + "d3-time": "1", + "d3-time-format": "2" + } + }, + "node_modules/dagre-d3/node_modules/d3-scale-chromatic": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.5.0.tgz", + "integrity": "sha512-ACcL46DYImpRFMBcpk9HhtIyC7bTBR4fNOPxwVSl0LfulDAwyiHyPOTqcDG1+t5d4P9W7t/2NAuWu59aKko/cg==", + "dependencies": { + "d3-color": "1", + "d3-interpolate": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-selection": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.2.tgz", + "integrity": "sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==" + }, + "node_modules/dagre-d3/node_modules/d3-shape": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", + "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", + "dependencies": { + "d3-path": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-time": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz", + "integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==" + }, + "node_modules/dagre-d3/node_modules/d3-time-format": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz", + "integrity": "sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==", + "dependencies": { + "d3-time": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-timer": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.10.tgz", + "integrity": "sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==" + }, + "node_modules/dagre-d3/node_modules/d3-transition": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.3.2.tgz", + "integrity": "sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==", + "dependencies": { + "d3-color": "1", + "d3-dispatch": "1", + "d3-ease": "1", + "d3-interpolate": "1", + "d3-selection": "^1.1.0", + "d3-timer": "1" + } + }, + "node_modules/dagre-d3/node_modules/d3-zoom": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.8.3.tgz", + "integrity": "sha512-VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ==", + "dependencies": { + "d3-dispatch": "1", + "d3-drag": "1", + "d3-interpolate": "1", + "d3-selection": "1", + "d3-transition": "1" + } + }, + "node_modules/dagre-d3/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", + "dev": true, + "license": "MIT" + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decode-uri-component": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/deepmerge": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-1.5.2.tgz", + "integrity": "sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/default-gateway/node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/default-gateway/node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-gateway/node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-gateway/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/delaunator": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.0.tgz", + "integrity": "sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==", + "dependencies": { + "robust-predicates": "^3.0.0" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true, + "license": "MIT" + }, + "node_modules/dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "dependencies": { + "path-type": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/dns-packet": { + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@leichtgewicht/ip-codec": "^2.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "dev": true, + "license": "MIT", + "dependencies": { + "utila": "~0.4" + } + }, + "node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "license": "MIT", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "BSD-2-Clause" + }, + "node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/dompurify": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.5.tgz", + "integrity": "sha512-kD+f8qEaa42+mjdOpKeztu9Mfx5bv9gVLO6K9jRx4uGvh6Wv06Srn4jr1wPNY2OOUGGSKHNFN+A8MA3v0E0QAQ==" + }, + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=10" + } + }, + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "dev": true, + "license": "MIT" + }, + "node_modules/easy-stack": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/easy-stack/-/easy-stack-1.0.1.tgz", + "integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "dev": true, + "license": "MIT" + }, + "node_modules/electron-to-chromium": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.2.tgz", + "integrity": "sha512-kc4r3U3V3WLaaZqThjYz/Y6z8tJe+7K0bbjUVo3i+LWIypVdMx5nXCkwRe6SWbY6ILqLdc1rKcKmr3HoH7wjSQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/entities": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", + "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/error-stack-parser": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "stackframe": "^1.3.4" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-module-lexer": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", + "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", + "dev": true, + "license": "MIT" + }, + "node_modules/esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "8.50.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz", + "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "8.50.0", + "@humanwhocodes/config-array": "^0.11.11", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-vue": { + "version": "9.17.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.17.0.tgz", + "integrity": "sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.4.0", + "natural-compare": "^1.4.0", + "nth-check": "^2.1.1", + "postcss-selector-parser": "^6.0.13", + "semver": "^7.5.4", + "vue-eslint-parser": "^9.3.1", + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dev": true, + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-pubsub": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/event-pubsub/-/event-pubsub-4.3.0.tgz", + "integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==", + "dev": true, + "license": "Unlicense", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true, + "license": "MIT" + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "license": "MIT", + "dependencies": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/execa/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/execa/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/execa/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/execa/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", + "dependencies": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/expand-brackets/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dependencies": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/express": { + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.2", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.6.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dependencies": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz", + "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", + "dependencies": { + "@mrmlnc/readdir-enhanced": "^2.2.1", + "@nodelib/fs.stat": "^1.1.2", + "glob-parent": "^3.1.0", + "is-glob": "^4.0.0", + "merge2": "^1.2.3", + "micromatch": "^3.1.10" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/fast-glob/node_modules/@nodelib/fs.stat": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", + "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dependencies": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dependencies": { + "is-extglob": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "node_modules/fast-uri": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", + "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/figures/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dependencies": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fill-range/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fill-range/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true, + "license": "BSD-3-Clause", + "bin": { + "flat": "cli.js" + } + }, + "node_modules/flat-cache": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", + "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", + "dev": true, + "dependencies": { + "flatted": "^3.2.7", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", + "dev": true + }, + "node_modules/follow-redirects": { + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } + }, + "node_modules/fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", + "dependencies": { + "map-cache": "^0.2.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs-monkey": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", + "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", + "dev": true, + "license": "Unlicense" + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "license": "MIT", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==" + }, + "node_modules/globals": { + "version": "13.22.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", + "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz", + "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", + "dependencies": { + "@types/glob": "^7.1.1", + "array-union": "^1.0.2", + "dir-glob": "^2.2.2", + "fast-glob": "^2.2.6", + "glob": "^7.1.3", + "ignore": "^4.0.3", + "pify": "^4.0.1", + "slash": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/globby/node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true + }, + "node_modules/graphlib": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz", + "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==", + "dependencies": { + "lodash": "^4.17.15" + } + }, + "node_modules/gray-matter": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", + "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", + "dependencies": { + "js-yaml": "^3.13.1", + "kind-of": "^6.0.2", + "section-matter": "^1.0.0", + "strip-bom-string": "^1.0.0" + }, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/gray-matter/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/gray-matter/node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "duplexer": "^0.1.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true, + "license": "MIT" + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", + "dependencies": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", + "dependencies": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==" + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, + "license": "MIT", + "bin": { + "he": "bin/he" + } + }, + "node_modules/highlight.js": { + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "engines": { + "node": "*" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true, + "license": "ISC" + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/hpack.js/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/hpack.js/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/hpack.js/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/html-entities": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", + "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ], + "license": "MIT" + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true, + "license": "MIT" + }, + "node_modules/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "license": "MIT", + "dependencies": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/html-webpack-plugin": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", + "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/html-webpack-plugin" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.20.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "MIT", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true, + "license": "MIT" + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } + } + }, + "node_modules/http-proxy-middleware/node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/http-proxy-middleware/node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/http-proxy-middleware/node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/http-proxy-middleware/node_modules/micromatch": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/http-proxy-middleware/node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", + "dev": true + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/insert-text-at-cursor": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/insert-text-at-cursor/-/insert-text-at-cursor-0.3.0.tgz", + "integrity": "sha512-/nPtyeX9xPUvxZf+r0518B7uqNKlP+LqNJqSiXFEaa2T71rWIwTVXGH7hB9xO/EVdwa5/pWlFCPwShOW81XIxQ==" + }, + "node_modules/internmap": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "engines": { + "node": ">=12" + } + }, + "node_modules/ipaddr.js": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", + "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, + "node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "node_modules/is-core-module": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", + "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "dev": true, + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-file-esm": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-file-esm/-/is-file-esm-1.0.0.tgz", + "integrity": "sha512-rZlaNKb4Mr8WlRu2A9XdeoKgnO5aA53XdPHgCKVyCrQ/rWi89RET1+bq37Ru46obaQXeiX4vmFIm1vks41hoSA==", + "dev": true, + "license": "MIT", + "dependencies": { + "read-pkg-up": "^7.0.1" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/javascript-stringify": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-1.6.0.tgz", + "integrity": "sha512-fnjC0up+0SjEJtgmmG+teeel68kutkvzfctO/KxE3qJlbunkJYAshgH3boU++gSBHP8z5/r0ts0qRIrHf0RTQQ==" + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/joi": { + "version": "17.13.3", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", + "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^9.3.0", + "@hapi/topo": "^5.1.0", + "@sideway/address": "^4.1.5", + "@sideway/formula": "^3.0.1", + "@sideway/pinpoint": "^2.0.0" + } + }, + "node_modules/jquery": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT" + }, + "node_modules/jquery-ui": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.3.tgz", + "integrity": "sha512-D2YJfswSJRh/B8M/zCowDpNFfwsDmtfnMPwjJTyvl+CBqzpYwQ+gFYIbUUlzijy/Qvoy30H1YhoSui4MNYpRwA==", + "license": "MIT", + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } + }, + "node_modules/jquery-ui-dist": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.3.tgz", + "integrity": "sha512-qeTR3SOSQ0jgxaNXSFU6+JtxdzNUSJKgp8LCzVrVKntM25+2YBJW1Ea8B2AwjmmSHfPLy2dSlZxJQN06OfVFhg==", + "license": "MIT", + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } + }, + "node_modules/js-message": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz", + "integrity": "sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/katex": { + "version": "0.13.24", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.13.24.tgz", + "integrity": "sha512-jZxYuKCma3VS5UuxOx/rFV1QyGSl3Uy/i0kTJF3HgQ5xMinCQVF8Zd4bMY/9aI9b9A2pjIBOsjSSm68ykTAr8w==", + "funding": [ + "https://opencollective.com/katex", + "https://github.com/sponsors/katex" + ], + "dependencies": { + "commander": "^8.0.0" + }, + "bin": { + "katex": "cli.js" + } + }, + "node_modules/keyv": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz", + "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/khroma": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/khroma/-/khroma-1.4.1.tgz", + "integrity": "sha512-+GmxKvmiRuCcUYDgR7g5Ngo0JEDeOsGdNONdU2zsiBQaK4z19Y2NvXqfEDE0ZiIrg45GTZyAnPLVsLZZACYm3Q==" + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/klona": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/launch-editor": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.8.0.tgz", + "integrity": "sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picocolors": "^1.0.0", + "shell-quote": "^1.8.1" + } + }, + "node_modules/launch-editor-middleware": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/launch-editor-middleware/-/launch-editor-middleware-2.8.0.tgz", + "integrity": "sha512-0Az27jnPR2RgkUoZoLHluM5gg9zHeg7hPsUZESJxcTV8Rs6Fed+Nof7Lb2HmpsE8lN/3YzpU+mvK5exYWSftWw==", + "dev": true, + "license": "MIT", + "dependencies": { + "launch-editor": "^2.8.0" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true, + "license": "MIT" + }, + "node_modules/linkify-it": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", + "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", + "dependencies": { + "uc.micro": "^1.0.1" + } + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.defaultsdeep": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz", + "integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.mapvalues": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", + "integrity": "sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-2.3.0.tgz", + "integrity": "sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^3.0.0", + "cli-cursor": "^2.0.0", + "wrap-ansi": "^3.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-3.0.1.tgz", + "integrity": "sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/magic-string": { + "version": "0.30.4", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.4.tgz", + "integrity": "sha512-Q/TKtsC5BPm0kGqgBIF9oXAs/xEf2vRKiIB4wCRQTJOQIByZ1d+NnUOotvJOvNpi5RNIgVOMC3pOuaP1ZTDlVg==", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.15" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", + "dependencies": { + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/markdown-it": { + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", + "dependencies": { + "argparse": "^2.0.1", + "entities": "~2.1.0", + "linkify-it": "^3.0.1", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" + }, + "bin": { + "markdown-it": "bin/markdown-it.js" + } + }, + "node_modules/markdown-it-anchor": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz", + "integrity": "sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==", + "peerDependencies": { + "markdown-it": "*" + } + }, + "node_modules/markdown-it-attrs": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-4.1.6.tgz", + "integrity": "sha512-O7PDKZlN8RFMyDX13JnctQompwrrILuz2y43pW2GagcwpIIElkAdfeek+erHfxUOlXWPsjFeWmZ8ch1xtRLWpA==", + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "markdown-it": ">= 9.0.0" + } + }, + "node_modules/markdown-it-chain": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/markdown-it-chain/-/markdown-it-chain-1.3.0.tgz", + "integrity": "sha512-XClV8I1TKy8L2qsT9iX3qiV+50ZtcInGXI80CA+DP62sMs7hXlyV/RM3hfwy5O3Ad0sJm9xIwQELgANfESo8mQ==", + "dependencies": { + "webpack-chain": "^4.9.0" + }, + "engines": { + "node": ">=6.9" + }, + "peerDependencies": { + "markdown-it": ">=5.0.0" + } + }, + "node_modules/markdown-it-container": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-container/-/markdown-it-container-3.0.0.tgz", + "integrity": "sha512-y6oKTq4BB9OQuY/KLfk/O3ysFhB3IMYoIWhGJEidXt1NQFocFK2sA2t0NYZAMyMShAGL6x5OPIbrmXPIqaN9rw==" + }, + "node_modules/markdown-it-emoji": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz", + "integrity": "sha512-QCz3Hkd+r5gDYtS2xsFXmBYrgw6KuWcJZLCEkdfAuwzZbShCmCfta+hwAMq4NX/4xPzkSHduMKgMkkPUJxSXNg==" + }, + "node_modules/markdown-it-table-of-contents": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.4.tgz", + "integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==", + "engines": { + "node": ">6.4.0" + } + }, + "node_modules/marked": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.0.tgz", + "integrity": "sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==", + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 16" + } + }, + "node_modules/marked-katex-extension": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/marked-katex-extension/-/marked-katex-extension-4.0.1.tgz", + "integrity": "sha512-+zkQvE26mpPLbW2wyR3A+BRoA5ieIhJB5suDrP2vuWoCtNh0+Koi8ISd04OshfzDpPpvK/8TbJNvt8pmJqbLPw==", + "dependencies": { + "@types/katex": "^0.16.3", + "katex": "^0.16.9" + }, + "peerDependencies": { + "marked": ">=4 <10" + } + }, + "node_modules/marked-katex-extension/node_modules/katex": { + "version": "0.16.9", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.9.tgz", + "integrity": "sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==", + "funding": [ + "https://opencollective.com/katex", + "https://github.com/sponsors/katex" + ], + "dependencies": { + "commander": "^8.3.0" + }, + "bin": { + "katex": "cli.js" + } + }, + "node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memfs": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", + "dev": true, + "license": "Unlicense", + "dependencies": { + "fs-monkey": "^1.0.4" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true, + "license": "MIT" + }, + "node_modules/merge-source-map": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz", + "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", + "dev": true, + "license": "MIT", + "dependencies": { + "source-map": "^0.6.1" + } + }, + "node_modules/merge-source-map/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true, + "license": "MIT" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/mermaid": { + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.14.0.tgz", + "integrity": "sha512-ITSHjwVaby1Li738sxhF48sLTxcNyUAoWfoqyztL1f7J6JOLpHOuQPNLBb6lxGPUA0u7xP9IRULgvod0dKu35A==", + "dependencies": { + "@braintree/sanitize-url": "^3.1.0", + "d3": "^7.0.0", + "dagre": "^0.8.5", + "dagre-d3": "^0.6.4", + "dompurify": "2.3.5", + "graphlib": "^2.1.8", + "khroma": "^1.4.1", + "moment-mini": "^2.24.0", + "stylis": "^4.0.10" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", + "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", + "dev": true, + "license": "MIT", + "dependencies": { + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true, + "license": "ISC" + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mitt": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", + "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" + }, + "node_modules/mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "dependencies": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/module-alias": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.3.tgz", + "integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/moment-mini": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment-mini/-/moment-mini-2.29.4.tgz", + "integrity": "sha512-uhXpYwHFeiTbY9KSgPPRoo1nt8OxNVdMVoTBYHfSEKeRkIkwGpO+gERmhuhBtzfaeOyTkykSrm2+noJBgqt3Hg==" + }, + "node_modules/mrmime": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dev": true, + "license": "MIT", + "dependencies": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true, + "license": "MIT" + }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "dev": true, + "license": "(BSD-3-Clause OR GPL-2.0)", + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-releases": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "dev": true, + "license": "MIT" + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-package-data/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", + "dependencies": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dependencies": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", + "dependencies": { + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true, + "license": "MIT" + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true, + "license": "(WTFPL OR MIT)", + "bin": { + "opener": "bin/opener-bin.js" + } + }, + "node_modules/optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "dev": true, + "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/retry": "0.12.0", + "retry": "^0.13.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "license": "MIT", + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", + "dev": true, + "license": "MIT" + }, + "node_modules/parse5-htmlparser2-tree-adapter": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", + "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "parse5": "^6.0.1" + } + }, + "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true, + "license": "MIT" + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==" + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true, + "license": "MIT" + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dependencies": { + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/path-type/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "engines": { + "node": ">=4" + } + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "engines": { + "node": ">=6" + } + }, + "node_modules/portfinder": { + "version": "1.0.32", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz", + "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "async": "^2.6.4", + "debug": "^3.2.7", + "mkdirp": "^0.5.6" + }, + "engines": { + "node": ">= 0.12.0" + } + }, + "node_modules/portfinder/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss": { + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.1", + "source-map-js": "^1.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" + }, + "peerDependencies": { + "postcss": "^8.2.2" + } + }, + "node_modules/postcss-colormin": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", + "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-convert-values": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-comments": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-duplicates": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-empty": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-overridden": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + } + }, + "node_modules/postcss-merge-longhand": { + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-merge-rules": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", + "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^3.1.0", + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-font-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-gradients": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "dev": true, + "license": "MIT", + "dependencies": { + "colord": "^2.9.1", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-params": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", + "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.21.4", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-selectors": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", + "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "dev": true, + "license": "MIT", + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", + "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-normalize-charset": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-display-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-positions": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-repeat-style": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-string": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-timing-functions": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-unicode": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", + "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "dev": true, + "license": "MIT", + "dependencies": { + "normalize-url": "^6.0.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-whitespace": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-ordered-values": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-initial": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", + "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-transforms": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.13", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-svgo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-unique-selectors": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/postcss/node_modules/picocolors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "license": "ISC" + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prettier": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/pretty-error": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "dev": true, + "license": "MIT", + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^3.0.0" + } + }, + "node_modules/prismjs": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "engines": { + "node": ">=6" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true, + "license": "MIT" + }, + "node_modules/progress-webpack-plugin": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/progress-webpack-plugin/-/progress-webpack-plugin-1.0.16.tgz", + "integrity": "sha512-sdiHuuKOzELcBANHfrupYo+r99iPRyOnw15qX+rNlVUqXGfjXdH4IgxriKwG1kNJwVswKQHMdj1hYZMcb9jFaA==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^2.1.0", + "figures": "^2.0.0", + "log-update": "^2.3.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "peerDependencies": { + "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" + } + }, + "node_modules/progress-webpack-plugin/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/progress-webpack-plugin/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/progress-webpack-plugin/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/progress-webpack-plugin/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true, + "license": "MIT" + }, + "node_modules/progress-webpack-plugin/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/progress-webpack-plugin/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/progress-webpack-plugin/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "license": "MIT", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "dev": true, + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/read-pkg-up/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/read-pkg-up/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up/node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg/node_modules/type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=8" + } + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" + }, + "node_modules/regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "dependencies": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/renderkid": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "dev": true, + "license": "MIT", + "dependencies": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^6.0.1" + } + }, + "node_modules/repeat-element": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", + "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/resize-observer-polyfill": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", + "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "deprecated": "https://github.com/lydell/resolve-url#deprecated" + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "engines": { + "node": ">=0.12" + } + }, + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/robust-predicates": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", + "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==" + }, + "node_modules/rollup": { + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=14.18.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/rw": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", + "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==" + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", + "dependencies": { + "ret": "~0.1.10" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sass": { + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", + "dev": true, + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/section-matter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "dependencies": { + "extend-shallow": "^2.0.1", + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/section-matter/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/section-matter/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true, + "license": "MIT" + }, + "node_modules/selfsigned": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node-forge": "^1.3.0", + "node-forge": "^1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true, + "license": "ISC" + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "dependencies": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/set-value/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/set-value/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true, + "license": "ISC" + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "license": "MIT", + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/simplemde": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/simplemde/-/simplemde-1.11.2.tgz", + "integrity": "sha512-AUXuHJ/tEEDEcN/MTitHIw3AuBcheizJt7SVwtyn00B0UK5RKZ3GB+JndmRcJ5wfYGCIL0O2yJm/uz0sJOFSLg==", + "dependencies": { + "codemirror": "*", + "codemirror-spell-checker": "*", + "marked": "*" + } + }, + "node_modules/sirv": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@polka/url": "^1.0.0-next.24", + "mrmime": "^2.0.0", + "totalist": "^3.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "dependencies": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dependencies": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dependencies": { + "kind-of": "^3.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/snapdragon/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dependencies": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", + "dependencies": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "deprecated": "See https://github.com/lydell/source-map-url#deprecated" + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "dev": true, + "license": "CC-BY-3.0" + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz", + "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "dependencies": { + "extend-shallow": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + }, + "node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", + "dev": true, + "license": "MIT" + }, + "node_modules/stackframe": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", + "dev": true, + "license": "MIT" + }, + "node_modules/static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", + "dependencies": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dependencies": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/style-mod": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.0.tgz", + "integrity": "sha512-Ca5ib8HrFn+f+0n4N4ScTIA9iTOQ7MaGS1ylHcoVqW9J7w2w8PzN6g9gKmTYgGEBH8e120+RCmhpje6jC5uGWA==" + }, + "node_modules/stylehacks": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "dev": true, + "license": "MIT", + "dependencies": { + "browserslist": "^4.21.4", + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/stylis": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.0.tgz", + "integrity": "sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ==" + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.31.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", + "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.20", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, + "license": "MIT", + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/thread-loader": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/thread-loader/-/thread-loader-3.0.4.tgz", + "integrity": "sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==", + "dev": true, + "license": "MIT", + "dependencies": { + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^4.1.0", + "loader-utils": "^2.0.0", + "neo-async": "^2.6.2", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.27.0 || ^5.0.0" + } + }, + "node_modules/thread-loader/node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/thread-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/three": { + "version": "0.164.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.164.1.tgz", + "integrity": "sha512-iC/hUBbl1vzFny7f5GtqzVXYjMJKaTPxiCxXfrvVdBi1Sf+jhd1CAkitiFwC7mIBFCo3MrDLJG97yisoaWig0w==", + "license": "MIT" + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true, + "license": "MIT" + }, + "node_modules/to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-object-path/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dependencies": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dependencies": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/toggle-selection": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz", + "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==" + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/toml": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/toml/-/toml-3.0.0.tgz", + "integrity": "sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==" + }, + "node_modules/totalist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true, + "license": "MIT" + }, + "node_modules/tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", + "dev": true, + "license": "0BSD" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typo-js": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/typo-js/-/typo-js-1.2.3.tgz", + "integrity": "sha512-67Hyl94beZX8gmTap7IDPrG5hy2cHftgsCAcGvE1tzuxGT+kRB+zSBin0wIMwysYw8RUCBCvv9UfQl8TNM75dA==" + }, + "node_modules/uc.micro": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" + }, + "node_modules/union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "dependencies": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/union-value/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", + "dependencies": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", + "dependencies": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", + "dependencies": { + "isarray": "1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.1.2", + "picocolors": "^1.0.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/update-browserslist-db/node_modules/picocolors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "dev": true, + "license": "ISC" + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "deprecated": "Please see https://github.com/lydell/urix#deprecated" + }, + "node_modules/use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "dev": true, + "license": "MIT" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/vant": { + "version": "3.6.12", + "resolved": "https://registry.npmjs.org/vant/-/vant-3.6.12.tgz", + "integrity": "sha512-fLzwhpV0ZPQqxrTx6RU8mJVUqP7DSkpdXNeByKubp+O9vKYGcWRX9wFdEwApyy7qLZLLu+rU1Jw52d6lktPL4w==", + "dependencies": { + "@vant/icons": "^1.8.0", + "@vant/popperjs": "^1.2.1", + "@vant/use": "^1.4.2" + }, + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/vite": { + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.10.tgz", + "integrity": "sha512-TzIjiqx9BEXF8yzYdF2NTf1kFFbjMjUSV0LFZ3HyHoI3SGSPLnnFUKiIQtL3gl2AjHvMrprOvQ3amzaHgQlAxw==", + "dev": true, + "dependencies": { + "esbuild": "^0.18.10", + "postcss": "^8.4.27", + "rollup": "^3.27.1" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vue": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.4.tgz", + "integrity": "sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==", + "dependencies": { + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-sfc": "3.3.4", + "@vue/runtime-dom": "3.3.4", + "@vue/server-renderer": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "node_modules/vue-draggable": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/vue-draggable/-/vue-draggable-2.0.6.tgz", + "integrity": "sha512-/FHtAwrhy6a4duF/zr5Sf3oowf3BMHdcEfi1v8SsYYFCNqbKvBFUaiMs7Lw1ZQq2/2j6yvBoAHPKVmuLFSSiJw==", + "license": "MIT" + }, + "node_modules/vue-eslint-parser": { + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.3.1.tgz", + "integrity": "sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==", + "dev": true, + "dependencies": { + "debug": "^4.3.4", + "eslint-scope": "^7.1.1", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "esquery": "^1.4.0", + "lodash": "^4.17.21", + "semver": "^7.3.6" + }, + "engines": { + "node": "^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=6.0.0" + } + }, + "node_modules/vue-hot-reload-api": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", + "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==", + "dev": true, + "license": "MIT" + }, + "node_modules/vue-loader": { + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.4.2.tgz", + "integrity": "sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "hash-sum": "^2.0.0", + "watchpack": "^2.4.0" + }, + "peerDependencies": { + "webpack": "^4.1.0 || ^5.0.0-0" + }, + "peerDependenciesMeta": { + "@vue/compiler-sfc": { + "optional": true + }, + "vue": { + "optional": true + } + } + }, + "node_modules/vue-loader/node_modules/hash-sum": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "dev": true, + "license": "MIT" + }, + "node_modules/vue-router": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz", + "integrity": "sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==", + "dependencies": { + "@vue/devtools-api": "^6.5.0" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/vue-simplemde": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/vue-simplemde/-/vue-simplemde-2.1.1.tgz", + "integrity": "sha512-UBjjdcTVlq7MrmeeKyzGVFEdsqarsqVxL/QGuCCfV1jGs7ve2wJ3pTENM6FEvaSURFnDJhIR6uUkPrxHg6S7HQ==", + "dependencies": { + "marked": "^3.0.8", + "simplemde": "*" + } + }, + "node_modules/vue-simplemde/node_modules/marked": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz", + "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==", + "bin": { + "marked": "bin/marked" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/vue-style-loader": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", + "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "hash-sum": "^1.0.2", + "loader-utils": "^1.0.2" + } + }, + "node_modules/vue-template-es2015-compiler": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz", + "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==", + "dev": true, + "license": "MIT" + }, + "node_modules/w3c-keyname": { + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", + "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==" + }, + "node_modules/watchpack": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", + "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/watchpack/node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/webpack": { + "version": "5.93.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", + "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.7.1", + "acorn-import-attributes": "^1.9.5", + "browserslist": "^4.21.10", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.17.0", + "es-module-lexer": "^1.2.1", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.2.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-bundle-analyzer": { + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz", + "integrity": "sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@discoveryjs/json-ext": "0.5.7", + "acorn": "^8.0.4", + "acorn-walk": "^8.0.0", + "commander": "^7.2.0", + "debounce": "^1.2.1", + "escape-string-regexp": "^4.0.0", + "gzip-size": "^6.0.0", + "html-escaper": "^2.0.2", + "opener": "^1.5.2", + "picocolors": "^1.0.0", + "sirv": "^2.0.3", + "ws": "^7.3.1" + }, + "bin": { + "webpack-bundle-analyzer": "lib/bin/analyzer.js" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, + "node_modules/webpack-chain": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-4.12.1.tgz", + "integrity": "sha512-BCfKo2YkDe2ByqkEWe1Rw+zko4LsyS75LVr29C6xIrxAg9JHJ4pl8kaIZ396SUSNp6b4815dRZPSTAS8LlURRQ==", + "dependencies": { + "deepmerge": "^1.5.2", + "javascript-stringify": "^1.6.0" + } + }, + "node_modules/webpack-dev-middleware": { + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", + "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "colorette": "^2.0.10", + "memfs": "^3.4.3", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-dev-server": { + "version": "4.15.2", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", + "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/bonjour": "^3.5.9", + "@types/connect-history-api-fallback": "^1.3.5", + "@types/express": "^4.17.13", + "@types/serve-index": "^1.9.1", + "@types/serve-static": "^1.13.10", + "@types/sockjs": "^0.3.33", + "@types/ws": "^8.5.5", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.0.11", + "chokidar": "^3.5.3", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "default-gateway": "^6.0.3", + "express": "^4.17.3", + "graceful-fs": "^4.2.6", + "html-entities": "^2.3.2", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.0.1", + "launch-editor": "^2.6.0", + "open": "^8.0.9", + "p-retry": "^4.5.0", + "rimraf": "^3.0.2", + "schema-utils": "^4.0.0", + "selfsigned": "^2.1.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^5.3.4", + "ws": "^8.13.0" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.37.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack-dev-server/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/webpack-dev-server/node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-dev-server/node_modules/ws": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/webpack-merge": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", + "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone-deep": "^4.0.1", + "flat": "^5.0.2", + "wildcard": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack-virtual-modules": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz", + "integrity": "sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==", + "dev": true, + "license": "MIT" + }, + "node_modules/webpack/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/webpack/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/webpack/node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/whatwg-fetch": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", + "dev": true, + "license": "MIT" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "license": "MIT", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wildcard": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/ws": { + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/xss": { + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.14.tgz", + "integrity": "sha512-og7TEJhXvn1a7kzZGQ7ETjdQVS2UfZyTlsEdDOqvQF7GoxNfY+0YLCzBy1kPdsDDx4QuNAonQPddpsn6Xl/7sw==", + "dependencies": { + "commander": "^2.20.3", + "cssfilter": "0.0.10" + }, + "bin": { + "xss": "bin/xss" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/xss/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/client/package.json b/client/package.json new file mode 100644 index 00000000..c556c992 --- /dev/null +++ b/client/package.json @@ -0,0 +1,37 @@ +{ + "name": "aran-weblog", + "version": "0.0.0", + "private": true, + "scripts": { + "dev": "vite --port 3000 --host", + "build": "vite build", + "preview": "vite preview", + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" + }, + "dependencies": { + "@kangc/v-md-editor": "^2.3.17", + "axios": "^1.5.1", + "babel-plugin-prismjs": "^2.1.0", + "form-data": "^4.0.0", + "jquery": "^3.7.1", + "jquery-ui": "^1.13.3", + "jquery-ui-dist": "^1.13.3", + "marked": "^9.1.0", + "marked-katex-extension": "^4.0.1", + "mitt": "^3.0.1", + "prismjs": "^1.29.0", + "three": "^0.164.1", + "vue": "^3.3.4", + "vue-draggable": "^2.0.6", + "vue-router": "^4.2.4", + "vue-simplemde": "^2.1.1" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^4.3.4", + "@vue/cli-service": "^5.0.8", + "eslint": "^8.49.0", + "eslint-plugin-vue": "^9.17.0", + "sass": "^1.69.5", + "vite": "^4.4.9" + } +} diff --git a/client/public/favicon.ico b/client/public/favicon.ico new file mode 100644 index 00000000..31b0d670 Binary files /dev/null and b/client/public/favicon.ico differ diff --git a/client/public/fonts/5e/Bookinsanity Bold Italic.woff2 b/client/public/fonts/5e/Bookinsanity Bold Italic.woff2 new file mode 100644 index 00000000..5df24b04 Binary files /dev/null and b/client/public/fonts/5e/Bookinsanity Bold Italic.woff2 differ diff --git a/client/public/fonts/5e/Bookinsanity Bold.woff2 b/client/public/fonts/5e/Bookinsanity Bold.woff2 new file mode 100644 index 00000000..6ddd39c5 Binary files /dev/null and b/client/public/fonts/5e/Bookinsanity Bold.woff2 differ diff --git a/client/public/fonts/5e/Bookinsanity Italic.woff2 b/client/public/fonts/5e/Bookinsanity Italic.woff2 new file mode 100644 index 00000000..2fd33436 Binary files /dev/null and b/client/public/fonts/5e/Bookinsanity Italic.woff2 differ diff --git a/client/public/fonts/5e/Bookinsanity Semibold Italic.woff2 b/client/public/fonts/5e/Bookinsanity Semibold Italic.woff2 new file mode 100644 index 00000000..1b6aa9c6 Binary files /dev/null and b/client/public/fonts/5e/Bookinsanity Semibold Italic.woff2 differ diff --git a/client/public/fonts/5e/Bookinsanity.woff2 b/client/public/fonts/5e/Bookinsanity.woff2 new file mode 100644 index 00000000..05c1c9d8 Binary files /dev/null and b/client/public/fonts/5e/Bookinsanity.woff2 differ diff --git a/client/public/fonts/5e/Davek.woff2 b/client/public/fonts/5e/Davek.woff2 new file mode 100644 index 00000000..69a7de83 Binary files /dev/null and b/client/public/fonts/5e/Davek.woff2 differ diff --git a/client/public/fonts/5e/Iokharic.woff2 b/client/public/fonts/5e/Iokharic.woff2 new file mode 100644 index 00000000..2ceb7c6b Binary files /dev/null and b/client/public/fonts/5e/Iokharic.woff2 differ diff --git a/client/public/fonts/5e/Martel Sans Black.woff2 b/client/public/fonts/5e/Martel Sans Black.woff2 new file mode 100644 index 00000000..44580467 Binary files /dev/null and b/client/public/fonts/5e/Martel Sans Black.woff2 differ diff --git a/client/public/fonts/5e/Mr Eaves Small Caps.woff2 b/client/public/fonts/5e/Mr Eaves Small Caps.woff2 new file mode 100644 index 00000000..41ad753f Binary files /dev/null and b/client/public/fonts/5e/Mr Eaves Small Caps.woff2 differ diff --git a/client/public/fonts/5e/Nodesto Caps Condensed Bold Italic.woff2 b/client/public/fonts/5e/Nodesto Caps Condensed Bold Italic.woff2 new file mode 100644 index 00000000..7aa65bcf Binary files /dev/null and b/client/public/fonts/5e/Nodesto Caps Condensed Bold Italic.woff2 differ diff --git a/client/public/fonts/5e/Nodesto Caps Condensed Bold.woff2 b/client/public/fonts/5e/Nodesto Caps Condensed Bold.woff2 new file mode 100644 index 00000000..72cdcc96 Binary files /dev/null and b/client/public/fonts/5e/Nodesto Caps Condensed Bold.woff2 differ diff --git a/client/public/fonts/5e/Nodesto Caps Condensed Italic.woff2 b/client/public/fonts/5e/Nodesto Caps Condensed Italic.woff2 new file mode 100644 index 00000000..a4fea47e Binary files /dev/null and b/client/public/fonts/5e/Nodesto Caps Condensed Italic.woff2 differ diff --git a/client/public/fonts/5e/Nodesto Caps Condensed.woff2 b/client/public/fonts/5e/Nodesto Caps Condensed.woff2 new file mode 100644 index 00000000..335079b7 Binary files /dev/null and b/client/public/fonts/5e/Nodesto Caps Condensed.woff2 differ diff --git a/client/public/fonts/5e/Nodesto Caps Wide.woff2 b/client/public/fonts/5e/Nodesto Caps Wide.woff2 new file mode 100644 index 00000000..d50a1991 Binary files /dev/null and b/client/public/fonts/5e/Nodesto Caps Wide.woff2 differ diff --git a/client/public/fonts/5e/Overpass Medium.woff2 b/client/public/fonts/5e/Overpass Medium.woff2 new file mode 100644 index 00000000..74951a81 Binary files /dev/null and b/client/public/fonts/5e/Overpass Medium.woff2 differ diff --git a/client/public/fonts/5e/Rellanic.woff2 b/client/public/fonts/5e/Rellanic.woff2 new file mode 100644 index 00000000..add898f4 Binary files /dev/null and b/client/public/fonts/5e/Rellanic.woff2 differ diff --git a/client/public/fonts/5e/Scaly Sans Bold Italic.woff2 b/client/public/fonts/5e/Scaly Sans Bold Italic.woff2 new file mode 100644 index 00000000..2913adac Binary files /dev/null and b/client/public/fonts/5e/Scaly Sans Bold Italic.woff2 differ diff --git a/client/public/fonts/5e/Scaly Sans Bold.woff2 b/client/public/fonts/5e/Scaly Sans Bold.woff2 new file mode 100644 index 00000000..2e376640 Binary files /dev/null and b/client/public/fonts/5e/Scaly Sans Bold.woff2 differ diff --git a/client/public/fonts/5e/Scaly Sans Caps.woff2 b/client/public/fonts/5e/Scaly Sans Caps.woff2 new file mode 100644 index 00000000..95231a60 Binary files /dev/null and b/client/public/fonts/5e/Scaly Sans Caps.woff2 differ diff --git a/client/public/fonts/5e/Scaly Sans Italic.woff2 b/client/public/fonts/5e/Scaly Sans Italic.woff2 new file mode 100644 index 00000000..d0c9875d Binary files /dev/null and b/client/public/fonts/5e/Scaly Sans Italic.woff2 differ diff --git a/client/public/fonts/5e/Scaly Sans.woff2 b/client/public/fonts/5e/Scaly Sans.woff2 new file mode 100644 index 00000000..26fecef4 Binary files /dev/null and b/client/public/fonts/5e/Scaly Sans.woff2 differ diff --git a/client/public/fonts/5e/Solbera Imitation Tweak.woff2 b/client/public/fonts/5e/Solbera Imitation Tweak.woff2 new file mode 100644 index 00000000..b73d8c47 Binary files /dev/null and b/client/public/fonts/5e/Solbera Imitation Tweak.woff2 differ diff --git a/client/public/fonts/5e/WalterTurncoat-Regular.woff2 b/client/public/fonts/5e/WalterTurncoat-Regular.woff2 new file mode 100644 index 00000000..758e2400 Binary files /dev/null and b/client/public/fonts/5e/WalterTurncoat-Regular.woff2 differ diff --git a/client/public/fonts/5e/fonts.less b/client/public/fonts/5e/fonts.less new file mode 100644 index 00000000..c028b06f --- /dev/null +++ b/client/public/fonts/5e/fonts.less @@ -0,0 +1,143 @@ +/* Main Font, serif */ +@font-face { + font-family: BookInsanityRemake; + src: url('../../../fonts/5e/Bookinsanity.woff2'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: BookInsanityRemake; + src: url('../../../fonts/5e/Bookinsanity Bold.woff2'); + font-weight: bold; + font-style: normal; +} +@font-face { + font-family: BookInsanityRemake; + src: url('../../../fonts/5e/Bookinsanity Italic.woff2'); + font-weight: normal; + font-style: italic; +} +@font-face { + font-family: BookInsanityRemake; + src: url('../../../fonts/5e/Bookinsanity Bold Italic.woff2'); + font-weight: bold; + font-style: italic; +} + +/* Notes and Tables, sans-serif */ +@font-face { + font-family: ScalySansRemake; + src: url('../../../fonts/5e/Scaly Sans.woff2'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: ScalySansRemake; + src: url('../../../fonts/5e/Scaly Sans Bold.woff2'); + font-weight: bold; + font-style: normal; +} +@font-face { + font-family: ScalySansRemake; + src: url('../../../fonts/5e/Scaly Sans Italic.woff2'); + font-weight: normal; + font-style: italic; +} +@font-face { + font-family: ScalySansRemake; + src: url('../../../fonts/5e/Scaly Sans Bold Italic.woff2'); + font-weight: bold; + font-style: italic; +} +@font-face { + font-family: ScalySansSmallCapsRemake; + src: url('../../../fonts/5e/Scaly Sans Caps.woff2'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: WalterTurncoat; + src: url('../../../fonts/5e/WalterTurncoat-Regular.woff2'); + font-weight: normal; + font-style: normal; +} + +/* Headers */ +@font-face { + font-family: MrEavesRemake; + src: url('../../../fonts/5e/Mr Eaves Small Caps.woff2'); + font-weight: normal; + font-style: normal; +} + +/* Fancy Drop Cap */ +@font-face { + font-family: SolberaImitationRemake; //Tweaked 5e version + src: url('../../../fonts/5e/Solbera Imitation Tweak.woff2'); + font-weight: 100 1000; + font-style: normal; + font-style: italic; +} + +/* Cover Page */ +@font-face { + font-family: NodestoCapsCondensed; + src: url('../../../fonts/5e/Nodesto Caps Condensed.woff2'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: NodestoCapsCondensed; + src: url('../../../fonts/5e/Nodesto Caps Condensed Bold.woff2'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: NodestoCapsCondensed; + src: url('../../../fonts/5e/Nodesto Caps Condensed Italic.woff2'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: NodestoCapsCondensed; + src: url('../../../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2'); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: NodestoCapsWide; + src: url('../../../fonts/5e/Nodesto Caps Wide.woff2'); + font-weight: normal; + font-style: normal +} + +@font-face { + font-family: Overpass; + src: url('../../../fonts/5e/Overpass Medium.woff2'); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: Davek; + src: url('../../../fonts/5e/Davek.woff2'); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: Iokharic; + src: url('../../../fonts/5e/Iokharic.woff2'); + font-weight: 500; + font-style: normal; +} +@font-face { + font-family: Rellanic; + src: url('../../../fonts/5e/Rellanic.woff2'); + font-weight: 500; + font-style: normal; +} diff --git a/client/public/icons/dynmap/anchor.png b/client/public/icons/dynmap/anchor.png new file mode 100644 index 00000000..870ebf63 Binary files /dev/null and b/client/public/icons/dynmap/anchor.png differ diff --git a/client/public/icons/dynmap/bank.png b/client/public/icons/dynmap/bank.png new file mode 100644 index 00000000..f3185794 Binary files /dev/null and b/client/public/icons/dynmap/bank.png differ diff --git a/client/public/icons/dynmap/bash-logo.png b/client/public/icons/dynmap/bash-logo.png new file mode 100644 index 00000000..5dc6b939 Binary files /dev/null and b/client/public/icons/dynmap/bash-logo.png differ diff --git a/client/public/icons/dynmap/basket.png b/client/public/icons/dynmap/basket.png new file mode 100644 index 00000000..1ff455e0 Binary files /dev/null and b/client/public/icons/dynmap/basket.png differ diff --git a/client/public/icons/dynmap/bed.png b/client/public/icons/dynmap/bed.png new file mode 100644 index 00000000..01a02f7c Binary files /dev/null and b/client/public/icons/dynmap/bed.png differ diff --git a/client/public/icons/dynmap/beer.png b/client/public/icons/dynmap/beer.png new file mode 100644 index 00000000..1113e7a8 Binary files /dev/null and b/client/public/icons/dynmap/beer.png differ diff --git a/client/public/icons/dynmap/bighouse.png b/client/public/icons/dynmap/bighouse.png new file mode 100644 index 00000000..9723cf0e Binary files /dev/null and b/client/public/icons/dynmap/bighouse.png differ diff --git a/client/public/icons/dynmap/blueflag.png b/client/public/icons/dynmap/blueflag.png new file mode 100644 index 00000000..1a79762a Binary files /dev/null and b/client/public/icons/dynmap/blueflag.png differ diff --git a/client/public/icons/dynmap/bomb.png b/client/public/icons/dynmap/bomb.png new file mode 100644 index 00000000..6e8e3a33 Binary files /dev/null and b/client/public/icons/dynmap/bomb.png differ diff --git a/client/public/icons/dynmap/bookshelf.png b/client/public/icons/dynmap/bookshelf.png new file mode 100644 index 00000000..c589cadf Binary files /dev/null and b/client/public/icons/dynmap/bookshelf.png differ diff --git a/client/public/icons/dynmap/bricks.png b/client/public/icons/dynmap/bricks.png new file mode 100644 index 00000000..c7d1ee03 Binary files /dev/null and b/client/public/icons/dynmap/bricks.png differ diff --git a/client/public/icons/dynmap/bronzemedal.png b/client/public/icons/dynmap/bronzemedal.png new file mode 100644 index 00000000..83c06af3 Binary files /dev/null and b/client/public/icons/dynmap/bronzemedal.png differ diff --git a/client/public/icons/dynmap/bronzestar.png b/client/public/icons/dynmap/bronzestar.png new file mode 100644 index 00000000..0cec9251 Binary files /dev/null and b/client/public/icons/dynmap/bronzestar.png differ diff --git a/client/public/icons/dynmap/building.png b/client/public/icons/dynmap/building.png new file mode 100644 index 00000000..6646b815 Binary files /dev/null and b/client/public/icons/dynmap/building.png differ diff --git a/client/public/icons/dynmap/c-logo.png b/client/public/icons/dynmap/c-logo.png new file mode 100644 index 00000000..dc7dbd7b Binary files /dev/null and b/client/public/icons/dynmap/c-logo.png differ diff --git a/client/public/icons/dynmap/c-sharp-logo.png b/client/public/icons/dynmap/c-sharp-logo.png new file mode 100644 index 00000000..17b4f949 Binary files /dev/null and b/client/public/icons/dynmap/c-sharp-logo.png differ diff --git a/client/public/icons/dynmap/cake.png b/client/public/icons/dynmap/cake.png new file mode 100644 index 00000000..0e69b3fa Binary files /dev/null and b/client/public/icons/dynmap/cake.png differ diff --git a/client/public/icons/dynmap/camera.png b/client/public/icons/dynmap/camera.png new file mode 100644 index 00000000..0a7ef900 Binary files /dev/null and b/client/public/icons/dynmap/camera.png differ diff --git a/client/public/icons/dynmap/cart.png b/client/public/icons/dynmap/cart.png new file mode 100644 index 00000000..72425907 Binary files /dev/null and b/client/public/icons/dynmap/cart.png differ diff --git a/client/public/icons/dynmap/caution.png b/client/public/icons/dynmap/caution.png new file mode 100644 index 00000000..dbfda229 Binary files /dev/null and b/client/public/icons/dynmap/caution.png differ diff --git a/client/public/icons/dynmap/chest.png b/client/public/icons/dynmap/chest.png new file mode 100644 index 00000000..a33977e3 Binary files /dev/null and b/client/public/icons/dynmap/chest.png differ diff --git a/client/public/icons/dynmap/church.png b/client/public/icons/dynmap/church.png new file mode 100644 index 00000000..e1642d0b Binary files /dev/null and b/client/public/icons/dynmap/church.png differ diff --git a/client/public/icons/dynmap/coins.png b/client/public/icons/dynmap/coins.png new file mode 100644 index 00000000..28d59ee7 Binary files /dev/null and b/client/public/icons/dynmap/coins.png differ diff --git a/client/public/icons/dynmap/comment.png b/client/public/icons/dynmap/comment.png new file mode 100644 index 00000000..a5bab32f Binary files /dev/null and b/client/public/icons/dynmap/comment.png differ diff --git a/client/public/icons/dynmap/compass.png b/client/public/icons/dynmap/compass.png new file mode 100644 index 00000000..6576ced9 Binary files /dev/null and b/client/public/icons/dynmap/compass.png differ diff --git a/client/public/icons/dynmap/construction.png b/client/public/icons/dynmap/construction.png new file mode 100644 index 00000000..6dd0b2aa Binary files /dev/null and b/client/public/icons/dynmap/construction.png differ diff --git a/client/public/icons/dynmap/cpp-logo.png b/client/public/icons/dynmap/cpp-logo.png new file mode 100644 index 00000000..432d4eb5 Binary files /dev/null and b/client/public/icons/dynmap/cpp-logo.png differ diff --git a/client/public/icons/dynmap/cross.png b/client/public/icons/dynmap/cross.png new file mode 100644 index 00000000..33a38374 Binary files /dev/null and b/client/public/icons/dynmap/cross.png differ diff --git a/client/public/icons/dynmap/cross_u.png b/client/public/icons/dynmap/cross_u.png new file mode 100644 index 00000000..1f2dbb72 Binary files /dev/null and b/client/public/icons/dynmap/cross_u.png differ diff --git a/client/public/icons/dynmap/cup.png b/client/public/icons/dynmap/cup.png new file mode 100644 index 00000000..9e234da1 Binary files /dev/null and b/client/public/icons/dynmap/cup.png differ diff --git a/client/public/icons/dynmap/cutlery.png b/client/public/icons/dynmap/cutlery.png new file mode 100644 index 00000000..ab33e5b8 Binary files /dev/null and b/client/public/icons/dynmap/cutlery.png differ diff --git a/client/public/icons/dynmap/default.png b/client/public/icons/dynmap/default.png new file mode 100644 index 00000000..55c76802 Binary files /dev/null and b/client/public/icons/dynmap/default.png differ diff --git a/client/public/icons/dynmap/diamond.png b/client/public/icons/dynmap/diamond.png new file mode 100644 index 00000000..e25a7168 Binary files /dev/null and b/client/public/icons/dynmap/diamond.png differ diff --git a/client/public/icons/dynmap/dog.png b/client/public/icons/dynmap/dog.png new file mode 100644 index 00000000..fb2dc26f Binary files /dev/null and b/client/public/icons/dynmap/dog.png differ diff --git a/client/public/icons/dynmap/door.png b/client/public/icons/dynmap/door.png new file mode 100644 index 00000000..2b4651e5 Binary files /dev/null and b/client/public/icons/dynmap/door.png differ diff --git a/client/public/icons/dynmap/down.png b/client/public/icons/dynmap/down.png new file mode 100644 index 00000000..691f6e0c Binary files /dev/null and b/client/public/icons/dynmap/down.png differ diff --git a/client/public/icons/dynmap/down_u.png b/client/public/icons/dynmap/down_u.png new file mode 100644 index 00000000..3c0eb490 Binary files /dev/null and b/client/public/icons/dynmap/down_u.png differ diff --git a/client/public/icons/dynmap/drink.png b/client/public/icons/dynmap/drink.png new file mode 100644 index 00000000..f2c33e77 Binary files /dev/null and b/client/public/icons/dynmap/drink.png differ diff --git a/client/public/icons/dynmap/exclamation.png b/client/public/icons/dynmap/exclamation.png new file mode 100644 index 00000000..d49653ad Binary files /dev/null and b/client/public/icons/dynmap/exclamation.png differ diff --git a/client/public/icons/dynmap/external-black.png b/client/public/icons/dynmap/external-black.png new file mode 100644 index 00000000..5e4662a2 Binary files /dev/null and b/client/public/icons/dynmap/external-black.png differ diff --git a/client/public/icons/dynmap/external-white.png b/client/public/icons/dynmap/external-white.png new file mode 100644 index 00000000..685a1b15 Binary files /dev/null and b/client/public/icons/dynmap/external-white.png differ diff --git a/client/public/icons/dynmap/factory.png b/client/public/icons/dynmap/factory.png new file mode 100644 index 00000000..a27b9dd1 Binary files /dev/null and b/client/public/icons/dynmap/factory.png differ diff --git a/client/public/icons/dynmap/fire.png b/client/public/icons/dynmap/fire.png new file mode 100644 index 00000000..0a2029f9 Binary files /dev/null and b/client/public/icons/dynmap/fire.png differ diff --git a/client/public/icons/dynmap/flower.png b/client/public/icons/dynmap/flower.png new file mode 100644 index 00000000..ba4b0ab7 Binary files /dev/null and b/client/public/icons/dynmap/flower.png differ diff --git a/client/public/icons/dynmap/gear.png b/client/public/icons/dynmap/gear.png new file mode 100644 index 00000000..8f4eeb76 Binary files /dev/null and b/client/public/icons/dynmap/gear.png differ diff --git a/client/public/icons/dynmap/gitea.png b/client/public/icons/dynmap/gitea.png new file mode 100644 index 00000000..63c929db Binary files /dev/null and b/client/public/icons/dynmap/gitea.png differ diff --git a/client/public/icons/dynmap/github-mark-white.svg b/client/public/icons/dynmap/github-mark-white.svg new file mode 100644 index 00000000..d5e64918 --- /dev/null +++ b/client/public/icons/dynmap/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/dynmap/github-mark.svg b/client/public/icons/dynmap/github-mark.svg new file mode 100644 index 00000000..37fa923d --- /dev/null +++ b/client/public/icons/dynmap/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/dynmap/gmail.png b/client/public/icons/dynmap/gmail.png new file mode 100644 index 00000000..d123045a Binary files /dev/null and b/client/public/icons/dynmap/gmail.png differ diff --git a/client/public/icons/dynmap/goldmedal.png b/client/public/icons/dynmap/goldmedal.png new file mode 100644 index 00000000..aba79c3b Binary files /dev/null and b/client/public/icons/dynmap/goldmedal.png differ diff --git a/client/public/icons/dynmap/goldstar.png b/client/public/icons/dynmap/goldstar.png new file mode 100644 index 00000000..3200f51f Binary files /dev/null and b/client/public/icons/dynmap/goldstar.png differ diff --git a/client/public/icons/dynmap/greenflag.png b/client/public/icons/dynmap/greenflag.png new file mode 100644 index 00000000..c8c61b07 Binary files /dev/null and b/client/public/icons/dynmap/greenflag.png differ diff --git a/client/public/icons/dynmap/hammer.png b/client/public/icons/dynmap/hammer.png new file mode 100644 index 00000000..06d69a55 Binary files /dev/null and b/client/public/icons/dynmap/hammer.png differ diff --git a/client/public/icons/dynmap/heart.png b/client/public/icons/dynmap/heart.png new file mode 100644 index 00000000..53e1013a Binary files /dev/null and b/client/public/icons/dynmap/heart.png differ diff --git a/client/public/icons/dynmap/house.png b/client/public/icons/dynmap/house.png new file mode 100644 index 00000000..da024e5a Binary files /dev/null and b/client/public/icons/dynmap/house.png differ diff --git a/client/public/icons/dynmap/instagram.svg b/client/public/icons/dynmap/instagram.svg new file mode 100644 index 00000000..77a0d8e8 --- /dev/null +++ b/client/public/icons/dynmap/instagram.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/client/public/icons/dynmap/java-logo.png b/client/public/icons/dynmap/java-logo.png new file mode 100644 index 00000000..189c17d1 Binary files /dev/null and b/client/public/icons/dynmap/java-logo.png differ diff --git a/client/public/icons/dynmap/js-logo.png b/client/public/icons/dynmap/js-logo.png new file mode 100644 index 00000000..050ff147 Binary files /dev/null and b/client/public/icons/dynmap/js-logo.png differ diff --git a/client/public/icons/dynmap/key.png b/client/public/icons/dynmap/key.png new file mode 100644 index 00000000..b6ad1af4 Binary files /dev/null and b/client/public/icons/dynmap/key.png differ diff --git a/client/public/icons/dynmap/king.png b/client/public/icons/dynmap/king.png new file mode 100644 index 00000000..109b8dba Binary files /dev/null and b/client/public/icons/dynmap/king.png differ diff --git a/client/public/icons/dynmap/left.png b/client/public/icons/dynmap/left.png new file mode 100644 index 00000000..d9c50c4d Binary files /dev/null and b/client/public/icons/dynmap/left.png differ diff --git a/client/public/icons/dynmap/lightbulb.png b/client/public/icons/dynmap/lightbulb.png new file mode 100644 index 00000000..117285ff Binary files /dev/null and b/client/public/icons/dynmap/lightbulb.png differ diff --git a/client/public/icons/dynmap/lighthouse.png b/client/public/icons/dynmap/lighthouse.png new file mode 100644 index 00000000..be1b9c78 Binary files /dev/null and b/client/public/icons/dynmap/lighthouse.png differ diff --git a/client/public/icons/dynmap/linkedin-white.png b/client/public/icons/dynmap/linkedin-white.png new file mode 100755 index 00000000..dde37619 Binary files /dev/null and b/client/public/icons/dynmap/linkedin-white.png differ diff --git a/client/public/icons/dynmap/linkedin.png b/client/public/icons/dynmap/linkedin.png new file mode 100755 index 00000000..9fdacbdc Binary files /dev/null and b/client/public/icons/dynmap/linkedin.png differ diff --git a/client/public/icons/dynmap/lock.png b/client/public/icons/dynmap/lock.png new file mode 100644 index 00000000..ddf83d95 Binary files /dev/null and b/client/public/icons/dynmap/lock.png differ diff --git a/client/public/icons/dynmap/lua-logo.png b/client/public/icons/dynmap/lua-logo.png new file mode 100644 index 00000000..30be1405 Binary files /dev/null and b/client/public/icons/dynmap/lua-logo.png differ diff --git a/client/public/icons/dynmap/minecart.png b/client/public/icons/dynmap/minecart.png new file mode 100644 index 00000000..d752e251 Binary files /dev/null and b/client/public/icons/dynmap/minecart.png differ diff --git a/client/public/icons/dynmap/offlineuser.png b/client/public/icons/dynmap/offlineuser.png new file mode 100644 index 00000000..ac76d701 Binary files /dev/null and b/client/public/icons/dynmap/offlineuser.png differ diff --git a/client/public/icons/dynmap/orangeflag.png b/client/public/icons/dynmap/orangeflag.png new file mode 100644 index 00000000..945dfa98 Binary files /dev/null and b/client/public/icons/dynmap/orangeflag.png differ diff --git a/client/public/icons/dynmap/pin.png b/client/public/icons/dynmap/pin.png new file mode 100644 index 00000000..c4578263 Binary files /dev/null and b/client/public/icons/dynmap/pin.png differ diff --git a/client/public/icons/dynmap/pinkflag.png b/client/public/icons/dynmap/pinkflag.png new file mode 100644 index 00000000..2cdae017 Binary files /dev/null and b/client/public/icons/dynmap/pinkflag.png differ diff --git a/client/public/icons/dynmap/pirateflag.png b/client/public/icons/dynmap/pirateflag.png new file mode 100644 index 00000000..3eeab004 Binary files /dev/null and b/client/public/icons/dynmap/pirateflag.png differ diff --git a/client/public/icons/dynmap/pointdown.png b/client/public/icons/dynmap/pointdown.png new file mode 100644 index 00000000..c66cf8a9 Binary files /dev/null and b/client/public/icons/dynmap/pointdown.png differ diff --git a/client/public/icons/dynmap/pointleft.png b/client/public/icons/dynmap/pointleft.png new file mode 100644 index 00000000..cd36a6c3 Binary files /dev/null and b/client/public/icons/dynmap/pointleft.png differ diff --git a/client/public/icons/dynmap/pointright.png b/client/public/icons/dynmap/pointright.png new file mode 100644 index 00000000..7efc7c6c Binary files /dev/null and b/client/public/icons/dynmap/pointright.png differ diff --git a/client/public/icons/dynmap/pointup.png b/client/public/icons/dynmap/pointup.png new file mode 100644 index 00000000..8c761f76 Binary files /dev/null and b/client/public/icons/dynmap/pointup.png differ diff --git a/client/public/icons/dynmap/portal.png b/client/public/icons/dynmap/portal.png new file mode 100644 index 00000000..7ea51ff1 Binary files /dev/null and b/client/public/icons/dynmap/portal.png differ diff --git a/client/public/icons/dynmap/purpleflag.png b/client/public/icons/dynmap/purpleflag.png new file mode 100644 index 00000000..0cb00ee8 Binary files /dev/null and b/client/public/icons/dynmap/purpleflag.png differ diff --git a/client/public/icons/dynmap/python-logo.png b/client/public/icons/dynmap/python-logo.png new file mode 100644 index 00000000..80bd7366 Binary files /dev/null and b/client/public/icons/dynmap/python-logo.png differ diff --git a/client/public/icons/dynmap/queen.png b/client/public/icons/dynmap/queen.png new file mode 100644 index 00000000..6fbe5a26 Binary files /dev/null and b/client/public/icons/dynmap/queen.png differ diff --git a/client/public/icons/dynmap/r-logo.png b/client/public/icons/dynmap/r-logo.png new file mode 100644 index 00000000..2f720fd5 Binary files /dev/null and b/client/public/icons/dynmap/r-logo.png differ diff --git a/client/public/icons/dynmap/redflag.png b/client/public/icons/dynmap/redflag.png new file mode 100644 index 00000000..b99e36b2 Binary files /dev/null and b/client/public/icons/dynmap/redflag.png differ diff --git a/client/public/icons/dynmap/right.png b/client/public/icons/dynmap/right.png new file mode 100644 index 00000000..8d204afe Binary files /dev/null and b/client/public/icons/dynmap/right.png differ diff --git a/client/public/icons/dynmap/ruby-logo.png b/client/public/icons/dynmap/ruby-logo.png new file mode 100644 index 00000000..ca56b661 Binary files /dev/null and b/client/public/icons/dynmap/ruby-logo.png differ diff --git a/client/public/icons/dynmap/ruby.png b/client/public/icons/dynmap/ruby.png new file mode 100644 index 00000000..24755ce6 Binary files /dev/null and b/client/public/icons/dynmap/ruby.png differ diff --git a/client/public/icons/dynmap/scales.png b/client/public/icons/dynmap/scales.png new file mode 100644 index 00000000..cf099e96 Binary files /dev/null and b/client/public/icons/dynmap/scales.png differ diff --git a/client/public/icons/dynmap/search-white.png b/client/public/icons/dynmap/search-white.png new file mode 100644 index 00000000..9585cbc1 Binary files /dev/null and b/client/public/icons/dynmap/search-white.png differ diff --git a/client/public/icons/dynmap/search.png b/client/public/icons/dynmap/search.png new file mode 100644 index 00000000..3aa42406 Binary files /dev/null and b/client/public/icons/dynmap/search.png differ diff --git a/client/public/icons/dynmap/shield.png b/client/public/icons/dynmap/shield.png new file mode 100644 index 00000000..4eb8031c Binary files /dev/null and b/client/public/icons/dynmap/shield.png differ diff --git a/client/public/icons/dynmap/sign.png b/client/public/icons/dynmap/sign.png new file mode 100644 index 00000000..668becee Binary files /dev/null and b/client/public/icons/dynmap/sign.png differ diff --git a/client/public/icons/dynmap/silvermedal.png b/client/public/icons/dynmap/silvermedal.png new file mode 100644 index 00000000..bcf9fe92 Binary files /dev/null and b/client/public/icons/dynmap/silvermedal.png differ diff --git a/client/public/icons/dynmap/silverstar.png b/client/public/icons/dynmap/silverstar.png new file mode 100644 index 00000000..d405d12c Binary files /dev/null and b/client/public/icons/dynmap/silverstar.png differ diff --git a/client/public/icons/dynmap/skull.png b/client/public/icons/dynmap/skull.png new file mode 100644 index 00000000..7eadc96c Binary files /dev/null and b/client/public/icons/dynmap/skull.png differ diff --git a/client/public/icons/dynmap/sql-logo.svg b/client/public/icons/dynmap/sql-logo.svg new file mode 100644 index 00000000..8fb8fa3e --- /dev/null +++ b/client/public/icons/dynmap/sql-logo.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/dynmap/star.png b/client/public/icons/dynmap/star.png new file mode 100644 index 00000000..883e4dec Binary files /dev/null and b/client/public/icons/dynmap/star.png differ diff --git a/client/public/icons/dynmap/sun.png b/client/public/icons/dynmap/sun.png new file mode 100644 index 00000000..b38797a1 Binary files /dev/null and b/client/public/icons/dynmap/sun.png differ diff --git a/client/public/icons/dynmap/temple.png b/client/public/icons/dynmap/temple.png new file mode 100644 index 00000000..9ab1e9b5 Binary files /dev/null and b/client/public/icons/dynmap/temple.png differ diff --git a/client/public/icons/dynmap/theater.png b/client/public/icons/dynmap/theater.png new file mode 100644 index 00000000..13053e09 Binary files /dev/null and b/client/public/icons/dynmap/theater.png differ diff --git a/client/public/icons/dynmap/tornado.png b/client/public/icons/dynmap/tornado.png new file mode 100644 index 00000000..41040e11 Binary files /dev/null and b/client/public/icons/dynmap/tornado.png differ diff --git a/client/public/icons/dynmap/tower.png b/client/public/icons/dynmap/tower.png new file mode 100644 index 00000000..3c1bc75a Binary files /dev/null and b/client/public/icons/dynmap/tower.png differ diff --git a/client/public/icons/dynmap/tree.png b/client/public/icons/dynmap/tree.png new file mode 100644 index 00000000..70264e06 Binary files /dev/null and b/client/public/icons/dynmap/tree.png differ diff --git a/client/public/icons/dynmap/truck.png b/client/public/icons/dynmap/truck.png new file mode 100644 index 00000000..4b15248b Binary files /dev/null and b/client/public/icons/dynmap/truck.png differ diff --git a/client/public/icons/dynmap/twitter.png b/client/public/icons/dynmap/twitter.png new file mode 100644 index 00000000..7c4a412c Binary files /dev/null and b/client/public/icons/dynmap/twitter.png differ diff --git a/client/public/icons/dynmap/up.png b/client/public/icons/dynmap/up.png new file mode 100644 index 00000000..30d005f2 Binary files /dev/null and b/client/public/icons/dynmap/up.png differ diff --git a/client/public/icons/dynmap/walk.png b/client/public/icons/dynmap/walk.png new file mode 100644 index 00000000..c1d95616 Binary files /dev/null and b/client/public/icons/dynmap/walk.png differ diff --git a/client/public/icons/dynmap/warning.png b/client/public/icons/dynmap/warning.png new file mode 100644 index 00000000..f5362a7e Binary files /dev/null and b/client/public/icons/dynmap/warning.png differ diff --git a/client/public/icons/dynmap/world.png b/client/public/icons/dynmap/world.png new file mode 100644 index 00000000..8ec6efe8 Binary files /dev/null and b/client/public/icons/dynmap/world.png differ diff --git a/client/public/icons/dynmap/wrench.png b/client/public/icons/dynmap/wrench.png new file mode 100644 index 00000000..7c8cc7a2 Binary files /dev/null and b/client/public/icons/dynmap/wrench.png differ diff --git a/client/public/icons/dynmap/yellowflag.png b/client/public/icons/dynmap/yellowflag.png new file mode 100644 index 00000000..8f087bbb Binary files /dev/null and b/client/public/icons/dynmap/yellowflag.png differ diff --git a/client/public/icons/game-icons/000000/andymeneely/police-badge.svg b/client/public/icons/game-icons/000000/andymeneely/police-badge.svg new file mode 100644 index 00000000..eddd8f81 --- /dev/null +++ b/client/public/icons/game-icons/000000/andymeneely/police-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/andymeneely/riposte.svg b/client/public/icons/game-icons/000000/andymeneely/riposte.svg new file mode 100644 index 00000000..9f54ee00 --- /dev/null +++ b/client/public/icons/game-icons/000000/andymeneely/riposte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-10-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-10-clubs.svg new file mode 100644 index 00000000..462bc8e0 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-10-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-10-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-10-diamonds.svg new file mode 100644 index 00000000..d563d18c --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-10-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-10-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-10-hearts.svg new file mode 100644 index 00000000..6fefbdb3 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-10-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-10-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-10-spades.svg new file mode 100644 index 00000000..f8bf3e84 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-10-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-2-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-2-clubs.svg new file mode 100644 index 00000000..ee2ae9a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-2-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-2-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-2-diamonds.svg new file mode 100644 index 00000000..6158fe45 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-2-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-2-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-2-hearts.svg new file mode 100644 index 00000000..e29ab982 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-2-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-2-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-2-spades.svg new file mode 100644 index 00000000..79f11cf4 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-2-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-3-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-3-clubs.svg new file mode 100644 index 00000000..e4eb4dcb --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-3-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-3-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-3-diamonds.svg new file mode 100644 index 00000000..d1b4a68a --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-3-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-3-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-3-hearts.svg new file mode 100644 index 00000000..b5d6fbbe --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-3-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-3-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-3-spades.svg new file mode 100644 index 00000000..e1c65d62 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-3-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-4-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-4-clubs.svg new file mode 100644 index 00000000..b2657a3e --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-4-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-4-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-4-diamonds.svg new file mode 100644 index 00000000..4f90b917 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-4-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-4-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-4-hearts.svg new file mode 100644 index 00000000..b8205157 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-4-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-4-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-4-spades.svg new file mode 100644 index 00000000..3f7d923d --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-4-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-5-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-5-clubs.svg new file mode 100644 index 00000000..232e68ed --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-5-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-5-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-5-diamonds.svg new file mode 100644 index 00000000..c8b3252c --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-5-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-5-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-5-hearts.svg new file mode 100644 index 00000000..fbbbd6f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-5-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-5-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-5-spades.svg new file mode 100644 index 00000000..addcdef6 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-5-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-6-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-6-clubs.svg new file mode 100644 index 00000000..1a4b8bfc --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-6-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-6-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-6-diamonds.svg new file mode 100644 index 00000000..911dc224 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-6-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-6-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-6-hearts.svg new file mode 100644 index 00000000..e6cfbb03 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-6-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-6-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-6-spades.svg new file mode 100644 index 00000000..a85a4de5 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-6-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-7-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-7-clubs.svg new file mode 100644 index 00000000..075c6eb0 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-7-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-7-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-7-diamonds.svg new file mode 100644 index 00000000..31c6f602 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-7-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-7-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-7-hearts.svg new file mode 100644 index 00000000..0b42e2e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-7-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-7-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-7-spades.svg new file mode 100644 index 00000000..b0011835 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-7-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-8-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-8-clubs.svg new file mode 100644 index 00000000..0f8d2bd1 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-8-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-8-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-8-diamonds.svg new file mode 100644 index 00000000..c22fe98c --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-8-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-8-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-8-hearts.svg new file mode 100644 index 00000000..f23de741 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-8-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-8-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-8-spades.svg new file mode 100644 index 00000000..b11c29d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-8-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-9-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-9-clubs.svg new file mode 100644 index 00000000..d377dab7 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-9-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-9-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-9-diamonds.svg new file mode 100644 index 00000000..5e5970a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-9-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-9-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-9-hearts.svg new file mode 100644 index 00000000..31619da4 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-9-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-9-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-9-spades.svg new file mode 100644 index 00000000..b1c40118 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-9-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-ace-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-ace-clubs.svg new file mode 100644 index 00000000..84e743e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-ace-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-ace-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-ace-diamonds.svg new file mode 100644 index 00000000..5adda2ae --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-ace-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-ace-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-ace-hearts.svg new file mode 100644 index 00000000..4961a82e --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-ace-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-ace-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-ace-spades.svg new file mode 100644 index 00000000..5638585d --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-ace-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-jack-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-jack-clubs.svg new file mode 100644 index 00000000..56f7d258 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-jack-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-jack-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-jack-diamonds.svg new file mode 100644 index 00000000..f536b8af --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-jack-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-jack-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-jack-hearts.svg new file mode 100644 index 00000000..eca13d29 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-jack-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-jack-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-jack-spades.svg new file mode 100644 index 00000000..dcaa3be1 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-jack-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-king-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-king-clubs.svg new file mode 100644 index 00000000..e59a1db8 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-king-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-king-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-king-diamonds.svg new file mode 100644 index 00000000..0da3c035 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-king-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-king-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-king-hearts.svg new file mode 100644 index 00000000..85a9253e --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-king-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-king-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-king-spades.svg new file mode 100644 index 00000000..2eaa5cce --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-king-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-queen-clubs.svg b/client/public/icons/game-icons/000000/aussiesim/card-queen-clubs.svg new file mode 100644 index 00000000..9715438b --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-queen-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-queen-diamonds.svg b/client/public/icons/game-icons/000000/aussiesim/card-queen-diamonds.svg new file mode 100644 index 00000000..d988f591 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-queen-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-queen-hearts.svg b/client/public/icons/game-icons/000000/aussiesim/card-queen-hearts.svg new file mode 100644 index 00000000..99ebeadc --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-queen-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/aussiesim/card-queen-spades.svg b/client/public/icons/game-icons/000000/aussiesim/card-queen-spades.svg new file mode 100644 index 00000000..2d7a7b12 --- /dev/null +++ b/client/public/icons/game-icons/000000/aussiesim/card-queen-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/carl-olsen/brutal-helm.svg b/client/public/icons/game-icons/000000/carl-olsen/brutal-helm.svg new file mode 100644 index 00000000..f4d6f6d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/carl-olsen/brutal-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/carl-olsen/crossbow.svg b/client/public/icons/game-icons/000000/carl-olsen/crossbow.svg new file mode 100644 index 00000000..24e2701f --- /dev/null +++ b/client/public/icons/game-icons/000000/carl-olsen/crossbow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/carl-olsen/flame.svg b/client/public/icons/game-icons/000000/carl-olsen/flame.svg new file mode 100644 index 00000000..a6299524 --- /dev/null +++ b/client/public/icons/game-icons/000000/carl-olsen/flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/carl-olsen/mite-alt.svg b/client/public/icons/game-icons/000000/carl-olsen/mite-alt.svg new file mode 100644 index 00000000..5d7b9f33 --- /dev/null +++ b/client/public/icons/game-icons/000000/carl-olsen/mite-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/carl-olsen/spider-alt.svg b/client/public/icons/game-icons/000000/carl-olsen/spider-alt.svg new file mode 100644 index 00000000..9c8135f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/carl-olsen/spider-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/carl-olsen/spider-face.svg b/client/public/icons/game-icons/000000/carl-olsen/spider-face.svg new file mode 100644 index 00000000..e75c5201 --- /dev/null +++ b/client/public/icons/game-icons/000000/carl-olsen/spider-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/accordion.svg b/client/public/icons/game-icons/000000/caro-asercion/accordion.svg new file mode 100644 index 00000000..723c0e0c --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/accordion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/anteater.svg b/client/public/icons/game-icons/000000/caro-asercion/anteater.svg new file mode 100644 index 00000000..354d5d93 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/anteater.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/archaeopteryx-fossil.svg b/client/public/icons/game-icons/000000/caro-asercion/archaeopteryx-fossil.svg new file mode 100644 index 00000000..6fea255b --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/archaeopteryx-fossil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/armchair.svg b/client/public/icons/game-icons/000000/caro-asercion/armchair.svg new file mode 100644 index 00000000..dbe14282 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/armchair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/artichoke.svg b/client/public/icons/game-icons/000000/caro-asercion/artichoke.svg new file mode 100644 index 00000000..0dd79c55 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/artichoke.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/astrolabe.svg b/client/public/icons/game-icons/000000/caro-asercion/astrolabe.svg new file mode 100644 index 00000000..612647ee --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/astrolabe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/axolotl.svg b/client/public/icons/game-icons/000000/caro-asercion/axolotl.svg new file mode 100644 index 00000000..523d29ed --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/axolotl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/badger.svg b/client/public/icons/game-icons/000000/caro-asercion/badger.svg new file mode 100644 index 00000000..8b98070c --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/badger.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/caro-asercion/barn-owl.svg b/client/public/icons/game-icons/000000/caro-asercion/barn-owl.svg new file mode 100644 index 00000000..202112ba --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/barn-owl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/bassoon.svg b/client/public/icons/game-icons/000000/caro-asercion/bassoon.svg new file mode 100644 index 00000000..cac95e8f --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/bassoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/birch-trees.svg b/client/public/icons/game-icons/000000/caro-asercion/birch-trees.svg new file mode 100644 index 00000000..74be699c --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/birch-trees.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/blender.svg b/client/public/icons/game-icons/000000/caro-asercion/blender.svg new file mode 100644 index 00000000..77672385 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/blender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/boar.svg b/client/public/icons/game-icons/000000/caro-asercion/boar.svg new file mode 100644 index 00000000..0eb476d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/boar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/boarding-pass.svg b/client/public/icons/game-icons/000000/caro-asercion/boarding-pass.svg new file mode 100644 index 00000000..86a8e652 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/boarding-pass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/boba.svg b/client/public/icons/game-icons/000000/caro-asercion/boba.svg new file mode 100644 index 00000000..c1d8fe5a --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/boba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/bok-choy.svg b/client/public/icons/game-icons/000000/caro-asercion/bok-choy.svg new file mode 100644 index 00000000..cbc28c4a --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/bok-choy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/bowl-of-rice.svg b/client/public/icons/game-icons/000000/caro-asercion/bowl-of-rice.svg new file mode 100644 index 00000000..6e2b4ab7 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/bowl-of-rice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/bucket-wheel-excavator.svg b/client/public/icons/game-icons/000000/caro-asercion/bucket-wheel-excavator.svg new file mode 100644 index 00000000..2ea2ec88 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/bucket-wheel-excavator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/bunny-slippers.svg b/client/public/icons/game-icons/000000/caro-asercion/bunny-slippers.svg new file mode 100644 index 00000000..7efb471e --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/bunny-slippers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/bus-stop.svg b/client/public/icons/game-icons/000000/caro-asercion/bus-stop.svg new file mode 100644 index 00000000..da7983d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/bus-stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/canadian-goose.svg b/client/public/icons/game-icons/000000/caro-asercion/canadian-goose.svg new file mode 100644 index 00000000..0ae45f70 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/canadian-goose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/capybara.svg b/client/public/icons/game-icons/000000/caro-asercion/capybara.svg new file mode 100644 index 00000000..ead7be86 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/capybara.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/charcuterie.svg b/client/public/icons/game-icons/000000/caro-asercion/charcuterie.svg new file mode 100644 index 00000000..04709da0 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/charcuterie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/clarinet.svg b/client/public/icons/game-icons/000000/caro-asercion/clarinet.svg new file mode 100644 index 00000000..99ca1925 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/clarinet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/cloaked-figure-on-horseback.svg b/client/public/icons/game-icons/000000/caro-asercion/cloaked-figure-on-horseback.svg new file mode 100644 index 00000000..564442b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/cloaked-figure-on-horseback.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/clock-tower.svg b/client/public/icons/game-icons/000000/caro-asercion/clock-tower.svg new file mode 100644 index 00000000..662ad108 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/clock-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/clothesline.svg b/client/public/icons/game-icons/000000/caro-asercion/clothesline.svg new file mode 100644 index 00000000..96be8459 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/clothesline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/coinflip.svg b/client/public/icons/game-icons/000000/caro-asercion/coinflip.svg new file mode 100644 index 00000000..15fb12fa --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/coinflip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/cootie-catcher.svg b/client/public/icons/game-icons/000000/caro-asercion/cootie-catcher.svg new file mode 100644 index 00000000..af14eddc --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/cootie-catcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/deer-head.svg b/client/public/icons/game-icons/000000/caro-asercion/deer-head.svg new file mode 100644 index 00000000..07475d0f --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/deer-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/deer.svg b/client/public/icons/game-icons/000000/caro-asercion/deer.svg new file mode 100644 index 00000000..76b7fbf8 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/deer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/dodo.svg b/client/public/icons/game-icons/000000/caro-asercion/dodo.svg new file mode 100644 index 00000000..f462c9d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/dodo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/drum-kit.svg b/client/public/icons/game-icons/000000/caro-asercion/drum-kit.svg new file mode 100644 index 00000000..56fb9312 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/drum-kit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/dumpling-bao.svg b/client/public/icons/game-icons/000000/caro-asercion/dumpling-bao.svg new file mode 100644 index 00000000..498ab0fa --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/dumpling-bao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/dumpling.svg b/client/public/icons/game-icons/000000/caro-asercion/dumpling.svg new file mode 100644 index 00000000..5bfe27db --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/dumpling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/earbuds.svg b/client/public/icons/game-icons/000000/caro-asercion/earbuds.svg new file mode 100644 index 00000000..e2eba53f --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/earbuds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/easel.svg b/client/public/icons/game-icons/000000/caro-asercion/easel.svg new file mode 100644 index 00000000..721779f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/easel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/fox.svg b/client/public/icons/game-icons/000000/caro-asercion/fox.svg new file mode 100644 index 00000000..3678d5a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/fox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/french-horn.svg b/client/public/icons/game-icons/000000/caro-asercion/french-horn.svg new file mode 100644 index 00000000..213f4fac --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/french-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/fridge.svg b/client/public/icons/game-icons/000000/caro-asercion/fridge.svg new file mode 100644 index 00000000..45b8b469 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/fridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/froe-and-mallet.svg b/client/public/icons/game-icons/000000/caro-asercion/froe-and-mallet.svg new file mode 100644 index 00000000..f74dcd33 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/froe-and-mallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/frog-mouth-helm.svg b/client/public/icons/game-icons/000000/caro-asercion/frog-mouth-helm.svg new file mode 100644 index 00000000..268abfd0 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/frog-mouth-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/goblin.svg b/client/public/icons/game-icons/000000/caro-asercion/goblin.svg new file mode 100644 index 00000000..1620b1b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/goblin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/grand-piano.svg b/client/public/icons/game-icons/000000/caro-asercion/grand-piano.svg new file mode 100644 index 00000000..eafbb4f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/grand-piano.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/caro-asercion/gyroscope.svg b/client/public/icons/game-icons/000000/caro-asercion/gyroscope.svg new file mode 100644 index 00000000..6b54c6d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/gyroscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/hedgehog.svg b/client/public/icons/game-icons/000000/caro-asercion/hedgehog.svg new file mode 100644 index 00000000..216ff301 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/hedgehog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/heraldic-sun.svg b/client/public/icons/game-icons/000000/caro-asercion/heraldic-sun.svg new file mode 100644 index 00000000..cd1ffe9f --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/heraldic-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/heron.svg b/client/public/icons/game-icons/000000/caro-asercion/heron.svg new file mode 100644 index 00000000..4e79f740 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/heron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/hyena-head.svg b/client/public/icons/game-icons/000000/caro-asercion/hyena-head.svg new file mode 100644 index 00000000..c4725c7a --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/hyena-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/mason-jar.svg b/client/public/icons/game-icons/000000/caro-asercion/mason-jar.svg new file mode 100644 index 00000000..91cc2de2 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/mason-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/medieval-village-01.svg b/client/public/icons/game-icons/000000/caro-asercion/medieval-village-01.svg new file mode 100644 index 00000000..a9881788 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/medieval-village-01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/mole.svg b/client/public/icons/game-icons/000000/caro-asercion/mole.svg new file mode 100644 index 00000000..b9a6fe52 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/mole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/mountain-climbing.svg b/client/public/icons/game-icons/000000/caro-asercion/mountain-climbing.svg new file mode 100644 index 00000000..e6fdaf84 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/mountain-climbing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/ophanim.svg b/client/public/icons/game-icons/000000/caro-asercion/ophanim.svg new file mode 100644 index 00000000..031b55e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/ophanim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/orrery.svg b/client/public/icons/game-icons/000000/caro-asercion/orrery.svg new file mode 100644 index 00000000..80c68012 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/orrery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/pangolin.svg b/client/public/icons/game-icons/000000/caro-asercion/pangolin.svg new file mode 100644 index 00000000..a8c6db73 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/pangolin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/paper-bag-crumpled.svg b/client/public/icons/game-icons/000000/caro-asercion/paper-bag-crumpled.svg new file mode 100644 index 00000000..f273baaa --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/paper-bag-crumpled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/paper-bag-folded.svg b/client/public/icons/game-icons/000000/caro-asercion/paper-bag-folded.svg new file mode 100644 index 00000000..d5030bbe --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/paper-bag-folded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/paper-bag-open.svg b/client/public/icons/game-icons/000000/caro-asercion/paper-bag-open.svg new file mode 100644 index 00000000..fdcd2dfc --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/paper-bag-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/paper-crane.svg b/client/public/icons/game-icons/000000/caro-asercion/paper-crane.svg new file mode 100644 index 00000000..3bd1e32e --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/paper-crane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/paper-frog.svg b/client/public/icons/game-icons/000000/caro-asercion/paper-frog.svg new file mode 100644 index 00000000..d84b1ba6 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/paper-frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/philosopher-bust.svg b/client/public/icons/game-icons/000000/caro-asercion/philosopher-bust.svg new file mode 100644 index 00000000..8f5c7014 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/philosopher-bust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/pianist.svg b/client/public/icons/game-icons/000000/caro-asercion/pianist.svg new file mode 100644 index 00000000..9c21d97c --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/pianist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/pipe-organ.svg b/client/public/icons/game-icons/000000/caro-asercion/pipe-organ.svg new file mode 100644 index 00000000..eb45b773 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/pipe-organ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/porcupine.svg b/client/public/icons/game-icons/000000/caro-asercion/porcupine.svg new file mode 100644 index 00000000..288fd55d --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/porcupine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/prank-glasses.svg b/client/public/icons/game-icons/000000/caro-asercion/prank-glasses.svg new file mode 100644 index 00000000..d3ec4b1d --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/prank-glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/pressure-cooker.svg b/client/public/icons/game-icons/000000/caro-asercion/pressure-cooker.svg new file mode 100644 index 00000000..a6eec528 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/pressure-cooker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/rice-cooker.svg b/client/public/icons/game-icons/000000/caro-asercion/rice-cooker.svg new file mode 100644 index 00000000..2c2bb6ac --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/rice-cooker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/ricochet.svg b/client/public/icons/game-icons/000000/caro-asercion/ricochet.svg new file mode 100644 index 00000000..2a4ee6ff --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/ricochet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/rolling-suitcase.svg b/client/public/icons/game-icons/000000/caro-asercion/rolling-suitcase.svg new file mode 100644 index 00000000..aebe4677 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/rolling-suitcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/rotary-phone.svg b/client/public/icons/game-icons/000000/caro-asercion/rotary-phone.svg new file mode 100644 index 00000000..a85f153c --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/rotary-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/round-potion.svg b/client/public/icons/game-icons/000000/caro-asercion/round-potion.svg new file mode 100644 index 00000000..71b69a08 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/round-potion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/saucepan.svg b/client/public/icons/game-icons/000000/caro-asercion/saucepan.svg new file mode 100644 index 00000000..f088e83c --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/saucepan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/sauropod-skeleton.svg b/client/public/icons/game-icons/000000/caro-asercion/sauropod-skeleton.svg new file mode 100644 index 00000000..e21346be --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/sauropod-skeleton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/schrodingers-cat-alive.svg b/client/public/icons/game-icons/000000/caro-asercion/schrodingers-cat-alive.svg new file mode 100644 index 00000000..8c34ebe1 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/schrodingers-cat-alive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/schrodingers-cat-dead.svg b/client/public/icons/game-icons/000000/caro-asercion/schrodingers-cat-dead.svg new file mode 100644 index 00000000..00b6ad6a --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/schrodingers-cat-dead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/sewing-machine.svg b/client/public/icons/game-icons/000000/caro-asercion/sewing-machine.svg new file mode 100644 index 00000000..b61bf71c --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/sewing-machine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/sink.svg b/client/public/icons/game-icons/000000/caro-asercion/sink.svg new file mode 100644 index 00000000..3f84d5dd --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/sink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/skateboarding-01.svg b/client/public/icons/game-icons/000000/caro-asercion/skateboarding-01.svg new file mode 100644 index 00000000..3d516e57 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/skateboarding-01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/skateboarding-02.svg b/client/public/icons/game-icons/000000/caro-asercion/skateboarding-02.svg new file mode 100644 index 00000000..b5086c41 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/skateboarding-02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/slot-machine.svg b/client/public/icons/game-icons/000000/caro-asercion/slot-machine.svg new file mode 100644 index 00000000..c4a01831 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/slot-machine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/sloth.svg b/client/public/icons/game-icons/000000/caro-asercion/sloth.svg new file mode 100644 index 00000000..75a51da4 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/sloth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/soda-bottle.svg b/client/public/icons/game-icons/000000/caro-asercion/soda-bottle.svg new file mode 100644 index 00000000..7dca82f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/soda-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/soldering-iron.svg b/client/public/icons/game-icons/000000/caro-asercion/soldering-iron.svg new file mode 100644 index 00000000..f439bdea --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/soldering-iron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/spinning-wheel.svg b/client/public/icons/game-icons/000000/caro-asercion/spinning-wheel.svg new file mode 100644 index 00000000..3938d126 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/spinning-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/stapler-heavy-duty.svg b/client/public/icons/game-icons/000000/caro-asercion/stapler-heavy-duty.svg new file mode 100644 index 00000000..bd5edfa4 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/stapler-heavy-duty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/stapler-pneumatic.svg b/client/public/icons/game-icons/000000/caro-asercion/stapler-pneumatic.svg new file mode 100644 index 00000000..9e754942 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/stapler-pneumatic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/stapler.svg b/client/public/icons/game-icons/000000/caro-asercion/stapler.svg new file mode 100644 index 00000000..518f07fc --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/stapler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/steamroller.svg b/client/public/icons/game-icons/000000/caro-asercion/steamroller.svg new file mode 100644 index 00000000..9bec0a55 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/steamroller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/subway-pass.svg b/client/public/icons/game-icons/000000/caro-asercion/subway-pass.svg new file mode 100644 index 00000000..effe07b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/subway-pass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/subway-train.svg b/client/public/icons/game-icons/000000/caro-asercion/subway-train.svg new file mode 100644 index 00000000..444f2b47 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/subway-train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/tarot-00-the-fool.svg b/client/public/icons/game-icons/000000/caro-asercion/tarot-00-the-fool.svg new file mode 100644 index 00000000..229ec199 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/tarot-00-the-fool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/tarot-01-the-magician.svg b/client/public/icons/game-icons/000000/caro-asercion/tarot-01-the-magician.svg new file mode 100644 index 00000000..09f668a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/tarot-01-the-magician.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/tarot-02-the-high-priestess.svg b/client/public/icons/game-icons/000000/caro-asercion/tarot-02-the-high-priestess.svg new file mode 100644 index 00000000..ac8f452f --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/tarot-02-the-high-priestess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/tarot-03-the-empress.svg b/client/public/icons/game-icons/000000/caro-asercion/tarot-03-the-empress.svg new file mode 100644 index 00000000..b9c7df5d --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/tarot-03-the-empress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/tesla-coil.svg b/client/public/icons/game-icons/000000/caro-asercion/tesla-coil.svg new file mode 100644 index 00000000..664f1da1 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/tesla-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/test-tube-held.svg b/client/public/icons/game-icons/000000/caro-asercion/test-tube-held.svg new file mode 100644 index 00000000..0000f76b --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/test-tube-held.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/test-tube-rack.svg b/client/public/icons/game-icons/000000/caro-asercion/test-tube-rack.svg new file mode 100644 index 00000000..e2ac299a --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/test-tube-rack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/toothbrush.svg b/client/public/icons/game-icons/000000/caro-asercion/toothbrush.svg new file mode 100644 index 00000000..7d622589 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/toothbrush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/treehouse.svg b/client/public/icons/game-icons/000000/caro-asercion/treehouse.svg new file mode 100644 index 00000000..b5b0e94e --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/treehouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/trombone.svg b/client/public/icons/game-icons/000000/caro-asercion/trombone.svg new file mode 100644 index 00000000..0bbbea86 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/trombone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/tuba.svg b/client/public/icons/game-icons/000000/caro-asercion/tuba.svg new file mode 100644 index 00000000..fb00a5b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/tuba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/venus-flytrap.svg b/client/public/icons/game-icons/000000/caro-asercion/venus-flytrap.svg new file mode 100644 index 00000000..4108d04a --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/venus-flytrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/vhs.svg b/client/public/icons/game-icons/000000/caro-asercion/vhs.svg new file mode 100644 index 00000000..af0d9d50 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/vhs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/warlord-helmet.svg b/client/public/icons/game-icons/000000/caro-asercion/warlord-helmet.svg new file mode 100644 index 00000000..92d2c289 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/warlord-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/water-mill.svg b/client/public/icons/game-icons/000000/caro-asercion/water-mill.svg new file mode 100644 index 00000000..dd139cdf --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/water-mill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/willow-tree.svg b/client/public/icons/game-icons/000000/caro-asercion/willow-tree.svg new file mode 100644 index 00000000..8ee6af08 --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/willow-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/windchimes.svg b/client/public/icons/game-icons/000000/caro-asercion/windchimes.svg new file mode 100644 index 00000000..77ac4a3d --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/windchimes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/caro-asercion/wok.svg b/client/public/icons/game-icons/000000/caro-asercion/wok.svg new file mode 100644 index 00000000..b112753b --- /dev/null +++ b/client/public/icons/game-icons/000000/caro-asercion/wok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/annexation.svg b/client/public/icons/game-icons/000000/cathelineau/annexation.svg new file mode 100644 index 00000000..94aa0e3b --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/annexation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/bad-gnome.svg b/client/public/icons/game-icons/000000/cathelineau/bad-gnome.svg new file mode 100644 index 00000000..85275699 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/bad-gnome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/battleship.svg b/client/public/icons/game-icons/000000/cathelineau/battleship.svg new file mode 100644 index 00000000..30c85c97 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/battleship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/boar-ensign.svg b/client/public/icons/game-icons/000000/cathelineau/boar-ensign.svg new file mode 100644 index 00000000..17e949b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/boar-ensign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/carnyx.svg b/client/public/icons/game-icons/000000/cathelineau/carnyx.svg new file mode 100644 index 00000000..eca51e0c --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/carnyx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/carrier.svg b/client/public/icons/game-icons/000000/cathelineau/carrier.svg new file mode 100644 index 00000000..cd661a0c --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/carrier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/chariot.svg b/client/public/icons/game-icons/000000/cathelineau/chariot.svg new file mode 100644 index 00000000..c46f8e1c --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/chariot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/cruiser.svg b/client/public/icons/game-icons/000000/cathelineau/cruiser.svg new file mode 100644 index 00000000..39b18097 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/cruiser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/dread.svg b/client/public/icons/game-icons/000000/cathelineau/dread.svg new file mode 100644 index 00000000..3d2fb702 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/dread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/dreadnought.svg b/client/public/icons/game-icons/000000/cathelineau/dreadnought.svg new file mode 100644 index 00000000..0ceee8cf --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/dreadnought.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/earth-worm.svg b/client/public/icons/game-icons/000000/cathelineau/earth-worm.svg new file mode 100644 index 00000000..2d52b760 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/earth-worm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/flying-trout.svg b/client/public/icons/game-icons/000000/cathelineau/flying-trout.svg new file mode 100644 index 00000000..3cb88a72 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/flying-trout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/fomorian.svg b/client/public/icons/game-icons/000000/cathelineau/fomorian.svg new file mode 100644 index 00000000..07ae4a84 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/fomorian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/great-war-tank.svg b/client/public/icons/game-icons/000000/cathelineau/great-war-tank.svg new file mode 100644 index 00000000..ffce4162 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/great-war-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/holy-oak.svg b/client/public/icons/game-icons/000000/cathelineau/holy-oak.svg new file mode 100644 index 00000000..f01b5cdc --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/holy-oak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/iron-hulled-warship.svg b/client/public/icons/game-icons/000000/cathelineau/iron-hulled-warship.svg new file mode 100644 index 00000000..076f791d --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/iron-hulled-warship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/medusa-head.svg b/client/public/icons/game-icons/000000/cathelineau/medusa-head.svg new file mode 100644 index 00000000..c44cfd4d --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/medusa-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/nun-face.svg b/client/public/icons/game-icons/000000/cathelineau/nun-face.svg new file mode 100644 index 00000000..aeb7dd2f --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/nun-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/occupy.svg b/client/public/icons/game-icons/000000/cathelineau/occupy.svg new file mode 100644 index 00000000..a7c1cc5e --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/occupy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/old-king.svg b/client/public/icons/game-icons/000000/cathelineau/old-king.svg new file mode 100644 index 00000000..f0abd454 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/old-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/oppidum.svg b/client/public/icons/game-icons/000000/cathelineau/oppidum.svg new file mode 100644 index 00000000..90d37bbd --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/oppidum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/polar-bear.svg b/client/public/icons/game-icons/000000/cathelineau/polar-bear.svg new file mode 100644 index 00000000..74378e95 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/polar-bear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/swordman.svg b/client/public/icons/game-icons/000000/cathelineau/swordman.svg new file mode 100644 index 00000000..1d13055f --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/swordman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/swordwoman.svg b/client/public/icons/game-icons/000000/cathelineau/swordwoman.svg new file mode 100644 index 00000000..cb478f43 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/swordwoman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/torc.svg b/client/public/icons/game-icons/000000/cathelineau/torc.svg new file mode 100644 index 00000000..563b1f48 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/torc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/transparent-slime.svg b/client/public/icons/game-icons/000000/cathelineau/transparent-slime.svg new file mode 100644 index 00000000..627a03d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/transparent-slime.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/tree-face.svg b/client/public/icons/game-icons/000000/cathelineau/tree-face.svg new file mode 100644 index 00000000..a695ed5e --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/tree-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/tumulus.svg b/client/public/icons/game-icons/000000/cathelineau/tumulus.svg new file mode 100644 index 00000000..5dac14f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/tumulus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/cathelineau/witch-face.svg b/client/public/icons/game-icons/000000/cathelineau/witch-face.svg new file mode 100644 index 00000000..a3453eb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/cathelineau/witch-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/catsu/broken-arrow.svg b/client/public/icons/game-icons/000000/catsu/broken-arrow.svg new file mode 100644 index 00000000..4f4c841c --- /dev/null +++ b/client/public/icons/game-icons/000000/catsu/broken-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/acrobatic.svg b/client/public/icons/game-icons/000000/darkzaitzev/acrobatic.svg new file mode 100644 index 00000000..3b5deb43 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/acrobatic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/apothecary.svg b/client/public/icons/game-icons/000000/darkzaitzev/apothecary.svg new file mode 100644 index 00000000..94e99ca0 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/apothecary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/big-gear.svg b/client/public/icons/game-icons/000000/darkzaitzev/big-gear.svg new file mode 100644 index 00000000..8b5cba41 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/big-gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/catch.svg b/client/public/icons/game-icons/000000/darkzaitzev/catch.svg new file mode 100644 index 00000000..f57a6600 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/catch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/cauldron.svg b/client/public/icons/game-icons/000000/darkzaitzev/cauldron.svg new file mode 100644 index 00000000..982c1729 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/cauldron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/chameleon-glyph.svg b/client/public/icons/game-icons/000000/darkzaitzev/chameleon-glyph.svg new file mode 100644 index 00000000..3b6c4f49 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/chameleon-glyph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/death-juice.svg b/client/public/icons/game-icons/000000/darkzaitzev/death-juice.svg new file mode 100644 index 00000000..3a770a51 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/death-juice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/distraction.svg b/client/public/icons/game-icons/000000/darkzaitzev/distraction.svg new file mode 100644 index 00000000..e0dd044b --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/distraction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/fish-cooked.svg b/client/public/icons/game-icons/000000/darkzaitzev/fish-cooked.svg new file mode 100644 index 00000000..20d013c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/fish-cooked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/flying-shuriken.svg b/client/public/icons/game-icons/000000/darkzaitzev/flying-shuriken.svg new file mode 100644 index 00000000..34ca18a7 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/flying-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/fried-fish.svg b/client/public/icons/game-icons/000000/darkzaitzev/fried-fish.svg new file mode 100644 index 00000000..ad7bc1b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/fried-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/hooded-assassin.svg b/client/public/icons/game-icons/000000/darkzaitzev/hooded-assassin.svg new file mode 100644 index 00000000..185a80c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/hooded-assassin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/hooded-figure.svg b/client/public/icons/game-icons/000000/darkzaitzev/hooded-figure.svg new file mode 100644 index 00000000..5bc18f6f --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/hooded-figure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/kusarigama.svg b/client/public/icons/game-icons/000000/darkzaitzev/kusarigama.svg new file mode 100644 index 00000000..ae658a12 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/kusarigama.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/ninja-head.svg b/client/public/icons/game-icons/000000/darkzaitzev/ninja-head.svg new file mode 100644 index 00000000..a3e087b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/ninja-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/ninja-heroic-stance.svg b/client/public/icons/game-icons/000000/darkzaitzev/ninja-heroic-stance.svg new file mode 100644 index 00000000..e1a40832 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/ninja-heroic-stance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/north-star-shuriken.svg b/client/public/icons/game-icons/000000/darkzaitzev/north-star-shuriken.svg new file mode 100644 index 00000000..7c438f87 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/north-star-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/on-sight.svg b/client/public/icons/game-icons/000000/darkzaitzev/on-sight.svg new file mode 100644 index 00000000..260017c1 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/on-sight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/plants-and-animals.svg b/client/public/icons/game-icons/000000/darkzaitzev/plants-and-animals.svg new file mode 100644 index 00000000..1088b851 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/plants-and-animals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/ram.svg b/client/public/icons/game-icons/000000/darkzaitzev/ram.svg new file mode 100644 index 00000000..8474259a --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/ram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/revolt.svg b/client/public/icons/game-icons/000000/darkzaitzev/revolt.svg new file mode 100644 index 00000000..cf0a5367 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/revolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/robber-hand.svg b/client/public/icons/game-icons/000000/darkzaitzev/robber-hand.svg new file mode 100644 index 00000000..935831b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/robber-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/running-ninja.svg b/client/public/icons/game-icons/000000/darkzaitzev/running-ninja.svg new file mode 100644 index 00000000..0c15f7af --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/running-ninja.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/severed-hand.svg b/client/public/icons/game-icons/000000/darkzaitzev/severed-hand.svg new file mode 100644 index 00000000..e5036b52 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/severed-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/sharp-shuriken.svg b/client/public/icons/game-icons/000000/darkzaitzev/sharp-shuriken.svg new file mode 100644 index 00000000..d104b3b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/sharp-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/shuriken.svg b/client/public/icons/game-icons/000000/darkzaitzev/shuriken.svg new file mode 100644 index 00000000..e800574b --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/skull-sabertooth.svg b/client/public/icons/game-icons/000000/darkzaitzev/skull-sabertooth.svg new file mode 100644 index 00000000..b2b928ea --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/skull-sabertooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/smoke-bomb.svg b/client/public/icons/game-icons/000000/darkzaitzev/smoke-bomb.svg new file mode 100644 index 00000000..c8abef82 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/smoke-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/star-shuriken.svg b/client/public/icons/game-icons/000000/darkzaitzev/star-shuriken.svg new file mode 100644 index 00000000..3b052b04 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/star-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/tabi-boot.svg b/client/public/icons/game-icons/000000/darkzaitzev/tabi-boot.svg new file mode 100644 index 00000000..17e2ff07 --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/tabi-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/three-pointed-shuriken.svg b/client/public/icons/game-icons/000000/darkzaitzev/three-pointed-shuriken.svg new file mode 100644 index 00000000..9e16810c --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/three-pointed-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/darkzaitzev/whirlpool-shuriken.svg b/client/public/icons/game-icons/000000/darkzaitzev/whirlpool-shuriken.svg new file mode 100644 index 00000000..55525f3f --- /dev/null +++ b/client/public/icons/game-icons/000000/darkzaitzev/whirlpool-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/3d-glasses.svg b/client/public/icons/game-icons/000000/delapouite/3d-glasses.svg new file mode 100644 index 00000000..9ccd77d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/3d-glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/3d-hammer.svg b/client/public/icons/game-icons/000000/delapouite/3d-hammer.svg new file mode 100644 index 00000000..90265aa7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/3d-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/3d-meeple.svg b/client/public/icons/game-icons/000000/delapouite/3d-meeple.svg new file mode 100644 index 00000000..c0f56ca6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/3d-meeple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/3d-stairs.svg b/client/public/icons/game-icons/000000/delapouite/3d-stairs.svg new file mode 100644 index 00000000..bd067a0f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/3d-stairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/abacus.svg b/client/public/icons/game-icons/000000/delapouite/abacus.svg new file mode 100644 index 00000000..7f76f780 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/abacus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/abbot-meeple.svg b/client/public/icons/game-icons/000000/delapouite/abbot-meeple.svg new file mode 100644 index 00000000..7e393dc6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/abbot-meeple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/abdominal-armor.svg b/client/public/icons/game-icons/000000/delapouite/abdominal-armor.svg new file mode 100644 index 00000000..94f97c1a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/abdominal-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/achilles-heel.svg b/client/public/icons/game-icons/000000/delapouite/achilles-heel.svg new file mode 100644 index 00000000..4eefb9b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/achilles-heel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/acoustic-megaphone.svg b/client/public/icons/game-icons/000000/delapouite/acoustic-megaphone.svg new file mode 100644 index 00000000..5eedfcc7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/acoustic-megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/africa.svg b/client/public/icons/game-icons/000000/delapouite/africa.svg new file mode 100644 index 00000000..9cc3795d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/africa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/agave.svg b/client/public/icons/game-icons/000000/delapouite/agave.svg new file mode 100644 index 00000000..ad13715c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/agave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ages.svg b/client/public/icons/game-icons/000000/delapouite/ages.svg new file mode 100644 index 00000000..e435eaa1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ages.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/air-balloon.svg b/client/public/icons/game-icons/000000/delapouite/air-balloon.svg new file mode 100644 index 00000000..0ab4a4bc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/air-balloon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/air-man.svg b/client/public/icons/game-icons/000000/delapouite/air-man.svg new file mode 100644 index 00000000..ee05ee66 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/air-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/airplane-arrival.svg b/client/public/icons/game-icons/000000/delapouite/airplane-arrival.svg new file mode 100644 index 00000000..ec71144b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/airplane-arrival.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/airplane-departure.svg b/client/public/icons/game-icons/000000/delapouite/airplane-departure.svg new file mode 100644 index 00000000..064d3150 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/airplane-departure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/airtight-hatch.svg b/client/public/icons/game-icons/000000/delapouite/airtight-hatch.svg new file mode 100644 index 00000000..d85c290d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/airtight-hatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/akhet.svg b/client/public/icons/game-icons/000000/delapouite/akhet.svg new file mode 100644 index 00000000..603a0674 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/akhet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/alarm-clock.svg b/client/public/icons/game-icons/000000/delapouite/alarm-clock.svg new file mode 100644 index 00000000..4e322fbe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/alarm-clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/algae.svg b/client/public/icons/game-icons/000000/delapouite/algae.svg new file mode 100644 index 00000000..26471ce5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/algae.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/algeria.svg b/client/public/icons/game-icons/000000/delapouite/algeria.svg new file mode 100644 index 00000000..bd0675ad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/algeria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/alien-bug.svg b/client/public/icons/game-icons/000000/delapouite/alien-bug.svg new file mode 100644 index 00000000..2d10a9da --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/alien-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/alien-egg.svg b/client/public/icons/game-icons/000000/delapouite/alien-egg.svg new file mode 100644 index 00000000..91ea3775 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/alien-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/all-seeing-eye.svg b/client/public/icons/game-icons/000000/delapouite/all-seeing-eye.svg new file mode 100644 index 00000000..9374ee14 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/all-seeing-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/almond.svg b/client/public/icons/game-icons/000000/delapouite/almond.svg new file mode 100644 index 00000000..89d9a590 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/almond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/amber-mosquito.svg b/client/public/icons/game-icons/000000/delapouite/amber-mosquito.svg new file mode 100644 index 00000000..80efb35b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/amber-mosquito.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ambulance.svg b/client/public/icons/game-icons/000000/delapouite/ambulance.svg new file mode 100644 index 00000000..6343a2c5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ambulance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/american-football-ball.svg b/client/public/icons/game-icons/000000/delapouite/american-football-ball.svg new file mode 100644 index 00000000..6aa1d5b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/american-football-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/american-football-helmet.svg b/client/public/icons/game-icons/000000/delapouite/american-football-helmet.svg new file mode 100644 index 00000000..8e501e9d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/american-football-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/american-football-player.svg b/client/public/icons/game-icons/000000/delapouite/american-football-player.svg new file mode 100644 index 00000000..f0ccd2b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/american-football-player.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/american-shield.svg b/client/public/icons/game-icons/000000/delapouite/american-shield.svg new file mode 100644 index 00000000..c276332e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/american-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/amphora.svg b/client/public/icons/game-icons/000000/delapouite/amphora.svg new file mode 100644 index 00000000..25aa4871 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/amphora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ample-dress.svg b/client/public/icons/game-icons/000000/delapouite/ample-dress.svg new file mode 100644 index 00000000..c12bedb3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ample-dress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/anarchy.svg b/client/public/icons/game-icons/000000/delapouite/anarchy.svg new file mode 100644 index 00000000..a904b5cf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/anarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ancient-columns.svg b/client/public/icons/game-icons/000000/delapouite/ancient-columns.svg new file mode 100644 index 00000000..17d27411 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ancient-columns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ancient-ruins.svg b/client/public/icons/game-icons/000000/delapouite/ancient-ruins.svg new file mode 100644 index 00000000..e4fae8ed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ancient-ruins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ancient-screw.svg b/client/public/icons/game-icons/000000/delapouite/ancient-screw.svg new file mode 100644 index 00000000..d5e651f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ancient-screw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ancient-sword.svg b/client/public/icons/game-icons/000000/delapouite/ancient-sword.svg new file mode 100644 index 00000000..6a53cc78 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ancient-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/angola.svg b/client/public/icons/game-icons/000000/delapouite/angola.svg new file mode 100644 index 00000000..e893b468 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/angola.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/angry-eyes.svg b/client/public/icons/game-icons/000000/delapouite/angry-eyes.svg new file mode 100644 index 00000000..c7462c4d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/angry-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/animal-hide.svg b/client/public/icons/game-icons/000000/delapouite/animal-hide.svg new file mode 100644 index 00000000..37221a1f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/animal-hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ant.svg b/client/public/icons/game-icons/000000/delapouite/ant.svg new file mode 100644 index 00000000..502d9d5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/antarctica.svg b/client/public/icons/game-icons/000000/delapouite/antarctica.svg new file mode 100644 index 00000000..1e6351e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/antarctica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/antibody.svg b/client/public/icons/game-icons/000000/delapouite/antibody.svg new file mode 100644 index 00000000..e89d86d3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/antibody.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/anticlockwise-rotation.svg b/client/public/icons/game-icons/000000/delapouite/anticlockwise-rotation.svg new file mode 100644 index 00000000..16dc7b6d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/anticlockwise-rotation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ants.svg b/client/public/icons/game-icons/000000/delapouite/ants.svg new file mode 100644 index 00000000..0fb7b2ed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ants.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/anubis.svg b/client/public/icons/game-icons/000000/delapouite/anubis.svg new file mode 100644 index 00000000..0c1a0f1a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/anubis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/apollo-capsule.svg b/client/public/icons/game-icons/000000/delapouite/apollo-capsule.svg new file mode 100644 index 00000000..85146ce6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/apollo-capsule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/apple-core.svg b/client/public/icons/game-icons/000000/delapouite/apple-core.svg new file mode 100644 index 00000000..fa225154 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/apple-core.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/aquarium.svg b/client/public/icons/game-icons/000000/delapouite/aquarium.svg new file mode 100644 index 00000000..69aea920 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/aquarium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/aquarius.svg b/client/public/icons/game-icons/000000/delapouite/aquarius.svg new file mode 100644 index 00000000..fc3dd413 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/aquarius.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/aqueduct.svg b/client/public/icons/game-icons/000000/delapouite/aqueduct.svg new file mode 100644 index 00000000..578f70c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/aqueduct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arabic-door.svg b/client/public/icons/game-icons/000000/delapouite/arabic-door.svg new file mode 100644 index 00000000..13c52624 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arabic-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arc-triomphe.svg b/client/public/icons/game-icons/000000/delapouite/arc-triomphe.svg new file mode 100644 index 00000000..9780ab40 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arc-triomphe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arch-bridge.svg b/client/public/icons/game-icons/000000/delapouite/arch-bridge.svg new file mode 100644 index 00000000..831f5e9d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arch-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/archer.svg b/client/public/icons/game-icons/000000/delapouite/archer.svg new file mode 100644 index 00000000..c342e859 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/archer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/archive-register.svg b/client/public/icons/game-icons/000000/delapouite/archive-register.svg new file mode 100644 index 00000000..f7c5fae8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/archive-register.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/archive-research.svg b/client/public/icons/game-icons/000000/delapouite/archive-research.svg new file mode 100644 index 00000000..850152ad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/archive-research.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/aries.svg b/client/public/icons/game-icons/000000/delapouite/aries.svg new file mode 100644 index 00000000..4c2b6454 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/aries.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arm-bandage.svg b/client/public/icons/game-icons/000000/delapouite/arm-bandage.svg new file mode 100644 index 00000000..fe9f9b58 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arm-bandage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arm-sling.svg b/client/public/icons/game-icons/000000/delapouite/arm-sling.svg new file mode 100644 index 00000000..0cce0145 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arm-sling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arm.svg b/client/public/icons/game-icons/000000/delapouite/arm.svg new file mode 100644 index 00000000..4d9c8fd4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/armadillo.svg b/client/public/icons/game-icons/000000/delapouite/armadillo.svg new file mode 100644 index 00000000..4342729d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/armadillo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/armor-cuisses.svg b/client/public/icons/game-icons/000000/delapouite/armor-cuisses.svg new file mode 100644 index 00000000..78c191f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/armor-cuisses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/armor-downgrade.svg b/client/public/icons/game-icons/000000/delapouite/armor-downgrade.svg new file mode 100644 index 00000000..d3484565 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/armor-downgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/armor-punch.svg b/client/public/icons/game-icons/000000/delapouite/armor-punch.svg new file mode 100644 index 00000000..855f7dc9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/armor-punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/armor-upgrade.svg b/client/public/icons/game-icons/000000/delapouite/armor-upgrade.svg new file mode 100644 index 00000000..e0aa39c9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/armor-upgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/armored-boomerang.svg b/client/public/icons/game-icons/000000/delapouite/armored-boomerang.svg new file mode 100644 index 00000000..a45ec03c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/armored-boomerang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arrest.svg b/client/public/icons/game-icons/000000/delapouite/arrest.svg new file mode 100644 index 00000000..625b3f2f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arrest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arrow-cursor.svg b/client/public/icons/game-icons/000000/delapouite/arrow-cursor.svg new file mode 100644 index 00000000..2084c7aa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arrow-cursor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/arrow-wings.svg b/client/public/icons/game-icons/000000/delapouite/arrow-wings.svg new file mode 100644 index 00000000..f3e5b089 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/arrow-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ascending-block.svg b/client/public/icons/game-icons/000000/delapouite/ascending-block.svg new file mode 100644 index 00000000..15d94bc8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ascending-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/asian-lantern.svg b/client/public/icons/game-icons/000000/delapouite/asian-lantern.svg new file mode 100644 index 00000000..ca2057b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/asian-lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/asparagus.svg b/client/public/icons/game-icons/000000/delapouite/asparagus.svg new file mode 100644 index 00000000..dc596819 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/asparagus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/aspergillum.svg b/client/public/icons/game-icons/000000/delapouite/aspergillum.svg new file mode 100644 index 00000000..f4c25ed1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/aspergillum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/asteroid.svg b/client/public/icons/game-icons/000000/delapouite/asteroid.svg new file mode 100644 index 00000000..2123da0d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/asteroid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/astronaut-helmet.svg b/client/public/icons/game-icons/000000/delapouite/astronaut-helmet.svg new file mode 100644 index 00000000..f3e4621d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/astronaut-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/atlas.svg b/client/public/icons/game-icons/000000/delapouite/atlas.svg new file mode 100644 index 00000000..0dc02af1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/atlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/atom-core.svg b/client/public/icons/game-icons/000000/delapouite/atom-core.svg new file mode 100644 index 00000000..b00d6729 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/atom-core.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/attached-shield.svg b/client/public/icons/game-icons/000000/delapouite/attached-shield.svg new file mode 100644 index 00000000..4f59ad90 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/attached-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/audio-cassette.svg b/client/public/icons/game-icons/000000/delapouite/audio-cassette.svg new file mode 100644 index 00000000..c31faf1e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/audio-cassette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/australia.svg b/client/public/icons/game-icons/000000/delapouite/australia.svg new file mode 100644 index 00000000..672cc3cd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/australia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/avocado.svg b/client/public/icons/game-icons/000000/delapouite/avocado.svg new file mode 100644 index 00000000..386b6d25 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/avocado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/avoidance.svg b/client/public/icons/game-icons/000000/delapouite/avoidance.svg new file mode 100644 index 00000000..5a1a7e58 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/avoidance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/axe-in-log.svg b/client/public/icons/game-icons/000000/delapouite/axe-in-log.svg new file mode 100644 index 00000000..7951f57a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/axe-in-log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/axe-sword.svg b/client/public/icons/game-icons/000000/delapouite/axe-sword.svg new file mode 100644 index 00000000..cb82085c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/axe-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/aztec-calendar-sun.svg b/client/public/icons/game-icons/000000/delapouite/aztec-calendar-sun.svg new file mode 100644 index 00000000..6952ad1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/aztec-calendar-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/azul-flake.svg b/client/public/icons/game-icons/000000/delapouite/azul-flake.svg new file mode 100644 index 00000000..f348d46c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/azul-flake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/baby-bottle.svg b/client/public/icons/game-icons/000000/delapouite/baby-bottle.svg new file mode 100644 index 00000000..30e63124 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/baby-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/baby-face.svg b/client/public/icons/game-icons/000000/delapouite/baby-face.svg new file mode 100644 index 00000000..38ad029c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/baby-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/babyfoot-players.svg b/client/public/icons/game-icons/000000/delapouite/babyfoot-players.svg new file mode 100644 index 00000000..1095d95e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/babyfoot-players.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/backgammon.svg b/client/public/icons/game-icons/000000/delapouite/backgammon.svg new file mode 100644 index 00000000..2158feaf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/backgammon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/backpack.svg b/client/public/icons/game-icons/000000/delapouite/backpack.svg new file mode 100644 index 00000000..e385e947 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/backpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/backward-time.svg b/client/public/icons/game-icons/000000/delapouite/backward-time.svg new file mode 100644 index 00000000..969a487f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/backward-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bacon.svg b/client/public/icons/game-icons/000000/delapouite/bacon.svg new file mode 100644 index 00000000..7aacffe2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bacon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bad-breath.svg b/client/public/icons/game-icons/000000/delapouite/bad-breath.svg new file mode 100644 index 00000000..0d6836b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bad-breath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bagpipes.svg b/client/public/icons/game-icons/000000/delapouite/bagpipes.svg new file mode 100644 index 00000000..0968a758 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bagpipes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ball-pyramid.svg b/client/public/icons/game-icons/000000/delapouite/ball-pyramid.svg new file mode 100644 index 00000000..a6bea0ff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ball-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ballerina-shoes.svg b/client/public/icons/game-icons/000000/delapouite/ballerina-shoes.svg new file mode 100644 index 00000000..e8e13b9a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ballerina-shoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/balloon-dog.svg b/client/public/icons/game-icons/000000/delapouite/balloon-dog.svg new file mode 100644 index 00000000..8fdfce13 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/balloon-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bamboo-fountain.svg b/client/public/icons/game-icons/000000/delapouite/bamboo-fountain.svg new file mode 100644 index 00000000..53c989ac --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bamboo-fountain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bamboo.svg b/client/public/icons/game-icons/000000/delapouite/bamboo.svg new file mode 100644 index 00000000..35601cd4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bamboo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/banana-bunch.svg b/client/public/icons/game-icons/000000/delapouite/banana-bunch.svg new file mode 100644 index 00000000..4f3f358a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/banana-bunch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/banana-peel.svg b/client/public/icons/game-icons/000000/delapouite/banana-peel.svg new file mode 100644 index 00000000..dedce081 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/banana-peel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/banana-peeled.svg b/client/public/icons/game-icons/000000/delapouite/banana-peeled.svg new file mode 100644 index 00000000..9c457b4a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/banana-peeled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/banana.svg b/client/public/icons/game-icons/000000/delapouite/banana.svg new file mode 100644 index 00000000..263ea030 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/banana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bandana.svg b/client/public/icons/game-icons/000000/delapouite/bandana.svg new file mode 100644 index 00000000..5fcc70f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bandana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bandit.svg b/client/public/icons/game-icons/000000/delapouite/bandit.svg new file mode 100644 index 00000000..a52f82d1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bandit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/banging-gavel.svg b/client/public/icons/game-icons/000000/delapouite/banging-gavel.svg new file mode 100644 index 00000000..0e541dc0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/banging-gavel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/banjo.svg b/client/public/icons/game-icons/000000/delapouite/banjo.svg new file mode 100644 index 00000000..b05a4c17 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/banjo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bank.svg b/client/public/icons/game-icons/000000/delapouite/bank.svg new file mode 100644 index 00000000..338ee5d9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/banknote.svg b/client/public/icons/game-icons/000000/delapouite/banknote.svg new file mode 100644 index 00000000..79de6989 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/banknote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/baobab.svg b/client/public/icons/game-icons/000000/delapouite/baobab.svg new file mode 100644 index 00000000..00860d28 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/baobab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bar-stool.svg b/client/public/icons/game-icons/000000/delapouite/bar-stool.svg new file mode 100644 index 00000000..add53578 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bar-stool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barbarian.svg b/client/public/icons/game-icons/000000/delapouite/barbarian.svg new file mode 100644 index 00000000..309e23e6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barbarian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barbecue.svg b/client/public/icons/game-icons/000000/delapouite/barbecue.svg new file mode 100644 index 00000000..85625dd6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barbecue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barn.svg b/client/public/icons/game-icons/000000/delapouite/barn.svg new file mode 100644 index 00000000..069cf82a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barracks-tent.svg b/client/public/icons/game-icons/000000/delapouite/barracks-tent.svg new file mode 100644 index 00000000..fecb9ccc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barracks-tent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barracks.svg b/client/public/icons/game-icons/000000/delapouite/barracks.svg new file mode 100644 index 00000000..8f79a90d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barrel-leak.svg b/client/public/icons/game-icons/000000/delapouite/barrel-leak.svg new file mode 100644 index 00000000..4c32ea6b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barrel-leak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barrel.svg b/client/public/icons/game-icons/000000/delapouite/barrel.svg new file mode 100644 index 00000000..d36f3b73 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barricade.svg b/client/public/icons/game-icons/000000/delapouite/barricade.svg new file mode 100644 index 00000000..995b360f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barricade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/barrier.svg b/client/public/icons/game-icons/000000/delapouite/barrier.svg new file mode 100644 index 00000000..ae601b46 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/barrier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/base-dome.svg b/client/public/icons/game-icons/000000/delapouite/base-dome.svg new file mode 100644 index 00000000..c352955e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/base-dome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/baseball-bat.svg b/client/public/icons/game-icons/000000/delapouite/baseball-bat.svg new file mode 100644 index 00000000..dab6513a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/baseball-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/baseball-glove.svg b/client/public/icons/game-icons/000000/delapouite/baseball-glove.svg new file mode 100644 index 00000000..5d6f5f69 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/baseball-glove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/basket.svg b/client/public/icons/game-icons/000000/delapouite/basket.svg new file mode 100644 index 00000000..0d68acc1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/basketball-ball.svg b/client/public/icons/game-icons/000000/delapouite/basketball-ball.svg new file mode 100644 index 00000000..fbccd25b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/basketball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/basketball-basket.svg b/client/public/icons/game-icons/000000/delapouite/basketball-basket.svg new file mode 100644 index 00000000..21b279c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/basketball-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/basketball-jersey.svg b/client/public/icons/game-icons/000000/delapouite/basketball-jersey.svg new file mode 100644 index 00000000..dd092d40 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/basketball-jersey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/basset-hound-head.svg b/client/public/icons/game-icons/000000/delapouite/basset-hound-head.svg new file mode 100644 index 00000000..687983f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/basset-hound-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bastet.svg b/client/public/icons/game-icons/000000/delapouite/bastet.svg new file mode 100644 index 00000000..b35c4ef2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bastet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bat-leth.svg b/client/public/icons/game-icons/000000/delapouite/bat-leth.svg new file mode 100644 index 00000000..cdd71bf6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bat-leth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bat-mask.svg b/client/public/icons/game-icons/000000/delapouite/bat-mask.svg new file mode 100644 index 00000000..603be09e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bat-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bat.svg b/client/public/icons/game-icons/000000/delapouite/bat.svg new file mode 100644 index 00000000..f8ab915a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bathtub.svg b/client/public/icons/game-icons/000000/delapouite/bathtub.svg new file mode 100644 index 00000000..4842d9df --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bathtub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/battle-mech.svg b/client/public/icons/game-icons/000000/delapouite/battle-mech.svg new file mode 100644 index 00000000..9de96b6e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/battle-mech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beach-bag.svg b/client/public/icons/game-icons/000000/delapouite/beach-bag.svg new file mode 100644 index 00000000..1f5b0525 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beach-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beach-ball.svg b/client/public/icons/game-icons/000000/delapouite/beach-ball.svg new file mode 100644 index 00000000..72dfbe7b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beach-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beach-bucket.svg b/client/public/icons/game-icons/000000/delapouite/beach-bucket.svg new file mode 100644 index 00000000..3a166013 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beach-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beam-satellite.svg b/client/public/icons/game-icons/000000/delapouite/beam-satellite.svg new file mode 100644 index 00000000..6119a693 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beam-satellite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bear-head.svg b/client/public/icons/game-icons/000000/delapouite/bear-head.svg new file mode 100644 index 00000000..37977e16 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bear-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beaver.svg b/client/public/icons/game-icons/000000/delapouite/beaver.svg new file mode 100644 index 00000000..9a7ec7f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bed-lamp.svg b/client/public/icons/game-icons/000000/delapouite/bed-lamp.svg new file mode 100644 index 00000000..ac0d6d67 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bed-lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bed.svg b/client/public/icons/game-icons/000000/delapouite/bed.svg new file mode 100644 index 00000000..86d7a59d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beehive.svg b/client/public/icons/game-icons/000000/delapouite/beehive.svg new file mode 100644 index 00000000..ad9c5efd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beehive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beer-bottle.svg b/client/public/icons/game-icons/000000/delapouite/beer-bottle.svg new file mode 100644 index 00000000..9d7f63d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beer-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beer-horn.svg b/client/public/icons/game-icons/000000/delapouite/beer-horn.svg new file mode 100644 index 00000000..7dfe6aaf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beer-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/beet.svg b/client/public/icons/game-icons/000000/delapouite/beet.svg new file mode 100644 index 00000000..f13a6e68 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/beet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/belgium.svg b/client/public/icons/game-icons/000000/delapouite/belgium.svg new file mode 100644 index 00000000..b4f0d8a9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/belgium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bell-pepper.svg b/client/public/icons/game-icons/000000/delapouite/bell-pepper.svg new file mode 100644 index 00000000..b12a34b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bell-pepper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bellows.svg b/client/public/icons/game-icons/000000/delapouite/bellows.svg new file mode 100644 index 00000000..4f358080 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bellows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/belt-armor.svg b/client/public/icons/game-icons/000000/delapouite/belt-armor.svg new file mode 100644 index 00000000..9548dd26 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/belt-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/berries-bowl.svg b/client/public/icons/game-icons/000000/delapouite/berries-bowl.svg new file mode 100644 index 00000000..a0415171 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/berries-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/berry-bush.svg b/client/public/icons/game-icons/000000/delapouite/berry-bush.svg new file mode 100644 index 00000000..188c7ae1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/berry-bush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/biceps.svg b/client/public/icons/game-icons/000000/delapouite/biceps.svg new file mode 100644 index 00000000..de6a4454 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/biceps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/billed-cap.svg b/client/public/icons/game-icons/000000/delapouite/billed-cap.svg new file mode 100644 index 00000000..b6b8ab4b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/billed-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bindle.svg b/client/public/icons/game-icons/000000/delapouite/bindle.svg new file mode 100644 index 00000000..b6635117 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bindle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/binoculars.svg b/client/public/icons/game-icons/000000/delapouite/binoculars.svg new file mode 100644 index 00000000..4758e06a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bird-cage.svg b/client/public/icons/game-icons/000000/delapouite/bird-cage.svg new file mode 100644 index 00000000..c23de97c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bird-cage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bird-house.svg b/client/public/icons/game-icons/000000/delapouite/bird-house.svg new file mode 100644 index 00000000..1df4e219 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bird-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bison.svg b/client/public/icons/game-icons/000000/delapouite/bison.svg new file mode 100644 index 00000000..a2e03aed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bison.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/black-belt.svg b/client/public/icons/game-icons/000000/delapouite/black-belt.svg new file mode 100644 index 00000000..92ae1894 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/black-belt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/black-bridge.svg b/client/public/icons/game-icons/000000/delapouite/black-bridge.svg new file mode 100644 index 00000000..fb78eb45 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/black-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/black-knight-helm.svg b/client/public/icons/game-icons/000000/delapouite/black-knight-helm.svg new file mode 100644 index 00000000..2e48a073 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/black-knight-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/black-sea.svg b/client/public/icons/game-icons/000000/delapouite/black-sea.svg new file mode 100644 index 00000000..94e981d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/black-sea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/blacksmith.svg b/client/public/icons/game-icons/000000/delapouite/blacksmith.svg new file mode 100644 index 00000000..be25bd74 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/blacksmith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/blanket.svg b/client/public/icons/game-icons/000000/delapouite/blanket.svg new file mode 100644 index 00000000..32660292 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/blanket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/blindfold.svg b/client/public/icons/game-icons/000000/delapouite/blindfold.svg new file mode 100644 index 00000000..634706f1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/blindfold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/block-house.svg b/client/public/icons/game-icons/000000/delapouite/block-house.svg new file mode 100644 index 00000000..2ed91408 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/block-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bo.svg b/client/public/icons/game-icons/000000/delapouite/bo.svg new file mode 100644 index 00000000..b03963bb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boat-engine.svg b/client/public/icons/game-icons/000000/delapouite/boat-engine.svg new file mode 100644 index 00000000..4452e097 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boat-engine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boat-fishing.svg b/client/public/icons/game-icons/000000/delapouite/boat-fishing.svg new file mode 100644 index 00000000..866fcd92 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boat-fishing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boat-horizon.svg b/client/public/icons/game-icons/000000/delapouite/boat-horizon.svg new file mode 100644 index 00000000..63295522 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boat-horizon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boat-propeller.svg b/client/public/icons/game-icons/000000/delapouite/boat-propeller.svg new file mode 100644 index 00000000..d84743af --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boat-propeller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/body-balance.svg b/client/public/icons/game-icons/000000/delapouite/body-balance.svg new file mode 100644 index 00000000..a0409b8b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/body-balance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/body-height.svg b/client/public/icons/game-icons/000000/delapouite/body-height.svg new file mode 100644 index 00000000..6236dadb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/body-height.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bolivia.svg b/client/public/icons/game-icons/000000/delapouite/bolivia.svg new file mode 100644 index 00000000..100ba87a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bolivia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bolt-bomb.svg b/client/public/icons/game-icons/000000/delapouite/bolt-bomb.svg new file mode 100644 index 00000000..0a0265cf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bolt-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bolt-cutter.svg b/client/public/icons/game-icons/000000/delapouite/bolt-cutter.svg new file mode 100644 index 00000000..e9e40ccb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bolt-cutter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bolt-drop.svg b/client/public/icons/game-icons/000000/delapouite/bolt-drop.svg new file mode 100644 index 00000000..697e314b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bolt-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bolt-spell-cast.svg b/client/public/icons/game-icons/000000/delapouite/bolt-spell-cast.svg new file mode 100644 index 00000000..6564fcee --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bolt-spell-cast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bone-knife.svg b/client/public/icons/game-icons/000000/delapouite/bone-knife.svg new file mode 100644 index 00000000..ed56b54a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bone-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bone-mace.svg b/client/public/icons/game-icons/000000/delapouite/bone-mace.svg new file mode 100644 index 00000000..10520a1f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bone-mace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bonsai-tree.svg b/client/public/icons/game-icons/000000/delapouite/bonsai-tree.svg new file mode 100644 index 00000000..15105621 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bonsai-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/book-cover.svg b/client/public/icons/game-icons/000000/delapouite/book-cover.svg new file mode 100644 index 00000000..4d258827 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/book-cover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/book-pile.svg b/client/public/icons/game-icons/000000/delapouite/book-pile.svg new file mode 100644 index 00000000..1c38ab8b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/book-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bookshelf.svg b/client/public/icons/game-icons/000000/delapouite/bookshelf.svg new file mode 100644 index 00000000..2da6834e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bookshelf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boombox.svg b/client/public/icons/game-icons/000000/delapouite/boombox.svg new file mode 100644 index 00000000..c6481e0c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boombox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boomerang-cross.svg b/client/public/icons/game-icons/000000/delapouite/boomerang-cross.svg new file mode 100644 index 00000000..5feb6492 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boomerang-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boomerang.svg b/client/public/icons/game-icons/000000/delapouite/boomerang.svg new file mode 100644 index 00000000..7c030e39 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boomerang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/booze.svg b/client/public/icons/game-icons/000000/delapouite/booze.svg new file mode 100644 index 00000000..67efb9e4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/booze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boss-key.svg b/client/public/icons/game-icons/000000/delapouite/boss-key.svg new file mode 100644 index 00000000..057f55f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boss-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bottle-cap.svg b/client/public/icons/game-icons/000000/delapouite/bottle-cap.svg new file mode 100644 index 00000000..a26bd616 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bottle-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bottled-shadow.svg b/client/public/icons/game-icons/000000/delapouite/bottled-shadow.svg new file mode 100644 index 00000000..aa6e36af --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bottled-shadow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boulder-dash.svg b/client/public/icons/game-icons/000000/delapouite/boulder-dash.svg new file mode 100644 index 00000000..2f73a504 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boulder-dash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bouncing-spring.svg b/client/public/icons/game-icons/000000/delapouite/bouncing-spring.svg new file mode 100644 index 00000000..aff60e49 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bouncing-spring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bow-arrow.svg b/client/public/icons/game-icons/000000/delapouite/bow-arrow.svg new file mode 100644 index 00000000..b251c818 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bow-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bow-string.svg b/client/public/icons/game-icons/000000/delapouite/bow-string.svg new file mode 100644 index 00000000..dd1249e4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bow-string.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bow-tie-ribbon.svg b/client/public/icons/game-icons/000000/delapouite/bow-tie-ribbon.svg new file mode 100644 index 00000000..9c69381d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bow-tie-ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bow-tie.svg b/client/public/icons/game-icons/000000/delapouite/bow-tie.svg new file mode 100644 index 00000000..9ba91402 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bow-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bowels.svg b/client/public/icons/game-icons/000000/delapouite/bowels.svg new file mode 100644 index 00000000..2be3ee5d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bowels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bowen-knot.svg b/client/public/icons/game-icons/000000/delapouite/bowen-knot.svg new file mode 100644 index 00000000..3a494a51 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bowen-knot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bowling-alley.svg b/client/public/icons/game-icons/000000/delapouite/bowling-alley.svg new file mode 100644 index 00000000..a5bcff5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bowling-alley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bowling-pin.svg b/client/public/icons/game-icons/000000/delapouite/bowling-pin.svg new file mode 100644 index 00000000..699f532e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bowling-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bowling-strike.svg b/client/public/icons/game-icons/000000/delapouite/bowling-strike.svg new file mode 100644 index 00000000..07c8ef9a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bowling-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/box-cutter.svg b/client/public/icons/game-icons/000000/delapouite/box-cutter.svg new file mode 100644 index 00000000..f75509ec --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/box-cutter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/box-unpacking.svg b/client/public/icons/game-icons/000000/delapouite/box-unpacking.svg new file mode 100644 index 00000000..6e01883f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/box-unpacking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/boxing-ring.svg b/client/public/icons/game-icons/000000/delapouite/boxing-ring.svg new file mode 100644 index 00000000..048156ab --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/boxing-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bracer.svg b/client/public/icons/game-icons/000000/delapouite/bracer.svg new file mode 100644 index 00000000..8635365e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bracer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brain-dump.svg b/client/public/icons/game-icons/000000/delapouite/brain-dump.svg new file mode 100644 index 00000000..7a098fc7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brain-dump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brain-leak.svg b/client/public/icons/game-icons/000000/delapouite/brain-leak.svg new file mode 100644 index 00000000..275ae64c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brain-leak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brain-tentacle.svg b/client/public/icons/game-icons/000000/delapouite/brain-tentacle.svg new file mode 100644 index 00000000..bc39c5c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brain-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brasero.svg b/client/public/icons/game-icons/000000/delapouite/brasero.svg new file mode 100644 index 00000000..c6887fc3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brasero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brass-knuckles.svg b/client/public/icons/game-icons/000000/delapouite/brass-knuckles.svg new file mode 100644 index 00000000..fca4e2c0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brass-knuckles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brazil-flag.svg b/client/public/icons/game-icons/000000/delapouite/brazil-flag.svg new file mode 100644 index 00000000..5b0b87ce --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brazil-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brazil.svg b/client/public/icons/game-icons/000000/delapouite/brazil.svg new file mode 100644 index 00000000..0c22c494 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brazil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bread-slice.svg b/client/public/icons/game-icons/000000/delapouite/bread-slice.svg new file mode 100644 index 00000000..ad94e2f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bread-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bread.svg b/client/public/icons/game-icons/000000/delapouite/bread.svg new file mode 100644 index 00000000..75a471cd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brick-pile.svg b/client/public/icons/game-icons/000000/delapouite/brick-pile.svg new file mode 100644 index 00000000..8c176a03 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brick-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brick-wall.svg b/client/public/icons/game-icons/000000/delapouite/brick-wall.svg new file mode 100644 index 00000000..2cc58d44 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brick-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/briefcase.svg b/client/public/icons/game-icons/000000/delapouite/briefcase.svg new file mode 100644 index 00000000..aa1c5429 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/broccoli.svg b/client/public/icons/game-icons/000000/delapouite/broccoli.svg new file mode 100644 index 00000000..aa73e57d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/broccoli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/broken-axe.svg b/client/public/icons/game-icons/000000/delapouite/broken-axe.svg new file mode 100644 index 00000000..a0f0faa9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/broken-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/broken-pottery.svg b/client/public/icons/game-icons/000000/delapouite/broken-pottery.svg new file mode 100644 index 00000000..44630bb1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/broken-pottery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/broken-wall.svg b/client/public/icons/game-icons/000000/delapouite/broken-wall.svg new file mode 100644 index 00000000..296e1b4b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/broken-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/broom.svg b/client/public/icons/game-icons/000000/delapouite/broom.svg new file mode 100644 index 00000000..5f7a0f58 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/broom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/brute.svg b/client/public/icons/game-icons/000000/delapouite/brute.svg new file mode 100644 index 00000000..2198cdac --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/brute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/buffalo-head.svg b/client/public/icons/game-icons/000000/delapouite/buffalo-head.svg new file mode 100644 index 00000000..8bb26f18 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/buffalo-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bug-net.svg b/client/public/icons/game-icons/000000/delapouite/bug-net.svg new file mode 100644 index 00000000..67ba98d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bug-net.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bulgaria.svg b/client/public/icons/game-icons/000000/delapouite/bulgaria.svg new file mode 100644 index 00000000..8a81d5ec --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bulgaria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bulldozer.svg b/client/public/icons/game-icons/000000/delapouite/bulldozer.svg new file mode 100644 index 00000000..dd62aefe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bulldozer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bullet-bill.svg b/client/public/icons/game-icons/000000/delapouite/bullet-bill.svg new file mode 100644 index 00000000..0ce93a68 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bullet-bill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bullet-impacts.svg b/client/public/icons/game-icons/000000/delapouite/bullet-impacts.svg new file mode 100644 index 00000000..8f04f5f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bullet-impacts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bully-minion.svg b/client/public/icons/game-icons/000000/delapouite/bully-minion.svg new file mode 100644 index 00000000..0bab2bb7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bully-minion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bunk-beds.svg b/client/public/icons/game-icons/000000/delapouite/bunk-beds.svg new file mode 100644 index 00000000..7d407e3c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bunk-beds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/buoy.svg b/client/public/icons/game-icons/000000/delapouite/buoy.svg new file mode 100644 index 00000000..c7b5c7eb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/buoy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/burning-forest.svg b/client/public/icons/game-icons/000000/delapouite/burning-forest.svg new file mode 100644 index 00000000..6ab5952d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/burning-forest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bus-doors.svg b/client/public/icons/game-icons/000000/delapouite/bus-doors.svg new file mode 100644 index 00000000..9c072151 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bus-doors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/bus.svg b/client/public/icons/game-icons/000000/delapouite/bus.svg new file mode 100644 index 00000000..75e6832d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/butter-toast.svg b/client/public/icons/game-icons/000000/delapouite/butter-toast.svg new file mode 100644 index 00000000..142f3d3b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/butter-toast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/butter.svg b/client/public/icons/game-icons/000000/delapouite/butter.svg new file mode 100644 index 00000000..fe90bcca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/butter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/butterfly-flower.svg b/client/public/icons/game-icons/000000/delapouite/butterfly-flower.svg new file mode 100644 index 00000000..a087e8fd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/butterfly-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/butterfly-knife.svg b/client/public/icons/game-icons/000000/delapouite/butterfly-knife.svg new file mode 100644 index 00000000..8b35be5a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/butterfly-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/button-finger.svg b/client/public/icons/game-icons/000000/delapouite/button-finger.svg new file mode 100644 index 00000000..f95c260c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/button-finger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/buy-card.svg b/client/public/icons/game-icons/000000/delapouite/buy-card.svg new file mode 100644 index 00000000..6fc42921 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/buy-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/byzantin-temple.svg b/client/public/icons/game-icons/000000/delapouite/byzantin-temple.svg new file mode 100644 index 00000000..4cd2b850 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/byzantin-temple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cabbage.svg b/client/public/icons/game-icons/000000/delapouite/cabbage.svg new file mode 100644 index 00000000..7696fb70 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cabbage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cable-stayed-bridge.svg b/client/public/icons/game-icons/000000/delapouite/cable-stayed-bridge.svg new file mode 100644 index 00000000..da7d2781 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cable-stayed-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cactus-pot.svg b/client/public/icons/game-icons/000000/delapouite/cactus-pot.svg new file mode 100644 index 00000000..aa2055e4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cactus-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cactus-tap.svg b/client/public/icons/game-icons/000000/delapouite/cactus-tap.svg new file mode 100644 index 00000000..a687e480 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cactus-tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cactus.svg b/client/public/icons/game-icons/000000/delapouite/cactus.svg new file mode 100644 index 00000000..d477a1ca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cactus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cadillac-helm.svg b/client/public/icons/game-icons/000000/delapouite/cadillac-helm.svg new file mode 100644 index 00000000..84e581d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cadillac-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/caduceus.svg b/client/public/icons/game-icons/000000/delapouite/caduceus.svg new file mode 100644 index 00000000..ef602d93 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/caduceus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/caesar.svg b/client/public/icons/game-icons/000000/delapouite/caesar.svg new file mode 100644 index 00000000..155579cb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/caesar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cage.svg b/client/public/icons/game-icons/000000/delapouite/cage.svg new file mode 100644 index 00000000..488b5de9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/calavera.svg b/client/public/icons/game-icons/000000/delapouite/calavera.svg new file mode 100644 index 00000000..fe9a013f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/calavera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/calculator.svg b/client/public/icons/game-icons/000000/delapouite/calculator.svg new file mode 100644 index 00000000..d081370c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/calendar-half-year.svg b/client/public/icons/game-icons/000000/delapouite/calendar-half-year.svg new file mode 100644 index 00000000..4561b7cf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/calendar-half-year.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/calendar.svg b/client/public/icons/game-icons/000000/delapouite/calendar.svg new file mode 100644 index 00000000..999e4a6e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/caltrops.svg b/client/public/icons/game-icons/000000/delapouite/caltrops.svg new file mode 100644 index 00000000..d6c4c9cd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/caltrops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/camargue-cross.svg b/client/public/icons/game-icons/000000/delapouite/camargue-cross.svg new file mode 100644 index 00000000..2c2a9c4d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/camargue-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cambodia.svg b/client/public/icons/game-icons/000000/delapouite/cambodia.svg new file mode 100644 index 00000000..b753e9bf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cambodia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/camel-head.svg b/client/public/icons/game-icons/000000/delapouite/camel-head.svg new file mode 100644 index 00000000..a9801a9a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/camel-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/camel.svg b/client/public/icons/game-icons/000000/delapouite/camel.svg new file mode 100644 index 00000000..55a5a1e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/camel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/camp-cooking-pot.svg b/client/public/icons/game-icons/000000/delapouite/camp-cooking-pot.svg new file mode 100644 index 00000000..283913d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/camp-cooking-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/camping-tent.svg b/client/public/icons/game-icons/000000/delapouite/camping-tent.svg new file mode 100644 index 00000000..ebe4c07c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/camping-tent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cancer.svg b/client/public/icons/game-icons/000000/delapouite/cancer.svg new file mode 100644 index 00000000..61053f73 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cancer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/candles.svg b/client/public/icons/game-icons/000000/delapouite/candles.svg new file mode 100644 index 00000000..59bb8db1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/candles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/candlestick-phone.svg b/client/public/icons/game-icons/000000/delapouite/candlestick-phone.svg new file mode 100644 index 00000000..ba2cee59 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/candlestick-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/candy-canes.svg b/client/public/icons/game-icons/000000/delapouite/candy-canes.svg new file mode 100644 index 00000000..6d1cd4f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/candy-canes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/canned-fish.svg b/client/public/icons/game-icons/000000/delapouite/canned-fish.svg new file mode 100644 index 00000000..f6592e4a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/canned-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/canoe.svg b/client/public/icons/game-icons/000000/delapouite/canoe.svg new file mode 100644 index 00000000..5dd0a97f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/canoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cantua.svg b/client/public/icons/game-icons/000000/delapouite/cantua.svg new file mode 100644 index 00000000..39e16f54 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cantua.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cape-armor.svg b/client/public/icons/game-icons/000000/delapouite/cape-armor.svg new file mode 100644 index 00000000..0d004d2d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cape-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cape.svg b/client/public/icons/game-icons/000000/delapouite/cape.svg new file mode 100644 index 00000000..24e043c5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/capricorn.svg b/client/public/icons/game-icons/000000/delapouite/capricorn.svg new file mode 100644 index 00000000..86d8341d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/capricorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/captain-hat-profile.svg b/client/public/icons/game-icons/000000/delapouite/captain-hat-profile.svg new file mode 100644 index 00000000..44b33da7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/captain-hat-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/car-battery.svg b/client/public/icons/game-icons/000000/delapouite/car-battery.svg new file mode 100644 index 00000000..2633f3f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/car-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/car-door.svg b/client/public/icons/game-icons/000000/delapouite/car-door.svg new file mode 100644 index 00000000..b32e3169 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/car-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/car-key.svg b/client/public/icons/game-icons/000000/delapouite/car-key.svg new file mode 100644 index 00000000..7a1c26f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/car-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/car-seat.svg b/client/public/icons/game-icons/000000/delapouite/car-seat.svg new file mode 100644 index 00000000..a268195d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/car-seat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/car-wheel.svg b/client/public/icons/game-icons/000000/delapouite/car-wheel.svg new file mode 100644 index 00000000..f6d70196 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/car-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/carabiner.svg b/client/public/icons/game-icons/000000/delapouite/carabiner.svg new file mode 100644 index 00000000..dec13a28 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/carabiner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/carambola.svg b/client/public/icons/game-icons/000000/delapouite/carambola.svg new file mode 100644 index 00000000..d4a2e792 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/carambola.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/caravan.svg b/client/public/icons/game-icons/000000/delapouite/caravan.svg new file mode 100644 index 00000000..2b38deff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/caravan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/caravel.svg b/client/public/icons/game-icons/000000/delapouite/caravel.svg new file mode 100644 index 00000000..21574a3e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/caravel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/card-burn.svg b/client/public/icons/game-icons/000000/delapouite/card-burn.svg new file mode 100644 index 00000000..4f599334 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/card-burn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/card-exchange.svg b/client/public/icons/game-icons/000000/delapouite/card-exchange.svg new file mode 100644 index 00000000..fd92dcc2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/card-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/card-joker.svg b/client/public/icons/game-icons/000000/delapouite/card-joker.svg new file mode 100644 index 00000000..fb575588 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/card-joker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cardboard-box-closed.svg b/client/public/icons/game-icons/000000/delapouite/cardboard-box-closed.svg new file mode 100644 index 00000000..74445e1f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cardboard-box-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cardboard-box.svg b/client/public/icons/game-icons/000000/delapouite/cardboard-box.svg new file mode 100644 index 00000000..fc66906e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cardboard-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cargo-crate.svg b/client/public/icons/game-icons/000000/delapouite/cargo-crate.svg new file mode 100644 index 00000000..8f60cd8a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cargo-crate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cargo-ship.svg b/client/public/icons/game-icons/000000/delapouite/cargo-ship.svg new file mode 100644 index 00000000..4b6b2b5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cargo-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/carnival-mask.svg b/client/public/icons/game-icons/000000/delapouite/carnival-mask.svg new file mode 100644 index 00000000..0ab030a0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/carnival-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/carnivorous-plant.svg b/client/public/icons/game-icons/000000/delapouite/carnivorous-plant.svg new file mode 100644 index 00000000..e0cd96a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/carnivorous-plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/carousel.svg b/client/public/icons/game-icons/000000/delapouite/carousel.svg new file mode 100644 index 00000000..c2d1e206 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/carousel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/carrot.svg b/client/public/icons/game-icons/000000/delapouite/carrot.svg new file mode 100644 index 00000000..2ce4f3d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/carrot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cassowary-head.svg b/client/public/icons/game-icons/000000/delapouite/cassowary-head.svg new file mode 100644 index 00000000..edbc1e76 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cassowary-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/castle-ruins.svg b/client/public/icons/game-icons/000000/delapouite/castle-ruins.svg new file mode 100644 index 00000000..e3ca44f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/castle-ruins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/castle.svg b/client/public/icons/game-icons/000000/delapouite/castle.svg new file mode 100644 index 00000000..2cb85f69 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/caterpillar.svg b/client/public/icons/game-icons/000000/delapouite/caterpillar.svg new file mode 100644 index 00000000..ad92e4d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/caterpillar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cavalry.svg b/client/public/icons/game-icons/000000/delapouite/cavalry.svg new file mode 100644 index 00000000..c635f943 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cavalry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cave-entrance.svg b/client/public/icons/game-icons/000000/delapouite/cave-entrance.svg new file mode 100644 index 00000000..a25c96dc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cave-entrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/caveman.svg b/client/public/icons/game-icons/000000/delapouite/caveman.svg new file mode 100644 index 00000000..432c284e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/caveman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cctv-camera.svg b/client/public/icons/game-icons/000000/delapouite/cctv-camera.svg new file mode 100644 index 00000000..d75ddfb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cctv-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ceiling-barnacle.svg b/client/public/icons/game-icons/000000/delapouite/ceiling-barnacle.svg new file mode 100644 index 00000000..05a73846 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ceiling-barnacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ceiling-light.svg b/client/public/icons/game-icons/000000/delapouite/ceiling-light.svg new file mode 100644 index 00000000..8112b8a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ceiling-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cellar-barrels.svg b/client/public/icons/game-icons/000000/delapouite/cellar-barrels.svg new file mode 100644 index 00000000..e06373b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cellar-barrels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/centaur-heart.svg b/client/public/icons/game-icons/000000/delapouite/centaur-heart.svg new file mode 100644 index 00000000..75a288c6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/centaur-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/centaur.svg b/client/public/icons/game-icons/000000/delapouite/centaur.svg new file mode 100644 index 00000000..39e066eb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/centaur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/centurion-helmet.svg b/client/public/icons/game-icons/000000/delapouite/centurion-helmet.svg new file mode 100644 index 00000000..2d9fd54c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/centurion-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ceremonial-mask.svg b/client/public/icons/game-icons/000000/delapouite/ceremonial-mask.svg new file mode 100644 index 00000000..824e7bf4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ceremonial-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chainsaw.svg b/client/public/icons/game-icons/000000/delapouite/chainsaw.svg new file mode 100644 index 00000000..d0b1cf63 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chainsaw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chakram.svg b/client/public/icons/game-icons/000000/delapouite/chakram.svg new file mode 100644 index 00000000..bca5577c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chakram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chalk-outline-murder.svg b/client/public/icons/game-icons/000000/delapouite/chalk-outline-murder.svg new file mode 100644 index 00000000..6b6b82ae --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chalk-outline-murder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/champagne-cork.svg b/client/public/icons/game-icons/000000/delapouite/champagne-cork.svg new file mode 100644 index 00000000..f14ff5e4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/champagne-cork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/champions.svg b/client/public/icons/game-icons/000000/delapouite/champions.svg new file mode 100644 index 00000000..95fe3d78 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/champions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chanterelles.svg b/client/public/icons/game-icons/000000/delapouite/chanterelles.svg new file mode 100644 index 00000000..943d1092 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chanterelles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/character.svg b/client/public/icons/game-icons/000000/delapouite/character.svg new file mode 100644 index 00000000..551d8bb3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/character.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/charging-bull.svg b/client/public/icons/game-icons/000000/delapouite/charging-bull.svg new file mode 100644 index 00000000..16f7dfe9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/charging-bull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/charging.svg b/client/public/icons/game-icons/000000/delapouite/charging.svg new file mode 100644 index 00000000..d02b9c73 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/charging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chart.svg b/client/public/icons/game-icons/000000/delapouite/chart.svg new file mode 100644 index 00000000..9d0ae04c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chat-bubble.svg b/client/public/icons/game-icons/000000/delapouite/chat-bubble.svg new file mode 100644 index 00000000..340aa244 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chat-bubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/check-mark.svg b/client/public/icons/game-icons/000000/delapouite/check-mark.svg new file mode 100644 index 00000000..3974e074 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/check-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/checkered-flag.svg b/client/public/icons/game-icons/000000/delapouite/checkered-flag.svg new file mode 100644 index 00000000..c178957d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/checkered-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/checklist.svg b/client/public/icons/game-icons/000000/delapouite/checklist.svg new file mode 100644 index 00000000..735944b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/checklist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chef-toque.svg b/client/public/icons/game-icons/000000/delapouite/chef-toque.svg new file mode 100644 index 00000000..528852cd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chef-toque.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chelsea-boot.svg b/client/public/icons/game-icons/000000/delapouite/chelsea-boot.svg new file mode 100644 index 00000000..9ee5c1f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chelsea-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cherish.svg b/client/public/icons/game-icons/000000/delapouite/cherish.svg new file mode 100644 index 00000000..c11420de --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cherish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cherry.svg b/client/public/icons/game-icons/000000/delapouite/cherry.svg new file mode 100644 index 00000000..b61300e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cherry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chest-armor.svg b/client/public/icons/game-icons/000000/delapouite/chest-armor.svg new file mode 100644 index 00000000..f887990d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chest-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chest.svg b/client/public/icons/game-icons/000000/delapouite/chest.svg new file mode 100644 index 00000000..1fadd5b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chestnut-leaf.svg b/client/public/icons/game-icons/000000/delapouite/chestnut-leaf.svg new file mode 100644 index 00000000..947aec64 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chestnut-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chicken-oven.svg b/client/public/icons/game-icons/000000/delapouite/chicken-oven.svg new file mode 100644 index 00000000..f50c916a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chicken-oven.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chicken.svg b/client/public/icons/game-icons/000000/delapouite/chicken.svg new file mode 100644 index 00000000..b32c8c75 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chicken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chili-pepper.svg b/client/public/icons/game-icons/000000/delapouite/chili-pepper.svg new file mode 100644 index 00000000..d032d549 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chili-pepper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chimney.svg b/client/public/icons/game-icons/000000/delapouite/chimney.svg new file mode 100644 index 00000000..b52fd619 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chimney.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chips-bag.svg b/client/public/icons/game-icons/000000/delapouite/chips-bag.svg new file mode 100644 index 00000000..628d280f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chips-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chisel.svg b/client/public/icons/game-icons/000000/delapouite/chisel.svg new file mode 100644 index 00000000..96d2148c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chisel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/choice.svg b/client/public/icons/game-icons/000000/delapouite/choice.svg new file mode 100644 index 00000000..5df5bf85 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/choice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/chopsticks.svg b/client/public/icons/game-icons/000000/delapouite/chopsticks.svg new file mode 100644 index 00000000..3841ea17 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/chopsticks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/church.svg b/client/public/icons/game-icons/000000/delapouite/church.svg new file mode 100644 index 00000000..ceb09e81 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cigale.svg b/client/public/icons/game-icons/000000/delapouite/cigale.svg new file mode 100644 index 00000000..77e10f35 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cigale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cigar.svg b/client/public/icons/game-icons/000000/delapouite/cigar.svg new file mode 100644 index 00000000..fce98a9d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cigar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cigarette.svg b/client/public/icons/game-icons/000000/delapouite/cigarette.svg new file mode 100644 index 00000000..b279e2a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cigarette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/circle-forest.svg b/client/public/icons/game-icons/000000/delapouite/circle-forest.svg new file mode 100644 index 00000000..c65a8082 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/circle-forest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/circle.svg b/client/public/icons/game-icons/000000/delapouite/circle.svg new file mode 100644 index 00000000..1e2f86bc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/circling-fish.svg b/client/public/icons/game-icons/000000/delapouite/circling-fish.svg new file mode 100644 index 00000000..d0b16d4f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/circling-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/city-car.svg b/client/public/icons/game-icons/000000/delapouite/city-car.svg new file mode 100644 index 00000000..0a0e5380 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/city-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/clamp.svg b/client/public/icons/game-icons/000000/delapouite/clamp.svg new file mode 100644 index 00000000..6aba250e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/clamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/clapperboard.svg b/client/public/icons/game-icons/000000/delapouite/clapperboard.svg new file mode 100644 index 00000000..7f6cbb50 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/clapperboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/classical-knowledge.svg b/client/public/icons/game-icons/000000/delapouite/classical-knowledge.svg new file mode 100644 index 00000000..3bea33aa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/classical-knowledge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/claws.svg b/client/public/icons/game-icons/000000/delapouite/claws.svg new file mode 100644 index 00000000..d17eec6b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/clay-brick.svg b/client/public/icons/game-icons/000000/delapouite/clay-brick.svg new file mode 100644 index 00000000..9416d540 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/clay-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/claymore-explosive.svg b/client/public/icons/game-icons/000000/delapouite/claymore-explosive.svg new file mode 100644 index 00000000..27c5d117 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/claymore-explosive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cleaver.svg b/client/public/icons/game-icons/000000/delapouite/cleaver.svg new file mode 100644 index 00000000..25fd2875 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cleaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cleopatra.svg b/client/public/icons/game-icons/000000/delapouite/cleopatra.svg new file mode 100644 index 00000000..4ad1eaa7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cleopatra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cliff-crossing.svg b/client/public/icons/game-icons/000000/delapouite/cliff-crossing.svg new file mode 100644 index 00000000..4dc54232 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cliff-crossing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/clockwise-rotation.svg b/client/public/icons/game-icons/000000/delapouite/clockwise-rotation.svg new file mode 100644 index 00000000..b220d512 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/clockwise-rotation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/closed-barbute.svg b/client/public/icons/game-icons/000000/delapouite/closed-barbute.svg new file mode 100644 index 00000000..19270d98 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/closed-barbute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/closed-doors.svg b/client/public/icons/game-icons/000000/delapouite/closed-doors.svg new file mode 100644 index 00000000..455de6a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/closed-doors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cloth-jar.svg b/client/public/icons/game-icons/000000/delapouite/cloth-jar.svg new file mode 100644 index 00000000..e0bdac10 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cloth-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/clothes.svg b/client/public/icons/game-icons/000000/delapouite/clothes.svg new file mode 100644 index 00000000..98e4d516 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/clothes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/clothespin.svg b/client/public/icons/game-icons/000000/delapouite/clothespin.svg new file mode 100644 index 00000000..620a7a7e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/clothespin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cloud-download.svg b/client/public/icons/game-icons/000000/delapouite/cloud-download.svg new file mode 100644 index 00000000..9c998553 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cloud-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cloud-upload.svg b/client/public/icons/game-icons/000000/delapouite/cloud-upload.svg new file mode 100644 index 00000000..6b27f9b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cloud-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/clown.svg b/client/public/icons/game-icons/000000/delapouite/clown.svg new file mode 100644 index 00000000..9f597848 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/clown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/clownfish.svg b/client/public/icons/game-icons/000000/delapouite/clownfish.svg new file mode 100644 index 00000000..fe0fc647 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/clownfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coa-de-jima.svg b/client/public/icons/game-icons/000000/delapouite/coa-de-jima.svg new file mode 100644 index 00000000..07a88147 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coa-de-jima.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coal-pile.svg b/client/public/icons/game-icons/000000/delapouite/coal-pile.svg new file mode 100644 index 00000000..88f8a337 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coal-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coal-wagon.svg b/client/public/icons/game-icons/000000/delapouite/coal-wagon.svg new file mode 100644 index 00000000..f737be85 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coal-wagon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cobra.svg b/client/public/icons/game-icons/000000/delapouite/cobra.svg new file mode 100644 index 00000000..6fd00ec5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cobra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coconuts.svg b/client/public/icons/game-icons/000000/delapouite/coconuts.svg new file mode 100644 index 00000000..53bc5ca5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coconuts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coffee-beans.svg b/client/public/icons/game-icons/000000/delapouite/coffee-beans.svg new file mode 100644 index 00000000..0b72cd4f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coffee-beans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coffee-cup.svg b/client/public/icons/game-icons/000000/delapouite/coffee-cup.svg new file mode 100644 index 00000000..27ae75b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coffee-cup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coffee-pot.svg b/client/public/icons/game-icons/000000/delapouite/coffee-pot.svg new file mode 100644 index 00000000..20edfa06 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coffee-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coiled-nail.svg b/client/public/icons/game-icons/000000/delapouite/coiled-nail.svg new file mode 100644 index 00000000..60f082de --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coiled-nail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coins-pile.svg b/client/public/icons/game-icons/000000/delapouite/coins-pile.svg new file mode 100644 index 00000000..7773c00a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coins-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coins.svg b/client/public/icons/game-icons/000000/delapouite/coins.svg new file mode 100644 index 00000000..75d6b640 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coliseum.svg b/client/public/icons/game-icons/000000/delapouite/coliseum.svg new file mode 100644 index 00000000..f6e75d5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coliseum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/colombia.svg b/client/public/icons/game-icons/000000/delapouite/colombia.svg new file mode 100644 index 00000000..7c6dc4f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/colombia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/colombian-statue.svg b/client/public/icons/game-icons/000000/delapouite/colombian-statue.svg new file mode 100644 index 00000000..b3a3a96c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/colombian-statue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/column-vase.svg b/client/public/icons/game-icons/000000/delapouite/column-vase.svg new file mode 100644 index 00000000..c39b8b70 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/column-vase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/commercial-airplane.svg b/client/public/icons/game-icons/000000/delapouite/commercial-airplane.svg new file mode 100644 index 00000000..6e0c30ea --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/commercial-airplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/compact-disc.svg b/client/public/icons/game-icons/000000/delapouite/compact-disc.svg new file mode 100644 index 00000000..1367dcb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/compact-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/companion-cube.svg b/client/public/icons/game-icons/000000/delapouite/companion-cube.svg new file mode 100644 index 00000000..dc5b96ba --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/companion-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/computer-fan.svg b/client/public/icons/game-icons/000000/delapouite/computer-fan.svg new file mode 100644 index 00000000..faffa9f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/computer-fan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/concrete-bag.svg b/client/public/icons/game-icons/000000/delapouite/concrete-bag.svg new file mode 100644 index 00000000..553287ec --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/concrete-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/confirmed.svg b/client/public/icons/game-icons/000000/delapouite/confirmed.svg new file mode 100644 index 00000000..640ab9f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/confirmed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/confrontation.svg b/client/public/icons/game-icons/000000/delapouite/confrontation.svg new file mode 100644 index 00000000..1627a2ff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/confrontation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/congress.svg b/client/public/icons/game-icons/000000/delapouite/congress.svg new file mode 100644 index 00000000..74d2a6bc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/congress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/conqueror.svg b/client/public/icons/game-icons/000000/delapouite/conqueror.svg new file mode 100644 index 00000000..6d5fe9f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/conqueror.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/contortionist.svg b/client/public/icons/game-icons/000000/delapouite/contortionist.svg new file mode 100644 index 00000000..174724fb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/contortionist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/contract.svg b/client/public/icons/game-icons/000000/delapouite/contract.svg new file mode 100644 index 00000000..a863727a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/contract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/control-tower.svg b/client/public/icons/game-icons/000000/delapouite/control-tower.svg new file mode 100644 index 00000000..25fca830 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/control-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/convergence-target.svg b/client/public/icons/game-icons/000000/delapouite/convergence-target.svg new file mode 100644 index 00000000..17fa4f24 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/convergence-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/converse-shoe.svg b/client/public/icons/game-icons/000000/delapouite/converse-shoe.svg new file mode 100644 index 00000000..bf64499a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/converse-shoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/convict.svg b/client/public/icons/game-icons/000000/delapouite/convict.svg new file mode 100644 index 00000000..e5359e37 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/convict.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/convince.svg b/client/public/icons/game-icons/000000/delapouite/convince.svg new file mode 100644 index 00000000..3ec84900 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/convince.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/conway-life-glider.svg b/client/public/icons/game-icons/000000/delapouite/conway-life-glider.svg new file mode 100644 index 00000000..a91cc426 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/conway-life-glider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cook.svg b/client/public/icons/game-icons/000000/delapouite/cook.svg new file mode 100644 index 00000000..fb2737fe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cookie.svg b/client/public/icons/game-icons/000000/delapouite/cookie.svg new file mode 100644 index 00000000..e0a24a64 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cookie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cooking-glove.svg b/client/public/icons/game-icons/000000/delapouite/cooking-glove.svg new file mode 100644 index 00000000..e5a4f25a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cooking-glove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cooking-pot.svg b/client/public/icons/game-icons/000000/delapouite/cooking-pot.svg new file mode 100644 index 00000000..987d0030 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cooking-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cooler.svg b/client/public/icons/game-icons/000000/delapouite/cooler.svg new file mode 100644 index 00000000..0f8c12a7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cooler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coral.svg b/client/public/icons/game-icons/000000/delapouite/coral.svg new file mode 100644 index 00000000..01510566 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cork-hat.svg b/client/public/icons/game-icons/000000/delapouite/cork-hat.svg new file mode 100644 index 00000000..11efb84c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cork-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/corkscrew.svg b/client/public/icons/game-icons/000000/delapouite/corkscrew.svg new file mode 100644 index 00000000..461f4f26 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/corkscrew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/corn.svg b/client/public/icons/game-icons/000000/delapouite/corn.svg new file mode 100644 index 00000000..74a88ef3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/corn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/corner-flag.svg b/client/public/icons/game-icons/000000/delapouite/corner-flag.svg new file mode 100644 index 00000000..9c0c7ee6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/corner-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cornucopia.svg b/client/public/icons/game-icons/000000/delapouite/cornucopia.svg new file mode 100644 index 00000000..4b739415 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cornucopia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/coronation.svg b/client/public/icons/game-icons/000000/delapouite/coronation.svg new file mode 100644 index 00000000..70281cbc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/coronation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/corporal.svg b/client/public/icons/game-icons/000000/delapouite/corporal.svg new file mode 100644 index 00000000..5982ace0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/corporal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/corset.svg b/client/public/icons/game-icons/000000/delapouite/corset.svg new file mode 100644 index 00000000..94dd579f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/corset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/corsica.svg b/client/public/icons/game-icons/000000/delapouite/corsica.svg new file mode 100644 index 00000000..190026ef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/corsica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cosmic-egg.svg b/client/public/icons/game-icons/000000/delapouite/cosmic-egg.svg new file mode 100644 index 00000000..8d7d0218 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cosmic-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cotton-flower.svg b/client/public/icons/game-icons/000000/delapouite/cotton-flower.svg new file mode 100644 index 00000000..6855aaab --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cotton-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/covered-jar.svg b/client/public/icons/game-icons/000000/delapouite/covered-jar.svg new file mode 100644 index 00000000..772286b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/covered-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cow.svg b/client/public/icons/game-icons/000000/delapouite/cow.svg new file mode 100644 index 00000000..1b0fd344 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cowboy-boot.svg b/client/public/icons/game-icons/000000/delapouite/cowboy-boot.svg new file mode 100644 index 00000000..e1932dd2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cowboy-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cowboy-holster.svg b/client/public/icons/game-icons/000000/delapouite/cowboy-holster.svg new file mode 100644 index 00000000..ab4bac57 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cowboy-holster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cpu.svg b/client/public/icons/game-icons/000000/delapouite/cpu.svg new file mode 100644 index 00000000..0d2a6fad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cpu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crafting.svg b/client/public/icons/game-icons/000000/delapouite/crafting.svg new file mode 100644 index 00000000..d2e934fe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crafting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crane.svg b/client/public/icons/game-icons/000000/delapouite/crane.svg new file mode 100644 index 00000000..08dc0621 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/credits-currency.svg b/client/public/icons/game-icons/000000/delapouite/credits-currency.svg new file mode 100644 index 00000000..fb6bb981 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/credits-currency.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crenel-crown.svg b/client/public/icons/game-icons/000000/delapouite/crenel-crown.svg new file mode 100644 index 00000000..687e3ac4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crenel-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crescent-staff.svg b/client/public/icons/game-icons/000000/delapouite/crescent-staff.svg new file mode 100644 index 00000000..507e1380 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crescent-staff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cricket-bat.svg b/client/public/icons/game-icons/000000/delapouite/cricket-bat.svg new file mode 100644 index 00000000..4b2de8b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cricket-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cricket.svg b/client/public/icons/game-icons/000000/delapouite/cricket.svg new file mode 100644 index 00000000..2b0ffa69 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cricket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crime-scene-tape.svg b/client/public/icons/game-icons/000000/delapouite/crime-scene-tape.svg new file mode 100644 index 00000000..a51b42a7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crime-scene-tape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/croissant.svg b/client/public/icons/game-icons/000000/delapouite/croissant.svg new file mode 100644 index 00000000..6bc548d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/croissant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crook-flail.svg b/client/public/icons/game-icons/000000/delapouite/crook-flail.svg new file mode 100644 index 00000000..04da559a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crook-flail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cross-shield.svg b/client/public/icons/game-icons/000000/delapouite/cross-shield.svg new file mode 100644 index 00000000..e042d831 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cross-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crosscut-saw.svg b/client/public/icons/game-icons/000000/delapouite/crosscut-saw.svg new file mode 100644 index 00000000..af17317f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crosscut-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crosshair.svg b/client/public/icons/game-icons/000000/delapouite/crosshair.svg new file mode 100644 index 00000000..40dff6a6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crosshair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crossroad.svg b/client/public/icons/game-icons/000000/delapouite/crossroad.svg new file mode 100644 index 00000000..b59f3e96 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crossroad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crow-nest.svg b/client/public/icons/game-icons/000000/delapouite/crow-nest.svg new file mode 100644 index 00000000..f9d4012d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crow-nest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crowbar.svg b/client/public/icons/game-icons/000000/delapouite/crowbar.svg new file mode 100644 index 00000000..867b7c2c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crowbar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crucifix.svg b/client/public/icons/game-icons/000000/delapouite/crucifix.svg new file mode 100644 index 00000000..82c67148 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crucifix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cryo-chamber.svg b/client/public/icons/game-icons/000000/delapouite/cryo-chamber.svg new file mode 100644 index 00000000..83f9becc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cryo-chamber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crypt-entrance.svg b/client/public/icons/game-icons/000000/delapouite/crypt-entrance.svg new file mode 100644 index 00000000..16aeb021 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crypt-entrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crystal-earrings.svg b/client/public/icons/game-icons/000000/delapouite/crystal-earrings.svg new file mode 100644 index 00000000..2466ad57 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crystal-earrings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/crystal-shrine.svg b/client/public/icons/game-icons/000000/delapouite/crystal-shrine.svg new file mode 100644 index 00000000..94bbed21 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/crystal-shrine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cuauhtli.svg b/client/public/icons/game-icons/000000/delapouite/cuauhtli.svg new file mode 100644 index 00000000..f6667215 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cuauhtli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cube.svg b/client/public/icons/game-icons/000000/delapouite/cube.svg new file mode 100644 index 00000000..40e22b28 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cuckoo-clock.svg b/client/public/icons/game-icons/000000/delapouite/cuckoo-clock.svg new file mode 100644 index 00000000..82049d68 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cuckoo-clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cupcake.svg b/client/public/icons/game-icons/000000/delapouite/cupcake.svg new file mode 100644 index 00000000..a43e51a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cupcake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/curling-stone.svg b/client/public/icons/game-icons/000000/delapouite/curling-stone.svg new file mode 100644 index 00000000..59facfad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/curling-stone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/custodian-helmet.svg b/client/public/icons/game-icons/000000/delapouite/custodian-helmet.svg new file mode 100644 index 00000000..a675fe48 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/custodian-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cut-lemon.svg b/client/public/icons/game-icons/000000/delapouite/cut-lemon.svg new file mode 100644 index 00000000..04f66f6b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cut-lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cyber-eye.svg b/client/public/icons/game-icons/000000/delapouite/cyber-eye.svg new file mode 100644 index 00000000..ebcd2749 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cyber-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cyborg-face.svg b/client/public/icons/game-icons/000000/delapouite/cyborg-face.svg new file mode 100644 index 00000000..f3ade3ff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cyborg-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/cycling.svg b/client/public/icons/game-icons/000000/delapouite/cycling.svg new file mode 100644 index 00000000..f9fb8748 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/cycling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/daemon-pull.svg b/client/public/icons/game-icons/000000/delapouite/daemon-pull.svg new file mode 100644 index 00000000..124a537b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/daemon-pull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dagger-rose.svg b/client/public/icons/game-icons/000000/delapouite/dagger-rose.svg new file mode 100644 index 00000000..4e028135 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dagger-rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dam.svg b/client/public/icons/game-icons/000000/delapouite/dam.svg new file mode 100644 index 00000000..2230409f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dandelion-flower.svg b/client/public/icons/game-icons/000000/delapouite/dandelion-flower.svg new file mode 100644 index 00000000..4382dcd0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dandelion-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dango.svg b/client/public/icons/game-icons/000000/delapouite/dango.svg new file mode 100644 index 00000000..ea7bbbf6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dango.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dart.svg b/client/public/icons/game-icons/000000/delapouite/dart.svg new file mode 100644 index 00000000..a8688840 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/database.svg b/client/public/icons/game-icons/000000/delapouite/database.svg new file mode 100644 index 00000000..ab8783d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dead-head.svg b/client/public/icons/game-icons/000000/delapouite/dead-head.svg new file mode 100644 index 00000000..4568119b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dead-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/death-star.svg b/client/public/icons/game-icons/000000/delapouite/death-star.svg new file mode 100644 index 00000000..2803a32c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/death-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/deer-track.svg b/client/public/icons/game-icons/000000/delapouite/deer-track.svg new file mode 100644 index 00000000..7deb7ffc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/deer-track.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/defense-satellite.svg b/client/public/icons/game-icons/000000/delapouite/defense-satellite.svg new file mode 100644 index 00000000..7c6b267c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/defense-satellite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/deku-tree.svg b/client/public/icons/game-icons/000000/delapouite/deku-tree.svg new file mode 100644 index 00000000..cde56a55 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/deku-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/delicate-perfume.svg b/client/public/icons/game-icons/000000/delapouite/delicate-perfume.svg new file mode 100644 index 00000000..2d8112f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/delicate-perfume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/delivery-drone.svg b/client/public/icons/game-icons/000000/delapouite/delivery-drone.svg new file mode 100644 index 00000000..b6628b46 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/delivery-drone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/desert-camp.svg b/client/public/icons/game-icons/000000/delapouite/desert-camp.svg new file mode 100644 index 00000000..c13d9c1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/desert-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/desert.svg b/client/public/icons/game-icons/000000/delapouite/desert.svg new file mode 100644 index 00000000..49fb8965 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/desert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/deshret-red-crown.svg b/client/public/icons/game-icons/000000/delapouite/deshret-red-crown.svg new file mode 100644 index 00000000..7b2cdb72 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/deshret-red-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/desk.svg b/client/public/icons/game-icons/000000/delapouite/desk.svg new file mode 100644 index 00000000..1c986d3d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/desk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/detonator.svg b/client/public/icons/game-icons/000000/delapouite/detonator.svg new file mode 100644 index 00000000..ea189184 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/detonator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/detour.svg b/client/public/icons/game-icons/000000/delapouite/detour.svg new file mode 100644 index 00000000..c8137512 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/detour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/devil-mask.svg b/client/public/icons/game-icons/000000/delapouite/devil-mask.svg new file mode 100644 index 00000000..f1acc041 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/devil-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dial-padlock.svg b/client/public/icons/game-icons/000000/delapouite/dial-padlock.svg new file mode 100644 index 00000000..61b82035 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dial-padlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/diamond-hilt.svg b/client/public/icons/game-icons/000000/delapouite/diamond-hilt.svg new file mode 100644 index 00000000..f1c83707 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/diamond-hilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/diamond-ring.svg b/client/public/icons/game-icons/000000/delapouite/diamond-ring.svg new file mode 100644 index 00000000..c8f6646c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/diamond-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/diamond-trophy.svg b/client/public/icons/game-icons/000000/delapouite/diamond-trophy.svg new file mode 100644 index 00000000..2b59969f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/diamond-trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-eight-faces-eight.svg b/client/public/icons/game-icons/000000/delapouite/dice-eight-faces-eight.svg new file mode 100644 index 00000000..e46fcf37 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-eight-faces-eight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-fire.svg b/client/public/icons/game-icons/000000/delapouite/dice-fire.svg new file mode 100644 index 00000000..77b508cd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-shield.svg b/client/public/icons/game-icons/000000/delapouite/dice-shield.svg new file mode 100644 index 00000000..5f27d303 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-six-faces-five.svg b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-five.svg new file mode 100644 index 00000000..287d8416 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-six-faces-four.svg b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-four.svg new file mode 100644 index 00000000..216a50d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-six-faces-one.svg b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-one.svg new file mode 100644 index 00000000..651f9baa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-six-faces-six.svg b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-six.svg new file mode 100644 index 00000000..63b669d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-six-faces-three.svg b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-three.svg new file mode 100644 index 00000000..63cf91da --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-six-faces-two.svg b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-two.svg new file mode 100644 index 00000000..317cf1ef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-six-faces-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-target.svg b/client/public/icons/game-icons/000000/delapouite/dice-target.svg new file mode 100644 index 00000000..983270dc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-twenty-faces-one.svg b/client/public/icons/game-icons/000000/delapouite/dice-twenty-faces-one.svg new file mode 100644 index 00000000..1dd97f00 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-twenty-faces-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dice-twenty-faces-twenty.svg b/client/public/icons/game-icons/000000/delapouite/dice-twenty-faces-twenty.svg new file mode 100644 index 00000000..debe1246 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dice-twenty-faces-twenty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dig-hole.svg b/client/public/icons/game-icons/000000/delapouite/dig-hole.svg new file mode 100644 index 00000000..40fe6f8b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dig-hole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dimetrodon.svg b/client/public/icons/game-icons/000000/delapouite/dimetrodon.svg new file mode 100644 index 00000000..99289ce1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dimetrodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/diplodocus.svg b/client/public/icons/game-icons/000000/delapouite/diplodocus.svg new file mode 100644 index 00000000..61a484a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/diplodocus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/diploma.svg b/client/public/icons/game-icons/000000/delapouite/diploma.svg new file mode 100644 index 00000000..b82e1b36 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/diploma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/direction-sign.svg b/client/public/icons/game-icons/000000/delapouite/direction-sign.svg new file mode 100644 index 00000000..e81a7831 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/direction-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/direction-signs.svg b/client/public/icons/game-icons/000000/delapouite/direction-signs.svg new file mode 100644 index 00000000..e8641ea6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/direction-signs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/director-chair.svg b/client/public/icons/game-icons/000000/delapouite/director-chair.svg new file mode 100644 index 00000000..4f3bdcd5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/director-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/disc-golf-bag.svg b/client/public/icons/game-icons/000000/delapouite/disc-golf-bag.svg new file mode 100644 index 00000000..c56a2a8d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/disc-golf-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/disc-golf-basket.svg b/client/public/icons/game-icons/000000/delapouite/disc-golf-basket.svg new file mode 100644 index 00000000..1f94944b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/disc-golf-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/discobolus.svg b/client/public/icons/game-icons/000000/delapouite/discobolus.svg new file mode 100644 index 00000000..91affb96 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/discobolus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/discussion.svg b/client/public/icons/game-icons/000000/delapouite/discussion.svg new file mode 100644 index 00000000..bcc8c135 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/discussion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/distress-signal.svg b/client/public/icons/game-icons/000000/delapouite/distress-signal.svg new file mode 100644 index 00000000..116e17a9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/distress-signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/diving-helmet.svg b/client/public/icons/game-icons/000000/delapouite/diving-helmet.svg new file mode 100644 index 00000000..a1b54eff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/diving-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/djed-pillar.svg b/client/public/icons/game-icons/000000/delapouite/djed-pillar.svg new file mode 100644 index 00000000..be097fcc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/djed-pillar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/djembe.svg b/client/public/icons/game-icons/000000/delapouite/djembe.svg new file mode 100644 index 00000000..5155cf66 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/djembe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/djinn.svg b/client/public/icons/game-icons/000000/delapouite/djinn.svg new file mode 100644 index 00000000..9e46cc5a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/djinn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dog-bowl.svg b/client/public/icons/game-icons/000000/delapouite/dog-bowl.svg new file mode 100644 index 00000000..6671b94f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dog-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dog-house.svg b/client/public/icons/game-icons/000000/delapouite/dog-house.svg new file mode 100644 index 00000000..68f91cff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dog-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dolmen.svg b/client/public/icons/game-icons/000000/delapouite/dolmen.svg new file mode 100644 index 00000000..da69c677 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dolmen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dolphin.svg b/client/public/icons/game-icons/000000/delapouite/dolphin.svg new file mode 100644 index 00000000..f261925d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dolphin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/domino-tiles.svg b/client/public/icons/game-icons/000000/delapouite/domino-tiles.svg new file mode 100644 index 00000000..af17f4af --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/domino-tiles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/doner-kebab.svg b/client/public/icons/game-icons/000000/delapouite/doner-kebab.svg new file mode 100644 index 00000000..28e41dd1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/doner-kebab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/donut.svg b/client/public/icons/game-icons/000000/delapouite/donut.svg new file mode 100644 index 00000000..71ca18f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/donut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/door-handle.svg b/client/public/icons/game-icons/000000/delapouite/door-handle.svg new file mode 100644 index 00000000..08e53d2e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/door-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/door-ring-handle.svg b/client/public/icons/game-icons/000000/delapouite/door-ring-handle.svg new file mode 100644 index 00000000..50b8012b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/door-ring-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/door-watcher.svg b/client/public/icons/game-icons/000000/delapouite/door-watcher.svg new file mode 100644 index 00000000..bf21c43c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/door-watcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/door.svg b/client/public/icons/game-icons/000000/delapouite/door.svg new file mode 100644 index 00000000..0364b490 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/double-fish.svg b/client/public/icons/game-icons/000000/delapouite/double-fish.svg new file mode 100644 index 00000000..a5444ea0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/double-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/double-necklace.svg b/client/public/icons/game-icons/000000/delapouite/double-necklace.svg new file mode 100644 index 00000000..3b5a79a0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/double-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/double-street-lights.svg b/client/public/icons/game-icons/000000/delapouite/double-street-lights.svg new file mode 100644 index 00000000..5b3d45e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/double-street-lights.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dough-roller.svg b/client/public/icons/game-icons/000000/delapouite/dough-roller.svg new file mode 100644 index 00000000..0a3f89f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dough-roller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dragon-orb.svg b/client/public/icons/game-icons/000000/delapouite/dragon-orb.svg new file mode 100644 index 00000000..e573cf93 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dragon-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dragon-shield.svg b/client/public/icons/game-icons/000000/delapouite/dragon-shield.svg new file mode 100644 index 00000000..1f432b4e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dragon-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/drakkar-dragon.svg b/client/public/icons/game-icons/000000/delapouite/drakkar-dragon.svg new file mode 100644 index 00000000..4de853a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/drakkar-dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/drakkar.svg b/client/public/icons/game-icons/000000/delapouite/drakkar.svg new file mode 100644 index 00000000..2b998e41 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/drakkar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/drawbridge.svg b/client/public/icons/game-icons/000000/delapouite/drawbridge.svg new file mode 100644 index 00000000..12486c91 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/drawbridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dream-catcher.svg b/client/public/icons/game-icons/000000/delapouite/dream-catcher.svg new file mode 100644 index 00000000..557525f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dream-catcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/drill.svg b/client/public/icons/game-icons/000000/delapouite/drill.svg new file mode 100644 index 00000000..5fa5d14d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/drill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/drinking.svg b/client/public/icons/game-icons/000000/delapouite/drinking.svg new file mode 100644 index 00000000..c59f9dbd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/drinking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/drop-earrings.svg b/client/public/icons/game-icons/000000/delapouite/drop-earrings.svg new file mode 100644 index 00000000..797e83e9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/drop-earrings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/drum.svg b/client/public/icons/game-icons/000000/delapouite/drum.svg new file mode 100644 index 00000000..7c4af39d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/drum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/duck-palm.svg b/client/public/icons/game-icons/000000/delapouite/duck-palm.svg new file mode 100644 index 00000000..9be9968c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/duck-palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/duck.svg b/client/public/icons/game-icons/000000/delapouite/duck.svg new file mode 100644 index 00000000..87cc3ce2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/duck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/duffel-bag.svg b/client/public/icons/game-icons/000000/delapouite/duffel-bag.svg new file mode 100644 index 00000000..88e0e7d9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/duffel-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dunce-cap.svg b/client/public/icons/game-icons/000000/delapouite/dunce-cap.svg new file mode 100644 index 00000000..10f9d047 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dunce-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dungeon-gate.svg b/client/public/icons/game-icons/000000/delapouite/dungeon-gate.svg new file mode 100644 index 00000000..8dccad67 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dungeon-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dungeon-light.svg b/client/public/icons/game-icons/000000/delapouite/dungeon-light.svg new file mode 100644 index 00000000..69ccb504 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dungeon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/duration.svg b/client/public/icons/game-icons/000000/delapouite/duration.svg new file mode 100644 index 00000000..4fc3b35a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/duration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dutch-bike.svg b/client/public/icons/game-icons/000000/delapouite/dutch-bike.svg new file mode 100644 index 00000000..e64ef2c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dutch-bike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dwarf-face.svg b/client/public/icons/game-icons/000000/delapouite/dwarf-face.svg new file mode 100644 index 00000000..e7e2b44e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dwarf-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dwennimmen.svg b/client/public/icons/game-icons/000000/delapouite/dwennimmen.svg new file mode 100644 index 00000000..3490d04b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dwennimmen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/dynamite.svg b/client/public/icons/game-icons/000000/delapouite/dynamite.svg new file mode 100644 index 00000000..30775e6d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/dynamite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eagle-head.svg b/client/public/icons/game-icons/000000/delapouite/eagle-head.svg new file mode 100644 index 00000000..a58f10d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eagle-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/earrings.svg b/client/public/icons/game-icons/000000/delapouite/earrings.svg new file mode 100644 index 00000000..d7b4d258 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/earrings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/earth-africa-europe.svg b/client/public/icons/game-icons/000000/delapouite/earth-africa-europe.svg new file mode 100644 index 00000000..eee8dfbc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/earth-africa-europe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/earth-america.svg b/client/public/icons/game-icons/000000/delapouite/earth-america.svg new file mode 100644 index 00000000..db5f1a57 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/earth-america.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/earth-asia-oceania.svg b/client/public/icons/game-icons/000000/delapouite/earth-asia-oceania.svg new file mode 100644 index 00000000..f2f06aed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/earth-asia-oceania.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/easter-egg.svg b/client/public/icons/game-icons/000000/delapouite/easter-egg.svg new file mode 100644 index 00000000..e3268f85 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/easter-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eating-pelican.svg b/client/public/icons/game-icons/000000/delapouite/eating-pelican.svg new file mode 100644 index 00000000..9b0ca724 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eating-pelican.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eating.svg b/client/public/icons/game-icons/000000/delapouite/eating.svg new file mode 100644 index 00000000..5ff765c5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eating.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ecology.svg b/client/public/icons/game-icons/000000/delapouite/ecology.svg new file mode 100644 index 00000000..d696d891 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ecology.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eel.svg b/client/public/icons/game-icons/000000/delapouite/eel.svg new file mode 100644 index 00000000..848e4628 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egg-eye.svg b/client/public/icons/game-icons/000000/delapouite/egg-eye.svg new file mode 100644 index 00000000..d054ade9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egg-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egypt.svg b/client/public/icons/game-icons/000000/delapouite/egypt.svg new file mode 100644 index 00000000..6c028e2a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egypt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egyptian-bird.svg b/client/public/icons/game-icons/000000/delapouite/egyptian-bird.svg new file mode 100644 index 00000000..3616ae15 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egyptian-bird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egyptian-profile.svg b/client/public/icons/game-icons/000000/delapouite/egyptian-profile.svg new file mode 100644 index 00000000..2084afa9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egyptian-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egyptian-pyramids.svg b/client/public/icons/game-icons/000000/delapouite/egyptian-pyramids.svg new file mode 100644 index 00000000..0511a643 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egyptian-pyramids.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egyptian-sphinx.svg b/client/public/icons/game-icons/000000/delapouite/egyptian-sphinx.svg new file mode 100644 index 00000000..cafe69ad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egyptian-sphinx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egyptian-temple.svg b/client/public/icons/game-icons/000000/delapouite/egyptian-temple.svg new file mode 100644 index 00000000..21ea1080 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egyptian-temple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egyptian-urns.svg b/client/public/icons/game-icons/000000/delapouite/egyptian-urns.svg new file mode 100644 index 00000000..586ad9e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egyptian-urns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/egyptian-walk.svg b/client/public/icons/game-icons/000000/delapouite/egyptian-walk.svg new file mode 100644 index 00000000..d6563711 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/egyptian-walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eight-ball.svg b/client/public/icons/game-icons/000000/delapouite/eight-ball.svg new file mode 100644 index 00000000..7f024a5a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eight-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/elbow-pad.svg b/client/public/icons/game-icons/000000/delapouite/elbow-pad.svg new file mode 100644 index 00000000..ef9ef62f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/elbow-pad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/electrical-resistance.svg b/client/public/icons/game-icons/000000/delapouite/electrical-resistance.svg new file mode 100644 index 00000000..982817b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/electrical-resistance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/electrical-socket.svg b/client/public/icons/game-icons/000000/delapouite/electrical-socket.svg new file mode 100644 index 00000000..a46ddb6a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/electrical-socket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/elephant-head.svg b/client/public/icons/game-icons/000000/delapouite/elephant-head.svg new file mode 100644 index 00000000..93d401f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/elephant-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/elephant.svg b/client/public/icons/game-icons/000000/delapouite/elephant.svg new file mode 100644 index 00000000..c1129955 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/elephant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/elevator.svg b/client/public/icons/game-icons/000000/delapouite/elevator.svg new file mode 100644 index 00000000..01fe28e9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/elevator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/elf-ear.svg b/client/public/icons/game-icons/000000/delapouite/elf-ear.svg new file mode 100644 index 00000000..46fe51b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/elf-ear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/elysium-shade.svg b/client/public/icons/game-icons/000000/delapouite/elysium-shade.svg new file mode 100644 index 00000000..c5f398f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/elysium-shade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/emerald-necklace.svg b/client/public/icons/game-icons/000000/delapouite/emerald-necklace.svg new file mode 100644 index 00000000..07a92b37 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/emerald-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/empty-chessboard.svg b/client/public/icons/game-icons/000000/delapouite/empty-chessboard.svg new file mode 100644 index 00000000..d38787e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/empty-chessboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/empty-metal-bucket-handle.svg b/client/public/icons/game-icons/000000/delapouite/empty-metal-bucket-handle.svg new file mode 100644 index 00000000..63d7fab9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/empty-metal-bucket-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/empty-metal-bucket.svg b/client/public/icons/game-icons/000000/delapouite/empty-metal-bucket.svg new file mode 100644 index 00000000..3ab2ae30 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/empty-metal-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/empty-wood-bucket-handle.svg b/client/public/icons/game-icons/000000/delapouite/empty-wood-bucket-handle.svg new file mode 100644 index 00000000..ee694d39 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/empty-wood-bucket-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/empty-wood-bucket.svg b/client/public/icons/game-icons/000000/delapouite/empty-wood-bucket.svg new file mode 100644 index 00000000..139f3a30 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/empty-wood-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/encirclement.svg b/client/public/icons/game-icons/000000/delapouite/encirclement.svg new file mode 100644 index 00000000..06d222f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/encirclement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/energy-tank.svg b/client/public/icons/game-icons/000000/delapouite/energy-tank.svg new file mode 100644 index 00000000..e779efbe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/energy-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/enrage.svg b/client/public/icons/game-icons/000000/delapouite/enrage.svg new file mode 100644 index 00000000..d0973acc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/enrage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/entry-door.svg b/client/public/icons/game-icons/000000/delapouite/entry-door.svg new file mode 100644 index 00000000..ca28f49f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/entry-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ermine.svg b/client/public/icons/game-icons/000000/delapouite/ermine.svg new file mode 100644 index 00000000..e97b8615 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ermine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/escalator.svg b/client/public/icons/game-icons/000000/delapouite/escalator.svg new file mode 100644 index 00000000..f671e2c3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/escalator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eternal-love.svg b/client/public/icons/game-icons/000000/delapouite/eternal-love.svg new file mode 100644 index 00000000..04285634 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eternal-love.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/european-flag.svg b/client/public/icons/game-icons/000000/delapouite/european-flag.svg new file mode 100644 index 00000000..f99c4ed8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/european-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/evasion.svg b/client/public/icons/game-icons/000000/delapouite/evasion.svg new file mode 100644 index 00000000..7d78c0e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/evasion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/evil-love.svg b/client/public/icons/game-icons/000000/delapouite/evil-love.svg new file mode 100644 index 00000000..0a2490d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/evil-love.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/evil-tower.svg b/client/public/icons/game-icons/000000/delapouite/evil-tower.svg new file mode 100644 index 00000000..4437f2d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/evil-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/executioner-hood.svg b/client/public/icons/game-icons/000000/delapouite/executioner-hood.svg new file mode 100644 index 00000000..c920f7f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/executioner-hood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/exit-door.svg b/client/public/icons/game-icons/000000/delapouite/exit-door.svg new file mode 100644 index 00000000..959cace1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/exit-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/expand.svg b/client/public/icons/game-icons/000000/delapouite/expand.svg new file mode 100644 index 00000000..ebfe1bdd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/expense.svg b/client/public/icons/game-icons/000000/delapouite/expense.svg new file mode 100644 index 00000000..04cf5a70 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/expense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/exploding-planet.svg b/client/public/icons/game-icons/000000/delapouite/exploding-planet.svg new file mode 100644 index 00000000..7fc288e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/exploding-planet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/extra-time.svg b/client/public/icons/game-icons/000000/delapouite/extra-time.svg new file mode 100644 index 00000000..2203ae45 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/extra-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eye-of-horus.svg b/client/public/icons/game-icons/000000/delapouite/eye-of-horus.svg new file mode 100644 index 00000000..3c84731f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eye-of-horus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eye-target.svg b/client/public/icons/game-icons/000000/delapouite/eye-target.svg new file mode 100644 index 00000000..6fa0c547 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eye-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eyelashes.svg b/client/public/icons/game-icons/000000/delapouite/eyelashes.svg new file mode 100644 index 00000000..73412811 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eyelashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/eyepatch.svg b/client/public/icons/game-icons/000000/delapouite/eyepatch.svg new file mode 100644 index 00000000..526f5365 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/eyepatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/f-clef.svg b/client/public/icons/game-icons/000000/delapouite/f-clef.svg new file mode 100644 index 00000000..f1c9108a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/f-clef.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/face-to-face.svg b/client/public/icons/game-icons/000000/delapouite/face-to-face.svg new file mode 100644 index 00000000..27870168 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/face-to-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/factory-arm.svg b/client/public/icons/game-icons/000000/delapouite/factory-arm.svg new file mode 100644 index 00000000..f947e3cc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/factory-arm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/factory.svg b/client/public/icons/game-icons/000000/delapouite/factory.svg new file mode 100644 index 00000000..d77f7323 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/factory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fairy-wings.svg b/client/public/icons/game-icons/000000/delapouite/fairy-wings.svg new file mode 100644 index 00000000..7c46f172 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fairy-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fairy.svg b/client/public/icons/game-icons/000000/delapouite/fairy.svg new file mode 100644 index 00000000..d8c095cc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fairy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/falcon-moon.svg b/client/public/icons/game-icons/000000/delapouite/falcon-moon.svg new file mode 100644 index 00000000..300039b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/falcon-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/falling-bomb.svg b/client/public/icons/game-icons/000000/delapouite/falling-bomb.svg new file mode 100644 index 00000000..cd42bd48 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/falling-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/falling-rocks.svg b/client/public/icons/game-icons/000000/delapouite/falling-rocks.svg new file mode 100644 index 00000000..32f98964 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/falling-rocks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/falling-star.svg b/client/public/icons/game-icons/000000/delapouite/falling-star.svg new file mode 100644 index 00000000..4ca14bb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/falling-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fallout-shelter.svg b/client/public/icons/game-icons/000000/delapouite/fallout-shelter.svg new file mode 100644 index 00000000..ea07316a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fallout-shelter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/family-house.svg b/client/public/icons/game-icons/000000/delapouite/family-house.svg new file mode 100644 index 00000000..977f4715 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/family-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/family-tree.svg b/client/public/icons/game-icons/000000/delapouite/family-tree.svg new file mode 100644 index 00000000..76d636c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/family-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/farm-tractor.svg b/client/public/icons/game-icons/000000/delapouite/farm-tractor.svg new file mode 100644 index 00000000..4581d3ad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/farm-tractor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/farmer.svg b/client/public/icons/game-icons/000000/delapouite/farmer.svg new file mode 100644 index 00000000..dc2c0d93 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/farmer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fast-backward-button.svg b/client/public/icons/game-icons/000000/delapouite/fast-backward-button.svg new file mode 100644 index 00000000..84cfc3a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fast-backward-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fast-forward-button.svg b/client/public/icons/game-icons/000000/delapouite/fast-forward-button.svg new file mode 100644 index 00000000..ab20ae77 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fast-forward-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fast-noodles.svg b/client/public/icons/game-icons/000000/delapouite/fast-noodles.svg new file mode 100644 index 00000000..5d4a685e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fast-noodles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/feather-necklace.svg b/client/public/icons/game-icons/000000/delapouite/feather-necklace.svg new file mode 100644 index 00000000..992af1da --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/feather-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/feline.svg b/client/public/icons/game-icons/000000/delapouite/feline.svg new file mode 100644 index 00000000..138fb90a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/feline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/female-legs.svg b/client/public/icons/game-icons/000000/delapouite/female-legs.svg new file mode 100644 index 00000000..a007ca5c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/female-legs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/female-vampire.svg b/client/public/icons/game-icons/000000/delapouite/female-vampire.svg new file mode 100644 index 00000000..fe2e053f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/female-vampire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/female.svg b/client/public/icons/game-icons/000000/delapouite/female.svg new file mode 100644 index 00000000..5a30c69f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fencer.svg b/client/public/icons/game-icons/000000/delapouite/fencer.svg new file mode 100644 index 00000000..9cc25a05 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fencer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fern.svg b/client/public/icons/game-icons/000000/delapouite/fern.svg new file mode 100644 index 00000000..19e48824 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fertilizer-bag.svg b/client/public/icons/game-icons/000000/delapouite/fertilizer-bag.svg new file mode 100644 index 00000000..7b29c30c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fertilizer-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fez.svg b/client/public/icons/game-icons/000000/delapouite/fez.svg new file mode 100644 index 00000000..ef7edc76 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fez.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/figurehead.svg b/client/public/icons/game-icons/000000/delapouite/figurehead.svg new file mode 100644 index 00000000..20f8ce21 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/figurehead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/files.svg b/client/public/icons/game-icons/000000/delapouite/files.svg new file mode 100644 index 00000000..50ae896f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/files.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/film-projector.svg b/client/public/icons/game-icons/000000/delapouite/film-projector.svg new file mode 100644 index 00000000..ab314bd5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/film-projector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/film-spool.svg b/client/public/icons/game-icons/000000/delapouite/film-spool.svg new file mode 100644 index 00000000..b42d5850 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/film-spool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/film-strip.svg b/client/public/icons/game-icons/000000/delapouite/film-strip.svg new file mode 100644 index 00000000..a48d0f66 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/film-strip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/finch.svg b/client/public/icons/game-icons/000000/delapouite/finch.svg new file mode 100644 index 00000000..68287123 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/finch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/finger-print.svg b/client/public/icons/game-icons/000000/delapouite/finger-print.svg new file mode 100644 index 00000000..b90ab381 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/finger-print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fingernail.svg b/client/public/icons/game-icons/000000/delapouite/fingernail.svg new file mode 100644 index 00000000..0b43a738 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fingernail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/finish-line.svg b/client/public/icons/game-icons/000000/delapouite/finish-line.svg new file mode 100644 index 00000000..72341bbc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/finish-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fire-extinguisher.svg b/client/public/icons/game-icons/000000/delapouite/fire-extinguisher.svg new file mode 100644 index 00000000..00bc9d12 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fire-extinguisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fire-flower.svg b/client/public/icons/game-icons/000000/delapouite/fire-flower.svg new file mode 100644 index 00000000..9c98956e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fire-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fire-gem.svg b/client/public/icons/game-icons/000000/delapouite/fire-gem.svg new file mode 100644 index 00000000..2192b2e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fire-gem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fire-iris.svg b/client/public/icons/game-icons/000000/delapouite/fire-iris.svg new file mode 100644 index 00000000..45095aeb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fire-iris.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fire-shrine.svg b/client/public/icons/game-icons/000000/delapouite/fire-shrine.svg new file mode 100644 index 00000000..59559b7e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fire-shrine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fire-spell-cast.svg b/client/public/icons/game-icons/000000/delapouite/fire-spell-cast.svg new file mode 100644 index 00000000..a7d57af7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fire-spell-cast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fireplace.svg b/client/public/icons/game-icons/000000/delapouite/fireplace.svg new file mode 100644 index 00000000..06b32960 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fireplace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/firewall.svg b/client/public/icons/game-icons/000000/delapouite/firewall.svg new file mode 100644 index 00000000..417306cb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/firewall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/first-aid-kit.svg b/client/public/icons/game-icons/000000/delapouite/first-aid-kit.svg new file mode 100644 index 00000000..ee9b358c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/first-aid-kit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fish-bucket.svg b/client/public/icons/game-icons/000000/delapouite/fish-bucket.svg new file mode 100644 index 00000000..d9c4a68f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fish-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fish-eggs.svg b/client/public/icons/game-icons/000000/delapouite/fish-eggs.svg new file mode 100644 index 00000000..2e1ce59d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fish-eggs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fish-escape.svg b/client/public/icons/game-icons/000000/delapouite/fish-escape.svg new file mode 100644 index 00000000..22edf7e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fish-escape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fish-monster.svg b/client/public/icons/game-icons/000000/delapouite/fish-monster.svg new file mode 100644 index 00000000..16d9c397 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fish-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fish-scales.svg b/client/public/icons/game-icons/000000/delapouite/fish-scales.svg new file mode 100644 index 00000000..2b67b6aa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fish-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fish-smoking.svg b/client/public/icons/game-icons/000000/delapouite/fish-smoking.svg new file mode 100644 index 00000000..d73fcd1b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fish-smoking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fishing-boat.svg b/client/public/icons/game-icons/000000/delapouite/fishing-boat.svg new file mode 100644 index 00000000..f1e29038 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fishing-boat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fishing-jig.svg b/client/public/icons/game-icons/000000/delapouite/fishing-jig.svg new file mode 100644 index 00000000..0fdf2a3f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fishing-jig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fishing-lure.svg b/client/public/icons/game-icons/000000/delapouite/fishing-lure.svg new file mode 100644 index 00000000..657792ee --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fishing-lure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fishing-pole.svg b/client/public/icons/game-icons/000000/delapouite/fishing-pole.svg new file mode 100644 index 00000000..d271e0f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fishing-pole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fishing-spoon.svg b/client/public/icons/game-icons/000000/delapouite/fishing-spoon.svg new file mode 100644 index 00000000..95759e95 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fishing-spoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fishing.svg b/client/public/icons/game-icons/000000/delapouite/fishing.svg new file mode 100644 index 00000000..f929b577 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fishing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flag-objective.svg b/client/public/icons/game-icons/000000/delapouite/flag-objective.svg new file mode 100644 index 00000000..1df0a7f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flag-objective.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flail.svg b/client/public/icons/game-icons/000000/delapouite/flail.svg new file mode 100644 index 00000000..a1a5f06f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flamethrower-soldier.svg b/client/public/icons/game-icons/000000/delapouite/flamethrower-soldier.svg new file mode 100644 index 00000000..d22c7993 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flamethrower-soldier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flamethrower.svg b/client/public/icons/game-icons/000000/delapouite/flamethrower.svg new file mode 100644 index 00000000..84c26d2d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flamethrower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flamingo.svg b/client/public/icons/game-icons/000000/delapouite/flamingo.svg new file mode 100644 index 00000000..58e70fb2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flamingo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flanged-mace.svg b/client/public/icons/game-icons/000000/delapouite/flanged-mace.svg new file mode 100644 index 00000000..067e3489 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flanged-mace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flashlight.svg b/client/public/icons/game-icons/000000/delapouite/flashlight.svg new file mode 100644 index 00000000..d7f7f93b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flashlight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flat-platform.svg b/client/public/icons/game-icons/000000/delapouite/flat-platform.svg new file mode 100644 index 00000000..d411f86e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flat-platform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flat-tire.svg b/client/public/icons/game-icons/000000/delapouite/flat-tire.svg new file mode 100644 index 00000000..2ee2cb16 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flat-tire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flatfish.svg b/client/public/icons/game-icons/000000/delapouite/flatfish.svg new file mode 100644 index 00000000..22b34086 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flatfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flax.svg b/client/public/icons/game-icons/000000/delapouite/flax.svg new file mode 100644 index 00000000..3d09d757 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fleur-de-lys.svg b/client/public/icons/game-icons/000000/delapouite/fleur-de-lys.svg new file mode 100644 index 00000000..7d9090d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fleur-de-lys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flexible-lamp.svg b/client/public/icons/game-icons/000000/delapouite/flexible-lamp.svg new file mode 100644 index 00000000..f8f4b3f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flexible-lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flint-spark.svg b/client/public/icons/game-icons/000000/delapouite/flint-spark.svg new file mode 100644 index 00000000..aa8ea130 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flint-spark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flip-flops.svg b/client/public/icons/game-icons/000000/delapouite/flip-flops.svg new file mode 100644 index 00000000..c98bc217 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flip-flops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/floating-ghost.svg b/client/public/icons/game-icons/000000/delapouite/floating-ghost.svg new file mode 100644 index 00000000..03bcb108 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/floating-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/floating-platforms.svg b/client/public/icons/game-icons/000000/delapouite/floating-platforms.svg new file mode 100644 index 00000000..657eda38 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/floating-platforms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/floating-tentacles.svg b/client/public/icons/game-icons/000000/delapouite/floating-tentacles.svg new file mode 100644 index 00000000..d9d35578 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/floating-tentacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flood.svg b/client/public/icons/game-icons/000000/delapouite/flood.svg new file mode 100644 index 00000000..33940ba3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/floor-hatch.svg b/client/public/icons/game-icons/000000/delapouite/floor-hatch.svg new file mode 100644 index 00000000..643e85c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/floor-hatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/floor-polisher.svg b/client/public/icons/game-icons/000000/delapouite/floor-polisher.svg new file mode 100644 index 00000000..ba1d80dd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/floor-polisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flour.svg b/client/public/icons/game-icons/000000/delapouite/flour.svg new file mode 100644 index 00000000..1c7401c9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flower-emblem.svg b/client/public/icons/game-icons/000000/delapouite/flower-emblem.svg new file mode 100644 index 00000000..2b20098c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flower-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flower-hat.svg b/client/public/icons/game-icons/000000/delapouite/flower-hat.svg new file mode 100644 index 00000000..3e4cace4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flower-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flower-star.svg b/client/public/icons/game-icons/000000/delapouite/flower-star.svg new file mode 100644 index 00000000..584f1772 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flower-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flute.svg b/client/public/icons/game-icons/000000/delapouite/flute.svg new file mode 100644 index 00000000..d5d90e08 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fly.svg b/client/public/icons/game-icons/000000/delapouite/fly.svg new file mode 100644 index 00000000..573cba17 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flying-beetle.svg b/client/public/icons/game-icons/000000/delapouite/flying-beetle.svg new file mode 100644 index 00000000..1d83fad6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flying-beetle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flying-fox.svg b/client/public/icons/game-icons/000000/delapouite/flying-fox.svg new file mode 100644 index 00000000..c1db2f68 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flying-fox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/flying-target.svg b/client/public/icons/game-icons/000000/delapouite/flying-target.svg new file mode 100644 index 00000000..77b49e6e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/flying-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fog-light.svg b/client/public/icons/game-icons/000000/delapouite/fog-light.svg new file mode 100644 index 00000000..ea705895 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fog-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fog.svg b/client/public/icons/game-icons/000000/delapouite/fog.svg new file mode 100644 index 00000000..8bf68492 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/food-truck.svg b/client/public/icons/game-icons/000000/delapouite/food-truck.svg new file mode 100644 index 00000000..4d22e0f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/food-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/foot-plaster.svg b/client/public/icons/game-icons/000000/delapouite/foot-plaster.svg new file mode 100644 index 00000000..f819dbf0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/foot-plaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/footy-field.svg b/client/public/icons/game-icons/000000/delapouite/footy-field.svg new file mode 100644 index 00000000..ff9ec6ab --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/footy-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/forearm.svg b/client/public/icons/game-icons/000000/delapouite/forearm.svg new file mode 100644 index 00000000..76dc0f12 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/forearm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/forest-camp.svg b/client/public/icons/game-icons/000000/delapouite/forest-camp.svg new file mode 100644 index 00000000..8cc2b5e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/forest-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/forest-entrance.svg b/client/public/icons/game-icons/000000/delapouite/forest-entrance.svg new file mode 100644 index 00000000..a5fa34fb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/forest-entrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/forest.svg b/client/public/icons/game-icons/000000/delapouite/forest.svg new file mode 100644 index 00000000..cfb67929 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/forest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fork-knife-spoon.svg b/client/public/icons/game-icons/000000/delapouite/fork-knife-spoon.svg new file mode 100644 index 00000000..bf84a6fd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fork-knife-spoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/forklift.svg b/client/public/icons/game-icons/000000/delapouite/forklift.svg new file mode 100644 index 00000000..1c5425ff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/forklift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/foundry-bucket.svg b/client/public/icons/game-icons/000000/delapouite/foundry-bucket.svg new file mode 100644 index 00000000..96e2775b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/foundry-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fox-tail.svg b/client/public/icons/game-icons/000000/delapouite/fox-tail.svg new file mode 100644 index 00000000..397a8ddc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fox-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/france.svg b/client/public/icons/game-icons/000000/delapouite/france.svg new file mode 100644 index 00000000..f71ac813 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/france.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/freemasonry.svg b/client/public/icons/game-icons/000000/delapouite/freemasonry.svg new file mode 100644 index 00000000..74a3686f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/freemasonry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/french-fries.svg b/client/public/icons/game-icons/000000/delapouite/french-fries.svg new file mode 100644 index 00000000..60e12847 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/french-fries.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fried-eggs.svg b/client/public/icons/game-icons/000000/delapouite/fried-eggs.svg new file mode 100644 index 00000000..038181cb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fried-eggs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/frisbee.svg b/client/public/icons/game-icons/000000/delapouite/frisbee.svg new file mode 100644 index 00000000..ea6dfc65 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/frisbee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/frog-foot.svg b/client/public/icons/game-icons/000000/delapouite/frog-foot.svg new file mode 100644 index 00000000..e46d8146 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/frog-foot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/frog-prince.svg b/client/public/icons/game-icons/000000/delapouite/frog-prince.svg new file mode 100644 index 00000000..f384f930 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/frog-prince.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/frozen-body.svg b/client/public/icons/game-icons/000000/delapouite/frozen-body.svg new file mode 100644 index 00000000..a488bae6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/frozen-body.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/frozen-ring.svg b/client/public/icons/game-icons/000000/delapouite/frozen-ring.svg new file mode 100644 index 00000000..0d1856a6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/frozen-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fruit-tree.svg b/client/public/icons/game-icons/000000/delapouite/fruit-tree.svg new file mode 100644 index 00000000..58d08069 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fruit-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fuel-tank.svg b/client/public/icons/game-icons/000000/delapouite/fuel-tank.svg new file mode 100644 index 00000000..312fdca4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fuel-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fuji.svg b/client/public/icons/game-icons/000000/delapouite/fuji.svg new file mode 100644 index 00000000..ba02fd3c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fuji.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/full-folder.svg b/client/public/icons/game-icons/000000/delapouite/full-folder.svg new file mode 100644 index 00000000..735eaf77 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/full-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/full-metal-bucket-handle.svg b/client/public/icons/game-icons/000000/delapouite/full-metal-bucket-handle.svg new file mode 100644 index 00000000..ffe0a8a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/full-metal-bucket-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/full-metal-bucket.svg b/client/public/icons/game-icons/000000/delapouite/full-metal-bucket.svg new file mode 100644 index 00000000..ce442009 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/full-metal-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/full-motorcycle-helmet.svg b/client/public/icons/game-icons/000000/delapouite/full-motorcycle-helmet.svg new file mode 100644 index 00000000..1fd6f919 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/full-motorcycle-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/full-pizza.svg b/client/public/icons/game-icons/000000/delapouite/full-pizza.svg new file mode 100644 index 00000000..e016719a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/full-pizza.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/full-wood-bucket-handle.svg b/client/public/icons/game-icons/000000/delapouite/full-wood-bucket-handle.svg new file mode 100644 index 00000000..6cea8fde --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/full-wood-bucket-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/full-wood-bucket.svg b/client/public/icons/game-icons/000000/delapouite/full-wood-bucket.svg new file mode 100644 index 00000000..0fa08dfd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/full-wood-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/funnel.svg b/client/public/icons/game-icons/000000/delapouite/funnel.svg new file mode 100644 index 00000000..5c137651 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/funnel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fur-boot.svg b/client/public/icons/game-icons/000000/delapouite/fur-boot.svg new file mode 100644 index 00000000..b0f73c59 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fur-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/fur-shirt.svg b/client/public/icons/game-icons/000000/delapouite/fur-shirt.svg new file mode 100644 index 00000000..d5e1d2fa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/fur-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/furnace.svg b/client/public/icons/game-icons/000000/delapouite/furnace.svg new file mode 100644 index 00000000..5fe20c58 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/furnace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/g-clef.svg b/client/public/icons/game-icons/000000/delapouite/g-clef.svg new file mode 100644 index 00000000..c782e0b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/g-clef.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/galaxy.svg b/client/public/icons/game-icons/000000/delapouite/galaxy.svg new file mode 100644 index 00000000..5af6f459 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/galaxy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/galea.svg b/client/public/icons/game-icons/000000/delapouite/galea.svg new file mode 100644 index 00000000..0d4b70f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/galea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/galley.svg b/client/public/icons/game-icons/000000/delapouite/galley.svg new file mode 100644 index 00000000..77a0c5e9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/galley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/game-console.svg b/client/public/icons/game-icons/000000/delapouite/game-console.svg new file mode 100644 index 00000000..f7da0c35 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/game-console.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gamepad.svg b/client/public/icons/game-icons/000000/delapouite/gamepad.svg new file mode 100644 index 00000000..6415c8f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gamepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gardening-shears.svg b/client/public/icons/game-icons/000000/delapouite/gardening-shears.svg new file mode 100644 index 00000000..3408fbaf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gardening-shears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gargoyle.svg b/client/public/icons/game-icons/000000/delapouite/gargoyle.svg new file mode 100644 index 00000000..5280bf0c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gargoyle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/garlic.svg b/client/public/icons/game-icons/000000/delapouite/garlic.svg new file mode 100644 index 00000000..97ba0037 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/garlic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gas-pump.svg b/client/public/icons/game-icons/000000/delapouite/gas-pump.svg new file mode 100644 index 00000000..912bc861 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gas-pump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gas-stove.svg b/client/public/icons/game-icons/000000/delapouite/gas-stove.svg new file mode 100644 index 00000000..c4a9bb0b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gas-stove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gate.svg b/client/public/icons/game-icons/000000/delapouite/gate.svg new file mode 100644 index 00000000..6f3884e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gauls-helm.svg b/client/public/icons/game-icons/000000/delapouite/gauls-helm.svg new file mode 100644 index 00000000..5ff1e268 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gauls-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gauntlet.svg b/client/public/icons/game-icons/000000/delapouite/gauntlet.svg new file mode 100644 index 00000000..8dc27f46 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gauntlet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gear-stick-pattern.svg b/client/public/icons/game-icons/000000/delapouite/gear-stick-pattern.svg new file mode 100644 index 00000000..9b2a9510 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gear-stick-pattern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gear-stick.svg b/client/public/icons/game-icons/000000/delapouite/gear-stick.svg new file mode 100644 index 00000000..ee2477de --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gear-stick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gemini.svg b/client/public/icons/game-icons/000000/delapouite/gemini.svg new file mode 100644 index 00000000..797ff3a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gemini.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/giant-squid.svg b/client/public/icons/game-icons/000000/delapouite/giant-squid.svg new file mode 100644 index 00000000..d30d3c45 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/giant-squid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/giant.svg b/client/public/icons/game-icons/000000/delapouite/giant.svg new file mode 100644 index 00000000..f05f614d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/giant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gingerbread-man.svg b/client/public/icons/game-icons/000000/delapouite/gingerbread-man.svg new file mode 100644 index 00000000..6d810729 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gingerbread-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ginkgo-leaf.svg b/client/public/icons/game-icons/000000/delapouite/ginkgo-leaf.svg new file mode 100644 index 00000000..d6d68f4b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ginkgo-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/glaive.svg b/client/public/icons/game-icons/000000/delapouite/glaive.svg new file mode 100644 index 00000000..7a0e6686 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/glaive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/glass-ball.svg b/client/public/icons/game-icons/000000/delapouite/glass-ball.svg new file mode 100644 index 00000000..5ff3542a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/glass-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/glass-celebration.svg b/client/public/icons/game-icons/000000/delapouite/glass-celebration.svg new file mode 100644 index 00000000..7f121189 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/glass-celebration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/globe-ring.svg b/client/public/icons/game-icons/000000/delapouite/globe-ring.svg new file mode 100644 index 00000000..afd3b4d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/globe-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gloves.svg b/client/public/icons/game-icons/000000/delapouite/gloves.svg new file mode 100644 index 00000000..6868502f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gloves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/glowing-artifact.svg b/client/public/icons/game-icons/000000/delapouite/glowing-artifact.svg new file mode 100644 index 00000000..15c85097 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/glowing-artifact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/goal-keeper.svg b/client/public/icons/game-icons/000000/delapouite/goal-keeper.svg new file mode 100644 index 00000000..2da837e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/goal-keeper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/goblin-camp.svg b/client/public/icons/game-icons/000000/delapouite/goblin-camp.svg new file mode 100644 index 00000000..f7265aa9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/goblin-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/goblin-head.svg b/client/public/icons/game-icons/000000/delapouite/goblin-head.svg new file mode 100644 index 00000000..d4d0ee3e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/goblin-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gold-mine.svg b/client/public/icons/game-icons/000000/delapouite/gold-mine.svg new file mode 100644 index 00000000..4aa38084 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gold-mine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gold-nuggets.svg b/client/public/icons/game-icons/000000/delapouite/gold-nuggets.svg new file mode 100644 index 00000000..838cbd65 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gold-nuggets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gold-stack.svg b/client/public/icons/game-icons/000000/delapouite/gold-stack.svg new file mode 100644 index 00000000..4c496d32 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gold-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/golem-head.svg b/client/public/icons/game-icons/000000/delapouite/golem-head.svg new file mode 100644 index 00000000..d88388ee --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/golem-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/golf-flag.svg b/client/public/icons/game-icons/000000/delapouite/golf-flag.svg new file mode 100644 index 00000000..9ee1fa74 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/golf-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/golf-tee.svg b/client/public/icons/game-icons/000000/delapouite/golf-tee.svg new file mode 100644 index 00000000..dae71634 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/golf-tee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gong.svg b/client/public/icons/game-icons/000000/delapouite/gong.svg new file mode 100644 index 00000000..9ccdc675 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/goose.svg b/client/public/icons/game-icons/000000/delapouite/goose.svg new file mode 100644 index 00000000..e8d1b690 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/goose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gorilla.svg b/client/public/icons/game-icons/000000/delapouite/gorilla.svg new file mode 100644 index 00000000..371452f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gorilla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gps.svg b/client/public/icons/game-icons/000000/delapouite/gps.svg new file mode 100644 index 00000000..ea4c5d51 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/graduate-cap.svg b/client/public/icons/game-icons/000000/delapouite/graduate-cap.svg new file mode 100644 index 00000000..e1a4db29 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/graduate-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/grain-bundle.svg b/client/public/icons/game-icons/000000/delapouite/grain-bundle.svg new file mode 100644 index 00000000..3c587802 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/grain-bundle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/grain.svg b/client/public/icons/game-icons/000000/delapouite/grain.svg new file mode 100644 index 00000000..3061b51e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/grain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/granary.svg b/client/public/icons/game-icons/000000/delapouite/granary.svg new file mode 100644 index 00000000..ec6e8d1f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/granary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/grasping-slug.svg b/client/public/icons/game-icons/000000/delapouite/grasping-slug.svg new file mode 100644 index 00000000..69bdaf59 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/grasping-slug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/grass-mushroom.svg b/client/public/icons/game-icons/000000/delapouite/grass-mushroom.svg new file mode 100644 index 00000000..c20f2169 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/grass-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/grass.svg b/client/public/icons/game-icons/000000/delapouite/grass.svg new file mode 100644 index 00000000..a646c1d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/grass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/grave-flowers.svg b/client/public/icons/game-icons/000000/delapouite/grave-flowers.svg new file mode 100644 index 00000000..44969506 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/grave-flowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/graveyard.svg b/client/public/icons/game-icons/000000/delapouite/graveyard.svg new file mode 100644 index 00000000..005a80ee --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/graveyard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gravitation.svg b/client/public/icons/game-icons/000000/delapouite/gravitation.svg new file mode 100644 index 00000000..227a0630 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gravitation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/great-pyramid.svg b/client/public/icons/game-icons/000000/delapouite/great-pyramid.svg new file mode 100644 index 00000000..58b3f7fa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/great-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/greaves.svg b/client/public/icons/game-icons/000000/delapouite/greaves.svg new file mode 100644 index 00000000..0d4d81b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/greaves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/greek-sphinx.svg b/client/public/icons/game-icons/000000/delapouite/greek-sphinx.svg new file mode 100644 index 00000000..239443fc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/greek-sphinx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/greek-temple.svg b/client/public/icons/game-icons/000000/delapouite/greek-temple.svg new file mode 100644 index 00000000..7207885d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/greek-temple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/green-power.svg b/client/public/icons/game-icons/000000/delapouite/green-power.svg new file mode 100644 index 00000000..e877c3f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/green-power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/greenhouse.svg b/client/public/icons/game-icons/000000/delapouite/greenhouse.svg new file mode 100644 index 00000000..1e3bc9df --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/greenhouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/griffin-shield.svg b/client/public/icons/game-icons/000000/delapouite/griffin-shield.svg new file mode 100644 index 00000000..9bfe2073 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/griffin-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/griffin-symbol.svg b/client/public/icons/game-icons/000000/delapouite/griffin-symbol.svg new file mode 100644 index 00000000..46219383 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/griffin-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/growth.svg b/client/public/icons/game-icons/000000/delapouite/growth.svg new file mode 100644 index 00000000..c6d0f8d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/guards.svg b/client/public/icons/game-icons/000000/delapouite/guards.svg new file mode 100644 index 00000000..f297d58f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/guards.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/guatemala.svg b/client/public/icons/game-icons/000000/delapouite/guatemala.svg new file mode 100644 index 00000000..f8777f44 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/guatemala.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/guitar-bass-head.svg b/client/public/icons/game-icons/000000/delapouite/guitar-bass-head.svg new file mode 100644 index 00000000..c8236a5f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/guitar-bass-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/guitar-head.svg b/client/public/icons/game-icons/000000/delapouite/guitar-head.svg new file mode 100644 index 00000000..5dd64174 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/guitar-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gun-rose.svg b/client/public/icons/game-icons/000000/delapouite/gun-rose.svg new file mode 100644 index 00000000..4f606275 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gun-rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gun-stock.svg b/client/public/icons/game-icons/000000/delapouite/gun-stock.svg new file mode 100644 index 00000000..cb6efcd9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gun-stock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/gym-bag.svg b/client/public/icons/game-icons/000000/delapouite/gym-bag.svg new file mode 100644 index 00000000..5a61a3e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/gym-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/h2o.svg b/client/public/icons/game-icons/000000/delapouite/h2o.svg new file mode 100644 index 00000000..f41ec12a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/h2o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/habitat-dome.svg b/client/public/icons/game-icons/000000/delapouite/habitat-dome.svg new file mode 100644 index 00000000..0d534e0f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/habitat-dome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hades-symbol.svg b/client/public/icons/game-icons/000000/delapouite/hades-symbol.svg new file mode 100644 index 00000000..fe703696 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hades-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hair-strands.svg b/client/public/icons/game-icons/000000/delapouite/hair-strands.svg new file mode 100644 index 00000000..30050de8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hair-strands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/half-body-crawling.svg b/client/public/icons/game-icons/000000/delapouite/half-body-crawling.svg new file mode 100644 index 00000000..fc3f2289 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/half-body-crawling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/half-dead.svg b/client/public/icons/game-icons/000000/delapouite/half-dead.svg new file mode 100644 index 00000000..f1147f4b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/half-dead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/half-log.svg b/client/public/icons/game-icons/000000/delapouite/half-log.svg new file mode 100644 index 00000000..37882a7c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/half-log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hamburger-menu.svg b/client/public/icons/game-icons/000000/delapouite/hamburger-menu.svg new file mode 100644 index 00000000..eb2ab3f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hamburger-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hamburger.svg b/client/public/icons/game-icons/000000/delapouite/hamburger.svg new file mode 100644 index 00000000..2f262086 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hamburger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hammer-break.svg b/client/public/icons/game-icons/000000/delapouite/hammer-break.svg new file mode 100644 index 00000000..8585ae38 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hammer-break.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hammer-sickle.svg b/client/public/icons/game-icons/000000/delapouite/hammer-sickle.svg new file mode 100644 index 00000000..d4786b80 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hammer-sickle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hand-bag.svg b/client/public/icons/game-icons/000000/delapouite/hand-bag.svg new file mode 100644 index 00000000..cbc582f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hand-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hand-bandage.svg b/client/public/icons/game-icons/000000/delapouite/hand-bandage.svg new file mode 100644 index 00000000..cdc74511 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hand-bandage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hand-grip.svg b/client/public/icons/game-icons/000000/delapouite/hand-grip.svg new file mode 100644 index 00000000..26ba463e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hand-grip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hand-of-god.svg b/client/public/icons/game-icons/000000/delapouite/hand-of-god.svg new file mode 100644 index 00000000..a2453167 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hand-of-god.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hand-ok.svg b/client/public/icons/game-icons/000000/delapouite/hand-ok.svg new file mode 100644 index 00000000..ca2529f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hand-ok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hand-saw.svg b/client/public/icons/game-icons/000000/delapouite/hand-saw.svg new file mode 100644 index 00000000..1c7d5211 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hand-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hand-truck.svg b/client/public/icons/game-icons/000000/delapouite/hand-truck.svg new file mode 100644 index 00000000..1d22bd1e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hand-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hand-wing.svg b/client/public/icons/game-icons/000000/delapouite/hand-wing.svg new file mode 100644 index 00000000..8f977f6d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hand-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/handcuffed.svg b/client/public/icons/game-icons/000000/delapouite/handcuffed.svg new file mode 100644 index 00000000..591a9854 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/handcuffed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/handheld-fan.svg b/client/public/icons/game-icons/000000/delapouite/handheld-fan.svg new file mode 100644 index 00000000..1aed01f5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/handheld-fan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hang-glider.svg b/client/public/icons/game-icons/000000/delapouite/hang-glider.svg new file mode 100644 index 00000000..0d1b6225 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hang-glider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hanger.svg b/client/public/icons/game-icons/000000/delapouite/hanger.svg new file mode 100644 index 00000000..aa6500d3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hanger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hanging-sign.svg b/client/public/icons/game-icons/000000/delapouite/hanging-sign.svg new file mode 100644 index 00000000..f6192142 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hanging-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/harbor-dock.svg b/client/public/icons/game-icons/000000/delapouite/harbor-dock.svg new file mode 100644 index 00000000..bb0701bc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/harbor-dock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/harp.svg b/client/public/icons/game-icons/000000/delapouite/harp.svg new file mode 100644 index 00000000..e5b08e83 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/harp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hatchet.svg b/client/public/icons/game-icons/000000/delapouite/hatchet.svg new file mode 100644 index 00000000..bd1869cb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hatchet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hazmat-suit.svg b/client/public/icons/game-icons/000000/delapouite/hazmat-suit.svg new file mode 100644 index 00000000..86e18049 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hazmat-suit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/headband-knot.svg b/client/public/icons/game-icons/000000/delapouite/headband-knot.svg new file mode 100644 index 00000000..de148570 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/headband-knot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/headphones.svg b/client/public/icons/game-icons/000000/delapouite/headphones.svg new file mode 100644 index 00000000..6c23f157 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/headphones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/healing-shield.svg b/client/public/icons/game-icons/000000/delapouite/healing-shield.svg new file mode 100644 index 00000000..4e795eb4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/healing-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/healing.svg b/client/public/icons/game-icons/000000/delapouite/healing.svg new file mode 100644 index 00000000..0f016c0b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/healing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/health-capsule.svg b/client/public/icons/game-icons/000000/delapouite/health-capsule.svg new file mode 100644 index 00000000..c0b00694 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/health-capsule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/health-potion.svg b/client/public/icons/game-icons/000000/delapouite/health-potion.svg new file mode 100644 index 00000000..1c8ea169 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/health-potion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-armor.svg b/client/public/icons/game-icons/000000/delapouite/heart-armor.svg new file mode 100644 index 00000000..ae33da72 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-battery.svg b/client/public/icons/game-icons/000000/delapouite/heart-battery.svg new file mode 100644 index 00000000..5484e568 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-beats.svg b/client/public/icons/game-icons/000000/delapouite/heart-beats.svg new file mode 100644 index 00000000..7ed47da2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-beats.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-earrings.svg b/client/public/icons/game-icons/000000/delapouite/heart-earrings.svg new file mode 100644 index 00000000..46f84e50 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-earrings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-key.svg b/client/public/icons/game-icons/000000/delapouite/heart-key.svg new file mode 100644 index 00000000..1c34abcb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-necklace.svg b/client/public/icons/game-icons/000000/delapouite/heart-necklace.svg new file mode 100644 index 00000000..2c5e46d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-shield.svg b/client/public/icons/game-icons/000000/delapouite/heart-shield.svg new file mode 100644 index 00000000..5256b09e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-stake.svg b/client/public/icons/game-icons/000000/delapouite/heart-stake.svg new file mode 100644 index 00000000..63f9faae --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-stake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heart-wings.svg b/client/public/icons/game-icons/000000/delapouite/heart-wings.svg new file mode 100644 index 00000000..c4a2f4c9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heart-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heaven-gate.svg b/client/public/icons/game-icons/000000/delapouite/heaven-gate.svg new file mode 100644 index 00000000..d378f298 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heaven-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heavy-bullets.svg b/client/public/icons/game-icons/000000/delapouite/heavy-bullets.svg new file mode 100644 index 00000000..95597bbc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heavy-bullets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heavy-collar.svg b/client/public/icons/game-icons/000000/delapouite/heavy-collar.svg new file mode 100644 index 00000000..5074b3d9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heavy-collar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hedjet-white-crown.svg b/client/public/icons/game-icons/000000/delapouite/hedjet-white-crown.svg new file mode 100644 index 00000000..1ea43194 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hedjet-white-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/helicoprion.svg b/client/public/icons/game-icons/000000/delapouite/helicoprion.svg new file mode 100644 index 00000000..7bf8aaf3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/helicoprion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/helicopter-tail.svg b/client/public/icons/game-icons/000000/delapouite/helicopter-tail.svg new file mode 100644 index 00000000..4c405c41 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/helicopter-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/helicopter.svg b/client/public/icons/game-icons/000000/delapouite/helicopter.svg new file mode 100644 index 00000000..6aecf227 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/helicopter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hell-crosses.svg b/client/public/icons/game-icons/000000/delapouite/hell-crosses.svg new file mode 100644 index 00000000..7502a051 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hell-crosses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hemp.svg b/client/public/icons/game-icons/000000/delapouite/hemp.svg new file mode 100644 index 00000000..31a16bd9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hemp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/heptagram.svg b/client/public/icons/game-icons/000000/delapouite/heptagram.svg new file mode 100644 index 00000000..782fdde1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/heptagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/herbs-bundle.svg b/client/public/icons/game-icons/000000/delapouite/herbs-bundle.svg new file mode 100644 index 00000000..ee8201df --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/herbs-bundle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hexagonal-nut.svg b/client/public/icons/game-icons/000000/delapouite/hexagonal-nut.svg new file mode 100644 index 00000000..db5277ba --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hexagonal-nut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hieroglyph-legs.svg b/client/public/icons/game-icons/000000/delapouite/hieroglyph-legs.svg new file mode 100644 index 00000000..ace33264 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hieroglyph-legs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hieroglyph-y.svg b/client/public/icons/game-icons/000000/delapouite/hieroglyph-y.svg new file mode 100644 index 00000000..14f04956 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hieroglyph-y.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/high-grass.svg b/client/public/icons/game-icons/000000/delapouite/high-grass.svg new file mode 100644 index 00000000..355d6aef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/high-grass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/high-heel.svg b/client/public/icons/game-icons/000000/delapouite/high-heel.svg new file mode 100644 index 00000000..5b9516b2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/high-heel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/high-kick.svg b/client/public/icons/game-icons/000000/delapouite/high-kick.svg new file mode 100644 index 00000000..8a833c58 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/high-kick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/high-punch.svg b/client/public/icons/game-icons/000000/delapouite/high-punch.svg new file mode 100644 index 00000000..bf0b6bb7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/high-punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/high-tide.svg b/client/public/icons/game-icons/000000/delapouite/high-tide.svg new file mode 100644 index 00000000..1ac1c646 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/high-tide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/highlighter.svg b/client/public/icons/game-icons/000000/delapouite/highlighter.svg new file mode 100644 index 00000000..233ed980 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/highlighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hiking.svg b/client/public/icons/game-icons/000000/delapouite/hiking.svg new file mode 100644 index 00000000..03da1170 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hiking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hill-conquest.svg b/client/public/icons/game-icons/000000/delapouite/hill-conquest.svg new file mode 100644 index 00000000..d8cbeb6e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hill-conquest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hill-fort.svg b/client/public/icons/game-icons/000000/delapouite/hill-fort.svg new file mode 100644 index 00000000..8f191088 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hill-fort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hills.svg b/client/public/icons/game-icons/000000/delapouite/hills.svg new file mode 100644 index 00000000..96a70345 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/histogram.svg b/client/public/icons/game-icons/000000/delapouite/histogram.svg new file mode 100644 index 00000000..7fbb697e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/histogram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hive-mind.svg b/client/public/icons/game-icons/000000/delapouite/hive-mind.svg new file mode 100644 index 00000000..39d0bfa0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hive-mind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hobbit-door.svg b/client/public/icons/game-icons/000000/delapouite/hobbit-door.svg new file mode 100644 index 00000000..7609553a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hobbit-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hobbit-dwelling.svg b/client/public/icons/game-icons/000000/delapouite/hobbit-dwelling.svg new file mode 100644 index 00000000..a5e157e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hobbit-dwelling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hockey.svg b/client/public/icons/game-icons/000000/delapouite/hockey.svg new file mode 100644 index 00000000..03f8578f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hockey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hole-ladder.svg b/client/public/icons/game-icons/000000/delapouite/hole-ladder.svg new file mode 100644 index 00000000..4a68a855 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hole-ladder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hole.svg b/client/public/icons/game-icons/000000/delapouite/hole.svg new file mode 100644 index 00000000..08e9aa99 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/holy-hand-grenade.svg b/client/public/icons/game-icons/000000/delapouite/holy-hand-grenade.svg new file mode 100644 index 00000000..7be27437 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/holy-hand-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/holy-water.svg b/client/public/icons/game-icons/000000/delapouite/holy-water.svg new file mode 100644 index 00000000..f9e800ca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/holy-water.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/home-garage.svg b/client/public/icons/game-icons/000000/delapouite/home-garage.svg new file mode 100644 index 00000000..634f7fe7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/home-garage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/honey-jar.svg b/client/public/icons/game-icons/000000/delapouite/honey-jar.svg new file mode 100644 index 00000000..5bea632e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/honey-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hoodie.svg b/client/public/icons/game-icons/000000/delapouite/hoodie.svg new file mode 100644 index 00000000..08a8ad08 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hoodie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hook-swords.svg b/client/public/icons/game-icons/000000/delapouite/hook-swords.svg new file mode 100644 index 00000000..9de7132f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hook-swords.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/delapouite/hook.svg b/client/public/icons/game-icons/000000/delapouite/hook.svg new file mode 100644 index 00000000..215699c6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hops.svg b/client/public/icons/game-icons/000000/delapouite/hops.svg new file mode 100644 index 00000000..a05afd36 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/horizon-road.svg b/client/public/icons/game-icons/000000/delapouite/horizon-road.svg new file mode 100644 index 00000000..b2bf9ff4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/horizon-road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/horizontal-flip.svg b/client/public/icons/game-icons/000000/delapouite/horizontal-flip.svg new file mode 100644 index 00000000..d04ba336 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/horizontal-flip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/horned-reptile.svg b/client/public/icons/game-icons/000000/delapouite/horned-reptile.svg new file mode 100644 index 00000000..485cd3c5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/horned-reptile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/horse-head.svg b/client/public/icons/game-icons/000000/delapouite/horse-head.svg new file mode 100644 index 00000000..dabdffa8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/horse-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/horseshoe.svg b/client/public/icons/game-icons/000000/delapouite/horseshoe.svg new file mode 100644 index 00000000..203a2702 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/horseshoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/horus.svg b/client/public/icons/game-icons/000000/delapouite/horus.svg new file mode 100644 index 00000000..9e38a369 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/horus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hospital.svg b/client/public/icons/game-icons/000000/delapouite/hospital.svg new file mode 100644 index 00000000..517dfa90 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hospital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hot-dog.svg b/client/public/icons/game-icons/000000/delapouite/hot-dog.svg new file mode 100644 index 00000000..1a95111c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hot-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hot-meal.svg b/client/public/icons/game-icons/000000/delapouite/hot-meal.svg new file mode 100644 index 00000000..3fc4156e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hot-meal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/house-keys.svg b/client/public/icons/game-icons/000000/delapouite/house-keys.svg new file mode 100644 index 00000000..3fe250f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/house-keys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/house.svg b/client/public/icons/game-icons/000000/delapouite/house.svg new file mode 100644 index 00000000..709733ca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/human-cannonball.svg b/client/public/icons/game-icons/000000/delapouite/human-cannonball.svg new file mode 100644 index 00000000..ce1265f1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/human-cannonball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/human-ear.svg b/client/public/icons/game-icons/000000/delapouite/human-ear.svg new file mode 100644 index 00000000..32592751 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/human-ear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/human-pyramid.svg b/client/public/icons/game-icons/000000/delapouite/human-pyramid.svg new file mode 100644 index 00000000..5b7f6201 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/human-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/human-target.svg b/client/public/icons/game-icons/000000/delapouite/human-target.svg new file mode 100644 index 00000000..1fd3e625 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/human-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hummingbird.svg b/client/public/icons/game-icons/000000/delapouite/hummingbird.svg new file mode 100644 index 00000000..57a458f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hummingbird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hungary.svg b/client/public/icons/game-icons/000000/delapouite/hungary.svg new file mode 100644 index 00000000..0bf59e9e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hungary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hunter-eyes.svg b/client/public/icons/game-icons/000000/delapouite/hunter-eyes.svg new file mode 100644 index 00000000..de900a62 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hunter-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hunting-bolas.svg b/client/public/icons/game-icons/000000/delapouite/hunting-bolas.svg new file mode 100644 index 00000000..2d17110d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hunting-bolas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/hut.svg b/client/public/icons/game-icons/000000/delapouite/hut.svg new file mode 100644 index 00000000..e54c07df --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/hut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/huts-village.svg b/client/public/icons/game-icons/000000/delapouite/huts-village.svg new file mode 100644 index 00000000..f328fef2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/huts-village.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/i-beam.svg b/client/public/icons/game-icons/000000/delapouite/i-beam.svg new file mode 100644 index 00000000..010b9503 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/i-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/i-brick.svg b/client/public/icons/game-icons/000000/delapouite/i-brick.svg new file mode 100644 index 00000000..d8530f2f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/i-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ibis.svg b/client/public/icons/game-icons/000000/delapouite/ibis.svg new file mode 100644 index 00000000..7417e669 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ibis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/icarus.svg b/client/public/icons/game-icons/000000/delapouite/icarus.svg new file mode 100644 index 00000000..0d471b29 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/icarus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ice-cream-cone.svg b/client/public/icons/game-icons/000000/delapouite/ice-cream-cone.svg new file mode 100644 index 00000000..271cbc45 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ice-cream-cone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ice-cream-scoop.svg b/client/public/icons/game-icons/000000/delapouite/ice-cream-scoop.svg new file mode 100644 index 00000000..ad8c65e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ice-cream-scoop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ice-cubes.svg b/client/public/icons/game-icons/000000/delapouite/ice-cubes.svg new file mode 100644 index 00000000..71f79a4c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ice-cubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ice-golem.svg b/client/public/icons/game-icons/000000/delapouite/ice-golem.svg new file mode 100644 index 00000000..60fed74b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ice-golem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ice-iris.svg b/client/public/icons/game-icons/000000/delapouite/ice-iris.svg new file mode 100644 index 00000000..6de5161b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ice-iris.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ice-pop.svg b/client/public/icons/game-icons/000000/delapouite/ice-pop.svg new file mode 100644 index 00000000..36227f80 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ice-pop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ice-skate.svg b/client/public/icons/game-icons/000000/delapouite/ice-skate.svg new file mode 100644 index 00000000..a61137b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ice-skate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ice-spell-cast.svg b/client/public/icons/game-icons/000000/delapouite/ice-spell-cast.svg new file mode 100644 index 00000000..523a2f18 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ice-spell-cast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/iceberg.svg b/client/public/icons/game-icons/000000/delapouite/iceberg.svg new file mode 100644 index 00000000..6e4d5b2a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/iceberg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/iceland.svg b/client/public/icons/game-icons/000000/delapouite/iceland.svg new file mode 100644 index 00000000..3e44bce6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/iceland.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/id-card.svg b/client/public/icons/game-icons/000000/delapouite/id-card.svg new file mode 100644 index 00000000..a688e672 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/idea.svg b/client/public/icons/game-icons/000000/delapouite/idea.svg new file mode 100644 index 00000000..75b1c86b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/igloo.svg b/client/public/icons/game-icons/000000/delapouite/igloo.svg new file mode 100644 index 00000000..47b491ef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/igloo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/imperial-crown.svg b/client/public/icons/game-icons/000000/delapouite/imperial-crown.svg new file mode 100644 index 00000000..31c7c535 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/imperial-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/inauguration.svg b/client/public/icons/game-icons/000000/delapouite/inauguration.svg new file mode 100644 index 00000000..45d10c94 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/inauguration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/incubator.svg b/client/public/icons/game-icons/000000/delapouite/incubator.svg new file mode 100644 index 00000000..2288c401 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/incubator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/india-gate.svg b/client/public/icons/game-icons/000000/delapouite/india-gate.svg new file mode 100644 index 00000000..8971934f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/india-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/indian-palace.svg b/client/public/icons/game-icons/000000/delapouite/indian-palace.svg new file mode 100644 index 00000000..862e57a9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/indian-palace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/inferno-bomb.svg b/client/public/icons/game-icons/000000/delapouite/inferno-bomb.svg new file mode 100644 index 00000000..f193060d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/inferno-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/info.svg b/client/public/icons/game-icons/000000/delapouite/info.svg new file mode 100644 index 00000000..34f2c343 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/injustice.svg b/client/public/icons/game-icons/000000/delapouite/injustice.svg new file mode 100644 index 00000000..b908e18a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/injustice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/inspiration.svg b/client/public/icons/game-icons/000000/delapouite/inspiration.svg new file mode 100644 index 00000000..98c48783 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/inspiration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/interceptor-ship.svg b/client/public/icons/game-icons/000000/delapouite/interceptor-ship.svg new file mode 100644 index 00000000..a02292ec --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/interceptor-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/intricate-necklace.svg b/client/public/icons/game-icons/000000/delapouite/intricate-necklace.svg new file mode 100644 index 00000000..31d5d457 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/intricate-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/invisible-face.svg b/client/public/icons/game-icons/000000/delapouite/invisible-face.svg new file mode 100644 index 00000000..6d69cd20 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/invisible-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/invisible.svg b/client/public/icons/game-icons/000000/delapouite/invisible.svg new file mode 100644 index 00000000..21194cc2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/invisible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ionic-column.svg b/client/public/icons/game-icons/000000/delapouite/ionic-column.svg new file mode 100644 index 00000000..e6a9986d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ionic-column.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/iraq.svg b/client/public/icons/game-icons/000000/delapouite/iraq.svg new file mode 100644 index 00000000..c5f766fa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/iraq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/island.svg b/client/public/icons/game-icons/000000/delapouite/island.svg new file mode 100644 index 00000000..2958df97 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/island.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/italia.svg b/client/public/icons/game-icons/000000/delapouite/italia.svg new file mode 100644 index 00000000..8db82d92 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/italia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ivory-tusks.svg b/client/public/icons/game-icons/000000/delapouite/ivory-tusks.svg new file mode 100644 index 00000000..b8fe8ffe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ivory-tusks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/j-brick.svg b/client/public/icons/game-icons/000000/delapouite/j-brick.svg new file mode 100644 index 00000000..aac94c7a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/j-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jack-plug.svg b/client/public/icons/game-icons/000000/delapouite/jack-plug.svg new file mode 100644 index 00000000..18544dfc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jack-plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/japan.svg b/client/public/icons/game-icons/000000/delapouite/japan.svg new file mode 100644 index 00000000..f08fe2c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/japan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/japanese-bridge.svg b/client/public/icons/game-icons/000000/delapouite/japanese-bridge.svg new file mode 100644 index 00000000..4b7313b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/japanese-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jasmine.svg b/client/public/icons/game-icons/000000/delapouite/jasmine.svg new file mode 100644 index 00000000..0f7bcc0d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jasmine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jason-mask.svg b/client/public/icons/game-icons/000000/delapouite/jason-mask.svg new file mode 100644 index 00000000..5247db80 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jason-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jawless-cyclop.svg b/client/public/icons/game-icons/000000/delapouite/jawless-cyclop.svg new file mode 100644 index 00000000..ab554fec --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jawless-cyclop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jeep.svg b/client/public/icons/game-icons/000000/delapouite/jeep.svg new file mode 100644 index 00000000..d5f68c09 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jeep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jelly-beans.svg b/client/public/icons/game-icons/000000/delapouite/jelly-beans.svg new file mode 100644 index 00000000..a63303e0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jelly-beans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jelly.svg b/client/public/icons/game-icons/000000/delapouite/jelly.svg new file mode 100644 index 00000000..c843e715 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jelly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jerrycan.svg b/client/public/icons/game-icons/000000/delapouite/jerrycan.svg new file mode 100644 index 00000000..eaa92dcd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jerrycan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jerusalem-cross.svg b/client/public/icons/game-icons/000000/delapouite/jerusalem-cross.svg new file mode 100644 index 00000000..00835e5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jerusalem-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jester-hat.svg b/client/public/icons/game-icons/000000/delapouite/jester-hat.svg new file mode 100644 index 00000000..995ad95c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jester-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jet-fighter.svg b/client/public/icons/game-icons/000000/delapouite/jet-fighter.svg new file mode 100644 index 00000000..d42d8aac --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jet-fighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jewel-crown.svg b/client/public/icons/game-icons/000000/delapouite/jewel-crown.svg new file mode 100644 index 00000000..c9d20a5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jewel-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/join.svg b/client/public/icons/game-icons/000000/delapouite/join.svg new file mode 100644 index 00000000..60d7d91a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/join.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/joystick.svg b/client/public/icons/game-icons/000000/delapouite/joystick.svg new file mode 100644 index 00000000..d701b69c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/joystick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jug.svg b/client/public/icons/game-icons/000000/delapouite/jug.svg new file mode 100644 index 00000000..e6ca0223 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/juggling-clubs.svg b/client/public/icons/game-icons/000000/delapouite/juggling-clubs.svg new file mode 100644 index 00000000..328bd916 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/juggling-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/juggling-seal.svg b/client/public/icons/game-icons/000000/delapouite/juggling-seal.svg new file mode 100644 index 00000000..b14ce2e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/juggling-seal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jump-across.svg b/client/public/icons/game-icons/000000/delapouite/jump-across.svg new file mode 100644 index 00000000..309ff905 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jump-across.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jumping-dog.svg b/client/public/icons/game-icons/000000/delapouite/jumping-dog.svg new file mode 100644 index 00000000..a27239a9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jumping-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jumping-rope.svg b/client/public/icons/game-icons/000000/delapouite/jumping-rope.svg new file mode 100644 index 00000000..0ca3565a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jumping-rope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jungle.svg b/client/public/icons/game-icons/000000/delapouite/jungle.svg new file mode 100644 index 00000000..0bdf7ec8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jungle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/jupiter.svg b/client/public/icons/game-icons/000000/delapouite/jupiter.svg new file mode 100644 index 00000000..a2a72b1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/jupiter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kangaroo.svg b/client/public/icons/game-icons/000000/delapouite/kangaroo.svg new file mode 100644 index 00000000..9e135a7d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kangaroo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/katana.svg b/client/public/icons/game-icons/000000/delapouite/katana.svg new file mode 100644 index 00000000..cb2bbc3e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/katana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kebab-spit.svg b/client/public/icons/game-icons/000000/delapouite/kebab-spit.svg new file mode 100644 index 00000000..f7f57b5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kebab-spit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kenku-head.svg b/client/public/icons/game-icons/000000/delapouite/kenku-head.svg new file mode 100644 index 00000000..dae9d9fb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kenku-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kenya.svg b/client/public/icons/game-icons/000000/delapouite/kenya.svg new file mode 100644 index 00000000..704931f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kenya.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ketchup.svg b/client/public/icons/game-icons/000000/delapouite/ketchup.svg new file mode 100644 index 00000000..d4449cda --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ketchup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/key-card.svg b/client/public/icons/game-icons/000000/delapouite/key-card.svg new file mode 100644 index 00000000..56c7fd83 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/key-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/key-lock.svg b/client/public/icons/game-icons/000000/delapouite/key-lock.svg new file mode 100644 index 00000000..a23119ca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/key-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/keyboard.svg b/client/public/icons/game-icons/000000/delapouite/keyboard.svg new file mode 100644 index 00000000..4257c99a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/keyring.svg b/client/public/icons/game-icons/000000/delapouite/keyring.svg new file mode 100644 index 00000000..fa3cf116 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/keyring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kick-scooter.svg b/client/public/icons/game-icons/000000/delapouite/kick-scooter.svg new file mode 100644 index 00000000..f15a4162 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kick-scooter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kid-slide.svg b/client/public/icons/game-icons/000000/delapouite/kid-slide.svg new file mode 100644 index 00000000..3844ca4b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kid-slide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kidneys.svg b/client/public/icons/game-icons/000000/delapouite/kidneys.svg new file mode 100644 index 00000000..d3fdc3ba --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kidneys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kimono.svg b/client/public/icons/game-icons/000000/delapouite/kimono.svg new file mode 100644 index 00000000..3e77c167 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kimono.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/king-ju-mask.svg b/client/public/icons/game-icons/000000/delapouite/king-ju-mask.svg new file mode 100644 index 00000000..58cf7b52 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/king-ju-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kitchen-scale.svg b/client/public/icons/game-icons/000000/delapouite/kitchen-scale.svg new file mode 100644 index 00000000..4076c547 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kitchen-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kitchen-tap.svg b/client/public/icons/game-icons/000000/delapouite/kitchen-tap.svg new file mode 100644 index 00000000..1c94694d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kitchen-tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kite.svg b/client/public/icons/game-icons/000000/delapouite/kite.svg new file mode 100644 index 00000000..12bef0fe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kiwi-bird.svg b/client/public/icons/game-icons/000000/delapouite/kiwi-bird.svg new file mode 100644 index 00000000..015c54c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kiwi-bird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kiwi-fruit.svg b/client/public/icons/game-icons/000000/delapouite/kiwi-fruit.svg new file mode 100644 index 00000000..6b246498 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kiwi-fruit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/klingon.svg b/client/public/icons/game-icons/000000/delapouite/klingon.svg new file mode 100644 index 00000000..aa48d479 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/klingon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/knee-bandage.svg b/client/public/icons/game-icons/000000/delapouite/knee-bandage.svg new file mode 100644 index 00000000..9513234b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/knee-bandage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/knee-cap.svg b/client/public/icons/game-icons/000000/delapouite/knee-cap.svg new file mode 100644 index 00000000..5af23b0a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/knee-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/knee-pad.svg b/client/public/icons/game-icons/000000/delapouite/knee-pad.svg new file mode 100644 index 00000000..ead1260d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/knee-pad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kneeling.svg b/client/public/icons/game-icons/000000/delapouite/kneeling.svg new file mode 100644 index 00000000..9a933db7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kneeling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/knight-banner.svg b/client/public/icons/game-icons/000000/delapouite/knight-banner.svg new file mode 100644 index 00000000..d7f9b452 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/knight-banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/knocked-out-stars.svg b/client/public/icons/game-icons/000000/delapouite/knocked-out-stars.svg new file mode 100644 index 00000000..ec5ed17e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/knocked-out-stars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/knot.svg b/client/public/icons/game-icons/000000/delapouite/knot.svg new file mode 100644 index 00000000..1a32aa6d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/knot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/koala.svg b/client/public/icons/game-icons/000000/delapouite/koala.svg new file mode 100644 index 00000000..4ed2fc4e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/koala.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/koholint-egg.svg b/client/public/icons/game-icons/000000/delapouite/koholint-egg.svg new file mode 100644 index 00000000..456af2f1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/koholint-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/kraken-tentacle.svg b/client/public/icons/game-icons/000000/delapouite/kraken-tentacle.svg new file mode 100644 index 00000000..18cd5102 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/kraken-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/l-brick.svg b/client/public/icons/game-icons/000000/delapouite/l-brick.svg new file mode 100644 index 00000000..a9c87eb3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/l-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lab-coat.svg b/client/public/icons/game-icons/000000/delapouite/lab-coat.svg new file mode 100644 index 00000000..0a4128d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lab-coat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/labrador-head.svg b/client/public/icons/game-icons/000000/delapouite/labrador-head.svg new file mode 100644 index 00000000..a535767d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/labrador-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ladder.svg b/client/public/icons/game-icons/000000/delapouite/ladder.svg new file mode 100644 index 00000000..669bc592 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ladder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ladders-platform.svg b/client/public/icons/game-icons/000000/delapouite/ladders-platform.svg new file mode 100644 index 00000000..64625583 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ladders-platform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ladle.svg b/client/public/icons/game-icons/000000/delapouite/ladle.svg new file mode 100644 index 00000000..22d34077 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ladle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ladybug.svg b/client/public/icons/game-icons/000000/delapouite/ladybug.svg new file mode 100644 index 00000000..b91392af --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ladybug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lambda.svg b/client/public/icons/game-icons/000000/delapouite/lambda.svg new file mode 100644 index 00000000..f38d4f24 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lambda.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/delapouite/laptop.svg b/client/public/icons/game-icons/000000/delapouite/laptop.svg new file mode 100644 index 00000000..cddf4cd3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/large-dress.svg b/client/public/icons/game-icons/000000/delapouite/large-dress.svg new file mode 100644 index 00000000..0ea838d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/large-dress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/large-paint-brush.svg b/client/public/icons/game-icons/000000/delapouite/large-paint-brush.svg new file mode 100644 index 00000000..ec9359f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/large-paint-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/laser-turret.svg b/client/public/icons/game-icons/000000/delapouite/laser-turret.svg new file mode 100644 index 00000000..51c1f129 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/laser-turret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lasso.svg b/client/public/icons/game-icons/000000/delapouite/lasso.svg new file mode 100644 index 00000000..955576db --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lasso.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/latvia.svg b/client/public/icons/game-icons/000000/delapouite/latvia.svg new file mode 100644 index 00000000..1a02d4f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/latvia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/laurels-trophy.svg b/client/public/icons/game-icons/000000/delapouite/laurels-trophy.svg new file mode 100644 index 00000000..ab62c870 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/laurels-trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lead-pipe.svg b/client/public/icons/game-icons/000000/delapouite/lead-pipe.svg new file mode 100644 index 00000000..94251d1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lead-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/leak.svg b/client/public/icons/game-icons/000000/delapouite/leak.svg new file mode 100644 index 00000000..2170d308 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/leak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/leapfrog.svg b/client/public/icons/game-icons/000000/delapouite/leapfrog.svg new file mode 100644 index 00000000..10d49add --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/leapfrog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/leather-armor.svg b/client/public/icons/game-icons/000000/delapouite/leather-armor.svg new file mode 100644 index 00000000..497c058e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/leather-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/led.svg b/client/public/icons/game-icons/000000/delapouite/led.svg new file mode 100644 index 00000000..600c3ce8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/led.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/leek.svg b/client/public/icons/game-icons/000000/delapouite/leek.svg new file mode 100644 index 00000000..6c40580b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/leek.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/leg-armor.svg b/client/public/icons/game-icons/000000/delapouite/leg-armor.svg new file mode 100644 index 00000000..6ec9cf31 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/leg-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/leg.svg b/client/public/icons/game-icons/000000/delapouite/leg.svg new file mode 100644 index 00000000..95c08688 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/leg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lemon.svg b/client/public/icons/game-icons/000000/delapouite/lemon.svg new file mode 100644 index 00000000..1c27351a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/leo.svg b/client/public/icons/game-icons/000000/delapouite/leo.svg new file mode 100644 index 00000000..3d69cad6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/leo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/level-crossing.svg b/client/public/icons/game-icons/000000/delapouite/level-crossing.svg new file mode 100644 index 00000000..fcb976c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/level-crossing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/level-end-flag.svg b/client/public/icons/game-icons/000000/delapouite/level-end-flag.svg new file mode 100644 index 00000000..c9015d69 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/level-end-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/liar.svg b/client/public/icons/game-icons/000000/delapouite/liar.svg new file mode 100644 index 00000000..4ac0a1b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/liar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/liberty-wing.svg b/client/public/icons/game-icons/000000/delapouite/liberty-wing.svg new file mode 100644 index 00000000..d2ff55dd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/liberty-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/libra.svg b/client/public/icons/game-icons/000000/delapouite/libra.svg new file mode 100644 index 00000000..b9058dc8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/libra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/libya.svg b/client/public/icons/game-icons/000000/delapouite/libya.svg new file mode 100644 index 00000000..e6370a8b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/libya.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/life-bar.svg b/client/public/icons/game-icons/000000/delapouite/life-bar.svg new file mode 100644 index 00000000..3d99b070 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/life-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/life-buoy.svg b/client/public/icons/game-icons/000000/delapouite/life-buoy.svg new file mode 100644 index 00000000..b41f0646 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/life-buoy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/life-jacket.svg b/client/public/icons/game-icons/000000/delapouite/life-jacket.svg new file mode 100644 index 00000000..eaa944cb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/life-jacket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/light-backpack.svg b/client/public/icons/game-icons/000000/delapouite/light-backpack.svg new file mode 100644 index 00000000..68dfa3e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/light-backpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/light-helm.svg b/client/public/icons/game-icons/000000/delapouite/light-helm.svg new file mode 100644 index 00000000..adbf0013 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/light-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/light-projector.svg b/client/public/icons/game-icons/000000/delapouite/light-projector.svg new file mode 100644 index 00000000..6f25b56c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/light-projector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/light-sabers.svg b/client/public/icons/game-icons/000000/delapouite/light-sabers.svg new file mode 100644 index 00000000..0e7455db --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/light-sabers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lighter.svg b/client/public/icons/game-icons/000000/delapouite/lighter.svg new file mode 100644 index 00000000..1e057bfb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lighthouse.svg b/client/public/icons/game-icons/000000/delapouite/lighthouse.svg new file mode 100644 index 00000000..bb8740bc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lighthouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lightning-dome.svg b/client/public/icons/game-icons/000000/delapouite/lightning-dome.svg new file mode 100644 index 00000000..ac8f6c3d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lightning-dome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lightning-flame.svg b/client/public/icons/game-icons/000000/delapouite/lightning-flame.svg new file mode 100644 index 00000000..9423ad9b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lightning-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lily-pads.svg b/client/public/icons/game-icons/000000/delapouite/lily-pads.svg new file mode 100644 index 00000000..856795d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lily-pads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lipstick.svg b/client/public/icons/game-icons/000000/delapouite/lipstick.svg new file mode 100644 index 00000000..6532868b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lipstick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/liquid-soap.svg b/client/public/icons/game-icons/000000/delapouite/liquid-soap.svg new file mode 100644 index 00000000..ed76af86 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/liquid-soap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/liver.svg b/client/public/icons/game-icons/000000/delapouite/liver.svg new file mode 100644 index 00000000..e23ac572 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/liver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/load.svg b/client/public/icons/game-icons/000000/delapouite/load.svg new file mode 100644 index 00000000..9842c250 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/load.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lock-picking.svg b/client/public/icons/game-icons/000000/delapouite/lock-picking.svg new file mode 100644 index 00000000..d67c4966 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lock-picking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lock-spy.svg b/client/public/icons/game-icons/000000/delapouite/lock-spy.svg new file mode 100644 index 00000000..35f86755 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lock-spy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/locked-box.svg b/client/public/icons/game-icons/000000/delapouite/locked-box.svg new file mode 100644 index 00000000..2dca01aa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/locked-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/locked-door.svg b/client/public/icons/game-icons/000000/delapouite/locked-door.svg new file mode 100644 index 00000000..7df84137 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/locked-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/locked-heart.svg b/client/public/icons/game-icons/000000/delapouite/locked-heart.svg new file mode 100644 index 00000000..fc50bb40 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/locked-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lockers.svg b/client/public/icons/game-icons/000000/delapouite/lockers.svg new file mode 100644 index 00000000..85d943d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lockers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lockpicks.svg b/client/public/icons/game-icons/000000/delapouite/lockpicks.svg new file mode 100644 index 00000000..60e25170 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lockpicks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/log.svg b/client/public/icons/game-icons/000000/delapouite/log.svg new file mode 100644 index 00000000..7a71e8e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/logic-gate-and.svg b/client/public/icons/game-icons/000000/delapouite/logic-gate-and.svg new file mode 100644 index 00000000..a125ce22 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/logic-gate-and.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/logic-gate-nand.svg b/client/public/icons/game-icons/000000/delapouite/logic-gate-nand.svg new file mode 100644 index 00000000..cd094e6c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/logic-gate-nand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/logic-gate-nor.svg b/client/public/icons/game-icons/000000/delapouite/logic-gate-nor.svg new file mode 100644 index 00000000..ecb2a3ef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/logic-gate-nor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/logic-gate-not.svg b/client/public/icons/game-icons/000000/delapouite/logic-gate-not.svg new file mode 100644 index 00000000..316e4ce7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/logic-gate-not.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/logic-gate-nxor.svg b/client/public/icons/game-icons/000000/delapouite/logic-gate-nxor.svg new file mode 100644 index 00000000..f27bed38 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/logic-gate-nxor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/logic-gate-or.svg b/client/public/icons/game-icons/000000/delapouite/logic-gate-or.svg new file mode 100644 index 00000000..a92db3d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/logic-gate-or.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/logic-gate-xor.svg b/client/public/icons/game-icons/000000/delapouite/logic-gate-xor.svg new file mode 100644 index 00000000..3b6c0747 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/logic-gate-xor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/loincloth.svg b/client/public/icons/game-icons/000000/delapouite/loincloth.svg new file mode 100644 index 00000000..d7112237 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/loincloth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/look-at.svg b/client/public/icons/game-icons/000000/delapouite/look-at.svg new file mode 100644 index 00000000..c3418757 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/look-at.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lorgnette.svg b/client/public/icons/game-icons/000000/delapouite/lorgnette.svg new file mode 100644 index 00000000..e2e2f508 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lorgnette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/louvre-pyramid.svg b/client/public/icons/game-icons/000000/delapouite/louvre-pyramid.svg new file mode 100644 index 00000000..b7435bd4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/louvre-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/love-letter.svg b/client/public/icons/game-icons/000000/delapouite/love-letter.svg new file mode 100644 index 00000000..df0b3fa6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/love-letter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/love-mystery.svg b/client/public/icons/game-icons/000000/delapouite/love-mystery.svg new file mode 100644 index 00000000..7d886868 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/love-mystery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lovers.svg b/client/public/icons/game-icons/000000/delapouite/lovers.svg new file mode 100644 index 00000000..92ddc880 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lovers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/low-tide.svg b/client/public/icons/game-icons/000000/delapouite/low-tide.svg new file mode 100644 index 00000000..189c4373 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/low-tide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/luchador.svg b/client/public/icons/game-icons/000000/delapouite/luchador.svg new file mode 100644 index 00000000..0d40fcac --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/luchador.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lucky-fisherman.svg b/client/public/icons/game-icons/000000/delapouite/lucky-fisherman.svg new file mode 100644 index 00000000..879480b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lucky-fisherman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lunar-module.svg b/client/public/icons/game-icons/000000/delapouite/lunar-module.svg new file mode 100644 index 00000000..0ae5581a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lunar-module.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lunar-wand.svg b/client/public/icons/game-icons/000000/delapouite/lunar-wand.svg new file mode 100644 index 00000000..eaca79b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lunar-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lungs.svg b/client/public/icons/game-icons/000000/delapouite/lungs.svg new file mode 100644 index 00000000..28309d33 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lungs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/lynx-head.svg b/client/public/icons/game-icons/000000/delapouite/lynx-head.svg new file mode 100644 index 00000000..fe16645b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/lynx-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/machine-gun-magazine.svg b/client/public/icons/game-icons/000000/delapouite/machine-gun-magazine.svg new file mode 100644 index 00000000..2484ef22 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/machine-gun-magazine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/magic-axe.svg b/client/public/icons/game-icons/000000/delapouite/magic-axe.svg new file mode 100644 index 00000000..ce26a9f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/magic-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/magic-broom.svg b/client/public/icons/game-icons/000000/delapouite/magic-broom.svg new file mode 100644 index 00000000..5ad79fde --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/magic-broom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/magic-hat.svg b/client/public/icons/game-icons/000000/delapouite/magic-hat.svg new file mode 100644 index 00000000..6141f1b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/magic-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/magic-potion.svg b/client/public/icons/game-icons/000000/delapouite/magic-potion.svg new file mode 100644 index 00000000..04d7f678 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/magic-potion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/magic-trident.svg b/client/public/icons/game-icons/000000/delapouite/magic-trident.svg new file mode 100644 index 00000000..25c830d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/magic-trident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/magick-trick.svg b/client/public/icons/game-icons/000000/delapouite/magick-trick.svg new file mode 100644 index 00000000..b2d851ab --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/magick-trick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/magnet-man.svg b/client/public/icons/game-icons/000000/delapouite/magnet-man.svg new file mode 100644 index 00000000..2d6a6eed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/magnet-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mailbox.svg b/client/public/icons/game-icons/000000/delapouite/mailbox.svg new file mode 100644 index 00000000..02c61f93 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mailbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/male.svg b/client/public/icons/game-icons/000000/delapouite/male.svg new file mode 100644 index 00000000..f10dc374 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mammoth.svg b/client/public/icons/game-icons/000000/delapouite/mammoth.svg new file mode 100644 index 00000000..eded5d11 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mammoth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mandrill-head.svg b/client/public/icons/game-icons/000000/delapouite/mandrill-head.svg new file mode 100644 index 00000000..4ab0610d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mandrill-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/manta-ray.svg b/client/public/icons/game-icons/000000/delapouite/manta-ray.svg new file mode 100644 index 00000000..9db7c0bc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/manta-ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/manual-juicer.svg b/client/public/icons/game-icons/000000/delapouite/manual-juicer.svg new file mode 100644 index 00000000..2d7db161 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/manual-juicer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/manual-meat-grinder.svg b/client/public/icons/game-icons/000000/delapouite/manual-meat-grinder.svg new file mode 100644 index 00000000..defe50b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/manual-meat-grinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/maracas.svg b/client/public/icons/game-icons/000000/delapouite/maracas.svg new file mode 100644 index 00000000..07b92f11 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/maracas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/marble-tap.svg b/client/public/icons/game-icons/000000/delapouite/marble-tap.svg new file mode 100644 index 00000000..fb9ab9f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/marble-tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/marbles.svg b/client/public/icons/game-icons/000000/delapouite/marbles.svg new file mode 100644 index 00000000..d61199b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/marbles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mars-curiosity.svg b/client/public/icons/game-icons/000000/delapouite/mars-curiosity.svg new file mode 100644 index 00000000..ef8f245c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mars-curiosity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mars-pathfinder.svg b/client/public/icons/game-icons/000000/delapouite/mars-pathfinder.svg new file mode 100644 index 00000000..6e8db918 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mars-pathfinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/marshmallows.svg b/client/public/icons/game-icons/000000/delapouite/marshmallows.svg new file mode 100644 index 00000000..64489f4f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/marshmallows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/martyr-memorial.svg b/client/public/icons/game-icons/000000/delapouite/martyr-memorial.svg new file mode 100644 index 00000000..834ac9b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/martyr-memorial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/matchbox.svg b/client/public/icons/game-icons/000000/delapouite/matchbox.svg new file mode 100644 index 00000000..37be1068 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/matchbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/matryoshka-dolls.svg b/client/public/icons/game-icons/000000/delapouite/matryoshka-dolls.svg new file mode 100644 index 00000000..d35d2794 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/matryoshka-dolls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/matter-states.svg b/client/public/icons/game-icons/000000/delapouite/matter-states.svg new file mode 100644 index 00000000..873cc7aa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/matter-states.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mayan-pyramid.svg b/client/public/icons/game-icons/000000/delapouite/mayan-pyramid.svg new file mode 100644 index 00000000..231af177 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mayan-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/meal.svg b/client/public/icons/game-icons/000000/delapouite/meal.svg new file mode 100644 index 00000000..9c6f875f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/meal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/measure-tape.svg b/client/public/icons/game-icons/000000/delapouite/measure-tape.svg new file mode 100644 index 00000000..636c1ef0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/measure-tape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mecha-head.svg b/client/public/icons/game-icons/000000/delapouite/mecha-head.svg new file mode 100644 index 00000000..68e5ea15 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mecha-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mecha-mask.svg b/client/public/icons/game-icons/000000/delapouite/mecha-mask.svg new file mode 100644 index 00000000..0f42b386 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mecha-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mechanic-garage.svg b/client/public/icons/game-icons/000000/delapouite/mechanic-garage.svg new file mode 100644 index 00000000..67738bef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mechanic-garage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/medallist.svg b/client/public/icons/game-icons/000000/delapouite/medallist.svg new file mode 100644 index 00000000..e1ee2e52 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/medallist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/medical-drip.svg b/client/public/icons/game-icons/000000/delapouite/medical-drip.svg new file mode 100644 index 00000000..e890354a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/medical-drip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/medical-thermometer.svg b/client/public/icons/game-icons/000000/delapouite/medical-thermometer.svg new file mode 100644 index 00000000..0109606e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/medical-thermometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/medicine-pills.svg b/client/public/icons/game-icons/000000/delapouite/medicine-pills.svg new file mode 100644 index 00000000..a0889dc6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/medicine-pills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/medicines.svg b/client/public/icons/game-icons/000000/delapouite/medicines.svg new file mode 100644 index 00000000..b92f0b1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/medicines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/medieval-barracks.svg b/client/public/icons/game-icons/000000/delapouite/medieval-barracks.svg new file mode 100644 index 00000000..34f0aa84 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/medieval-barracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/medieval-gate.svg b/client/public/icons/game-icons/000000/delapouite/medieval-gate.svg new file mode 100644 index 00000000..5653c539 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/medieval-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/medieval-pavilion.svg b/client/public/icons/game-icons/000000/delapouite/medieval-pavilion.svg new file mode 100644 index 00000000..15a6dc1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/medieval-pavilion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/meeple-army.svg b/client/public/icons/game-icons/000000/delapouite/meeple-army.svg new file mode 100644 index 00000000..3c0e7cc3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/meeple-army.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/meeple-circle.svg b/client/public/icons/game-icons/000000/delapouite/meeple-circle.svg new file mode 100644 index 00000000..9dbd2546 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/meeple-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/meeple-group.svg b/client/public/icons/game-icons/000000/delapouite/meeple-group.svg new file mode 100644 index 00000000..081d5df8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/meeple-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/meeple-king.svg b/client/public/icons/game-icons/000000/delapouite/meeple-king.svg new file mode 100644 index 00000000..054eef67 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/meeple-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/meeple.svg b/client/public/icons/game-icons/000000/delapouite/meeple.svg new file mode 100644 index 00000000..8296cc13 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/meeple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/megaphone.svg b/client/public/icons/game-icons/000000/delapouite/megaphone.svg new file mode 100644 index 00000000..40f70ed2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/melting-ice-cube.svg b/client/public/icons/game-icons/000000/delapouite/melting-ice-cube.svg new file mode 100644 index 00000000..d48be679 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/melting-ice-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/melting-metal.svg b/client/public/icons/game-icons/000000/delapouite/melting-metal.svg new file mode 100644 index 00000000..c097e2db --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/melting-metal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/menhir.svg b/client/public/icons/game-icons/000000/delapouite/menhir.svg new file mode 100644 index 00000000..bc669d7d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/menhir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mermaid.svg b/client/public/icons/game-icons/000000/delapouite/mermaid.svg new file mode 100644 index 00000000..b82b6271 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mermaid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mesh-network.svg b/client/public/icons/game-icons/000000/delapouite/mesh-network.svg new file mode 100644 index 00000000..4eb7451c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mesh-network.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/metal-boot.svg b/client/public/icons/game-icons/000000/delapouite/metal-boot.svg new file mode 100644 index 00000000..65ebfcc5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/metal-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/metal-detector.svg b/client/public/icons/game-icons/000000/delapouite/metal-detector.svg new file mode 100644 index 00000000..6e97edcf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/metal-detector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/metal-golem-head.svg b/client/public/icons/game-icons/000000/delapouite/metal-golem-head.svg new file mode 100644 index 00000000..56ce452c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/metal-golem-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/metal-plate.svg b/client/public/icons/game-icons/000000/delapouite/metal-plate.svg new file mode 100644 index 00000000..1f37d416 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/metal-plate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/metal-skirt.svg b/client/public/icons/game-icons/000000/delapouite/metal-skirt.svg new file mode 100644 index 00000000..81b68b21 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/metal-skirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/metroid.svg b/client/public/icons/game-icons/000000/delapouite/metroid.svg new file mode 100644 index 00000000..719ff70b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/metroid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/metronome.svg b/client/public/icons/game-icons/000000/delapouite/metronome.svg new file mode 100644 index 00000000..fc035486 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/metronome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mexico.svg b/client/public/icons/game-icons/000000/delapouite/mexico.svg new file mode 100644 index 00000000..939404ee --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mexico.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/microphone.svg b/client/public/icons/game-icons/000000/delapouite/microphone.svg new file mode 100644 index 00000000..19f8e87d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mid-summit.svg b/client/public/icons/game-icons/000000/delapouite/mid-summit.svg new file mode 100644 index 00000000..60faf188 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mid-summit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mighty-boosh.svg b/client/public/icons/game-icons/000000/delapouite/mighty-boosh.svg new file mode 100644 index 00000000..9169f9b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mighty-boosh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mighty-force.svg b/client/public/icons/game-icons/000000/delapouite/mighty-force.svg new file mode 100644 index 00000000..ca58e2cc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mighty-force.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mighty-horn.svg b/client/public/icons/game-icons/000000/delapouite/mighty-horn.svg new file mode 100644 index 00000000..2b294727 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mighty-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/military-fort.svg b/client/public/icons/game-icons/000000/delapouite/military-fort.svg new file mode 100644 index 00000000..6e66df14 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/military-fort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/millenium-key.svg b/client/public/icons/game-icons/000000/delapouite/millenium-key.svg new file mode 100644 index 00000000..d15ee176 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/millenium-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mimic-chest.svg b/client/public/icons/game-icons/000000/delapouite/mimic-chest.svg new file mode 100644 index 00000000..e0b2370d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mimic-chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mine-truck.svg b/client/public/icons/game-icons/000000/delapouite/mine-truck.svg new file mode 100644 index 00000000..376ef9ca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mine-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mine-wagon.svg b/client/public/icons/game-icons/000000/delapouite/mine-wagon.svg new file mode 100644 index 00000000..ab39d1c1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mine-wagon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/miner.svg b/client/public/icons/game-icons/000000/delapouite/miner.svg new file mode 100644 index 00000000..93fcfdc0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/miner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mineral-pearls.svg b/client/public/icons/game-icons/000000/delapouite/mineral-pearls.svg new file mode 100644 index 00000000..0ca1d714 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mineral-pearls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mini-submarine.svg b/client/public/icons/game-icons/000000/delapouite/mini-submarine.svg new file mode 100644 index 00000000..c226328b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mini-submarine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mining-helmet.svg b/client/public/icons/game-icons/000000/delapouite/mining-helmet.svg new file mode 100644 index 00000000..3ad1efbd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mining-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/misdirection.svg b/client/public/icons/game-icons/000000/delapouite/misdirection.svg new file mode 100644 index 00000000..f38f27d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/misdirection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/missile-launcher.svg b/client/public/icons/game-icons/000000/delapouite/missile-launcher.svg new file mode 100644 index 00000000..35a7e4ba --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/missile-launcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/moai.svg b/client/public/icons/game-icons/000000/delapouite/moai.svg new file mode 100644 index 00000000..0f69ad01 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/moai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/modern-city.svg b/client/public/icons/game-icons/000000/delapouite/modern-city.svg new file mode 100644 index 00000000..f6c5d1ab --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/modern-city.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/moka-pot.svg b/client/public/icons/game-icons/000000/delapouite/moka-pot.svg new file mode 100644 index 00000000..490e89fe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/moka-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/moldova.svg b/client/public/icons/game-icons/000000/delapouite/moldova.svg new file mode 100644 index 00000000..b5cbd0a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/moldova.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mona-lisa.svg b/client/public/icons/game-icons/000000/delapouite/mona-lisa.svg new file mode 100644 index 00000000..d8d605f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mona-lisa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/moncler-jacket.svg b/client/public/icons/game-icons/000000/delapouite/moncler-jacket.svg new file mode 100644 index 00000000..c42ca803 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/moncler-jacket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/money-stack.svg b/client/public/icons/game-icons/000000/delapouite/money-stack.svg new file mode 100644 index 00000000..49612a3d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/money-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mongolia.svg b/client/public/icons/game-icons/000000/delapouite/mongolia.svg new file mode 100644 index 00000000..69afdc7d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mongolia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/monk-face.svg b/client/public/icons/game-icons/000000/delapouite/monk-face.svg new file mode 100644 index 00000000..9f2b4315 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/monk-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/monkey-wrench.svg b/client/public/icons/game-icons/000000/delapouite/monkey-wrench.svg new file mode 100644 index 00000000..420a63fa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/monkey-wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mono-wheel-robot.svg b/client/public/icons/game-icons/000000/delapouite/mono-wheel-robot.svg new file mode 100644 index 00000000..aa204ecf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mono-wheel-robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/monstera-leaf.svg b/client/public/icons/game-icons/000000/delapouite/monstera-leaf.svg new file mode 100644 index 00000000..e8eeba9c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/monstera-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/monument-valley.svg b/client/public/icons/game-icons/000000/delapouite/monument-valley.svg new file mode 100644 index 00000000..1faec4b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/monument-valley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/moon-bats.svg b/client/public/icons/game-icons/000000/delapouite/moon-bats.svg new file mode 100644 index 00000000..eb9b1eb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/moon-bats.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/moon-orbit.svg b/client/public/icons/game-icons/000000/delapouite/moon-orbit.svg new file mode 100644 index 00000000..677ae965 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/moon-orbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mooring-bollard.svg b/client/public/icons/game-icons/000000/delapouite/mooring-bollard.svg new file mode 100644 index 00000000..403791a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mooring-bollard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/morgue-feet.svg b/client/public/icons/game-icons/000000/delapouite/morgue-feet.svg new file mode 100644 index 00000000..e110a85c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/morgue-feet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/morph-ball.svg b/client/public/icons/game-icons/000000/delapouite/morph-ball.svg new file mode 100644 index 00000000..5f59297d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/morph-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mortar.svg b/client/public/icons/game-icons/000000/delapouite/mortar.svg new file mode 100644 index 00000000..2c9898e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mortar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mountain-cave.svg b/client/public/icons/game-icons/000000/delapouite/mountain-cave.svg new file mode 100644 index 00000000..7285b79d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mountain-cave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mountain-road.svg b/client/public/icons/game-icons/000000/delapouite/mountain-road.svg new file mode 100644 index 00000000..d2274a37 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mountain-road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mouse.svg b/client/public/icons/game-icons/000000/delapouite/mouse.svg new file mode 100644 index 00000000..788a29e7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/move.svg b/client/public/icons/game-icons/000000/delapouite/move.svg new file mode 100644 index 00000000..2249096a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mp5.svg b/client/public/icons/game-icons/000000/delapouite/mp5.svg new file mode 100644 index 00000000..319bb200 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mp5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mug-shot.svg b/client/public/icons/game-icons/000000/delapouite/mug-shot.svg new file mode 100644 index 00000000..eedd190c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mug-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/multi-directions.svg b/client/public/icons/game-icons/000000/delapouite/multi-directions.svg new file mode 100644 index 00000000..7dad10d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/multi-directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/multiple-targets.svg b/client/public/icons/game-icons/000000/delapouite/multiple-targets.svg new file mode 100644 index 00000000..13f127f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/multiple-targets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mummy-head.svg b/client/public/icons/game-icons/000000/delapouite/mummy-head.svg new file mode 100644 index 00000000..357b2101 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mummy-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/muscular-torso.svg b/client/public/icons/game-icons/000000/delapouite/muscular-torso.svg new file mode 100644 index 00000000..3c3efe64 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/muscular-torso.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mushroom-house.svg b/client/public/icons/game-icons/000000/delapouite/mushroom-house.svg new file mode 100644 index 00000000..023982eb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mushroom-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mushrooms-cluster.svg b/client/public/icons/game-icons/000000/delapouite/mushrooms-cluster.svg new file mode 100644 index 00000000..639f0aa1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mushrooms-cluster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mushrooms.svg b/client/public/icons/game-icons/000000/delapouite/mushrooms.svg new file mode 100644 index 00000000..97ea15e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mushrooms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/musical-keyboard.svg b/client/public/icons/game-icons/000000/delapouite/musical-keyboard.svg new file mode 100644 index 00000000..39fdeeaf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/musical-keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/musical-notes.svg b/client/public/icons/game-icons/000000/delapouite/musical-notes.svg new file mode 100644 index 00000000..b7a892cc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/musical-notes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/musical-score.svg b/client/public/icons/game-icons/000000/delapouite/musical-score.svg new file mode 100644 index 00000000..e06f953e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/musical-score.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mussel.svg b/client/public/icons/game-icons/000000/delapouite/mussel.svg new file mode 100644 index 00000000..9dc2f9c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mussel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mustache.svg b/client/public/icons/game-icons/000000/delapouite/mustache.svg new file mode 100644 index 00000000..7dd6291c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mustache.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/mute.svg b/client/public/icons/game-icons/000000/delapouite/mute.svg new file mode 100644 index 00000000..949611b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nachos.svg b/client/public/icons/game-icons/000000/delapouite/nachos.svg new file mode 100644 index 00000000..9b0437cf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nachos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nano-bot.svg b/client/public/icons/game-icons/000000/delapouite/nano-bot.svg new file mode 100644 index 00000000..73cee9d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nano-bot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/neck-bite.svg b/client/public/icons/game-icons/000000/delapouite/neck-bite.svg new file mode 100644 index 00000000..97ba5ccf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/neck-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/necklace-display.svg b/client/public/icons/game-icons/000000/delapouite/necklace-display.svg new file mode 100644 index 00000000..cdf2f8ed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/necklace-display.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nectar.svg b/client/public/icons/game-icons/000000/delapouite/nectar.svg new file mode 100644 index 00000000..9769a526 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nectar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nefertiti.svg b/client/public/icons/game-icons/000000/delapouite/nefertiti.svg new file mode 100644 index 00000000..58bab4a0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nefertiti.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nest-birds.svg b/client/public/icons/game-icons/000000/delapouite/nest-birds.svg new file mode 100644 index 00000000..69175474 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nest-birds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nest-eggs.svg b/client/public/icons/game-icons/000000/delapouite/nest-eggs.svg new file mode 100644 index 00000000..af5c3e5c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nest-eggs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nested-hearts.svg b/client/public/icons/game-icons/000000/delapouite/nested-hearts.svg new file mode 100644 index 00000000..b715c7d3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nested-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nested-hexagons.svg b/client/public/icons/game-icons/000000/delapouite/nested-hexagons.svg new file mode 100644 index 00000000..206ce018 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nested-hexagons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/network-bars.svg b/client/public/icons/game-icons/000000/delapouite/network-bars.svg new file mode 100644 index 00000000..bb45887c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/network-bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/new-born.svg b/client/public/icons/game-icons/000000/delapouite/new-born.svg new file mode 100644 index 00000000..0c356b42 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/new-born.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/newspaper.svg b/client/public/icons/game-icons/000000/delapouite/newspaper.svg new file mode 100644 index 00000000..1bcb9535 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/next-button.svg b/client/public/icons/game-icons/000000/delapouite/next-button.svg new file mode 100644 index 00000000..c0ce8c79 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/next-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nigeria.svg b/client/public/icons/game-icons/000000/delapouite/nigeria.svg new file mode 100644 index 00000000..aecaa430 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nigeria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/night-sleep.svg b/client/public/icons/game-icons/000000/delapouite/night-sleep.svg new file mode 100644 index 00000000..29348a64 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/night-sleep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/night-vision.svg b/client/public/icons/game-icons/000000/delapouite/night-vision.svg new file mode 100644 index 00000000..9081ef56 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/night-vision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ninja-armor.svg b/client/public/icons/game-icons/000000/delapouite/ninja-armor.svg new file mode 100644 index 00000000..304d3557 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ninja-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ninja-velociraptor.svg b/client/public/icons/game-icons/000000/delapouite/ninja-velociraptor.svg new file mode 100644 index 00000000..530be5d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ninja-velociraptor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/noodles.svg b/client/public/icons/game-icons/000000/delapouite/noodles.svg new file mode 100644 index 00000000..dbbbcccd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/noodles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nose-front.svg b/client/public/icons/game-icons/000000/delapouite/nose-front.svg new file mode 100644 index 00000000..c850847c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nose-front.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nose-side.svg b/client/public/icons/game-icons/000000/delapouite/nose-side.svg new file mode 100644 index 00000000..412a785d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nose-side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/notebook.svg b/client/public/icons/game-icons/000000/delapouite/notebook.svg new file mode 100644 index 00000000..57248b9d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/notebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nuclear-plant.svg b/client/public/icons/game-icons/000000/delapouite/nuclear-plant.svg new file mode 100644 index 00000000..c59fe213 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nuclear-plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nuclear-waste.svg b/client/public/icons/game-icons/000000/delapouite/nuclear-waste.svg new file mode 100644 index 00000000..124b9fb4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nuclear-waste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nunchaku.svg b/client/public/icons/game-icons/000000/delapouite/nunchaku.svg new file mode 100644 index 00000000..78277297 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nunchaku.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nurse-female.svg b/client/public/icons/game-icons/000000/delapouite/nurse-female.svg new file mode 100644 index 00000000..814a9022 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nurse-female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/nurse-male.svg b/client/public/icons/game-icons/000000/delapouite/nurse-male.svg new file mode 100644 index 00000000..86e7fc74 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/nurse-male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/o-brick.svg b/client/public/icons/game-icons/000000/delapouite/o-brick.svg new file mode 100644 index 00000000..3f79f111 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/o-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oak-leaf.svg b/client/public/icons/game-icons/000000/delapouite/oak-leaf.svg new file mode 100644 index 00000000..ef6ed572 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oak-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oasis.svg b/client/public/icons/game-icons/000000/delapouite/oasis.svg new file mode 100644 index 00000000..d3d34b39 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oasis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/obelisk.svg b/client/public/icons/game-icons/000000/delapouite/obelisk.svg new file mode 100644 index 00000000..6fc16380 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/obelisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/observatory.svg b/client/public/icons/game-icons/000000/delapouite/observatory.svg new file mode 100644 index 00000000..ac796998 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/observatory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ocarina.svg b/client/public/icons/game-icons/000000/delapouite/ocarina.svg new file mode 100644 index 00000000..58b3751f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ocarina.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oden.svg b/client/public/icons/game-icons/000000/delapouite/oden.svg new file mode 100644 index 00000000..40bcd7c1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oden.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/office-chair.svg b/client/public/icons/game-icons/000000/delapouite/office-chair.svg new file mode 100644 index 00000000..08d43a5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/office-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/offshore-platform.svg b/client/public/icons/game-icons/000000/delapouite/offshore-platform.svg new file mode 100644 index 00000000..fab5ff7b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/offshore-platform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ogre.svg b/client/public/icons/game-icons/000000/delapouite/ogre.svg new file mode 100644 index 00000000..7c9939a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ogre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oil-can.svg b/client/public/icons/game-icons/000000/delapouite/oil-can.svg new file mode 100644 index 00000000..90a1f98f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oil-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oil-pump.svg b/client/public/icons/game-icons/000000/delapouite/oil-pump.svg new file mode 100644 index 00000000..6644d0b2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oil-pump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oil-rig.svg b/client/public/icons/game-icons/000000/delapouite/oil-rig.svg new file mode 100644 index 00000000..03389e4f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oil-rig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/old-lantern.svg b/client/public/icons/game-icons/000000/delapouite/old-lantern.svg new file mode 100644 index 00000000..66dcb009 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/old-lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/old-microphone.svg b/client/public/icons/game-icons/000000/delapouite/old-microphone.svg new file mode 100644 index 00000000..a9d28018 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/old-microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/old-wagon.svg b/client/public/icons/game-icons/000000/delapouite/old-wagon.svg new file mode 100644 index 00000000..da1a0630 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/old-wagon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/olive.svg b/client/public/icons/game-icons/000000/delapouite/olive.svg new file mode 100644 index 00000000..57f63f0a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/olive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oni.svg b/client/public/icons/game-icons/000000/delapouite/oni.svg new file mode 100644 index 00000000..23ceb732 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/onigori.svg b/client/public/icons/game-icons/000000/delapouite/onigori.svg new file mode 100644 index 00000000..bc7f612d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/onigori.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/open-folder.svg b/client/public/icons/game-icons/000000/delapouite/open-folder.svg new file mode 100644 index 00000000..a9f42f31 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/open-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/open-gate.svg b/client/public/icons/game-icons/000000/delapouite/open-gate.svg new file mode 100644 index 00000000..5d32970b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/open-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/opened-food-can.svg b/client/public/icons/game-icons/000000/delapouite/opened-food-can.svg new file mode 100644 index 00000000..0a63e044 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/opened-food-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ophiuchus.svg b/client/public/icons/game-icons/000000/delapouite/ophiuchus.svg new file mode 100644 index 00000000..9c2ae306 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ophiuchus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/opposite-hearts.svg b/client/public/icons/game-icons/000000/delapouite/opposite-hearts.svg new file mode 100644 index 00000000..bb420e83 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/opposite-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/orange-slice.svg b/client/public/icons/game-icons/000000/delapouite/orange-slice.svg new file mode 100644 index 00000000..42f366f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/orange-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/orange.svg b/client/public/icons/game-icons/000000/delapouite/orange.svg new file mode 100644 index 00000000..fb1a2124 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/orange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/orc-head.svg b/client/public/icons/game-icons/000000/delapouite/orc-head.svg new file mode 100644 index 00000000..36e7062c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/orc-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/organigram.svg b/client/public/icons/game-icons/000000/delapouite/organigram.svg new file mode 100644 index 00000000..21ecbc5a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/organigram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ostrich.svg b/client/public/icons/game-icons/000000/delapouite/ostrich.svg new file mode 100644 index 00000000..17084d42 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ostrich.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/otamatone.svg b/client/public/icons/game-icons/000000/delapouite/otamatone.svg new file mode 100644 index 00000000..9c2d37fe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/otamatone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/outback-hat.svg b/client/public/icons/game-icons/000000/delapouite/outback-hat.svg new file mode 100644 index 00000000..ce2173cc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/outback-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/overlord-helm.svg b/client/public/icons/game-icons/000000/delapouite/overlord-helm.svg new file mode 100644 index 00000000..cd112ab7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/overlord-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oyster-pearl.svg b/client/public/icons/game-icons/000000/delapouite/oyster-pearl.svg new file mode 100644 index 00000000..ca1ff7f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oyster-pearl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/oyster.svg b/client/public/icons/game-icons/000000/delapouite/oyster.svg new file mode 100644 index 00000000..dd9792e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/oyster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/packed-planks.svg b/client/public/icons/game-icons/000000/delapouite/packed-planks.svg new file mode 100644 index 00000000..307145f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/packed-planks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paddle-steamer.svg b/client/public/icons/game-icons/000000/delapouite/paddle-steamer.svg new file mode 100644 index 00000000..f5357670 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paddle-steamer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paddles.svg b/client/public/icons/game-icons/000000/delapouite/paddles.svg new file mode 100644 index 00000000..a7a8db6d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paddles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/padlock-open.svg b/client/public/icons/game-icons/000000/delapouite/padlock-open.svg new file mode 100644 index 00000000..2ed07c15 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/padlock-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pagoda.svg b/client/public/icons/game-icons/000000/delapouite/pagoda.svg new file mode 100644 index 00000000..9246e7d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pagoda.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paint-brush.svg b/client/public/icons/game-icons/000000/delapouite/paint-brush.svg new file mode 100644 index 00000000..53f073ca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paint-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paint-bucket.svg b/client/public/icons/game-icons/000000/delapouite/paint-bucket.svg new file mode 100644 index 00000000..56b675f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paint-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paint-roller.svg b/client/public/icons/game-icons/000000/delapouite/paint-roller.svg new file mode 100644 index 00000000..9a886a5d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paint-roller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/painted-pottery.svg b/client/public/icons/game-icons/000000/delapouite/painted-pottery.svg new file mode 100644 index 00000000..d7a4d21e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/painted-pottery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/palette.svg b/client/public/icons/game-icons/000000/delapouite/palette.svg new file mode 100644 index 00000000..628f0599 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/palisade.svg b/client/public/icons/game-icons/000000/delapouite/palisade.svg new file mode 100644 index 00000000..d014f679 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/palisade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/palm-tree.svg b/client/public/icons/game-icons/000000/delapouite/palm-tree.svg new file mode 100644 index 00000000..5a9d89c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/palm-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pan-flute.svg b/client/public/icons/game-icons/000000/delapouite/pan-flute.svg new file mode 100644 index 00000000..7b253ac5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pan-flute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/panda.svg b/client/public/icons/game-icons/000000/delapouite/panda.svg new file mode 100644 index 00000000..bfcd1ad1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/panda.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/panzerfaust.svg b/client/public/icons/game-icons/000000/delapouite/panzerfaust.svg new file mode 100644 index 00000000..4e998dad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/panzerfaust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paper-boat.svg b/client/public/icons/game-icons/000000/delapouite/paper-boat.svg new file mode 100644 index 00000000..903c8430 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paper-boat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paper-clip.svg b/client/public/icons/game-icons/000000/delapouite/paper-clip.svg new file mode 100644 index 00000000..87f6eb5d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paper-clip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paper-plane.svg b/client/public/icons/game-icons/000000/delapouite/paper-plane.svg new file mode 100644 index 00000000..1d6c82cd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paper-tray.svg b/client/public/icons/game-icons/000000/delapouite/paper-tray.svg new file mode 100644 index 00000000..df0f4a54 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paper-tray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paper-windmill.svg b/client/public/icons/game-icons/000000/delapouite/paper-windmill.svg new file mode 100644 index 00000000..2e5e5f08 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paper-windmill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/papyrus.svg b/client/public/icons/game-icons/000000/delapouite/papyrus.svg new file mode 100644 index 00000000..b2bad1c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/papyrus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/paraguay.svg b/client/public/icons/game-icons/000000/delapouite/paraguay.svg new file mode 100644 index 00000000..28d2fd08 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/paraguay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/parasaurolophus.svg b/client/public/icons/game-icons/000000/delapouite/parasaurolophus.svg new file mode 100644 index 00000000..a21542ef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/parasaurolophus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/park-bench.svg b/client/public/icons/game-icons/000000/delapouite/park-bench.svg new file mode 100644 index 00000000..8cfcc330 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/park-bench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/party-flags.svg b/client/public/icons/game-icons/000000/delapouite/party-flags.svg new file mode 100644 index 00000000..f93975f5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/party-flags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/party-hat.svg b/client/public/icons/game-icons/000000/delapouite/party-hat.svg new file mode 100644 index 00000000..1899cd67 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/party-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/party-popper.svg b/client/public/icons/game-icons/000000/delapouite/party-popper.svg new file mode 100644 index 00000000..359b5a59 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/party-popper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/passport.svg b/client/public/icons/game-icons/000000/delapouite/passport.svg new file mode 100644 index 00000000..211cb7f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/passport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/path-distance.svg b/client/public/icons/game-icons/000000/delapouite/path-distance.svg new file mode 100644 index 00000000..95d3d40e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/path-distance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/path-tile.svg b/client/public/icons/game-icons/000000/delapouite/path-tile.svg new file mode 100644 index 00000000..f9231df9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/path-tile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pay-money.svg b/client/public/icons/game-icons/000000/delapouite/pay-money.svg new file mode 100644 index 00000000..8ad3eafb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pay-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/peace-dove.svg b/client/public/icons/game-icons/000000/delapouite/peace-dove.svg new file mode 100644 index 00000000..8e9c2a6a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/peace-dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/peach.svg b/client/public/icons/game-icons/000000/delapouite/peach.svg new file mode 100644 index 00000000..02b5a113 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/peach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pear.svg b/client/public/icons/game-icons/000000/delapouite/pear.svg new file mode 100644 index 00000000..1ef017fa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pearl-earring.svg b/client/public/icons/game-icons/000000/delapouite/pearl-earring.svg new file mode 100644 index 00000000..f61cd229 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pearl-earring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pearl-necklace.svg b/client/public/icons/game-icons/000000/delapouite/pearl-necklace.svg new file mode 100644 index 00000000..2539a5f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pearl-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/peas.svg b/client/public/icons/game-icons/000000/delapouite/peas.svg new file mode 100644 index 00000000..92c86f0d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/peas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pelvis-bone.svg b/client/public/icons/game-icons/000000/delapouite/pelvis-bone.svg new file mode 100644 index 00000000..a0a92afa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pelvis-bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pencil-brush.svg b/client/public/icons/game-icons/000000/delapouite/pencil-brush.svg new file mode 100644 index 00000000..98d1fb2a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pencil-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pencil-ruler.svg b/client/public/icons/game-icons/000000/delapouite/pencil-ruler.svg new file mode 100644 index 00000000..a6a4128b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pencil-ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pencil.svg b/client/public/icons/game-icons/000000/delapouite/pencil.svg new file mode 100644 index 00000000..3c8103d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pendant-key.svg b/client/public/icons/game-icons/000000/delapouite/pendant-key.svg new file mode 100644 index 00000000..14002810 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pendant-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pendulum-swing.svg b/client/public/icons/game-icons/000000/delapouite/pendulum-swing.svg new file mode 100644 index 00000000..a02dc149 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pendulum-swing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/penguin.svg b/client/public/icons/game-icons/000000/delapouite/penguin.svg new file mode 100644 index 00000000..68cfcab5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/penguin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/periscope.svg b/client/public/icons/game-icons/000000/delapouite/periscope.svg new file mode 100644 index 00000000..662c7e62 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/periscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/person-in-bed.svg b/client/public/icons/game-icons/000000/delapouite/person-in-bed.svg new file mode 100644 index 00000000..40349574 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/person-in-bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/person.svg b/client/public/icons/game-icons/000000/delapouite/person.svg new file mode 100644 index 00000000..161b139e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/person.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-five.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-five.svg new file mode 100644 index 00000000..7133e1ba --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-four.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-four.svg new file mode 100644 index 00000000..795dad47 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-one.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-one.svg new file mode 100644 index 00000000..f9fef2e0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-five.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-five.svg new file mode 100644 index 00000000..7ccdfcc3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-four.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-four.svg new file mode 100644 index 00000000..8cb276e7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-one.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-one.svg new file mode 100644 index 00000000..eb499d2c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-random.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-random.svg new file mode 100644 index 00000000..bdf4567d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-random.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-six.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-six.svg new file mode 100644 index 00000000..dd5f627c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-three.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-three.svg new file mode 100644 index 00000000..b4cec47c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-two.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-two.svg new file mode 100644 index 00000000..e20f8561 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six-faces-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-six.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six.svg new file mode 100644 index 00000000..2c3f8049 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-three.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-three.svg new file mode 100644 index 00000000..57492f8e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/perspective-dice-two.svg b/client/public/icons/game-icons/000000/delapouite/perspective-dice-two.svg new file mode 100644 index 00000000..9e93604d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/perspective-dice-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/peru.svg b/client/public/icons/game-icons/000000/delapouite/peru.svg new file mode 100644 index 00000000..9a9ad1a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/peru.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pharoah.svg b/client/public/icons/game-icons/000000/delapouite/pharoah.svg new file mode 100644 index 00000000..03f71fdf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pharoah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/phone.svg b/client/public/icons/game-icons/000000/delapouite/phone.svg new file mode 100644 index 00000000..0fcf3928 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/photo-camera.svg b/client/public/icons/game-icons/000000/delapouite/photo-camera.svg new file mode 100644 index 00000000..9b232a69 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/photo-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/phrygian-cap.svg b/client/public/icons/game-icons/000000/delapouite/phrygian-cap.svg new file mode 100644 index 00000000..86a1b649 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/phrygian-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/piano-keys.svg b/client/public/icons/game-icons/000000/delapouite/piano-keys.svg new file mode 100644 index 00000000..43e41eed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/piano-keys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pick-of-destiny.svg b/client/public/icons/game-icons/000000/delapouite/pick-of-destiny.svg new file mode 100644 index 00000000..cbc477fa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pick-of-destiny.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pickle.svg b/client/public/icons/game-icons/000000/delapouite/pickle.svg new file mode 100644 index 00000000..8d9f8732 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pickle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pie-chart.svg b/client/public/icons/game-icons/000000/delapouite/pie-chart.svg new file mode 100644 index 00000000..e7da6ae7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pie-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/piggy-bank.svg b/client/public/icons/game-icons/000000/delapouite/piggy-bank.svg new file mode 100644 index 00000000..ea464fbc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/piggy-bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pikeman.svg b/client/public/icons/game-icons/000000/delapouite/pikeman.svg new file mode 100644 index 00000000..eb58be70 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pikeman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pilgrim-hat.svg b/client/public/icons/game-icons/000000/delapouite/pilgrim-hat.svg new file mode 100644 index 00000000..793bcc96 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pilgrim-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pillow.svg b/client/public/icons/game-icons/000000/delapouite/pillow.svg new file mode 100644 index 00000000..d4ed912c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pillow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pimiento.svg b/client/public/icons/game-icons/000000/delapouite/pimiento.svg new file mode 100644 index 00000000..170eecf0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pimiento.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pin.svg b/client/public/icons/game-icons/000000/delapouite/pin.svg new file mode 100644 index 00000000..d6eff20e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pinata.svg b/client/public/icons/game-icons/000000/delapouite/pinata.svg new file mode 100644 index 00000000..9d3a28bf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pinata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pinball-flipper.svg b/client/public/icons/game-icons/000000/delapouite/pinball-flipper.svg new file mode 100644 index 00000000..79c67301 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pinball-flipper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pineapple.svg b/client/public/icons/game-icons/000000/delapouite/pineapple.svg new file mode 100644 index 00000000..1b9b0937 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pineapple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ping-pong-bat.svg b/client/public/icons/game-icons/000000/delapouite/ping-pong-bat.svg new file mode 100644 index 00000000..ef2be54d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ping-pong-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pipes.svg b/client/public/icons/game-icons/000000/delapouite/pipes.svg new file mode 100644 index 00000000..2ff04504 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pipes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/piranha.svg b/client/public/icons/game-icons/000000/delapouite/piranha.svg new file mode 100644 index 00000000..de547c4a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/piranha.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pirate-cannon.svg b/client/public/icons/game-icons/000000/delapouite/pirate-cannon.svg new file mode 100644 index 00000000..ddcba360 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pirate-cannon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pirate-captain.svg b/client/public/icons/game-icons/000000/delapouite/pirate-captain.svg new file mode 100644 index 00000000..4659c784 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pirate-captain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pirate-coat.svg b/client/public/icons/game-icons/000000/delapouite/pirate-coat.svg new file mode 100644 index 00000000..a58dc797 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pirate-coat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pirate-flag.svg b/client/public/icons/game-icons/000000/delapouite/pirate-flag.svg new file mode 100644 index 00000000..135e023d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pirate-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pirate-hat.svg b/client/public/icons/game-icons/000000/delapouite/pirate-hat.svg new file mode 100644 index 00000000..22bf596e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pirate-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pirate-hook.svg b/client/public/icons/game-icons/000000/delapouite/pirate-hook.svg new file mode 100644 index 00000000..da4315ab --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pirate-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pisa-tower.svg b/client/public/icons/game-icons/000000/delapouite/pisa-tower.svg new file mode 100644 index 00000000..e47c09e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pisa-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pisces.svg b/client/public/icons/game-icons/000000/delapouite/pisces.svg new file mode 100644 index 00000000..87a0a213 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pisces.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pitchfork.svg b/client/public/icons/game-icons/000000/delapouite/pitchfork.svg new file mode 100644 index 00000000..e787387e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pitchfork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pizza-slice.svg b/client/public/icons/game-icons/000000/delapouite/pizza-slice.svg new file mode 100644 index 00000000..780674f5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pizza-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plague-doctor-profile.svg b/client/public/icons/game-icons/000000/delapouite/plague-doctor-profile.svg new file mode 100644 index 00000000..b94a8eb8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plague-doctor-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plain-arrow.svg b/client/public/icons/game-icons/000000/delapouite/plain-arrow.svg new file mode 100644 index 00000000..53b7ff5b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plain-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plain-circle.svg b/client/public/icons/game-icons/000000/delapouite/plain-circle.svg new file mode 100644 index 00000000..344eed65 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plain-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plain-padlock.svg b/client/public/icons/game-icons/000000/delapouite/plain-padlock.svg new file mode 100644 index 00000000..27830cd2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plain-padlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plain-square.svg b/client/public/icons/game-icons/000000/delapouite/plain-square.svg new file mode 100644 index 00000000..8ad02434 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plain-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plane-pilot.svg b/client/public/icons/game-icons/000000/delapouite/plane-pilot.svg new file mode 100644 index 00000000..edd1dbed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plane-pilot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plane-wing.svg b/client/public/icons/game-icons/000000/delapouite/plane-wing.svg new file mode 100644 index 00000000..2e609c34 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plane-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/planet-conquest.svg b/client/public/icons/game-icons/000000/delapouite/planet-conquest.svg new file mode 100644 index 00000000..d407fc73 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/planet-conquest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/planet-core.svg b/client/public/icons/game-icons/000000/delapouite/planet-core.svg new file mode 100644 index 00000000..e56c525c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/planet-core.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/planks.svg b/client/public/icons/game-icons/000000/delapouite/planks.svg new file mode 100644 index 00000000..3d769933 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/planks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plant-roots.svg b/client/public/icons/game-icons/000000/delapouite/plant-roots.svg new file mode 100644 index 00000000..56259ad2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plant-roots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plant-seed.svg b/client/public/icons/game-icons/000000/delapouite/plant-seed.svg new file mode 100644 index 00000000..11c4304c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plant-seed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plant-watering.svg b/client/public/icons/game-icons/000000/delapouite/plant-watering.svg new file mode 100644 index 00000000..ba7f2347 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plant-watering.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plastic-duck.svg b/client/public/icons/game-icons/000000/delapouite/plastic-duck.svg new file mode 100644 index 00000000..da8fd817 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plastic-duck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/player-base.svg b/client/public/icons/game-icons/000000/delapouite/player-base.svg new file mode 100644 index 00000000..376c7c6d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/player-base.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/player-next.svg b/client/public/icons/game-icons/000000/delapouite/player-next.svg new file mode 100644 index 00000000..cd9156d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/player-next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/player-previous.svg b/client/public/icons/game-icons/000000/delapouite/player-previous.svg new file mode 100644 index 00000000..1891b69a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/player-previous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/player-time.svg b/client/public/icons/game-icons/000000/delapouite/player-time.svg new file mode 100644 index 00000000..d87b8638 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/player-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plesiosaurus.svg b/client/public/icons/game-icons/000000/delapouite/plesiosaurus.svg new file mode 100644 index 00000000..ebe70ea2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plesiosaurus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plow.svg b/client/public/icons/game-icons/000000/delapouite/plow.svg new file mode 100644 index 00000000..7e7e8482 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plug.svg b/client/public/icons/game-icons/000000/delapouite/plug.svg new file mode 100644 index 00000000..d04baccc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/plum.svg b/client/public/icons/game-icons/000000/delapouite/plum.svg new file mode 100644 index 00000000..5ad346d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plum.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/delapouite/plunger.svg b/client/public/icons/game-icons/000000/delapouite/plunger.svg new file mode 100644 index 00000000..1f46803f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/plunger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pocket-radio.svg b/client/public/icons/game-icons/000000/delapouite/pocket-radio.svg new file mode 100644 index 00000000..f6275cf3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pocket-radio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/podium-second.svg b/client/public/icons/game-icons/000000/delapouite/podium-second.svg new file mode 100644 index 00000000..8ea88e52 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/podium-second.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/podium-third.svg b/client/public/icons/game-icons/000000/delapouite/podium-third.svg new file mode 100644 index 00000000..fd07d3ef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/podium-third.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/podium-winner.svg b/client/public/icons/game-icons/000000/delapouite/podium-winner.svg new file mode 100644 index 00000000..c31892c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/podium-winner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/podium.svg b/client/public/icons/game-icons/000000/delapouite/podium.svg new file mode 100644 index 00000000..73c2be75 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/podium.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/delapouite/poland.svg b/client/public/icons/game-icons/000000/delapouite/poland.svg new file mode 100644 index 00000000..6d4c8f34 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/poland.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/polar-star.svg b/client/public/icons/game-icons/000000/delapouite/polar-star.svg new file mode 100644 index 00000000..fafb2282 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/polar-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/police-car.svg b/client/public/icons/game-icons/000000/delapouite/police-car.svg new file mode 100644 index 00000000..8dc7f684 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/police-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/police-officer-head.svg b/client/public/icons/game-icons/000000/delapouite/police-officer-head.svg new file mode 100644 index 00000000..1cdb488d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/police-officer-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/police-target.svg b/client/public/icons/game-icons/000000/delapouite/police-target.svg new file mode 100644 index 00000000..c6b62206 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/police-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/polo-shirt.svg b/client/public/icons/game-icons/000000/delapouite/polo-shirt.svg new file mode 100644 index 00000000..f3a8f6c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/polo-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/poncho.svg b/client/public/icons/game-icons/000000/delapouite/poncho.svg new file mode 100644 index 00000000..cd181a58 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/poncho.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pool-dive.svg b/client/public/icons/game-icons/000000/delapouite/pool-dive.svg new file mode 100644 index 00000000..1a112bad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pool-dive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pool-table-corner.svg b/client/public/icons/game-icons/000000/delapouite/pool-table-corner.svg new file mode 100644 index 00000000..76b2fb17 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pool-table-corner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pool-triangle.svg b/client/public/icons/game-icons/000000/delapouite/pool-triangle.svg new file mode 100644 index 00000000..cf232aa2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pool-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/popcorn.svg b/client/public/icons/game-icons/000000/delapouite/popcorn.svg new file mode 100644 index 00000000..2f075fe4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/popcorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pope-crown.svg b/client/public/icons/game-icons/000000/delapouite/pope-crown.svg new file mode 100644 index 00000000..da9f6d26 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pope-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/porcelain-vase.svg b/client/public/icons/game-icons/000000/delapouite/porcelain-vase.svg new file mode 100644 index 00000000..0bf7a9b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/porcelain-vase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/porcupinefish.svg b/client/public/icons/game-icons/000000/delapouite/porcupinefish.svg new file mode 100644 index 00000000..ac13dceb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/porcupinefish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/portrait.svg b/client/public/icons/game-icons/000000/delapouite/portrait.svg new file mode 100644 index 00000000..bd8303f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/portrait.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/portugal.svg b/client/public/icons/game-icons/000000/delapouite/portugal.svg new file mode 100644 index 00000000..8e9b667a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/portugal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/position-marker.svg b/client/public/icons/game-icons/000000/delapouite/position-marker.svg new file mode 100644 index 00000000..5ff2c6f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/position-marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/post-office.svg b/client/public/icons/game-icons/000000/delapouite/post-office.svg new file mode 100644 index 00000000..0a6b5206 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/post-office.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/post-stamp.svg b/client/public/icons/game-icons/000000/delapouite/post-stamp.svg new file mode 100644 index 00000000..03720fc2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/post-stamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/potato.svg b/client/public/icons/game-icons/000000/delapouite/potato.svg new file mode 100644 index 00000000..1294746a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/potato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pouring-pot.svg b/client/public/icons/game-icons/000000/delapouite/pouring-pot.svg new file mode 100644 index 00000000..29105396 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pouring-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/powder-bag.svg b/client/public/icons/game-icons/000000/delapouite/powder-bag.svg new file mode 100644 index 00000000..8f26df3d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/powder-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/power-generator.svg b/client/public/icons/game-icons/000000/delapouite/power-generator.svg new file mode 100644 index 00000000..3aadaf32 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/power-generator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/power-ring.svg b/client/public/icons/game-icons/000000/delapouite/power-ring.svg new file mode 100644 index 00000000..51e082df --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/power-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/prayer-beads.svg b/client/public/icons/game-icons/000000/delapouite/prayer-beads.svg new file mode 100644 index 00000000..25e44299 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/prayer-beads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/praying-mantis.svg b/client/public/icons/game-icons/000000/delapouite/praying-mantis.svg new file mode 100644 index 00000000..e6b1f2ed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/praying-mantis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/present.svg b/client/public/icons/game-icons/000000/delapouite/present.svg new file mode 100644 index 00000000..a2aa0847 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/present.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pretzel.svg b/client/public/icons/game-icons/000000/delapouite/pretzel.svg new file mode 100644 index 00000000..35e1a46b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pretzel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/previous-button.svg b/client/public/icons/game-icons/000000/delapouite/previous-button.svg new file mode 100644 index 00000000..4ecb634e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/previous-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/price-tag.svg b/client/public/icons/game-icons/000000/delapouite/price-tag.svg new file mode 100644 index 00000000..7e4b1a15 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/price-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/primitive-necklace.svg b/client/public/icons/game-icons/000000/delapouite/primitive-necklace.svg new file mode 100644 index 00000000..36f82d49 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/primitive-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/primitive-torch.svg b/client/public/icons/game-icons/000000/delapouite/primitive-torch.svg new file mode 100644 index 00000000..b8e93cc9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/primitive-torch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/prism.svg b/client/public/icons/game-icons/000000/delapouite/prism.svg new file mode 100644 index 00000000..03e6d03b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/prism.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/prisoner.svg b/client/public/icons/game-icons/000000/delapouite/prisoner.svg new file mode 100644 index 00000000..3c1e31db --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/prisoner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/private-first-class.svg b/client/public/icons/game-icons/000000/delapouite/private-first-class.svg new file mode 100644 index 00000000..42824def --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/private-first-class.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/private.svg b/client/public/icons/game-icons/000000/delapouite/private.svg new file mode 100644 index 00000000..59901d06 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/private.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/progression.svg b/client/public/icons/game-icons/000000/delapouite/progression.svg new file mode 100644 index 00000000..97c1d7b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/progression.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/propeller-beanie.svg b/client/public/icons/game-icons/000000/delapouite/propeller-beanie.svg new file mode 100644 index 00000000..5f591ef1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/propeller-beanie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/protection-glasses.svg b/client/public/icons/game-icons/000000/delapouite/protection-glasses.svg new file mode 100644 index 00000000..5f9fa310 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/protection-glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pschent-double-crown.svg b/client/public/icons/game-icons/000000/delapouite/pschent-double-crown.svg new file mode 100644 index 00000000..79a01b26 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pschent-double-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pterodactylus.svg b/client/public/icons/game-icons/000000/delapouite/pterodactylus.svg new file mode 100644 index 00000000..2bd66fa8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pterodactylus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/public-speaker.svg b/client/public/icons/game-icons/000000/delapouite/public-speaker.svg new file mode 100644 index 00000000..cbb36e99 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/public-speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pull.svg b/client/public/icons/game-icons/000000/delapouite/pull.svg new file mode 100644 index 00000000..a6d2befc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pulley-hook.svg b/client/public/icons/game-icons/000000/delapouite/pulley-hook.svg new file mode 100644 index 00000000..6067a39a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pulley-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pumpkin.svg b/client/public/icons/game-icons/000000/delapouite/pumpkin.svg new file mode 100644 index 00000000..d6cba957 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pumpkin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/punching-bag.svg b/client/public/icons/game-icons/000000/delapouite/punching-bag.svg new file mode 100644 index 00000000..87da16b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/punching-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/purple-tentacle.svg b/client/public/icons/game-icons/000000/delapouite/purple-tentacle.svg new file mode 100644 index 00000000..5f73a487 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/purple-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/push.svg b/client/public/icons/game-icons/000000/delapouite/push.svg new file mode 100644 index 00000000..bfb8c760 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/push.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/puzzle.svg b/client/public/icons/game-icons/000000/delapouite/puzzle.svg new file mode 100644 index 00000000..f40410aa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pylon.svg b/client/public/icons/game-icons/000000/delapouite/pylon.svg new file mode 100644 index 00000000..35587442 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pylon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/pyre.svg b/client/public/icons/game-icons/000000/delapouite/pyre.svg new file mode 100644 index 00000000..144a6863 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/pyre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/qaitbay-citadel.svg b/client/public/icons/game-icons/000000/delapouite/qaitbay-citadel.svg new file mode 100644 index 00000000..c1f02f5f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/qaitbay-citadel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/quick-man.svg b/client/public/icons/game-icons/000000/delapouite/quick-man.svg new file mode 100644 index 00000000..60c81c98 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/quick-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/quiver.svg b/client/public/icons/game-icons/000000/delapouite/quiver.svg new file mode 100644 index 00000000..81cfd983 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/quiver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rabbit-head.svg b/client/public/icons/game-icons/000000/delapouite/rabbit-head.svg new file mode 100644 index 00000000..5cff49f5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rabbit-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rabbit.svg b/client/public/icons/game-icons/000000/delapouite/rabbit.svg new file mode 100644 index 00000000..01e065ee --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rabbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/raccoon-head.svg b/client/public/icons/game-icons/000000/delapouite/raccoon-head.svg new file mode 100644 index 00000000..68216f36 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/raccoon-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/radar-cross-section.svg b/client/public/icons/game-icons/000000/delapouite/radar-cross-section.svg new file mode 100644 index 00000000..854a699f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/radar-cross-section.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/raddish.svg b/client/public/icons/game-icons/000000/delapouite/raddish.svg new file mode 100644 index 00000000..82c779f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/raddish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/radiations.svg b/client/public/icons/game-icons/000000/delapouite/radiations.svg new file mode 100644 index 00000000..7ca7c067 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/radiations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/radio-tower.svg b/client/public/icons/game-icons/000000/delapouite/radio-tower.svg new file mode 100644 index 00000000..a6aaaf08 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/radio-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/raft.svg b/client/public/icons/game-icons/000000/delapouite/raft.svg new file mode 100644 index 00000000..0f57c448 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/raft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rail-road.svg b/client/public/icons/game-icons/000000/delapouite/rail-road.svg new file mode 100644 index 00000000..d3f77ec5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rail-road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/railway.svg b/client/public/icons/game-icons/000000/delapouite/railway.svg new file mode 100644 index 00000000..907d2785 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/railway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rake.svg b/client/public/icons/game-icons/000000/delapouite/rake.svg new file mode 100644 index 00000000..24aa1f3e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ram-profile.svg b/client/public/icons/game-icons/000000/delapouite/ram-profile.svg new file mode 100644 index 00000000..c0df8172 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ram-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ranch-gate.svg b/client/public/icons/game-icons/000000/delapouite/ranch-gate.svg new file mode 100644 index 00000000..97a53956 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ranch-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/raspberry.svg b/client/public/icons/game-icons/000000/delapouite/raspberry.svg new file mode 100644 index 00000000..f621a368 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/raspberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rat.svg b/client/public/icons/game-icons/000000/delapouite/rat.svg new file mode 100644 index 00000000..8e5040bd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rattlesnake.svg b/client/public/icons/game-icons/000000/delapouite/rattlesnake.svg new file mode 100644 index 00000000..9bc16758 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rattlesnake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/raw-egg.svg b/client/public/icons/game-icons/000000/delapouite/raw-egg.svg new file mode 100644 index 00000000..76e77e78 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/raw-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/razor.svg b/client/public/icons/game-icons/000000/delapouite/razor.svg new file mode 100644 index 00000000..df6d4b44 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/razor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/receive-money.svg b/client/public/icons/game-icons/000000/delapouite/receive-money.svg new file mode 100644 index 00000000..6cf1a75d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/receive-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/red-carpet.svg b/client/public/icons/game-icons/000000/delapouite/red-carpet.svg new file mode 100644 index 00000000..cd24e4e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/red-carpet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/reed.svg b/client/public/icons/game-icons/000000/delapouite/reed.svg new file mode 100644 index 00000000..1e01ce0d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/reed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/refinery.svg b/client/public/icons/game-icons/000000/delapouite/refinery.svg new file mode 100644 index 00000000..44d2684b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/refinery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/reload-gun-barrel.svg b/client/public/icons/game-icons/000000/delapouite/reload-gun-barrel.svg new file mode 100644 index 00000000..e7b9ca05 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/reload-gun-barrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/remedy.svg b/client/public/icons/game-icons/000000/delapouite/remedy.svg new file mode 100644 index 00000000..3b37384b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/remedy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rempart.svg b/client/public/icons/game-icons/000000/delapouite/rempart.svg new file mode 100644 index 00000000..5f57c97d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rempart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/reptile-tail.svg b/client/public/icons/game-icons/000000/delapouite/reptile-tail.svg new file mode 100644 index 00000000..5307f2dd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/reptile-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/resize.svg b/client/public/icons/game-icons/000000/delapouite/resize.svg new file mode 100644 index 00000000..9200d082 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/resize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/resting-vampire.svg b/client/public/icons/game-icons/000000/delapouite/resting-vampire.svg new file mode 100644 index 00000000..cfb03021 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/resting-vampire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/revolver.svg b/client/public/icons/game-icons/000000/delapouite/revolver.svg new file mode 100644 index 00000000..fa721d6a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/revolver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rhinoceros-horn.svg b/client/public/icons/game-icons/000000/delapouite/rhinoceros-horn.svg new file mode 100644 index 00000000..7dc06770 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rhinoceros-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rialto-bridge.svg b/client/public/icons/game-icons/000000/delapouite/rialto-bridge.svg new file mode 100644 index 00000000..3ff7d1a1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rialto-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ribbon-medal.svg b/client/public/icons/game-icons/000000/delapouite/ribbon-medal.svg new file mode 100644 index 00000000..3d3e785f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ribbon-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ribbon-shield.svg b/client/public/icons/game-icons/000000/delapouite/ribbon-shield.svg new file mode 100644 index 00000000..467fcc14 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ribbon-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ring-box.svg b/client/public/icons/game-icons/000000/delapouite/ring-box.svg new file mode 100644 index 00000000..e5bbfe99 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ring-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ring-mould.svg b/client/public/icons/game-icons/000000/delapouite/ring-mould.svg new file mode 100644 index 00000000..3d9cbe8d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ring-mould.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ring.svg b/client/public/icons/game-icons/000000/delapouite/ring.svg new file mode 100644 index 00000000..e4eee97f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ringing-alarm.svg b/client/public/icons/game-icons/000000/delapouite/ringing-alarm.svg new file mode 100644 index 00000000..57b4957a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ringing-alarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ringmaster.svg b/client/public/icons/game-icons/000000/delapouite/ringmaster.svg new file mode 100644 index 00000000..34f4cbea --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ringmaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/river.svg b/client/public/icons/game-icons/000000/delapouite/river.svg new file mode 100644 index 00000000..73596773 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/river.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/road.svg b/client/public/icons/game-icons/000000/delapouite/road.svg new file mode 100644 index 00000000..dccd12d3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/robber-mask.svg b/client/public/icons/game-icons/000000/delapouite/robber-mask.svg new file mode 100644 index 00000000..91e40d9d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/robber-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/robber.svg b/client/public/icons/game-icons/000000/delapouite/robber.svg new file mode 100644 index 00000000..0c39acaa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/robber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/robin-hood-hat.svg b/client/public/icons/game-icons/000000/delapouite/robin-hood-hat.svg new file mode 100644 index 00000000..c62cec7d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/robin-hood-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/robot-antennas.svg b/client/public/icons/game-icons/000000/delapouite/robot-antennas.svg new file mode 100644 index 00000000..b0e2bec6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/robot-antennas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/robot-grab.svg b/client/public/icons/game-icons/000000/delapouite/robot-grab.svg new file mode 100644 index 00000000..15f27524 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/robot-grab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/robot-helmet.svg b/client/public/icons/game-icons/000000/delapouite/robot-helmet.svg new file mode 100644 index 00000000..0ac6a190 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/robot-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/robot-leg.svg b/client/public/icons/game-icons/000000/delapouite/robot-leg.svg new file mode 100644 index 00000000..bb03020d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/robot-leg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rock-golem.svg b/client/public/icons/game-icons/000000/delapouite/rock-golem.svg new file mode 100644 index 00000000..e0ce83dc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rock-golem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rocket-thruster.svg b/client/public/icons/game-icons/000000/delapouite/rocket-thruster.svg new file mode 100644 index 00000000..f8bbc18a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rocket-thruster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rocking-chair.svg b/client/public/icons/game-icons/000000/delapouite/rocking-chair.svg new file mode 100644 index 00000000..2f6d8667 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rocking-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rod-of-asclepius.svg b/client/public/icons/game-icons/000000/delapouite/rod-of-asclepius.svg new file mode 100644 index 00000000..98ff2832 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rod-of-asclepius.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rolled-cloth.svg b/client/public/icons/game-icons/000000/delapouite/rolled-cloth.svg new file mode 100644 index 00000000..1eba3f20 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rolled-cloth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/roller-skate.svg b/client/public/icons/game-icons/000000/delapouite/roller-skate.svg new file mode 100644 index 00000000..5e0e87e9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/roller-skate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rolling-dice-cup.svg b/client/public/icons/game-icons/000000/delapouite/rolling-dice-cup.svg new file mode 100644 index 00000000..bfa0f260 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rolling-dice-cup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rolling-dices.svg b/client/public/icons/game-icons/000000/delapouite/rolling-dices.svg new file mode 100644 index 00000000..1100b612 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rolling-dices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/roman-shield.svg b/client/public/icons/game-icons/000000/delapouite/roman-shield.svg new file mode 100644 index 00000000..4cacfdb2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/roman-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/roman-toga.svg b/client/public/icons/game-icons/000000/delapouite/roman-toga.svg new file mode 100644 index 00000000..2b4e39d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/roman-toga.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rooster.svg b/client/public/icons/game-icons/000000/delapouite/rooster.svg new file mode 100644 index 00000000..0cb5715a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rooster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rope-bridge.svg b/client/public/icons/game-icons/000000/delapouite/rope-bridge.svg new file mode 100644 index 00000000..3beb3b59 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rope-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rope-coil.svg b/client/public/icons/game-icons/000000/delapouite/rope-coil.svg new file mode 100644 index 00000000..317ad280 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rope-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rope-dart.svg b/client/public/icons/game-icons/000000/delapouite/rope-dart.svg new file mode 100644 index 00000000..fa588a00 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rope-dart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ropeway.svg b/client/public/icons/game-icons/000000/delapouite/ropeway.svg new file mode 100644 index 00000000..0b992c49 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ropeway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/round-knob.svg b/client/public/icons/game-icons/000000/delapouite/round-knob.svg new file mode 100644 index 00000000..d4e7874f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/round-knob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/round-silo.svg b/client/public/icons/game-icons/000000/delapouite/round-silo.svg new file mode 100644 index 00000000..9790b435 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/round-silo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/round-star.svg b/client/public/icons/game-icons/000000/delapouite/round-star.svg new file mode 100644 index 00000000..d035aa85 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/round-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/round-straw-bale.svg b/client/public/icons/game-icons/000000/delapouite/round-straw-bale.svg new file mode 100644 index 00000000..4b677803 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/round-straw-bale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/round-table.svg b/client/public/icons/game-icons/000000/delapouite/round-table.svg new file mode 100644 index 00000000..1cc77e91 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/round-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rss.svg b/client/public/icons/game-icons/000000/delapouite/rss.svg new file mode 100644 index 00000000..915b1361 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rub-el-hizb.svg b/client/public/icons/game-icons/000000/delapouite/rub-el-hizb.svg new file mode 100644 index 00000000..86042889 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rub-el-hizb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rubber-boot.svg b/client/public/icons/game-icons/000000/delapouite/rubber-boot.svg new file mode 100644 index 00000000..8c9868eb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rubber-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rugby-conversion.svg b/client/public/icons/game-icons/000000/delapouite/rugby-conversion.svg new file mode 100644 index 00000000..03f5c875 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rugby-conversion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rule-book.svg b/client/public/icons/game-icons/000000/delapouite/rule-book.svg new file mode 100644 index 00000000..ad22a8e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rule-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/running-shoe.svg b/client/public/icons/game-icons/000000/delapouite/running-shoe.svg new file mode 100644 index 00000000..badca83e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/running-shoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rupee.svg b/client/public/icons/game-icons/000000/delapouite/rupee.svg new file mode 100644 index 00000000..d291b0fe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rupee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/rusty-sword.svg b/client/public/icons/game-icons/000000/delapouite/rusty-sword.svg new file mode 100644 index 00000000..9d9fcdd6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/rusty-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/s-brick.svg b/client/public/icons/game-icons/000000/delapouite/s-brick.svg new file mode 100644 index 00000000..311bcd53 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/s-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/saber-and-pistol.svg b/client/public/icons/game-icons/000000/delapouite/saber-and-pistol.svg new file mode 100644 index 00000000..bef66108 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/saber-and-pistol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/saber-toothed-cat-head.svg b/client/public/icons/game-icons/000000/delapouite/saber-toothed-cat-head.svg new file mode 100644 index 00000000..f20f5152 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/saber-toothed-cat-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/saddle.svg b/client/public/icons/game-icons/000000/delapouite/saddle.svg new file mode 100644 index 00000000..67b6c185 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/saddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/safety-pin.svg b/client/public/icons/game-icons/000000/delapouite/safety-pin.svg new file mode 100644 index 00000000..fb4a992b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/safety-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sagittarius.svg b/client/public/icons/game-icons/000000/delapouite/sagittarius.svg new file mode 100644 index 00000000..9df105a0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sagittarius.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sai.svg b/client/public/icons/game-icons/000000/delapouite/sai.svg new file mode 100644 index 00000000..1849d24b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sail.svg b/client/public/icons/game-icons/000000/delapouite/sail.svg new file mode 100644 index 00000000..dd9fafee --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sailboat.svg b/client/public/icons/game-icons/000000/delapouite/sailboat.svg new file mode 100644 index 00000000..05f50d1b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sailboat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/saint-basil-cathedral.svg b/client/public/icons/game-icons/000000/delapouite/saint-basil-cathedral.svg new file mode 100644 index 00000000..9050afdf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/saint-basil-cathedral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/saiyan-suit.svg b/client/public/icons/game-icons/000000/delapouite/saiyan-suit.svg new file mode 100644 index 00000000..36e60978 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/saiyan-suit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/saloon-doors.svg b/client/public/icons/game-icons/000000/delapouite/saloon-doors.svg new file mode 100644 index 00000000..a56e2129 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/saloon-doors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/saloon.svg b/client/public/icons/game-icons/000000/delapouite/saloon.svg new file mode 100644 index 00000000..a4a11c7c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/saloon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/samara-mosque.svg b/client/public/icons/game-icons/000000/delapouite/samara-mosque.svg new file mode 100644 index 00000000..07d26ad9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/samara-mosque.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/samurai-helmet.svg b/client/public/icons/game-icons/000000/delapouite/samurai-helmet.svg new file mode 100644 index 00000000..a19531b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/samurai-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/samus-helmet.svg b/client/public/icons/game-icons/000000/delapouite/samus-helmet.svg new file mode 100644 index 00000000..bf548200 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/samus-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sand-castle.svg b/client/public/icons/game-icons/000000/delapouite/sand-castle.svg new file mode 100644 index 00000000..45168402 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sand-castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sand-snake.svg b/client/public/icons/game-icons/000000/delapouite/sand-snake.svg new file mode 100644 index 00000000..dd157870 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sand-snake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sandal.svg b/client/public/icons/game-icons/000000/delapouite/sandal.svg new file mode 100644 index 00000000..fc73df75 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sandal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sandstorm.svg b/client/public/icons/game-icons/000000/delapouite/sandstorm.svg new file mode 100644 index 00000000..b574f41d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sandstorm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sandwich.svg b/client/public/icons/game-icons/000000/delapouite/sandwich.svg new file mode 100644 index 00000000..b1e03d1b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sandwich.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/santa-hat.svg b/client/public/icons/game-icons/000000/delapouite/santa-hat.svg new file mode 100644 index 00000000..664cbd8b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/santa-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sarcophagus.svg b/client/public/icons/game-icons/000000/delapouite/sarcophagus.svg new file mode 100644 index 00000000..ee7c895e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sarcophagus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sasquatch.svg b/client/public/icons/game-icons/000000/delapouite/sasquatch.svg new file mode 100644 index 00000000..377d0890 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sasquatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/satellite-communication.svg b/client/public/icons/game-icons/000000/delapouite/satellite-communication.svg new file mode 100644 index 00000000..8deee4fd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/satellite-communication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sauropod-head.svg b/client/public/icons/game-icons/000000/delapouite/sauropod-head.svg new file mode 100644 index 00000000..965cecc8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sauropod-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sausage.svg b/client/public/icons/game-icons/000000/delapouite/sausage.svg new file mode 100644 index 00000000..9dd3af0b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sausage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sausages-ribbon.svg b/client/public/icons/game-icons/000000/delapouite/sausages-ribbon.svg new file mode 100644 index 00000000..59d86aca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sausages-ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/save-arrow.svg b/client/public/icons/game-icons/000000/delapouite/save-arrow.svg new file mode 100644 index 00000000..812bf9e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/save-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/save.svg b/client/public/icons/game-icons/000000/delapouite/save.svg new file mode 100644 index 00000000..d35f7031 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sawed-off-shotgun.svg b/client/public/icons/game-icons/000000/delapouite/sawed-off-shotgun.svg new file mode 100644 index 00000000..cd5eb300 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sawed-off-shotgun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/saxophone.svg b/client/public/icons/game-icons/000000/delapouite/saxophone.svg new file mode 100644 index 00000000..79e092e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/saxophone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/scabbard.svg b/client/public/icons/game-icons/000000/delapouite/scabbard.svg new file mode 100644 index 00000000..92a74395 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/scabbard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/school-bag.svg b/client/public/icons/game-icons/000000/delapouite/school-bag.svg new file mode 100644 index 00000000..810c1d8f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/school-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/school-of-fish.svg b/client/public/icons/game-icons/000000/delapouite/school-of-fish.svg new file mode 100644 index 00000000..0b88aa47 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/school-of-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/scooter.svg b/client/public/icons/game-icons/000000/delapouite/scooter.svg new file mode 100644 index 00000000..60165721 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/scooter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/scorpio.svg b/client/public/icons/game-icons/000000/delapouite/scorpio.svg new file mode 100644 index 00000000..229903b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/scorpio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/scout-ship.svg b/client/public/icons/game-icons/000000/delapouite/scout-ship.svg new file mode 100644 index 00000000..b0ad2aa0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/scout-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/screw.svg b/client/public/icons/game-icons/000000/delapouite/screw.svg new file mode 100644 index 00000000..fe7452d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/screw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/scroll-quill.svg b/client/public/icons/game-icons/000000/delapouite/scroll-quill.svg new file mode 100644 index 00000000..a5891b21 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/scroll-quill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/scuba-mask.svg b/client/public/icons/game-icons/000000/delapouite/scuba-mask.svg new file mode 100644 index 00000000..797a24d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/scuba-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/scuba-tanks.svg b/client/public/icons/game-icons/000000/delapouite/scuba-tanks.svg new file mode 100644 index 00000000..2b7c95e7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/scuba-tanks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sea-cliff.svg b/client/public/icons/game-icons/000000/delapouite/sea-cliff.svg new file mode 100644 index 00000000..db81183c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sea-cliff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sea-star.svg b/client/public/icons/game-icons/000000/delapouite/sea-star.svg new file mode 100644 index 00000000..4704bd71 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sea-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sea-turtle.svg b/client/public/icons/game-icons/000000/delapouite/sea-turtle.svg new file mode 100644 index 00000000..a1c87ca1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sea-turtle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sea-urchin.svg b/client/public/icons/game-icons/000000/delapouite/sea-urchin.svg new file mode 100644 index 00000000..17991b29 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sea-urchin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/seagull.svg b/client/public/icons/game-icons/000000/delapouite/seagull.svg new file mode 100644 index 00000000..ab9e41c1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/seagull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/seahorse.svg b/client/public/icons/game-icons/000000/delapouite/seahorse.svg new file mode 100644 index 00000000..3dcdbb66 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/seahorse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/secret-book.svg b/client/public/icons/game-icons/000000/delapouite/secret-book.svg new file mode 100644 index 00000000..3d5b11d9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/secret-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/secret-door.svg b/client/public/icons/game-icons/000000/delapouite/secret-door.svg new file mode 100644 index 00000000..2b4e65d9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/secret-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/security-gate.svg b/client/public/icons/game-icons/000000/delapouite/security-gate.svg new file mode 100644 index 00000000..aaf85799 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/security-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/seedling.svg b/client/public/icons/game-icons/000000/delapouite/seedling.svg new file mode 100644 index 00000000..b257ccfe --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/seedling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sell-card.svg b/client/public/icons/game-icons/000000/delapouite/sell-card.svg new file mode 100644 index 00000000..70940517 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sell-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sergeant.svg b/client/public/icons/game-icons/000000/delapouite/sergeant.svg new file mode 100644 index 00000000..a0af216e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sergeant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/server-rack.svg b/client/public/icons/game-icons/000000/delapouite/server-rack.svg new file mode 100644 index 00000000..6284e776 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/server-rack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sesame.svg b/client/public/icons/game-icons/000000/delapouite/sesame.svg new file mode 100644 index 00000000..8844b45b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sesame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/settings-knobs.svg b/client/public/icons/game-icons/000000/delapouite/settings-knobs.svg new file mode 100644 index 00000000..16899ee8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/settings-knobs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/seven-pointed-star.svg b/client/public/icons/game-icons/000000/delapouite/seven-pointed-star.svg new file mode 100644 index 00000000..e5c66be4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/seven-pointed-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sewing-string.svg b/client/public/icons/game-icons/000000/delapouite/sewing-string.svg new file mode 100644 index 00000000..5cdfc49c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sewing-string.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sextant.svg b/client/public/icons/game-icons/000000/delapouite/sextant.svg new file mode 100644 index 00000000..0bca8219 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sextant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shaking-hands.svg b/client/public/icons/game-icons/000000/delapouite/shaking-hands.svg new file mode 100644 index 00000000..ec59ecce --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shaking-hands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shambling-mound.svg b/client/public/icons/game-icons/000000/delapouite/shambling-mound.svg new file mode 100644 index 00000000..87c9c29c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shambling-mound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shambling-zombie.svg b/client/public/icons/game-icons/000000/delapouite/shambling-zombie.svg new file mode 100644 index 00000000..4ec67919 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shambling-zombie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shamrock.svg b/client/public/icons/game-icons/000000/delapouite/shamrock.svg new file mode 100644 index 00000000..914fa0b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shamrock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/share.svg b/client/public/icons/game-icons/000000/delapouite/share.svg new file mode 100644 index 00000000..7963e143 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shark-bite.svg b/client/public/icons/game-icons/000000/delapouite/shark-bite.svg new file mode 100644 index 00000000..df163053 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shark-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shark-fin.svg b/client/public/icons/game-icons/000000/delapouite/shark-fin.svg new file mode 100644 index 00000000..282c46b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shark-fin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sharp-axe.svg b/client/public/icons/game-icons/000000/delapouite/sharp-axe.svg new file mode 100644 index 00000000..8783307c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sharp-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sharp-halberd.svg b/client/public/icons/game-icons/000000/delapouite/sharp-halberd.svg new file mode 100644 index 00000000..1b68f6f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sharp-halberd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shattered-heart.svg b/client/public/icons/game-icons/000000/delapouite/shattered-heart.svg new file mode 100644 index 00000000..3f576356 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shattered-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shears.svg b/client/public/icons/game-icons/000000/delapouite/shears.svg new file mode 100644 index 00000000..e8aade1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sheep.svg b/client/public/icons/game-icons/000000/delapouite/sheep.svg new file mode 100644 index 00000000..256bd1af --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sheep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sherlock-holmes.svg b/client/public/icons/game-icons/000000/delapouite/sherlock-holmes.svg new file mode 100644 index 00000000..3d09112a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sherlock-holmes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shield-bash.svg b/client/public/icons/game-icons/000000/delapouite/shield-bash.svg new file mode 100644 index 00000000..c14dc2cf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shield-bash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shield-impact.svg b/client/public/icons/game-icons/000000/delapouite/shield-impact.svg new file mode 100644 index 00000000..80e85e5d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shield-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shield-opposition.svg b/client/public/icons/game-icons/000000/delapouite/shield-opposition.svg new file mode 100644 index 00000000..2f5e6104 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shield-opposition.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shinto-shrine-mirror.svg b/client/public/icons/game-icons/000000/delapouite/shinto-shrine-mirror.svg new file mode 100644 index 00000000..ed04b8ba --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shinto-shrine-mirror.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shinto-shrine.svg b/client/public/icons/game-icons/000000/delapouite/shinto-shrine.svg new file mode 100644 index 00000000..c736f5d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shinto-shrine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ship-bow.svg b/client/public/icons/game-icons/000000/delapouite/ship-bow.svg new file mode 100644 index 00000000..ce363837 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ship-bow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ship-wheel.svg b/client/public/icons/game-icons/000000/delapouite/ship-wheel.svg new file mode 100644 index 00000000..46d7f24d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ship-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ship-wreck.svg b/client/public/icons/game-icons/000000/delapouite/ship-wreck.svg new file mode 100644 index 00000000..dedb97f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ship-wreck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shirt-button.svg b/client/public/icons/game-icons/000000/delapouite/shirt-button.svg new file mode 100644 index 00000000..1cd5197a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shirt-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shoebill-stork.svg b/client/public/icons/game-icons/000000/delapouite/shoebill-stork.svg new file mode 100644 index 00000000..70039165 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shoebill-stork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shop.svg b/client/public/icons/game-icons/000000/delapouite/shop.svg new file mode 100644 index 00000000..4b530162 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shopping-bag.svg b/client/public/icons/game-icons/000000/delapouite/shopping-bag.svg new file mode 100644 index 00000000..76dca809 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shopping-cart.svg b/client/public/icons/game-icons/000000/delapouite/shopping-cart.svg new file mode 100644 index 00000000..16a8f55c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shorts.svg b/client/public/icons/game-icons/000000/delapouite/shorts.svg new file mode 100644 index 00000000..fec9dc13 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shorts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shotgun-rounds.svg b/client/public/icons/game-icons/000000/delapouite/shotgun-rounds.svg new file mode 100644 index 00000000..49b9a9db --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shotgun-rounds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shoulder-armor.svg b/client/public/icons/game-icons/000000/delapouite/shoulder-armor.svg new file mode 100644 index 00000000..c33f4a1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shoulder-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shoulder-bag.svg b/client/public/icons/game-icons/000000/delapouite/shoulder-bag.svg new file mode 100644 index 00000000..697c1e5e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shoulder-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shower.svg b/client/public/icons/game-icons/000000/delapouite/shower.svg new file mode 100644 index 00000000..6b875245 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shrimp.svg b/client/public/icons/game-icons/000000/delapouite/shrimp.svg new file mode 100644 index 00000000..0505bf9f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shrimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shrug.svg b/client/public/icons/game-icons/000000/delapouite/shrug.svg new file mode 100644 index 00000000..659cd722 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shrug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/shuttlecock.svg b/client/public/icons/game-icons/000000/delapouite/shuttlecock.svg new file mode 100644 index 00000000..0a7337b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/shuttlecock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sickle.svg b/client/public/icons/game-icons/000000/delapouite/sickle.svg new file mode 100644 index 00000000..63aae765 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sickle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/siege-tower.svg b/client/public/icons/game-icons/000000/delapouite/siege-tower.svg new file mode 100644 index 00000000..fca64d59 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/siege-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/silenced.svg b/client/public/icons/game-icons/000000/delapouite/silenced.svg new file mode 100644 index 00000000..71ebec80 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/silenced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/silex.svg b/client/public/icons/game-icons/000000/delapouite/silex.svg new file mode 100644 index 00000000..8784713f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/silex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/silver-bullet.svg b/client/public/icons/game-icons/000000/delapouite/silver-bullet.svg new file mode 100644 index 00000000..7b7f9e84 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/silver-bullet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sinagot.svg b/client/public/icons/game-icons/000000/delapouite/sinagot.svg new file mode 100644 index 00000000..0af3aabb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sinagot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sinking-ship.svg b/client/public/icons/game-icons/000000/delapouite/sinking-ship.svg new file mode 100644 index 00000000..18cd529a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sinking-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sitting-dog.svg b/client/public/icons/game-icons/000000/delapouite/sitting-dog.svg new file mode 100644 index 00000000..8df361b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sitting-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skateboard.svg b/client/public/icons/game-icons/000000/delapouite/skateboard.svg new file mode 100644 index 00000000..4f93dfd0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skateboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skeletal-hand.svg b/client/public/icons/game-icons/000000/delapouite/skeletal-hand.svg new file mode 100644 index 00000000..3d419576 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skeletal-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ski-boot.svg b/client/public/icons/game-icons/000000/delapouite/ski-boot.svg new file mode 100644 index 00000000..9017bcad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ski-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skier.svg b/client/public/icons/game-icons/000000/delapouite/skier.svg new file mode 100644 index 00000000..87af517d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skills.svg b/client/public/icons/game-icons/000000/delapouite/skills.svg new file mode 100644 index 00000000..c7d3ff9b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skimmer-hat.svg b/client/public/icons/game-icons/000000/delapouite/skimmer-hat.svg new file mode 100644 index 00000000..010b4a2d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skimmer-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skipping-rope.svg b/client/public/icons/game-icons/000000/delapouite/skipping-rope.svg new file mode 100644 index 00000000..5d117bcc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skipping-rope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skirt.svg b/client/public/icons/game-icons/000000/delapouite/skirt.svg new file mode 100644 index 00000000..eed8ca49 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skis.svg b/client/public/icons/game-icons/000000/delapouite/skis.svg new file mode 100644 index 00000000..ed9221b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/skull-staff.svg b/client/public/icons/game-icons/000000/delapouite/skull-staff.svg new file mode 100644 index 00000000..3882ba08 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/skull-staff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/slalom.svg b/client/public/icons/game-icons/000000/delapouite/slalom.svg new file mode 100644 index 00000000..0734921e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/slalom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sleeping-bag.svg b/client/public/icons/game-icons/000000/delapouite/sleeping-bag.svg new file mode 100644 index 00000000..47b3340f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sleeping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sleeveless-jacket.svg b/client/public/icons/game-icons/000000/delapouite/sleeveless-jacket.svg new file mode 100644 index 00000000..6dacce99 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sleeveless-jacket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sleeveless-top.svg b/client/public/icons/game-icons/000000/delapouite/sleeveless-top.svg new file mode 100644 index 00000000..2f02f714 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sleeveless-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sliced-mushroom.svg b/client/public/icons/game-icons/000000/delapouite/sliced-mushroom.svg new file mode 100644 index 00000000..fbe0605b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sliced-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sliced-sausage.svg b/client/public/icons/game-icons/000000/delapouite/sliced-sausage.svg new file mode 100644 index 00000000..f185fef2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sliced-sausage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/slime.svg b/client/public/icons/game-icons/000000/delapouite/slime.svg new file mode 100644 index 00000000..63ce27f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/slime.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sling.svg b/client/public/icons/game-icons/000000/delapouite/sling.svg new file mode 100644 index 00000000..e5de56bd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/slingshot.svg b/client/public/icons/game-icons/000000/delapouite/slingshot.svg new file mode 100644 index 00000000..00661fb4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/slingshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/slipknot.svg b/client/public/icons/game-icons/000000/delapouite/slipknot.svg new file mode 100644 index 00000000..bd2ec422 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/slipknot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/slippers.svg b/client/public/icons/game-icons/000000/delapouite/slippers.svg new file mode 100644 index 00000000..dad1a5aa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/slippers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/slumbering-sanctuary.svg b/client/public/icons/game-icons/000000/delapouite/slumbering-sanctuary.svg new file mode 100644 index 00000000..79a65ac6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/slumbering-sanctuary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/smart.svg b/client/public/icons/game-icons/000000/delapouite/smart.svg new file mode 100644 index 00000000..06506aa4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/smart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/smartphone.svg b/client/public/icons/game-icons/000000/delapouite/smartphone.svg new file mode 100644 index 00000000..8e951fd8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/smoking-pipe.svg b/client/public/icons/game-icons/000000/delapouite/smoking-pipe.svg new file mode 100644 index 00000000..41b3f550 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/smoking-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/smoking-volcano.svg b/client/public/icons/game-icons/000000/delapouite/smoking-volcano.svg new file mode 100644 index 00000000..91793a1e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/smoking-volcano.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/snail-eyes.svg b/client/public/icons/game-icons/000000/delapouite/snail-eyes.svg new file mode 100644 index 00000000..ad6eda6f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/snail-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/snake-egg.svg b/client/public/icons/game-icons/000000/delapouite/snake-egg.svg new file mode 100644 index 00000000..9b351af7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/snake-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/snake-jar.svg b/client/public/icons/game-icons/000000/delapouite/snake-jar.svg new file mode 100644 index 00000000..40b9935f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/snake-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/snake-spiral.svg b/client/public/icons/game-icons/000000/delapouite/snake-spiral.svg new file mode 100644 index 00000000..55240a8a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/snake-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/snake-tongue.svg b/client/public/icons/game-icons/000000/delapouite/snake-tongue.svg new file mode 100644 index 00000000..4ce5714b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/snake-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sniffing-dog.svg b/client/public/icons/game-icons/000000/delapouite/sniffing-dog.svg new file mode 100644 index 00000000..e82ff9a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sniffing-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/snitch-quidditch-ball.svg b/client/public/icons/game-icons/000000/delapouite/snitch-quidditch-ball.svg new file mode 100644 index 00000000..1eef216e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/snitch-quidditch-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/snowboard.svg b/client/public/icons/game-icons/000000/delapouite/snowboard.svg new file mode 100644 index 00000000..6b44704c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/snowboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/soap.svg b/client/public/icons/game-icons/000000/delapouite/soap.svg new file mode 100644 index 00000000..90993254 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/soap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/soccer-ball.svg b/client/public/icons/game-icons/000000/delapouite/soccer-ball.svg new file mode 100644 index 00000000..492f9745 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/soccer-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/soccer-field.svg b/client/public/icons/game-icons/000000/delapouite/soccer-field.svg new file mode 100644 index 00000000..c864b7a7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/soccer-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/soccer-kick.svg b/client/public/icons/game-icons/000000/delapouite/soccer-kick.svg new file mode 100644 index 00000000..6d9b508e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/soccer-kick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/socks.svg b/client/public/icons/game-icons/000000/delapouite/socks.svg new file mode 100644 index 00000000..e5a8e1d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/socks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sofa.svg b/client/public/icons/game-icons/000000/delapouite/sofa.svg new file mode 100644 index 00000000..dc187ec9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sofa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/solar-system.svg b/client/public/icons/game-icons/000000/delapouite/solar-system.svg new file mode 100644 index 00000000..eca99660 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/solar-system.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/solar-time.svg b/client/public/icons/game-icons/000000/delapouite/solar-time.svg new file mode 100644 index 00000000..f751ba69 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/solar-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/solid-leaf.svg b/client/public/icons/game-icons/000000/delapouite/solid-leaf.svg new file mode 100644 index 00000000..cceabde6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/solid-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sombrero.svg b/client/public/icons/game-icons/000000/delapouite/sombrero.svg new file mode 100644 index 00000000..ed249d64 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sombrero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sonic-shoes.svg b/client/public/icons/game-icons/000000/delapouite/sonic-shoes.svg new file mode 100644 index 00000000..2a47d85f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sonic-shoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/soul-vessel.svg b/client/public/icons/game-icons/000000/delapouite/soul-vessel.svg new file mode 100644 index 00000000..458e015c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/soul-vessel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sound-off.svg b/client/public/icons/game-icons/000000/delapouite/sound-off.svg new file mode 100644 index 00000000..6d42f7c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sound-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sound-on.svg b/client/public/icons/game-icons/000000/delapouite/sound-on.svg new file mode 100644 index 00000000..d5d39f68 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sound-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/south-africa-flag.svg b/client/public/icons/game-icons/000000/delapouite/south-africa-flag.svg new file mode 100644 index 00000000..e4052086 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/south-africa-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/south-africa.svg b/client/public/icons/game-icons/000000/delapouite/south-africa.svg new file mode 100644 index 00000000..7838b4c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/south-africa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/south-america.svg b/client/public/icons/game-icons/000000/delapouite/south-america.svg new file mode 100644 index 00000000..aacf3676 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/south-america.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/south-korea.svg b/client/public/icons/game-icons/000000/delapouite/south-korea.svg new file mode 100644 index 00000000..80177925 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/south-korea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/space-needle.svg b/client/public/icons/game-icons/000000/delapouite/space-needle.svg new file mode 100644 index 00000000..d1abf607 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/space-needle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/space-shuttle.svg b/client/public/icons/game-icons/000000/delapouite/space-shuttle.svg new file mode 100644 index 00000000..cede5153 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/space-shuttle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spaceship.svg b/client/public/icons/game-icons/000000/delapouite/spaceship.svg new file mode 100644 index 00000000..637463b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spaceship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spain.svg b/client/public/icons/game-icons/000000/delapouite/spain.svg new file mode 100644 index 00000000..26e914cf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spark-plug.svg b/client/public/icons/game-icons/000000/delapouite/spark-plug.svg new file mode 100644 index 00000000..2483970d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spark-plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sparkles.svg b/client/public/icons/game-icons/000000/delapouite/sparkles.svg new file mode 100644 index 00000000..b7354457 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sparkles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spartan-helmet.svg b/client/public/icons/game-icons/000000/delapouite/spartan-helmet.svg new file mode 100644 index 00000000..8427d369 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spartan-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/speaker-off.svg b/client/public/icons/game-icons/000000/delapouite/speaker-off.svg new file mode 100644 index 00000000..35d6ba54 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/speaker-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/speaker.svg b/client/public/icons/game-icons/000000/delapouite/speaker.svg new file mode 100644 index 00000000..6f0b3ef4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spear-feather.svg b/client/public/icons/game-icons/000000/delapouite/spear-feather.svg new file mode 100644 index 00000000..e2703d7f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spear-feather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spearfishing.svg b/client/public/icons/game-icons/000000/delapouite/spearfishing.svg new file mode 100644 index 00000000..d8045cac --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spearfishing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/speed-boat.svg b/client/public/icons/game-icons/000000/delapouite/speed-boat.svg new file mode 100644 index 00000000..35e6f677 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/speed-boat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/speedometer.svg b/client/public/icons/game-icons/000000/delapouite/speedometer.svg new file mode 100644 index 00000000..dff3daf1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/speedometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spell-book.svg b/client/public/icons/game-icons/000000/delapouite/spell-book.svg new file mode 100644 index 00000000..f9ea19ed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spell-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sperm-whale.svg b/client/public/icons/game-icons/000000/delapouite/sperm-whale.svg new file mode 100644 index 00000000..cf40cd63 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sperm-whale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spider-bot.svg b/client/public/icons/game-icons/000000/delapouite/spider-bot.svg new file mode 100644 index 00000000..f7098003 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spider-bot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spider-eye.svg b/client/public/icons/game-icons/000000/delapouite/spider-eye.svg new file mode 100644 index 00000000..48d2dcfb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spider-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spider-mask.svg b/client/public/icons/game-icons/000000/delapouite/spider-mask.svg new file mode 100644 index 00000000..2fe53ec2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spider-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiked-dragon-head.svg b/client/public/icons/game-icons/000000/delapouite/spiked-dragon-head.svg new file mode 100644 index 00000000..ec89e5cb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiked-dragon-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiked-shield.svg b/client/public/icons/game-icons/000000/delapouite/spiked-shield.svg new file mode 100644 index 00000000..19cb5c81 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiked-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiked-shoulder-armor.svg b/client/public/icons/game-icons/000000/delapouite/spiked-shoulder-armor.svg new file mode 100644 index 00000000..0f351cde --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiked-shoulder-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiked-trunk.svg b/client/public/icons/game-icons/000000/delapouite/spiked-trunk.svg new file mode 100644 index 00000000..df3957d1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiked-trunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiked-wall.svg b/client/public/icons/game-icons/000000/delapouite/spiked-wall.svg new file mode 100644 index 00000000..33b20bef --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiked-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiky-pit.svg b/client/public/icons/game-icons/000000/delapouite/spiky-pit.svg new file mode 100644 index 00000000..5f8d96b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiky-pit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiky-wing.svg b/client/public/icons/game-icons/000000/delapouite/spiky-wing.svg new file mode 100644 index 00000000..e7d04109 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiky-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiral-hilt.svg b/client/public/icons/game-icons/000000/delapouite/spiral-hilt.svg new file mode 100644 index 00000000..39cd4246 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiral-hilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spiral-lollipop.svg b/client/public/icons/game-icons/000000/delapouite/spiral-lollipop.svg new file mode 100644 index 00000000..d1150c25 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spiral-lollipop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/split-arrows.svg b/client/public/icons/game-icons/000000/delapouite/split-arrows.svg new file mode 100644 index 00000000..1248852a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/split-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spock-hand.svg b/client/public/icons/game-icons/000000/delapouite/spock-hand.svg new file mode 100644 index 00000000..bf960a1f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spock-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spooky-house.svg b/client/public/icons/game-icons/000000/delapouite/spooky-house.svg new file mode 100644 index 00000000..35970a65 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spooky-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sport-medal.svg b/client/public/icons/game-icons/000000/delapouite/sport-medal.svg new file mode 100644 index 00000000..d1e67b5f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sport-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spring.svg b/client/public/icons/game-icons/000000/delapouite/spring.svg new file mode 100644 index 00000000..01ace442 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/spy.svg b/client/public/icons/game-icons/000000/delapouite/spy.svg new file mode 100644 index 00000000..5df8e35f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/spy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/square.svg b/client/public/icons/game-icons/000000/delapouite/square.svg new file mode 100644 index 00000000..dde268db --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/squirrel.svg b/client/public/icons/game-icons/000000/delapouite/squirrel.svg new file mode 100644 index 00000000..2bd6f48b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/squirrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sri-lanka.svg b/client/public/icons/game-icons/000000/delapouite/sri-lanka.svg new file mode 100644 index 00000000..2ea88279 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sri-lanka.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stabbed-note.svg b/client/public/icons/game-icons/000000/delapouite/stabbed-note.svg new file mode 100644 index 00000000..d2ebc62c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stabbed-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stable.svg b/client/public/icons/game-icons/000000/delapouite/stable.svg new file mode 100644 index 00000000..bd5df817 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stack.svg b/client/public/icons/game-icons/000000/delapouite/stack.svg new file mode 100644 index 00000000..5d7381da --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stairs-cake.svg b/client/public/icons/game-icons/000000/delapouite/stairs-cake.svg new file mode 100644 index 00000000..357420ea --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stairs-cake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stairs-goal.svg b/client/public/icons/game-icons/000000/delapouite/stairs-goal.svg new file mode 100644 index 00000000..8bb52ae5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stairs-goal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stairs.svg b/client/public/icons/game-icons/000000/delapouite/stairs.svg new file mode 100644 index 00000000..80f74971 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stake-hammer.svg b/client/public/icons/game-icons/000000/delapouite/stake-hammer.svg new file mode 100644 index 00000000..4da3fc6a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stake-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stakes-fence.svg b/client/public/icons/game-icons/000000/delapouite/stakes-fence.svg new file mode 100644 index 00000000..cc917ffa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stakes-fence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stalactites.svg b/client/public/icons/game-icons/000000/delapouite/stalactites.svg new file mode 100644 index 00000000..586e1654 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stalactites.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stamper.svg b/client/public/icons/game-icons/000000/delapouite/stamper.svg new file mode 100644 index 00000000..f1def603 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stamper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/star-altar.svg b/client/public/icons/game-icons/000000/delapouite/star-altar.svg new file mode 100644 index 00000000..f52c62e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/star-altar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/star-flag.svg b/client/public/icons/game-icons/000000/delapouite/star-flag.svg new file mode 100644 index 00000000..f3e9308d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/star-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/star-formation.svg b/client/public/icons/game-icons/000000/delapouite/star-formation.svg new file mode 100644 index 00000000..12be7e7e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/star-formation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/star-gate.svg b/client/public/icons/game-icons/000000/delapouite/star-gate.svg new file mode 100644 index 00000000..7186a8a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/star-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/star-key.svg b/client/public/icons/game-icons/000000/delapouite/star-key.svg new file mode 100644 index 00000000..3315e173 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/star-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/star-medal.svg b/client/public/icons/game-icons/000000/delapouite/star-medal.svg new file mode 100644 index 00000000..a40a584c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/star-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/star-struck.svg b/client/public/icons/game-icons/000000/delapouite/star-struck.svg new file mode 100644 index 00000000..6266f669 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/star-struck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/starfighter.svg b/client/public/icons/game-icons/000000/delapouite/starfighter.svg new file mode 100644 index 00000000..a6a9c841 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/starfighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stars-stack.svg b/client/public/icons/game-icons/000000/delapouite/stars-stack.svg new file mode 100644 index 00000000..80a0e51d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stars-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/steak.svg b/client/public/icons/game-icons/000000/delapouite/steak.svg new file mode 100644 index 00000000..ec52a207 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/steak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stealth-bomber.svg b/client/public/icons/game-icons/000000/delapouite/stealth-bomber.svg new file mode 100644 index 00000000..67e849cb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stealth-bomber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/steam-blast.svg b/client/public/icons/game-icons/000000/delapouite/steam-blast.svg new file mode 100644 index 00000000..a855ac28 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/steam-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/steam-locomotive.svg b/client/public/icons/game-icons/000000/delapouite/steam-locomotive.svg new file mode 100644 index 00000000..3cc04ec8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/steam-locomotive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/steam.svg b/client/public/icons/game-icons/000000/delapouite/steam.svg new file mode 100644 index 00000000..e9857029 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/steampunk-goggles.svg b/client/public/icons/game-icons/000000/delapouite/steampunk-goggles.svg new file mode 100644 index 00000000..6ffe1fe9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/steampunk-goggles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/steering-wheel.svg b/client/public/icons/game-icons/000000/delapouite/steering-wheel.svg new file mode 100644 index 00000000..1e0b989f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/steering-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stegosaurus-scales.svg b/client/public/icons/game-icons/000000/delapouite/stegosaurus-scales.svg new file mode 100644 index 00000000..446af6ec --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stegosaurus-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stethoscope.svg b/client/public/icons/game-icons/000000/delapouite/stethoscope.svg new file mode 100644 index 00000000..f5e4f5d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stethoscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stick-frame.svg b/client/public/icons/game-icons/000000/delapouite/stick-frame.svg new file mode 100644 index 00000000..6bf90015 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stick-frame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sticky-boot.svg b/client/public/icons/game-icons/000000/delapouite/sticky-boot.svg new file mode 100644 index 00000000..928adce0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sticky-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stockpiles.svg b/client/public/icons/game-icons/000000/delapouite/stockpiles.svg new file mode 100644 index 00000000..1e220a29 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stockpiles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stomach.svg b/client/public/icons/game-icons/000000/delapouite/stomach.svg new file mode 100644 index 00000000..62a0d3d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stomach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stone-bridge.svg b/client/public/icons/game-icons/000000/delapouite/stone-bridge.svg new file mode 100644 index 00000000..f52eefe8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stone-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stone-bust.svg b/client/public/icons/game-icons/000000/delapouite/stone-bust.svg new file mode 100644 index 00000000..c30e1dca --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stone-bust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stone-path.svg b/client/public/icons/game-icons/000000/delapouite/stone-path.svg new file mode 100644 index 00000000..5d6a2876 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stone-path.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stone-pile.svg b/client/public/icons/game-icons/000000/delapouite/stone-pile.svg new file mode 100644 index 00000000..229ba131 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stone-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stone-stack.svg b/client/public/icons/game-icons/000000/delapouite/stone-stack.svg new file mode 100644 index 00000000..1715f987 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stone-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stone-wall.svg b/client/public/icons/game-icons/000000/delapouite/stone-wall.svg new file mode 100644 index 00000000..6d3ffe47 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stone-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stone-wheel.svg b/client/public/icons/game-icons/000000/delapouite/stone-wheel.svg new file mode 100644 index 00000000..82d13e10 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stone-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stop-sign.svg b/client/public/icons/game-icons/000000/delapouite/stop-sign.svg new file mode 100644 index 00000000..4431aca7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stop-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stork-delivery.svg b/client/public/icons/game-icons/000000/delapouite/stork-delivery.svg new file mode 100644 index 00000000..289517d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stork-delivery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/straight-pipe.svg b/client/public/icons/game-icons/000000/delapouite/straight-pipe.svg new file mode 100644 index 00000000..5323f1eb --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/straight-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/strawberry.svg b/client/public/icons/game-icons/000000/delapouite/strawberry.svg new file mode 100644 index 00000000..6f77a578 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/strawberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/street-light.svg b/client/public/icons/game-icons/000000/delapouite/street-light.svg new file mode 100644 index 00000000..69f90234 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/street-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/striped-sun.svg b/client/public/icons/game-icons/000000/delapouite/striped-sun.svg new file mode 100644 index 00000000..e594b5d3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/striped-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/strong-man.svg b/client/public/icons/game-icons/000000/delapouite/strong-man.svg new file mode 100644 index 00000000..90ba3056 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/strong-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/strongbox.svg b/client/public/icons/game-icons/000000/delapouite/strongbox.svg new file mode 100644 index 00000000..44f664bc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/strongbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stump-regrowth.svg b/client/public/icons/game-icons/000000/delapouite/stump-regrowth.svg new file mode 100644 index 00000000..c56cb372 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stump-regrowth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/stun-grenade.svg b/client/public/icons/game-icons/000000/delapouite/stun-grenade.svg new file mode 100644 index 00000000..e327a9ec --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/stun-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/submarine-missile.svg b/client/public/icons/game-icons/000000/delapouite/submarine-missile.svg new file mode 100644 index 00000000..3be1a16d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/submarine-missile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/submarine.svg b/client/public/icons/game-icons/000000/delapouite/submarine.svg new file mode 100644 index 00000000..011f05cc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/submarine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/subway.svg b/client/public/icons/game-icons/000000/delapouite/subway.svg new file mode 100644 index 00000000..e872ba89 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/subway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sugar-cane.svg b/client/public/icons/game-icons/000000/delapouite/sugar-cane.svg new file mode 100644 index 00000000..1ac819f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sugar-cane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/suitcase.svg b/client/public/icons/game-icons/000000/delapouite/suitcase.svg new file mode 100644 index 00000000..be50db4f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/suitcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/summits.svg b/client/public/icons/game-icons/000000/delapouite/summits.svg new file mode 100644 index 00000000..e5b22484 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/summits.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sun-cloud.svg b/client/public/icons/game-icons/000000/delapouite/sun-cloud.svg new file mode 100644 index 00000000..0e527472 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sun-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sun-priest.svg b/client/public/icons/game-icons/000000/delapouite/sun-priest.svg new file mode 100644 index 00000000..7069b3f1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sun-priest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sun-spear.svg b/client/public/icons/game-icons/000000/delapouite/sun-spear.svg new file mode 100644 index 00000000..ca3344b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sun-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sunflower.svg b/client/public/icons/game-icons/000000/delapouite/sunflower.svg new file mode 100644 index 00000000..aa69a26a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sunflower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sunglasses.svg b/client/public/icons/game-icons/000000/delapouite/sunglasses.svg new file mode 100644 index 00000000..63207be4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sunglasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sunrise.svg b/client/public/icons/game-icons/000000/delapouite/sunrise.svg new file mode 100644 index 00000000..eeaa6df0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sunrise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sunset.svg b/client/public/icons/game-icons/000000/delapouite/sunset.svg new file mode 100644 index 00000000..61ba7721 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sunset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/surf-board.svg b/client/public/icons/game-icons/000000/delapouite/surf-board.svg new file mode 100644 index 00000000..4a609db8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/surf-board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/surfer-van.svg b/client/public/icons/game-icons/000000/delapouite/surfer-van.svg new file mode 100644 index 00000000..921a8445 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/surfer-van.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sushis.svg b/client/public/icons/game-icons/000000/delapouite/sushis.svg new file mode 100644 index 00000000..d01df0aa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sushis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/suspension-bridge.svg b/client/public/icons/game-icons/000000/delapouite/suspension-bridge.svg new file mode 100644 index 00000000..558a103d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/suspension-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sverd-i-fjell.svg b/client/public/icons/game-icons/000000/delapouite/sverd-i-fjell.svg new file mode 100644 index 00000000..0392158a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sverd-i-fjell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/swallow.svg b/client/public/icons/game-icons/000000/delapouite/swallow.svg new file mode 100644 index 00000000..077ff5f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/swallow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/swallower.svg b/client/public/icons/game-icons/000000/delapouite/swallower.svg new file mode 100644 index 00000000..9b067ca9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/swallower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/swamp-bat.svg b/client/public/icons/game-icons/000000/delapouite/swamp-bat.svg new file mode 100644 index 00000000..784ed549 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/swamp-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/swamp.svg b/client/public/icons/game-icons/000000/delapouite/swamp.svg new file mode 100644 index 00000000..32382422 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/swamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/swimfins.svg b/client/public/icons/game-icons/000000/delapouite/swimfins.svg new file mode 100644 index 00000000..a55f4a48 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/swimfins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/swipe-card.svg b/client/public/icons/game-icons/000000/delapouite/swipe-card.svg new file mode 100644 index 00000000..0e58e26d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/swipe-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/swiss-army-knife.svg b/client/public/icons/game-icons/000000/delapouite/swiss-army-knife.svg new file mode 100644 index 00000000..6f63842f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/swiss-army-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/switch-weapon.svg b/client/public/icons/game-icons/000000/delapouite/switch-weapon.svg new file mode 100644 index 00000000..4de3af3c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/switch-weapon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/switzerland.svg b/client/public/icons/game-icons/000000/delapouite/switzerland.svg new file mode 100644 index 00000000..2953bc41 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/switzerland.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sword-altar.svg b/client/public/icons/game-icons/000000/delapouite/sword-altar.svg new file mode 100644 index 00000000..9c23a8b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sword-altar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sword-brandish.svg b/client/public/icons/game-icons/000000/delapouite/sword-brandish.svg new file mode 100644 index 00000000..3311441d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sword-brandish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sword-mold.svg b/client/public/icons/game-icons/000000/delapouite/sword-mold.svg new file mode 100644 index 00000000..a598336c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sword-mold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/swords-power.svg b/client/public/icons/game-icons/000000/delapouite/swords-power.svg new file mode 100644 index 00000000..e5271b7d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/swords-power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/sydney-opera-house.svg b/client/public/icons/game-icons/000000/delapouite/sydney-opera-house.svg new file mode 100644 index 00000000..99758f26 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/sydney-opera-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/t-brick.svg b/client/public/icons/game-icons/000000/delapouite/t-brick.svg new file mode 100644 index 00000000..1214cc05 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/t-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/t-rex-skull.svg b/client/public/icons/game-icons/000000/delapouite/t-rex-skull.svg new file mode 100644 index 00000000..30d38885 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/t-rex-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/t-shirt.svg b/client/public/icons/game-icons/000000/delapouite/t-shirt.svg new file mode 100644 index 00000000..80b0a288 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/t-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/table.svg b/client/public/icons/game-icons/000000/delapouite/table.svg new file mode 100644 index 00000000..c9531609 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tabletop-players.svg b/client/public/icons/game-icons/000000/delapouite/tabletop-players.svg new file mode 100644 index 00000000..44572314 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tabletop-players.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tacos.svg b/client/public/icons/game-icons/000000/delapouite/tacos.svg new file mode 100644 index 00000000..b9bb433e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tacos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tadpole.svg b/client/public/icons/game-icons/000000/delapouite/tadpole.svg new file mode 100644 index 00000000..69587499 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tadpole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/take-my-money.svg b/client/public/icons/game-icons/000000/delapouite/take-my-money.svg new file mode 100644 index 00000000..5eca12ce --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/take-my-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tall-bridge.svg b/client/public/icons/game-icons/000000/delapouite/tall-bridge.svg new file mode 100644 index 00000000..f146b830 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tall-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tally-mark-5.svg b/client/public/icons/game-icons/000000/delapouite/tally-mark-5.svg new file mode 100644 index 00000000..32696921 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tally-mark-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tambourine.svg b/client/public/icons/game-icons/000000/delapouite/tambourine.svg new file mode 100644 index 00000000..93b08e05 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tambourine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tangerine.svg b/client/public/icons/game-icons/000000/delapouite/tangerine.svg new file mode 100644 index 00000000..e03ccd4c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tangerine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tank-top.svg b/client/public/icons/game-icons/000000/delapouite/tank-top.svg new file mode 100644 index 00000000..fd2ca412 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tank-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tanzania.svg b/client/public/icons/game-icons/000000/delapouite/tanzania.svg new file mode 100644 index 00000000..a5062e89 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tanzania.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tap.svg b/client/public/icons/game-icons/000000/delapouite/tap.svg new file mode 100644 index 00000000..b8fe805a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tapir.svg b/client/public/icons/game-icons/000000/delapouite/tapir.svg new file mode 100644 index 00000000..d2998408 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tapir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/target-poster.svg b/client/public/icons/game-icons/000000/delapouite/target-poster.svg new file mode 100644 index 00000000..e215f22c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/target-poster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/target-prize.svg b/client/public/icons/game-icons/000000/delapouite/target-prize.svg new file mode 100644 index 00000000..c3966420 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/target-prize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/taurus.svg b/client/public/icons/game-icons/000000/delapouite/taurus.svg new file mode 100644 index 00000000..91cada99 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/taurus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tavern-sign.svg b/client/public/icons/game-icons/000000/delapouite/tavern-sign.svg new file mode 100644 index 00000000..0c7de495 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tavern-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/teacher.svg b/client/public/icons/game-icons/000000/delapouite/teacher.svg new file mode 100644 index 00000000..a4697d4b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/teacher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/team-downgrade.svg b/client/public/icons/game-icons/000000/delapouite/team-downgrade.svg new file mode 100644 index 00000000..94033e88 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/team-downgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/team-idea.svg b/client/public/icons/game-icons/000000/delapouite/team-idea.svg new file mode 100644 index 00000000..63f4935a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/team-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/team-upgrade.svg b/client/public/icons/game-icons/000000/delapouite/team-upgrade.svg new file mode 100644 index 00000000..54f83469 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/team-upgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/teapot-leaves.svg b/client/public/icons/game-icons/000000/delapouite/teapot-leaves.svg new file mode 100644 index 00000000..bbe1ad57 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/teapot-leaves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tee-pipe.svg b/client/public/icons/game-icons/000000/delapouite/tee-pipe.svg new file mode 100644 index 00000000..e3d684cf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tee-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/telescope.svg b/client/public/icons/game-icons/000000/delapouite/telescope.svg new file mode 100644 index 00000000..7172e79e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/telescope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/templar-shield.svg b/client/public/icons/game-icons/000000/delapouite/templar-shield.svg new file mode 100644 index 00000000..c4c27514 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/templar-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/temple-door.svg b/client/public/icons/game-icons/000000/delapouite/temple-door.svg new file mode 100644 index 00000000..fb0dd057 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/temple-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/temple-gate.svg b/client/public/icons/game-icons/000000/delapouite/temple-gate.svg new file mode 100644 index 00000000..e0e089a0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/temple-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/temporary-shield.svg b/client/public/icons/game-icons/000000/delapouite/temporary-shield.svg new file mode 100644 index 00000000..599d5113 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/temporary-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tennis-ball.svg b/client/public/icons/game-icons/000000/delapouite/tennis-ball.svg new file mode 100644 index 00000000..39ee9e2f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tennis-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tennis-court.svg b/client/public/icons/game-icons/000000/delapouite/tennis-court.svg new file mode 100644 index 00000000..7fca5115 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tennis-court.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tennis-racket.svg b/client/public/icons/game-icons/000000/delapouite/tennis-racket.svg new file mode 100644 index 00000000..bea097b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tennis-racket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tentacles-barrier.svg b/client/public/icons/game-icons/000000/delapouite/tentacles-barrier.svg new file mode 100644 index 00000000..8782f2e0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tentacles-barrier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/texas.svg b/client/public/icons/game-icons/000000/delapouite/texas.svg new file mode 100644 index 00000000..d78e5c31 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/texas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/theater-curtains.svg b/client/public/icons/game-icons/000000/delapouite/theater-curtains.svg new file mode 100644 index 00000000..719dc623 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/theater-curtains.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/theater.svg b/client/public/icons/game-icons/000000/delapouite/theater.svg new file mode 100644 index 00000000..cf352245 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/theater.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/thermometer-cold.svg b/client/public/icons/game-icons/000000/delapouite/thermometer-cold.svg new file mode 100644 index 00000000..468e9b70 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/thermometer-cold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/thermometer-hot.svg b/client/public/icons/game-icons/000000/delapouite/thermometer-hot.svg new file mode 100644 index 00000000..6beb35ff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/thermometer-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/think.svg b/client/public/icons/game-icons/000000/delapouite/think.svg new file mode 100644 index 00000000..5c4dc1bd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/think.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/thor-hammer.svg b/client/public/icons/game-icons/000000/delapouite/thor-hammer.svg new file mode 100644 index 00000000..8b9ed129 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/thor-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/three-friends.svg b/client/public/icons/game-icons/000000/delapouite/three-friends.svg new file mode 100644 index 00000000..18524ba0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/three-friends.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/throne-king.svg b/client/public/icons/game-icons/000000/delapouite/throne-king.svg new file mode 100644 index 00000000..a4bf141d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/throne-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/throwing-ball.svg b/client/public/icons/game-icons/000000/delapouite/throwing-ball.svg new file mode 100644 index 00000000..b11ebb99 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/throwing-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/thrust-bend.svg b/client/public/icons/game-icons/000000/delapouite/thrust-bend.svg new file mode 100644 index 00000000..2addbaf7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/thrust-bend.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/thumb-down.svg b/client/public/icons/game-icons/000000/delapouite/thumb-down.svg new file mode 100644 index 00000000..3386a80e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/thumb-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/thumb-up.svg b/client/public/icons/game-icons/000000/delapouite/thumb-up.svg new file mode 100644 index 00000000..774a2dde --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/thumb-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/thwomp.svg b/client/public/icons/game-icons/000000/delapouite/thwomp.svg new file mode 100644 index 00000000..71bc80b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/thwomp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tiara.svg b/client/public/icons/game-icons/000000/delapouite/tiara.svg new file mode 100644 index 00000000..c6f76955 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tiara.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tic-tac-toe.svg b/client/public/icons/game-icons/000000/delapouite/tic-tac-toe.svg new file mode 100644 index 00000000..da59322f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tic-tac-toe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ticket.svg b/client/public/icons/game-icons/000000/delapouite/ticket.svg new file mode 100644 index 00000000..ad85a646 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ticket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tie.svg b/client/public/icons/game-icons/000000/delapouite/tie.svg new file mode 100644 index 00000000..dd3cbf75 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tiger-head.svg b/client/public/icons/game-icons/000000/delapouite/tiger-head.svg new file mode 100644 index 00000000..f28ea1e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tiger-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tiger.svg b/client/public/icons/game-icons/000000/delapouite/tiger.svg new file mode 100644 index 00000000..5a563a74 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tiger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tightrope.svg b/client/public/icons/game-icons/000000/delapouite/tightrope.svg new file mode 100644 index 00000000..fa30b0f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tightrope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/time-dynamite.svg b/client/public/icons/game-icons/000000/delapouite/time-dynamite.svg new file mode 100644 index 00000000..fadcef8d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/time-dynamite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/time-synchronization.svg b/client/public/icons/game-icons/000000/delapouite/time-synchronization.svg new file mode 100644 index 00000000..e844f2f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/time-synchronization.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tipi.svg b/client/public/icons/game-icons/000000/delapouite/tipi.svg new file mode 100644 index 00000000..e394d16a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tipi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tire-iron-cross.svg b/client/public/icons/game-icons/000000/delapouite/tire-iron-cross.svg new file mode 100644 index 00000000..3b03077b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tire-iron-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tire-iron.svg b/client/public/icons/game-icons/000000/delapouite/tire-iron.svg new file mode 100644 index 00000000..447007da --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tire-iron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tire-tracks.svg b/client/public/icons/game-icons/000000/delapouite/tire-tracks.svg new file mode 100644 index 00000000..58e1e7f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tire-tracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tired-eye.svg b/client/public/icons/game-icons/000000/delapouite/tired-eye.svg new file mode 100644 index 00000000..f5432be7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tired-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/toaster.svg b/client/public/icons/game-icons/000000/delapouite/toaster.svg new file mode 100644 index 00000000..43a299b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/toaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/toggles.svg b/client/public/icons/game-icons/000000/delapouite/toggles.svg new file mode 100644 index 00000000..a3a2c24a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/toggles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/token.svg b/client/public/icons/game-icons/000000/delapouite/token.svg new file mode 100644 index 00000000..9f797284 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/token.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tomahawk.svg b/client/public/icons/game-icons/000000/delapouite/tomahawk.svg new file mode 100644 index 00000000..80b1b436 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tomahawk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tomato.svg b/client/public/icons/game-icons/000000/delapouite/tomato.svg new file mode 100644 index 00000000..300cc428 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tomato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tongue.svg b/client/public/icons/game-icons/000000/delapouite/tongue.svg new file mode 100644 index 00000000..d2e12ff3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/toolbox.svg b/client/public/icons/game-icons/000000/delapouite/toolbox.svg new file mode 100644 index 00000000..5be01164 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/toolbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/torch.svg b/client/public/icons/game-icons/000000/delapouite/torch.svg new file mode 100644 index 00000000..abf85c2f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/torch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/torpedo.svg b/client/public/icons/game-icons/000000/delapouite/torpedo.svg new file mode 100644 index 00000000..546c5ac3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/torpedo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tortoise.svg b/client/public/icons/game-icons/000000/delapouite/tortoise.svg new file mode 100644 index 00000000..e65f74b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tortoise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/totem.svg b/client/public/icons/game-icons/000000/delapouite/totem.svg new file mode 100644 index 00000000..beea1a93 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/totem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/toucan.svg b/client/public/icons/game-icons/000000/delapouite/toucan.svg new file mode 100644 index 00000000..6a440e67 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/toucan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tow-truck.svg b/client/public/icons/game-icons/000000/delapouite/tow-truck.svg new file mode 100644 index 00000000..3177a65a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tow-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/towel.svg b/client/public/icons/game-icons/000000/delapouite/towel.svg new file mode 100644 index 00000000..aaa18a45 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/towel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tower-bridge.svg b/client/public/icons/game-icons/000000/delapouite/tower-bridge.svg new file mode 100644 index 00000000..520aafba --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tower-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tower-flag.svg b/client/public/icons/game-icons/000000/delapouite/tower-flag.svg new file mode 100644 index 00000000..c940f189 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tower-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/toy-mallet.svg b/client/public/icons/game-icons/000000/delapouite/toy-mallet.svg new file mode 100644 index 00000000..6df0d44d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/toy-mallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tracked-robot.svg b/client/public/icons/game-icons/000000/delapouite/tracked-robot.svg new file mode 100644 index 00000000..7b3f7a21 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tracked-robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/traffic-cone.svg b/client/public/icons/game-icons/000000/delapouite/traffic-cone.svg new file mode 100644 index 00000000..73d59ef6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/traffic-cone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/traffic-lights-green.svg b/client/public/icons/game-icons/000000/delapouite/traffic-lights-green.svg new file mode 100644 index 00000000..e356c76b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/traffic-lights-green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/traffic-lights-orange.svg b/client/public/icons/game-icons/000000/delapouite/traffic-lights-orange.svg new file mode 100644 index 00000000..bc38a39f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/traffic-lights-orange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/traffic-lights-ready-to-go.svg b/client/public/icons/game-icons/000000/delapouite/traffic-lights-ready-to-go.svg new file mode 100644 index 00000000..006b94b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/traffic-lights-ready-to-go.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/traffic-lights-red.svg b/client/public/icons/game-icons/000000/delapouite/traffic-lights-red.svg new file mode 100644 index 00000000..2ab99f1c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/traffic-lights-red.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trail.svg b/client/public/icons/game-icons/000000/delapouite/trail.svg new file mode 100644 index 00000000..d7191076 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/transform.svg b/client/public/icons/game-icons/000000/delapouite/transform.svg new file mode 100644 index 00000000..2a0fa1b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/transform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trash-can.svg b/client/public/icons/game-icons/000000/delapouite/trash-can.svg new file mode 100644 index 00000000..e43ba6ce --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trash-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/travel-dress.svg b/client/public/icons/game-icons/000000/delapouite/travel-dress.svg new file mode 100644 index 00000000..e49a65e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/travel-dress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trebuchet.svg b/client/public/icons/game-icons/000000/delapouite/trebuchet.svg new file mode 100644 index 00000000..03695431 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trebuchet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tree-beehive.svg b/client/public/icons/game-icons/000000/delapouite/tree-beehive.svg new file mode 100644 index 00000000..00625091 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tree-beehive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tree-door.svg b/client/public/icons/game-icons/000000/delapouite/tree-door.svg new file mode 100644 index 00000000..16eb9416 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tree-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tree-growth.svg b/client/public/icons/game-icons/000000/delapouite/tree-growth.svg new file mode 100644 index 00000000..923f42cc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tree-growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tree-roots.svg b/client/public/icons/game-icons/000000/delapouite/tree-roots.svg new file mode 100644 index 00000000..eff7cbf4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tree-roots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tree-swing.svg b/client/public/icons/game-icons/000000/delapouite/tree-swing.svg new file mode 100644 index 00000000..d130ec62 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tree-swing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/triangle-target.svg b/client/public/icons/game-icons/000000/delapouite/triangle-target.svg new file mode 100644 index 00000000..92e93e68 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/triangle-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tribal-gear.svg b/client/public/icons/game-icons/000000/delapouite/tribal-gear.svg new file mode 100644 index 00000000..180e9915 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tribal-gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tribal-pendant.svg b/client/public/icons/game-icons/000000/delapouite/tribal-pendant.svg new file mode 100644 index 00000000..ca1ee13e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tribal-pendant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tribal-shield.svg b/client/public/icons/game-icons/000000/delapouite/tribal-shield.svg new file mode 100644 index 00000000..3f853827 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tribal-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tribunal-jury.svg b/client/public/icons/game-icons/000000/delapouite/tribunal-jury.svg new file mode 100644 index 00000000..8796e709 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tribunal-jury.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/triceratops-head.svg b/client/public/icons/game-icons/000000/delapouite/triceratops-head.svg new file mode 100644 index 00000000..97ffd21a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/triceratops-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trident-shield.svg b/client/public/icons/game-icons/000000/delapouite/trident-shield.svg new file mode 100644 index 00000000..9914934b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trident-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/triforce.svg b/client/public/icons/game-icons/000000/delapouite/triforce.svg new file mode 100644 index 00000000..a5273594 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/triforce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trinacria.svg b/client/public/icons/game-icons/000000/delapouite/trinacria.svg new file mode 100644 index 00000000..487f985e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trinacria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/triple-gate.svg b/client/public/icons/game-icons/000000/delapouite/triple-gate.svg new file mode 100644 index 00000000..56dba197 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/triple-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/triquetra.svg b/client/public/icons/game-icons/000000/delapouite/triquetra.svg new file mode 100644 index 00000000..385e5386 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/triquetra.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/delapouite/trireme.svg b/client/public/icons/game-icons/000000/delapouite/trireme.svg new file mode 100644 index 00000000..84c9a01c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trireme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/troglodyte.svg b/client/public/icons/game-icons/000000/delapouite/troglodyte.svg new file mode 100644 index 00000000..8f41b6c6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/troglodyte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trojan-horse.svg b/client/public/icons/game-icons/000000/delapouite/trojan-horse.svg new file mode 100644 index 00000000..03776e97 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trojan-horse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trophies-shelf.svg b/client/public/icons/game-icons/000000/delapouite/trophies-shelf.svg new file mode 100644 index 00000000..6fb51bb1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trophies-shelf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trophy-cup.svg b/client/public/icons/game-icons/000000/delapouite/trophy-cup.svg new file mode 100644 index 00000000..8afbb5e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trophy-cup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tropical-fish.svg b/client/public/icons/game-icons/000000/delapouite/tropical-fish.svg new file mode 100644 index 00000000..021df6bd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tropical-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trowel.svg b/client/public/icons/game-icons/000000/delapouite/trowel.svg new file mode 100644 index 00000000..0be8646a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trowel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/truce.svg b/client/public/icons/game-icons/000000/delapouite/truce.svg new file mode 100644 index 00000000..62c7e550 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/truce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/truck.svg b/client/public/icons/game-icons/000000/delapouite/truck.svg new file mode 100644 index 00000000..24512aad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trumpet-flag.svg b/client/public/icons/game-icons/000000/delapouite/trumpet-flag.svg new file mode 100644 index 00000000..e0397d91 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trumpet-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trumpet.svg b/client/public/icons/game-icons/000000/delapouite/trumpet.svg new file mode 100644 index 00000000..f1dfcbb7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trumpet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/trunk-mushroom.svg b/client/public/icons/game-icons/000000/delapouite/trunk-mushroom.svg new file mode 100644 index 00000000..78bae456 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/trunk-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tumbleweed.svg b/client/public/icons/game-icons/000000/delapouite/tumbleweed.svg new file mode 100644 index 00000000..1244edb7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tumbleweed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tunisia.svg b/client/public/icons/game-icons/000000/delapouite/tunisia.svg new file mode 100644 index 00000000..c58f9ffd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tunisia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/turban.svg b/client/public/icons/game-icons/000000/delapouite/turban.svg new file mode 100644 index 00000000..42bcd8c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/turban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/turbine.svg b/client/public/icons/game-icons/000000/delapouite/turbine.svg new file mode 100644 index 00000000..e6cf76a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/turbine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/turnstile.svg b/client/public/icons/game-icons/000000/delapouite/turnstile.svg new file mode 100644 index 00000000..5431ec48 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/turnstile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tusks-flag.svg b/client/public/icons/game-icons/000000/delapouite/tusks-flag.svg new file mode 100644 index 00000000..46607096 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tusks-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tv-remote.svg b/client/public/icons/game-icons/000000/delapouite/tv-remote.svg new file mode 100644 index 00000000..27172bc2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tv-remote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tv-tower.svg b/client/public/icons/game-icons/000000/delapouite/tv-tower.svg new file mode 100644 index 00000000..0f3f040b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tv-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/tv.svg b/client/public/icons/game-icons/000000/delapouite/tv.svg new file mode 100644 index 00000000..502d87ba --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/two-coins.svg b/client/public/icons/game-icons/000000/delapouite/two-coins.svg new file mode 100644 index 00000000..e94e1198 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/two-coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/two-handed-sword.svg b/client/public/icons/game-icons/000000/delapouite/two-handed-sword.svg new file mode 100644 index 00000000..683fd29b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/two-handed-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/udder.svg b/client/public/icons/game-icons/000000/delapouite/udder.svg new file mode 100644 index 00000000..de650e2f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/udder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ufo.svg b/client/public/icons/game-icons/000000/delapouite/ufo.svg new file mode 100644 index 00000000..0839c942 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ufo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/uluru.svg b/client/public/icons/game-icons/000000/delapouite/uluru.svg new file mode 100644 index 00000000..b565da53 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/uluru.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/umbrella-bayonet.svg b/client/public/icons/game-icons/000000/delapouite/umbrella-bayonet.svg new file mode 100644 index 00000000..8b2d1d5f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/umbrella-bayonet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/unbalanced.svg b/client/public/icons/game-icons/000000/delapouite/unbalanced.svg new file mode 100644 index 00000000..010dfa1d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/unbalanced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/underground-cave.svg b/client/public/icons/game-icons/000000/delapouite/underground-cave.svg new file mode 100644 index 00000000..c6b2cefa --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/underground-cave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/underwear-shorts.svg b/client/public/icons/game-icons/000000/delapouite/underwear-shorts.svg new file mode 100644 index 00000000..6e0062de --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/underwear-shorts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/underwear.svg b/client/public/icons/game-icons/000000/delapouite/underwear.svg new file mode 100644 index 00000000..24948939 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/underwear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/unicorn.svg b/client/public/icons/game-icons/000000/delapouite/unicorn.svg new file mode 100644 index 00000000..854ed02e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/unicorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/unicycle.svg b/client/public/icons/game-icons/000000/delapouite/unicycle.svg new file mode 100644 index 00000000..16bde2b2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/unicycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/union-jack.svg b/client/public/icons/game-icons/000000/delapouite/union-jack.svg new file mode 100644 index 00000000..d599572f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/union-jack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/up-card.svg b/client/public/icons/game-icons/000000/delapouite/up-card.svg new file mode 100644 index 00000000..f5dc6d35 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/up-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/upgrade.svg b/client/public/icons/game-icons/000000/delapouite/upgrade.svg new file mode 100644 index 00000000..d2ba6b2c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/upgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/uprising.svg b/client/public/icons/game-icons/000000/delapouite/uprising.svg new file mode 100644 index 00000000..3f1b5e2a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/uprising.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ursa-major.svg b/client/public/icons/game-icons/000000/delapouite/ursa-major.svg new file mode 100644 index 00000000..4365aafc --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ursa-major.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/uruguay.svg b/client/public/icons/game-icons/000000/delapouite/uruguay.svg new file mode 100644 index 00000000..c7cae7d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/uruguay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/usa-flag.svg b/client/public/icons/game-icons/000000/delapouite/usa-flag.svg new file mode 100644 index 00000000..431df511 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/usa-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/usb-key.svg b/client/public/icons/game-icons/000000/delapouite/usb-key.svg new file mode 100644 index 00000000..2db3e318 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/usb-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/ushanka.svg b/client/public/icons/game-icons/000000/delapouite/ushanka.svg new file mode 100644 index 00000000..54112671 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/ushanka.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/uzi.svg b/client/public/icons/game-icons/000000/delapouite/uzi.svg new file mode 100644 index 00000000..65443e4f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/uzi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vacuum-cleaner.svg b/client/public/icons/game-icons/000000/delapouite/vacuum-cleaner.svg new file mode 100644 index 00000000..cfe53d47 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vacuum-cleaner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/valve.svg b/client/public/icons/game-icons/000000/delapouite/valve.svg new file mode 100644 index 00000000..88ac564c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/valve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vampire-cape.svg b/client/public/icons/game-icons/000000/delapouite/vampire-cape.svg new file mode 100644 index 00000000..dc410976 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vampire-cape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vampire-dracula.svg b/client/public/icons/game-icons/000000/delapouite/vampire-dracula.svg new file mode 100644 index 00000000..b793555d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vampire-dracula.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/van-damme-split.svg b/client/public/icons/game-icons/000000/delapouite/van-damme-split.svg new file mode 100644 index 00000000..22ed42a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/van-damme-split.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/velocipede.svg b/client/public/icons/game-icons/000000/delapouite/velocipede.svg new file mode 100644 index 00000000..9b628395 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/velocipede.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/velociraptor-tracks.svg b/client/public/icons/game-icons/000000/delapouite/velociraptor-tracks.svg new file mode 100644 index 00000000..3eb9db4f --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/velociraptor-tracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/velociraptor.svg b/client/public/icons/game-icons/000000/delapouite/velociraptor.svg new file mode 100644 index 00000000..9a46b0a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/velociraptor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vending-machine.svg b/client/public/icons/game-icons/000000/delapouite/vending-machine.svg new file mode 100644 index 00000000..1af95fbf --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vending-machine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/venezuela.svg b/client/public/icons/game-icons/000000/delapouite/venezuela.svg new file mode 100644 index 00000000..575fce70 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/venezuela.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/venus-of-willendorf.svg b/client/public/icons/game-icons/000000/delapouite/venus-of-willendorf.svg new file mode 100644 index 00000000..f45f914a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/venus-of-willendorf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vertical-banner.svg b/client/public/icons/game-icons/000000/delapouite/vertical-banner.svg new file mode 100644 index 00000000..838b85e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vertical-banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vertical-flip.svg b/client/public/icons/game-icons/000000/delapouite/vertical-flip.svg new file mode 100644 index 00000000..70fec61e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vertical-flip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vibrating-shield.svg b/client/public/icons/game-icons/000000/delapouite/vibrating-shield.svg new file mode 100644 index 00000000..910fbf24 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vibrating-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vibrating-smartphone.svg b/client/public/icons/game-icons/000000/delapouite/vibrating-smartphone.svg new file mode 100644 index 00000000..4a596112 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vibrating-smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/video-camera.svg b/client/public/icons/game-icons/000000/delapouite/video-camera.svg new file mode 100644 index 00000000..67f4a93d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/video-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/video-conference.svg b/client/public/icons/game-icons/000000/delapouite/video-conference.svg new file mode 100644 index 00000000..bc7f2869 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/video-conference.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/viking-church.svg b/client/public/icons/game-icons/000000/delapouite/viking-church.svg new file mode 100644 index 00000000..4e56499e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/viking-church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/viking-head.svg b/client/public/icons/game-icons/000000/delapouite/viking-head.svg new file mode 100644 index 00000000..2e93d8e7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/viking-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/viking-helmet.svg b/client/public/icons/game-icons/000000/delapouite/viking-helmet.svg new file mode 100644 index 00000000..25c2a534 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/viking-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/viking-longhouse.svg b/client/public/icons/game-icons/000000/delapouite/viking-longhouse.svg new file mode 100644 index 00000000..4c742075 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/viking-longhouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/viking-shield.svg b/client/public/icons/game-icons/000000/delapouite/viking-shield.svg new file mode 100644 index 00000000..f21b7e35 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/viking-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/village.svg b/client/public/icons/game-icons/000000/delapouite/village.svg new file mode 100644 index 00000000..8cfcb1e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/village.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vines.svg b/client/public/icons/game-icons/000000/delapouite/vines.svg new file mode 100644 index 00000000..ebf5ca3b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/virgo.svg b/client/public/icons/game-icons/000000/delapouite/virgo.svg new file mode 100644 index 00000000..2e1b1af5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/virgo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/virtual-marker.svg b/client/public/icons/game-icons/000000/delapouite/virtual-marker.svg new file mode 100644 index 00000000..6a6e4479 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/virtual-marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vitruvian-man.svg b/client/public/icons/game-icons/000000/delapouite/vitruvian-man.svg new file mode 100644 index 00000000..a084b107 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vitruvian-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/volleyball-ball.svg b/client/public/icons/game-icons/000000/delapouite/volleyball-ball.svg new file mode 100644 index 00000000..f8330c5d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/volleyball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vote.svg b/client/public/icons/game-icons/000000/delapouite/vote.svg new file mode 100644 index 00000000..c9d3d7b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vr-headset.svg b/client/public/icons/game-icons/000000/delapouite/vr-headset.svg new file mode 100644 index 00000000..0eca4a6e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vr-headset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/vuvuzelas.svg b/client/public/icons/game-icons/000000/delapouite/vuvuzelas.svg new file mode 100644 index 00000000..99a8276b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/vuvuzelas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/walk.svg b/client/public/icons/game-icons/000000/delapouite/walk.svg new file mode 100644 index 00000000..375c8a89 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/walkie-talkie.svg b/client/public/icons/game-icons/000000/delapouite/walkie-talkie.svg new file mode 100644 index 00000000..689eca87 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/walkie-talkie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/walking-scout.svg b/client/public/icons/game-icons/000000/delapouite/walking-scout.svg new file mode 100644 index 00000000..57a32b4c --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/walking-scout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/walking-turret.svg b/client/public/icons/game-icons/000000/delapouite/walking-turret.svg new file mode 100644 index 00000000..bfad7e97 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/walking-turret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wall-light.svg b/client/public/icons/game-icons/000000/delapouite/wall-light.svg new file mode 100644 index 00000000..5b55b95a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wall-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wallet.svg b/client/public/icons/game-icons/000000/delapouite/wallet.svg new file mode 100644 index 00000000..34e4f6d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/walrus-head.svg b/client/public/icons/game-icons/000000/delapouite/walrus-head.svg new file mode 100644 index 00000000..b65888ed --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/walrus-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wanted-reward.svg b/client/public/icons/game-icons/000000/delapouite/wanted-reward.svg new file mode 100644 index 00000000..6f190c41 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wanted-reward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/war-axe.svg b/client/public/icons/game-icons/000000/delapouite/war-axe.svg new file mode 100644 index 00000000..e942d4f5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/war-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/war-bonnet.svg b/client/public/icons/game-icons/000000/delapouite/war-bonnet.svg new file mode 100644 index 00000000..13a2d754 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/war-bonnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/war-pick.svg b/client/public/icons/game-icons/000000/delapouite/war-pick.svg new file mode 100644 index 00000000..8b4e5a96 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/war-pick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/warhammer.svg b/client/public/icons/game-icons/000000/delapouite/warhammer.svg new file mode 100644 index 00000000..1bcf8984 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/warhammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/warlock-eye.svg b/client/public/icons/game-icons/000000/delapouite/warlock-eye.svg new file mode 100644 index 00000000..ad045e66 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/warlock-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/warlock-hood.svg b/client/public/icons/game-icons/000000/delapouite/warlock-hood.svg new file mode 100644 index 00000000..4e01027a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/warlock-hood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/warp-pipe.svg b/client/public/icons/game-icons/000000/delapouite/warp-pipe.svg new file mode 100644 index 00000000..1a2af2be --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/warp-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/washing-machine.svg b/client/public/icons/game-icons/000000/delapouite/washing-machine.svg new file mode 100644 index 00000000..c9ac6aa5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/washing-machine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/watch.svg b/client/public/icons/game-icons/000000/delapouite/watch.svg new file mode 100644 index 00000000..c896c86d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/watchtower.svg b/client/public/icons/game-icons/000000/delapouite/watchtower.svg new file mode 100644 index 00000000..a7f58712 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/watchtower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-bottle.svg b/client/public/icons/game-icons/000000/delapouite/water-bottle.svg new file mode 100644 index 00000000..b412be1d --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-diviner-stick.svg b/client/public/icons/game-icons/000000/delapouite/water-diviner-stick.svg new file mode 100644 index 00000000..1714a2a1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-diviner-stick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-flask.svg b/client/public/icons/game-icons/000000/delapouite/water-flask.svg new file mode 100644 index 00000000..56b2f4c6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-fountain.svg b/client/public/icons/game-icons/000000/delapouite/water-fountain.svg new file mode 100644 index 00000000..a8ceb871 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-fountain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-gallon.svg b/client/public/icons/game-icons/000000/delapouite/water-gallon.svg new file mode 100644 index 00000000..8ba3fc3a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-gallon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-gun.svg b/client/public/icons/game-icons/000000/delapouite/water-gun.svg new file mode 100644 index 00000000..250be5c5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-polo.svg b/client/public/icons/game-icons/000000/delapouite/water-polo.svg new file mode 100644 index 00000000..ac27c322 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-polo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-recycling.svg b/client/public/icons/game-icons/000000/delapouite/water-recycling.svg new file mode 100644 index 00000000..4d195e12 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-recycling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-tank.svg b/client/public/icons/game-icons/000000/delapouite/water-tank.svg new file mode 100644 index 00000000..c0bd1bc0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/water-tower.svg b/client/public/icons/game-icons/000000/delapouite/water-tower.svg new file mode 100644 index 00000000..34feaf20 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/water-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/waterfall.svg b/client/public/icons/game-icons/000000/delapouite/waterfall.svg new file mode 100644 index 00000000..07c53a8a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/waterfall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/watering-can.svg b/client/public/icons/game-icons/000000/delapouite/watering-can.svg new file mode 100644 index 00000000..62649999 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/watering-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/watermelon.svg b/client/public/icons/game-icons/000000/delapouite/watermelon.svg new file mode 100644 index 00000000..295c839b --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/watermelon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/waterskin.svg b/client/public/icons/game-icons/000000/delapouite/waterskin.svg new file mode 100644 index 00000000..bce59162 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/waterskin.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/delapouite/wave-surfer.svg b/client/public/icons/game-icons/000000/delapouite/wave-surfer.svg new file mode 100644 index 00000000..9c1bddbd --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wave-surfer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wax-tablet.svg b/client/public/icons/game-icons/000000/delapouite/wax-tablet.svg new file mode 100644 index 00000000..3445950e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wax-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/weight-lifting-down.svg b/client/public/icons/game-icons/000000/delapouite/weight-lifting-down.svg new file mode 100644 index 00000000..60618c96 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/weight-lifting-down.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/delapouite/weight-lifting-up.svg b/client/public/icons/game-icons/000000/delapouite/weight-lifting-up.svg new file mode 100644 index 00000000..8dd4046a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/weight-lifting-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/weight-scale.svg b/client/public/icons/game-icons/000000/delapouite/weight-scale.svg new file mode 100644 index 00000000..6ce0588a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/weight-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/weight.svg b/client/public/icons/game-icons/000000/delapouite/weight.svg new file mode 100644 index 00000000..74f1fc64 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/weight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/well.svg b/client/public/icons/game-icons/000000/delapouite/well.svg new file mode 100644 index 00000000..96eb5081 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/well.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/western-hat.svg b/client/public/icons/game-icons/000000/delapouite/western-hat.svg new file mode 100644 index 00000000..73fb1ac2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/western-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/whale-tail.svg b/client/public/icons/game-icons/000000/delapouite/whale-tail.svg new file mode 100644 index 00000000..327ae832 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/whale-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wheelbarrow.svg b/client/public/icons/game-icons/000000/delapouite/wheelbarrow.svg new file mode 100644 index 00000000..34cb3d9a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wheelbarrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/whisk.svg b/client/public/icons/game-icons/000000/delapouite/whisk.svg new file mode 100644 index 00000000..bfd5b608 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/whisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/whistle.svg b/client/public/icons/game-icons/000000/delapouite/whistle.svg new file mode 100644 index 00000000..1d150c7e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/whistle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wifi-router.svg b/client/public/icons/game-icons/000000/delapouite/wifi-router.svg new file mode 100644 index 00000000..73c0ff13 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wifi-router.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wind-turbine.svg b/client/public/icons/game-icons/000000/delapouite/wind-turbine.svg new file mode 100644 index 00000000..7b0bc1c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wind-turbine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/windmill.svg b/client/public/icons/game-icons/000000/delapouite/windmill.svg new file mode 100644 index 00000000..00fe7aa3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/windmill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/window-bars.svg b/client/public/icons/game-icons/000000/delapouite/window-bars.svg new file mode 100644 index 00000000..9396ed48 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/window-bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/window.svg b/client/public/icons/game-icons/000000/delapouite/window.svg new file mode 100644 index 00000000..dd7c63a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/windpump.svg b/client/public/icons/game-icons/000000/delapouite/windpump.svg new file mode 100644 index 00000000..b17b46a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/windpump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/windsock.svg b/client/public/icons/game-icons/000000/delapouite/windsock.svg new file mode 100644 index 00000000..78489998 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/windsock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wine-bottle.svg b/client/public/icons/game-icons/000000/delapouite/wine-bottle.svg new file mode 100644 index 00000000..49fa8856 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wine-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/winged-scepter.svg b/client/public/icons/game-icons/000000/delapouite/winged-scepter.svg new file mode 100644 index 00000000..fab79fb1 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/winged-scepter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/winter-gloves.svg b/client/public/icons/game-icons/000000/delapouite/winter-gloves.svg new file mode 100644 index 00000000..240a6af9 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/winter-gloves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/winter-hat.svg b/client/public/icons/game-icons/000000/delapouite/winter-hat.svg new file mode 100644 index 00000000..d3a03aa3 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/winter-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wire-coil.svg b/client/public/icons/game-icons/000000/delapouite/wire-coil.svg new file mode 100644 index 00000000..9d1da161 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wire-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wireframe-globe.svg b/client/public/icons/game-icons/000000/delapouite/wireframe-globe.svg new file mode 100644 index 00000000..d6af3b55 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wireframe-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wisdom.svg b/client/public/icons/game-icons/000000/delapouite/wisdom.svg new file mode 100644 index 00000000..ba06ddad --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wisdom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wizard-face.svg b/client/public/icons/game-icons/000000/delapouite/wizard-face.svg new file mode 100644 index 00000000..d173bad6 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wizard-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wolverine-claws.svg b/client/public/icons/game-icons/000000/delapouite/wolverine-claws.svg new file mode 100644 index 00000000..cb48cd81 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wolverine-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/woman-elf-face.svg b/client/public/icons/game-icons/000000/delapouite/woman-elf-face.svg new file mode 100644 index 00000000..a9e8db0a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/woman-elf-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wood-beam.svg b/client/public/icons/game-icons/000000/delapouite/wood-beam.svg new file mode 100644 index 00000000..e5e89d40 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wood-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wood-cabin.svg b/client/public/icons/game-icons/000000/delapouite/wood-cabin.svg new file mode 100644 index 00000000..fe50952a --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wood-cabin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wood-canoe.svg b/client/public/icons/game-icons/000000/delapouite/wood-canoe.svg new file mode 100644 index 00000000..a3d6d9c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wood-canoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wood-club.svg b/client/public/icons/game-icons/000000/delapouite/wood-club.svg new file mode 100644 index 00000000..021f2717 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wood-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wood-frame.svg b/client/public/icons/game-icons/000000/delapouite/wood-frame.svg new file mode 100644 index 00000000..1e768211 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wood-frame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wood-pile.svg b/client/public/icons/game-icons/000000/delapouite/wood-pile.svg new file mode 100644 index 00000000..bff224e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wood-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wood-stick.svg b/client/public/icons/game-icons/000000/delapouite/wood-stick.svg new file mode 100644 index 00000000..0359c4a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wood-stick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wooden-chair.svg b/client/public/icons/game-icons/000000/delapouite/wooden-chair.svg new file mode 100644 index 00000000..dc184028 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wooden-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wooden-clogs.svg b/client/public/icons/game-icons/000000/delapouite/wooden-clogs.svg new file mode 100644 index 00000000..651ca1e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wooden-clogs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wooden-crate.svg b/client/public/icons/game-icons/000000/delapouite/wooden-crate.svg new file mode 100644 index 00000000..6670f994 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wooden-crate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wooden-pegleg.svg b/client/public/icons/game-icons/000000/delapouite/wooden-pegleg.svg new file mode 100644 index 00000000..9ce516ac --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wooden-pegleg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wooden-pier.svg b/client/public/icons/game-icons/000000/delapouite/wooden-pier.svg new file mode 100644 index 00000000..a5b1f6da --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wooden-pier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/wool.svg b/client/public/icons/game-icons/000000/delapouite/wool.svg new file mode 100644 index 00000000..b0cff641 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/wool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/worms.svg b/client/public/icons/game-icons/000000/delapouite/worms.svg new file mode 100644 index 00000000..d1a30eff --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/worms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/xylophone.svg b/client/public/icons/game-icons/000000/delapouite/xylophone.svg new file mode 100644 index 00000000..088f2000 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/xylophone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/yarn.svg b/client/public/icons/game-icons/000000/delapouite/yarn.svg new file mode 100644 index 00000000..ada0cf43 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/yarn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/yin-yang.svg b/client/public/icons/game-icons/000000/delapouite/yin-yang.svg new file mode 100644 index 00000000..06304722 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/yin-yang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/yunluo.svg b/client/public/icons/game-icons/000000/delapouite/yunluo.svg new file mode 100644 index 00000000..e617d8b2 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/yunluo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/z-brick.svg b/client/public/icons/game-icons/000000/delapouite/z-brick.svg new file mode 100644 index 00000000..8ed9fb9e --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/z-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/zat-gun.svg b/client/public/icons/game-icons/000000/delapouite/zat-gun.svg new file mode 100644 index 00000000..cdf19296 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/zat-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/zigzag-hieroglyph.svg b/client/public/icons/game-icons/000000/delapouite/zigzag-hieroglyph.svg new file mode 100644 index 00000000..c688f632 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/zigzag-hieroglyph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/delapouite/zipper.svg b/client/public/icons/game-icons/000000/delapouite/zipper.svg new file mode 100644 index 00000000..65fe7ec0 --- /dev/null +++ b/client/public/icons/game-icons/000000/delapouite/zipper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/card-discard.svg b/client/public/icons/game-icons/000000/faithtoken/card-discard.svg new file mode 100644 index 00000000..087857b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/card-discard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/card-draw.svg b/client/public/icons/game-icons/000000/faithtoken/card-draw.svg new file mode 100644 index 00000000..6cf1c585 --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/card-draw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/card-pick.svg b/client/public/icons/game-icons/000000/faithtoken/card-pick.svg new file mode 100644 index 00000000..f1973394 --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/card-pick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/card-random.svg b/client/public/icons/game-icons/000000/faithtoken/card-random.svg new file mode 100644 index 00000000..d0bc3e00 --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/card-random.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/dragon-head.svg b/client/public/icons/game-icons/000000/faithtoken/dragon-head.svg new file mode 100644 index 00000000..f38ebaeb --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/dragon-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/forward-sun.svg b/client/public/icons/game-icons/000000/faithtoken/forward-sun.svg new file mode 100644 index 00000000..57b45ecd --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/forward-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/minerals.svg b/client/public/icons/game-icons/000000/faithtoken/minerals.svg new file mode 100644 index 00000000..0c00ffd6 --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/minerals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/nautilus-shell.svg b/client/public/icons/game-icons/000000/faithtoken/nautilus-shell.svg new file mode 100644 index 00000000..d20b969d --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/nautilus-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/ninja-star.svg b/client/public/icons/game-icons/000000/faithtoken/ninja-star.svg new file mode 100644 index 00000000..6969402b --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/ninja-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/faithtoken/ore.svg b/client/public/icons/game-icons/000000/faithtoken/ore.svg new file mode 100644 index 00000000..eaf8c29d --- /dev/null +++ b/client/public/icons/game-icons/000000/faithtoken/ore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/felbrigg/dodge.svg b/client/public/icons/game-icons/000000/felbrigg/dodge.svg new file mode 100644 index 00000000..2ff266be --- /dev/null +++ b/client/public/icons/game-icons/000000/felbrigg/dodge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/felbrigg/overhead.svg b/client/public/icons/game-icons/000000/felbrigg/overhead.svg new file mode 100644 index 00000000..345c5d8f --- /dev/null +++ b/client/public/icons/game-icons/000000/felbrigg/overhead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/felbrigg/sideswipe.svg b/client/public/icons/game-icons/000000/felbrigg/sideswipe.svg new file mode 100644 index 00000000..65a1f5e0 --- /dev/null +++ b/client/public/icons/game-icons/000000/felbrigg/sideswipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/felbrigg/thrust.svg b/client/public/icons/game-icons/000000/felbrigg/thrust.svg new file mode 100644 index 00000000..ec054578 --- /dev/null +++ b/client/public/icons/game-icons/000000/felbrigg/thrust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/felbrigg/underhand.svg b/client/public/icons/game-icons/000000/felbrigg/underhand.svg new file mode 100644 index 00000000..08c66546 --- /dev/null +++ b/client/public/icons/game-icons/000000/felbrigg/underhand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/generalace135/fingers-crossed.svg b/client/public/icons/game-icons/000000/generalace135/fingers-crossed.svg new file mode 100644 index 00000000..9e25623e --- /dev/null +++ b/client/public/icons/game-icons/000000/generalace135/fingers-crossed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/generalace135/shepherds-crook.svg b/client/public/icons/game-icons/000000/generalace135/shepherds-crook.svg new file mode 100644 index 00000000..803c4d8e --- /dev/null +++ b/client/public/icons/game-icons/000000/generalace135/shepherds-crook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/guard13007/pause-button.svg b/client/public/icons/game-icons/000000/guard13007/pause-button.svg new file mode 100644 index 00000000..c7ca5cff --- /dev/null +++ b/client/public/icons/game-icons/000000/guard13007/pause-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/guard13007/play-button.svg b/client/public/icons/game-icons/000000/guard13007/play-button.svg new file mode 100644 index 00000000..d77d1c21 --- /dev/null +++ b/client/public/icons/game-icons/000000/guard13007/play-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/guard13007/soda-can.svg b/client/public/icons/game-icons/000000/guard13007/soda-can.svg new file mode 100644 index 00000000..094b1511 --- /dev/null +++ b/client/public/icons/game-icons/000000/guard13007/soda-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/heavenly-dog/catapult.svg b/client/public/icons/game-icons/000000/heavenly-dog/catapult.svg new file mode 100644 index 00000000..714be185 --- /dev/null +++ b/client/public/icons/game-icons/000000/heavenly-dog/catapult.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/heavenly-dog/defensive-wall.svg b/client/public/icons/game-icons/000000/heavenly-dog/defensive-wall.svg new file mode 100644 index 00000000..d49c2493 --- /dev/null +++ b/client/public/icons/game-icons/000000/heavenly-dog/defensive-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/irongamer/armored-pants.svg b/client/public/icons/game-icons/000000/irongamer/armored-pants.svg new file mode 100644 index 00000000..9f391edc --- /dev/null +++ b/client/public/icons/game-icons/000000/irongamer/armored-pants.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/john-colburn/pistol-gun.svg b/client/public/icons/game-icons/000000/john-colburn/pistol-gun.svg new file mode 100644 index 00000000..fd96dc6b --- /dev/null +++ b/client/public/icons/game-icons/000000/john-colburn/pistol-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/john-redman/paper.svg b/client/public/icons/game-icons/000000/john-redman/paper.svg new file mode 100644 index 00000000..75dcee2f --- /dev/null +++ b/client/public/icons/game-icons/000000/john-redman/paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/john-redman/rock.svg b/client/public/icons/game-icons/000000/john-redman/rock.svg new file mode 100644 index 00000000..c544803e --- /dev/null +++ b/client/public/icons/game-icons/000000/john-redman/rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/john-redman/scissors.svg b/client/public/icons/game-icons/000000/john-redman/scissors.svg new file mode 100644 index 00000000..fcb51b64 --- /dev/null +++ b/client/public/icons/game-icons/000000/john-redman/scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/kier-heyl/dwarf-helmet.svg b/client/public/icons/game-icons/000000/kier-heyl/dwarf-helmet.svg new file mode 100644 index 00000000..5010ee8a --- /dev/null +++ b/client/public/icons/game-icons/000000/kier-heyl/dwarf-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/kier-heyl/dwarf-king.svg b/client/public/icons/game-icons/000000/kier-heyl/dwarf-king.svg new file mode 100644 index 00000000..28d46560 --- /dev/null +++ b/client/public/icons/game-icons/000000/kier-heyl/dwarf-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/kier-heyl/elf-helmet.svg b/client/public/icons/game-icons/000000/kier-heyl/elf-helmet.svg new file mode 100644 index 00000000..f6161c90 --- /dev/null +++ b/client/public/icons/game-icons/000000/kier-heyl/elf-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ace.svg b/client/public/icons/game-icons/000000/lorc/ace.svg new file mode 100644 index 00000000..5192ad88 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/acid-blob.svg b/client/public/icons/game-icons/000000/lorc/acid-blob.svg new file mode 100644 index 00000000..7ddcc753 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/acid-blob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/acorn.svg b/client/public/icons/game-icons/000000/lorc/acorn.svg new file mode 100644 index 00000000..d988dfcb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/acorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/aerial-signal.svg b/client/public/icons/game-icons/000000/lorc/aerial-signal.svg new file mode 100644 index 00000000..1a904d99 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/aerial-signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/aerodynamic-harpoon.svg b/client/public/icons/game-icons/000000/lorc/aerodynamic-harpoon.svg new file mode 100644 index 00000000..851f34f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/aerodynamic-harpoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/aerosol.svg b/client/public/icons/game-icons/000000/lorc/aerosol.svg new file mode 100644 index 00000000..c21e1e5e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/aerosol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/afterburn.svg b/client/public/icons/game-icons/000000/lorc/afterburn.svg new file mode 100644 index 00000000..6a5f71d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/afterburn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/air-zigzag.svg b/client/public/icons/game-icons/000000/lorc/air-zigzag.svg new file mode 100644 index 00000000..641d44f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/air-zigzag.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/lorc/alien-fire.svg b/client/public/icons/game-icons/000000/lorc/alien-fire.svg new file mode 100644 index 00000000..876fcec0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/alien-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/alien-skull.svg b/client/public/icons/game-icons/000000/lorc/alien-skull.svg new file mode 100644 index 00000000..298267e0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/alien-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/alien-stare.svg b/client/public/icons/game-icons/000000/lorc/alien-stare.svg new file mode 100644 index 00000000..f6f7c30e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/alien-stare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/all-for-one.svg b/client/public/icons/game-icons/000000/lorc/all-for-one.svg new file mode 100644 index 00000000..c6aee30a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/all-for-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/alligator-clip.svg b/client/public/icons/game-icons/000000/lorc/alligator-clip.svg new file mode 100644 index 00000000..b48a4e86 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/alligator-clip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ammonite-fossil.svg b/client/public/icons/game-icons/000000/lorc/ammonite-fossil.svg new file mode 100644 index 00000000..f8368909 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ammonite-fossil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ammonite.svg b/client/public/icons/game-icons/000000/lorc/ammonite.svg new file mode 100644 index 00000000..f7b4cce4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ammonite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/anatomy.svg b/client/public/icons/game-icons/000000/lorc/anatomy.svg new file mode 100644 index 00000000..913a4c0e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/anatomy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/anchor.svg b/client/public/icons/game-icons/000000/lorc/anchor.svg new file mode 100644 index 00000000..36d115c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/anchor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/android-mask.svg b/client/public/icons/game-icons/000000/lorc/android-mask.svg new file mode 100644 index 00000000..9a8a5ea8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/android-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/andromeda-chain.svg b/client/public/icons/game-icons/000000/lorc/andromeda-chain.svg new file mode 100644 index 00000000..81c6a3e7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/andromeda-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/angel-outfit.svg b/client/public/icons/game-icons/000000/lorc/angel-outfit.svg new file mode 100644 index 00000000..ba4539bc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/angel-outfit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/angel-wings.svg b/client/public/icons/game-icons/000000/lorc/angel-wings.svg new file mode 100644 index 00000000..8eb10e29 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/angel-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/angler-fish.svg b/client/public/icons/game-icons/000000/lorc/angler-fish.svg new file mode 100644 index 00000000..362b008e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/angler-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/angular-spider.svg b/client/public/icons/game-icons/000000/lorc/angular-spider.svg new file mode 100644 index 00000000..c0051be8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/angular-spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/animal-skull.svg b/client/public/icons/game-icons/000000/lorc/animal-skull.svg new file mode 100644 index 00000000..c402475d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/animal-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ankh.svg b/client/public/icons/game-icons/000000/lorc/ankh.svg new file mode 100644 index 00000000..9f942246 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ankh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/anthem.svg b/client/public/icons/game-icons/000000/lorc/anthem.svg new file mode 100644 index 00000000..bd1000b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/anthem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/anvil-impact.svg b/client/public/icons/game-icons/000000/lorc/anvil-impact.svg new file mode 100644 index 00000000..ef54c612 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/anvil-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/anvil.svg b/client/public/icons/game-icons/000000/lorc/anvil.svg new file mode 100644 index 00000000..b0c2259c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/anvil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/apple-maggot.svg b/client/public/icons/game-icons/000000/lorc/apple-maggot.svg new file mode 100644 index 00000000..a52a68e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/apple-maggot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/apple-seeds.svg b/client/public/icons/game-icons/000000/lorc/apple-seeds.svg new file mode 100644 index 00000000..d2e4264a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/apple-seeds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/archery-target.svg b/client/public/icons/game-icons/000000/lorc/archery-target.svg new file mode 100644 index 00000000..85654cf3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/archery-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/architect-mask.svg b/client/public/icons/game-icons/000000/lorc/architect-mask.svg new file mode 100644 index 00000000..87f38a59 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/architect-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arcing-bolt.svg b/client/public/icons/game-icons/000000/lorc/arcing-bolt.svg new file mode 100644 index 00000000..c05b8a44 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arcing-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/armadillo-tail.svg b/client/public/icons/game-icons/000000/lorc/armadillo-tail.svg new file mode 100644 index 00000000..5e53fc5a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/armadillo-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/armor-vest.svg b/client/public/icons/game-icons/000000/lorc/armor-vest.svg new file mode 100644 index 00000000..60abfec7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/armor-vest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/armoured-shell.svg b/client/public/icons/game-icons/000000/lorc/armoured-shell.svg new file mode 100644 index 00000000..9c74dfb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/armoured-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arrow-cluster.svg b/client/public/icons/game-icons/000000/lorc/arrow-cluster.svg new file mode 100644 index 00000000..d2f2908b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arrow-cluster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arrow-dunk.svg b/client/public/icons/game-icons/000000/lorc/arrow-dunk.svg new file mode 100644 index 00000000..8b0c802f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arrow-dunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arrow-flights.svg b/client/public/icons/game-icons/000000/lorc/arrow-flights.svg new file mode 100644 index 00000000..e81b5bf3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arrow-flights.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arrow-scope.svg b/client/public/icons/game-icons/000000/lorc/arrow-scope.svg new file mode 100644 index 00000000..e568d76f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arrow-scope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arrowed.svg b/client/public/icons/game-icons/000000/lorc/arrowed.svg new file mode 100644 index 00000000..ea3680c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arrowed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arrowhead.svg b/client/public/icons/game-icons/000000/lorc/arrowhead.svg new file mode 100644 index 00000000..20166dac --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arrowhead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arrows-shield.svg b/client/public/icons/game-icons/000000/lorc/arrows-shield.svg new file mode 100644 index 00000000..b25bd8d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arrows-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/arson.svg b/client/public/icons/game-icons/000000/lorc/arson.svg new file mode 100644 index 00000000..de9893d1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/arson.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/artificial-hive.svg b/client/public/icons/game-icons/000000/lorc/artificial-hive.svg new file mode 100644 index 00000000..22e3fdbb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/artificial-hive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/assassin-pocket.svg b/client/public/icons/game-icons/000000/lorc/assassin-pocket.svg new file mode 100644 index 00000000..24f764d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/assassin-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/at-sea.svg b/client/public/icons/game-icons/000000/lorc/at-sea.svg new file mode 100644 index 00000000..800acb2e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/at-sea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/atomic-slashes.svg b/client/public/icons/game-icons/000000/lorc/atomic-slashes.svg new file mode 100644 index 00000000..7d72eb9e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/atomic-slashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/aubergine.svg b/client/public/icons/game-icons/000000/lorc/aubergine.svg new file mode 100644 index 00000000..4b0795f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/aubergine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/aura.svg b/client/public/icons/game-icons/000000/lorc/aura.svg new file mode 100644 index 00000000..93a45341 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/auto-repair.svg b/client/public/icons/game-icons/000000/lorc/auto-repair.svg new file mode 100644 index 00000000..6edf2526 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/auto-repair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/autogun.svg b/client/public/icons/game-icons/000000/lorc/autogun.svg new file mode 100644 index 00000000..e5c06870 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/autogun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/automatic-sas.svg b/client/public/icons/game-icons/000000/lorc/automatic-sas.svg new file mode 100644 index 00000000..7edcd10a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/automatic-sas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/awareness.svg b/client/public/icons/game-icons/000000/lorc/awareness.svg new file mode 100644 index 00000000..0479941f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/awareness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/axe-in-stump.svg b/client/public/icons/game-icons/000000/lorc/axe-in-stump.svg new file mode 100644 index 00000000..d6b46f0b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/axe-in-stump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/axe-swing.svg b/client/public/icons/game-icons/000000/lorc/axe-swing.svg new file mode 100644 index 00000000..4b9be6d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/axe-swing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/back-forth.svg b/client/public/icons/game-icons/000000/lorc/back-forth.svg new file mode 100644 index 00000000..c903475c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/back-forth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/back-pain.svg b/client/public/icons/game-icons/000000/lorc/back-pain.svg new file mode 100644 index 00000000..5dd3c971 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/back-pain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/backbone-shell.svg b/client/public/icons/game-icons/000000/lorc/backbone-shell.svg new file mode 100644 index 00000000..c0a44754 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/backbone-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/backstab.svg b/client/public/icons/game-icons/000000/lorc/backstab.svg new file mode 100644 index 00000000..eda75ec8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/backstab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/backup.svg b/client/public/icons/game-icons/000000/lorc/backup.svg new file mode 100644 index 00000000..93850651 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/backup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ball-glow.svg b/client/public/icons/game-icons/000000/lorc/ball-glow.svg new file mode 100644 index 00000000..a4223f34 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ball-glow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ball-heart.svg b/client/public/icons/game-icons/000000/lorc/ball-heart.svg new file mode 100644 index 00000000..dcb64c9a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ball-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/balloons.svg b/client/public/icons/game-icons/000000/lorc/balloons.svg new file mode 100644 index 00000000..ca56623e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/balloons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bandage-roll.svg b/client/public/icons/game-icons/000000/lorc/bandage-roll.svg new file mode 100644 index 00000000..db7c9563 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bandage-roll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bandaged.svg b/client/public/icons/game-icons/000000/lorc/bandaged.svg new file mode 100644 index 00000000..a0f68fee --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bandaged.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barbed-arrow.svg b/client/public/icons/game-icons/000000/lorc/barbed-arrow.svg new file mode 100644 index 00000000..0ef65205 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barbed-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barbed-coil.svg b/client/public/icons/game-icons/000000/lorc/barbed-coil.svg new file mode 100644 index 00000000..ce4a53b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barbed-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barbed-nails.svg b/client/public/icons/game-icons/000000/lorc/barbed-nails.svg new file mode 100644 index 00000000..8da42148 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barbed-nails.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barbed-spear.svg b/client/public/icons/game-icons/000000/lorc/barbed-spear.svg new file mode 100644 index 00000000..9df6331f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barbed-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barbed-star.svg b/client/public/icons/game-icons/000000/lorc/barbed-star.svg new file mode 100644 index 00000000..916bfdf9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barbed-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barbed-sun.svg b/client/public/icons/game-icons/000000/lorc/barbed-sun.svg new file mode 100644 index 00000000..08807996 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barbed-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barbed-wire.svg b/client/public/icons/game-icons/000000/lorc/barbed-wire.svg new file mode 100644 index 00000000..cb8a9c75 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barbed-wire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barbute.svg b/client/public/icons/game-icons/000000/lorc/barbute.svg new file mode 100644 index 00000000..ae0bd7ea --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barbute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/barefoot.svg b/client/public/icons/game-icons/000000/lorc/barefoot.svg new file mode 100644 index 00000000..698831fb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/barefoot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bat-blade.svg b/client/public/icons/game-icons/000000/lorc/bat-blade.svg new file mode 100644 index 00000000..5ad8b1e4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bat-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bat-wing.svg b/client/public/icons/game-icons/000000/lorc/bat-wing.svg new file mode 100644 index 00000000..a63b378e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bat-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/battered-axe.svg b/client/public/icons/game-icons/000000/lorc/battered-axe.svg new file mode 100644 index 00000000..95aaf25b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/battered-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/batteries.svg b/client/public/icons/game-icons/000000/lorc/batteries.svg new file mode 100644 index 00000000..f88b6d5d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/batteries.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/battle-axe.svg b/client/public/icons/game-icons/000000/lorc/battle-axe.svg new file mode 100644 index 00000000..c4be6618 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/battle-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/battle-gear.svg b/client/public/icons/game-icons/000000/lorc/battle-gear.svg new file mode 100644 index 00000000..da2a6720 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/battle-gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/battle-tank.svg b/client/public/icons/game-icons/000000/lorc/battle-tank.svg new file mode 100644 index 00000000..eb3694ed --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/battle-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/batwing-emblem.svg b/client/public/icons/game-icons/000000/lorc/batwing-emblem.svg new file mode 100644 index 00000000..c21dad31 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/batwing-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beam-wake.svg b/client/public/icons/game-icons/000000/lorc/beam-wake.svg new file mode 100644 index 00000000..b8882ce6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beam-wake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beams-aura.svg b/client/public/icons/game-icons/000000/lorc/beams-aura.svg new file mode 100644 index 00000000..1f5ea2db --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beams-aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beanstalk.svg b/client/public/icons/game-icons/000000/lorc/beanstalk.svg new file mode 100644 index 00000000..b399499d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beanstalk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beard.svg b/client/public/icons/game-icons/000000/lorc/beard.svg new file mode 100644 index 00000000..0b75008e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beast-eye.svg b/client/public/icons/game-icons/000000/lorc/beast-eye.svg new file mode 100644 index 00000000..c321d930 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beast-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bee.svg b/client/public/icons/game-icons/000000/lorc/bee.svg new file mode 100644 index 00000000..924520f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beech.svg b/client/public/icons/game-icons/000000/lorc/beech.svg new file mode 100644 index 00000000..fe21a496 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beer-stein.svg b/client/public/icons/game-icons/000000/lorc/beer-stein.svg new file mode 100644 index 00000000..78db2312 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beer-stein.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beetle-shell.svg b/client/public/icons/game-icons/000000/lorc/beetle-shell.svg new file mode 100644 index 00000000..c70253c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beetle-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/behold.svg b/client/public/icons/game-icons/000000/lorc/behold.svg new file mode 100644 index 00000000..426225af --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/behold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bell-shield.svg b/client/public/icons/game-icons/000000/lorc/bell-shield.svg new file mode 100644 index 00000000..53d8638b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bell-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/belt-buckles.svg b/client/public/icons/game-icons/000000/lorc/belt-buckles.svg new file mode 100644 index 00000000..76800591 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/belt-buckles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bestial-fangs.svg b/client/public/icons/game-icons/000000/lorc/bestial-fangs.svg new file mode 100644 index 00000000..5d9d23d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bestial-fangs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/beveled-star.svg b/client/public/icons/game-icons/000000/lorc/beveled-star.svg new file mode 100644 index 00000000..c925e96e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/beveled-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/big-wave.svg b/client/public/icons/game-icons/000000/lorc/big-wave.svg new file mode 100644 index 00000000..ec55dfeb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/big-wave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/biohazard.svg b/client/public/icons/game-icons/000000/lorc/biohazard.svg new file mode 100644 index 00000000..8551346b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/biohazard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bird-claw.svg b/client/public/icons/game-icons/000000/lorc/bird-claw.svg new file mode 100644 index 00000000..a2f4ddb0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bird-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bird-limb.svg b/client/public/icons/game-icons/000000/lorc/bird-limb.svg new file mode 100644 index 00000000..8da4f80e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bird-limb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bird-mask.svg b/client/public/icons/game-icons/000000/lorc/bird-mask.svg new file mode 100644 index 00000000..3f0f6056 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bird-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bird-twitter.svg b/client/public/icons/game-icons/000000/lorc/bird-twitter.svg new file mode 100644 index 00000000..88f15352 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bird-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/black-bar.svg b/client/public/icons/game-icons/000000/lorc/black-bar.svg new file mode 100644 index 00000000..0e8385eb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/black-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/black-flag.svg b/client/public/icons/game-icons/000000/lorc/black-flag.svg new file mode 100644 index 00000000..bc6b8ed4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/black-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/black-hand-shield.svg b/client/public/icons/game-icons/000000/lorc/black-hand-shield.svg new file mode 100644 index 00000000..c24021cd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/black-hand-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/black-hole-bolas.svg b/client/public/icons/game-icons/000000/lorc/black-hole-bolas.svg new file mode 100644 index 00000000..dc3c0153 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/black-hole-bolas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/blackball.svg b/client/public/icons/game-icons/000000/lorc/blackball.svg new file mode 100644 index 00000000..0af73b2e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/blackball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/blackcurrant.svg b/client/public/icons/game-icons/000000/lorc/blackcurrant.svg new file mode 100644 index 00000000..a64bd506 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/blackcurrant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/blade-bite.svg b/client/public/icons/game-icons/000000/lorc/blade-bite.svg new file mode 100644 index 00000000..afe9b150 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/blade-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/blade-drag.svg b/client/public/icons/game-icons/000000/lorc/blade-drag.svg new file mode 100644 index 00000000..f6539e16 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/blade-drag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/blade-fall.svg b/client/public/icons/game-icons/000000/lorc/blade-fall.svg new file mode 100644 index 00000000..8024cd7e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/blade-fall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bleeding-eye.svg b/client/public/icons/game-icons/000000/lorc/bleeding-eye.svg new file mode 100644 index 00000000..6339dfd0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bleeding-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bleeding-heart.svg b/client/public/icons/game-icons/000000/lorc/bleeding-heart.svg new file mode 100644 index 00000000..521af995 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bleeding-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bleeding-wound.svg b/client/public/icons/game-icons/000000/lorc/bleeding-wound.svg new file mode 100644 index 00000000..80aef452 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bleeding-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bloody-stash.svg b/client/public/icons/game-icons/000000/lorc/bloody-stash.svg new file mode 100644 index 00000000..7a741f5a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bloody-stash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bloody-sword.svg b/client/public/icons/game-icons/000000/lorc/bloody-sword.svg new file mode 100644 index 00000000..8d9dbd1e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bloody-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/blunderbuss.svg b/client/public/icons/game-icons/000000/lorc/blunderbuss.svg new file mode 100644 index 00000000..2c4f97ef --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/blunderbuss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boar-tusks.svg b/client/public/icons/game-icons/000000/lorc/boar-tusks.svg new file mode 100644 index 00000000..d7214a98 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boar-tusks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/body-swapping.svg b/client/public/icons/game-icons/000000/lorc/body-swapping.svg new file mode 100644 index 00000000..0e4cb736 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/body-swapping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boiling-bubbles.svg b/client/public/icons/game-icons/000000/lorc/boiling-bubbles.svg new file mode 100644 index 00000000..0b0b9dee --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boiling-bubbles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bolas.svg b/client/public/icons/game-icons/000000/lorc/bolas.svg new file mode 100644 index 00000000..09f0df61 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bolas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bolt-eye.svg b/client/public/icons/game-icons/000000/lorc/bolt-eye.svg new file mode 100644 index 00000000..4deffe64 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bolt-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bolt-saw.svg b/client/public/icons/game-icons/000000/lorc/bolt-saw.svg new file mode 100644 index 00000000..077e15ae --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bolt-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bolt-shield.svg b/client/public/icons/game-icons/000000/lorc/bolt-shield.svg new file mode 100644 index 00000000..23b4c23f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bolt-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bolter-gun.svg b/client/public/icons/game-icons/000000/lorc/bolter-gun.svg new file mode 100644 index 00000000..86b4adc0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bolter-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bombing-run.svg b/client/public/icons/game-icons/000000/lorc/bombing-run.svg new file mode 100644 index 00000000..31248580 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bombing-run.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bone-gnawer.svg b/client/public/icons/game-icons/000000/lorc/bone-gnawer.svg new file mode 100644 index 00000000..2c9fc365 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bone-gnawer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bone-knife.svg b/client/public/icons/game-icons/000000/lorc/bone-knife.svg new file mode 100644 index 00000000..a734daf8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bone-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/book-aura.svg b/client/public/icons/game-icons/000000/lorc/book-aura.svg new file mode 100644 index 00000000..3de4331f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/book-aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/book-cover.svg b/client/public/icons/game-icons/000000/lorc/book-cover.svg new file mode 100644 index 00000000..b7e7bc67 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/book-cover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/book-storm.svg b/client/public/icons/game-icons/000000/lorc/book-storm.svg new file mode 100644 index 00000000..162bf748 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/book-storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bookmark.svg b/client/public/icons/game-icons/000000/lorc/bookmark.svg new file mode 100644 index 00000000..47cda4cf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bookmarklet.svg b/client/public/icons/game-icons/000000/lorc/bookmarklet.svg new file mode 100644 index 00000000..b517fc20 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bookmarklet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boomerang-sun.svg b/client/public/icons/game-icons/000000/lorc/boomerang-sun.svg new file mode 100644 index 00000000..e1c5d658 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boomerang-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boot-kick.svg b/client/public/icons/game-icons/000000/lorc/boot-kick.svg new file mode 100644 index 00000000..b4303c59 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boot-kick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boot-prints.svg b/client/public/icons/game-icons/000000/lorc/boot-prints.svg new file mode 100644 index 00000000..0847ed28 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boot-prints.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boot-stomp.svg b/client/public/icons/game-icons/000000/lorc/boot-stomp.svg new file mode 100644 index 00000000..40af8461 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boot-stomp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boots.svg b/client/public/icons/game-icons/000000/lorc/boots.svg new file mode 100644 index 00000000..853e3842 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bordered-shield.svg b/client/public/icons/game-icons/000000/lorc/bordered-shield.svg new file mode 100644 index 00000000..03464dc5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bordered-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bottle-vapors.svg b/client/public/icons/game-icons/000000/lorc/bottle-vapors.svg new file mode 100644 index 00000000..b644e97a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bottle-vapors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bottled-bolt.svg b/client/public/icons/game-icons/000000/lorc/bottled-bolt.svg new file mode 100644 index 00000000..91bd2bb3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bottled-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bottom-right-3d-arrow.svg b/client/public/icons/game-icons/000000/lorc/bottom-right-3d-arrow.svg new file mode 100644 index 00000000..40683a46 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bottom-right-3d-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bouncing-sword.svg b/client/public/icons/game-icons/000000/lorc/bouncing-sword.svg new file mode 100644 index 00000000..d8f33d06 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bouncing-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bowie-knife.svg b/client/public/icons/game-icons/000000/lorc/bowie-knife.svg new file mode 100644 index 00000000..44a31281 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bowie-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bowl-spiral.svg b/client/public/icons/game-icons/000000/lorc/bowl-spiral.svg new file mode 100644 index 00000000..6ea613be --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bowl-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bowling-propulsion.svg b/client/public/icons/game-icons/000000/lorc/bowling-propulsion.svg new file mode 100644 index 00000000..33759617 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bowling-propulsion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bowman.svg b/client/public/icons/game-icons/000000/lorc/bowman.svg new file mode 100644 index 00000000..f95cba60 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bowman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boxing-glove-surprise.svg b/client/public/icons/game-icons/000000/lorc/boxing-glove-surprise.svg new file mode 100644 index 00000000..52a11ddd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boxing-glove-surprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/boxing-glove.svg b/client/public/icons/game-icons/000000/lorc/boxing-glove.svg new file mode 100644 index 00000000..e783807e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/boxing-glove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/brain-freeze.svg b/client/public/icons/game-icons/000000/lorc/brain-freeze.svg new file mode 100644 index 00000000..7e18ea34 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/brain-freeze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/brain-stem.svg b/client/public/icons/game-icons/000000/lorc/brain-stem.svg new file mode 100644 index 00000000..5ac2cf8d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/brain-stem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/brain.svg b/client/public/icons/game-icons/000000/lorc/brain.svg new file mode 100644 index 00000000..7a23fa8f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/brainstorm.svg b/client/public/icons/game-icons/000000/lorc/brainstorm.svg new file mode 100644 index 00000000..404f4d12 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/brainstorm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/branch-arrow.svg b/client/public/icons/game-icons/000000/lorc/branch-arrow.svg new file mode 100644 index 00000000..cf6cf843 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/branch-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/brandy-bottle.svg b/client/public/icons/game-icons/000000/lorc/brandy-bottle.svg new file mode 100644 index 00000000..693fdd0f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/brandy-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/brass-eye.svg b/client/public/icons/game-icons/000000/lorc/brass-eye.svg new file mode 100644 index 00000000..fe2c7ebf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/brass-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/breastplate.svg b/client/public/icons/game-icons/000000/lorc/breastplate.svg new file mode 100644 index 00000000..dddc8a09 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/breastplate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bridge.svg b/client/public/icons/game-icons/000000/lorc/bridge.svg new file mode 100644 index 00000000..01768996 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bright-explosion.svg b/client/public/icons/game-icons/000000/lorc/bright-explosion.svg new file mode 100644 index 00000000..3a3c6e1a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bright-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broad-dagger.svg b/client/public/icons/game-icons/000000/lorc/broad-dagger.svg new file mode 100644 index 00000000..5ec33df5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broad-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broadhead-arrow.svg b/client/public/icons/game-icons/000000/lorc/broadhead-arrow.svg new file mode 100644 index 00000000..1a0a00bd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broadhead-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broadsword.svg b/client/public/icons/game-icons/000000/lorc/broadsword.svg new file mode 100644 index 00000000..a8995a90 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broadsword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broken-bone.svg b/client/public/icons/game-icons/000000/lorc/broken-bone.svg new file mode 100644 index 00000000..4fd17de9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broken-bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broken-bottle.svg b/client/public/icons/game-icons/000000/lorc/broken-bottle.svg new file mode 100644 index 00000000..52285988 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broken-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broken-heart-zone.svg b/client/public/icons/game-icons/000000/lorc/broken-heart-zone.svg new file mode 100644 index 00000000..db1c2e25 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broken-heart-zone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broken-heart.svg b/client/public/icons/game-icons/000000/lorc/broken-heart.svg new file mode 100644 index 00000000..9630ba51 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broken-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broken-ribbon.svg b/client/public/icons/game-icons/000000/lorc/broken-ribbon.svg new file mode 100644 index 00000000..8aee6e68 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broken-ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broken-shield.svg b/client/public/icons/game-icons/000000/lorc/broken-shield.svg new file mode 100644 index 00000000..61f7f760 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broken-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broken-skull.svg b/client/public/icons/game-icons/000000/lorc/broken-skull.svg new file mode 100644 index 00000000..9e1d71e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broken-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/broken-tablet.svg b/client/public/icons/game-icons/000000/lorc/broken-tablet.svg new file mode 100644 index 00000000..0da20e1a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/broken-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bubble-field.svg b/client/public/icons/game-icons/000000/lorc/bubble-field.svg new file mode 100644 index 00000000..6c7504b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bubble-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bubbles.svg b/client/public/icons/game-icons/000000/lorc/bubbles.svg new file mode 100644 index 00000000..07647ac7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bubbles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bubbling-beam.svg b/client/public/icons/game-icons/000000/lorc/bubbling-beam.svg new file mode 100644 index 00000000..14883325 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bubbling-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bubbling-bowl.svg b/client/public/icons/game-icons/000000/lorc/bubbling-bowl.svg new file mode 100644 index 00000000..b816610c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bubbling-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bubbling-flask.svg b/client/public/icons/game-icons/000000/lorc/bubbling-flask.svg new file mode 100644 index 00000000..20811bfa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bubbling-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bud.svg b/client/public/icons/game-icons/000000/lorc/bud.svg new file mode 100644 index 00000000..351b7c79 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bugle-call.svg b/client/public/icons/game-icons/000000/lorc/bugle-call.svg new file mode 100644 index 00000000..ea941c82 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bugle-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bulb.svg b/client/public/icons/game-icons/000000/lorc/bulb.svg new file mode 100644 index 00000000..085018a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bull-horns.svg b/client/public/icons/game-icons/000000/lorc/bull-horns.svg new file mode 100644 index 00000000..2b2faaca --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bull-horns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bull.svg b/client/public/icons/game-icons/000000/lorc/bull.svg new file mode 100644 index 00000000..e023be6a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/bullets.svg b/client/public/icons/game-icons/000000/lorc/bullets.svg new file mode 100644 index 00000000..975db57b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/bullets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-blobs.svg b/client/public/icons/game-icons/000000/lorc/burning-blobs.svg new file mode 100644 index 00000000..3d0acd27 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-blobs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-book.svg b/client/public/icons/game-icons/000000/lorc/burning-book.svg new file mode 100644 index 00000000..ccac02df --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-dot.svg b/client/public/icons/game-icons/000000/lorc/burning-dot.svg new file mode 100644 index 00000000..6876cb5c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-dot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-embers.svg b/client/public/icons/game-icons/000000/lorc/burning-embers.svg new file mode 100644 index 00000000..c2c2a81d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-embers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-eye.svg b/client/public/icons/game-icons/000000/lorc/burning-eye.svg new file mode 100644 index 00000000..41dfc76a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-meteor.svg b/client/public/icons/game-icons/000000/lorc/burning-meteor.svg new file mode 100644 index 00000000..44cc7a86 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-meteor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-passion.svg b/client/public/icons/game-icons/000000/lorc/burning-passion.svg new file mode 100644 index 00000000..a408382b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-passion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-round-shot.svg b/client/public/icons/game-icons/000000/lorc/burning-round-shot.svg new file mode 100644 index 00000000..e7aeb7d1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-round-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burning-tree.svg b/client/public/icons/game-icons/000000/lorc/burning-tree.svg new file mode 100644 index 00000000..9e048777 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burning-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/burst-blob.svg b/client/public/icons/game-icons/000000/lorc/burst-blob.svg new file mode 100644 index 00000000..03df8870 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/burst-blob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/butterfly-warning.svg b/client/public/icons/game-icons/000000/lorc/butterfly-warning.svg new file mode 100644 index 00000000..802fdb6a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/butterfly-warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/butterfly.svg b/client/public/icons/game-icons/000000/lorc/butterfly.svg new file mode 100644 index 00000000..c326c171 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/butterfly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/caged-ball.svg b/client/public/icons/game-icons/000000/lorc/caged-ball.svg new file mode 100644 index 00000000..a67d7a22 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/caged-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cake-slice.svg b/client/public/icons/game-icons/000000/lorc/cake-slice.svg new file mode 100644 index 00000000..4204a618 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cake-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/caldera.svg b/client/public/icons/game-icons/000000/lorc/caldera.svg new file mode 100644 index 00000000..45fafa7c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/caldera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/campfire.svg b/client/public/icons/game-icons/000000/lorc/campfire.svg new file mode 100644 index 00000000..42f2e6c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/campfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/candle-flame.svg b/client/public/icons/game-icons/000000/lorc/candle-flame.svg new file mode 100644 index 00000000..9ce600c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/candle-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/candle-holder.svg b/client/public/icons/game-icons/000000/lorc/candle-holder.svg new file mode 100644 index 00000000..5f2df9e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/candle-holder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/candle-light.svg b/client/public/icons/game-icons/000000/lorc/candle-light.svg new file mode 100644 index 00000000..13a850fc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/candle-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/candle-skull.svg b/client/public/icons/game-icons/000000/lorc/candle-skull.svg new file mode 100644 index 00000000..682043e9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/candle-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/candlebright.svg b/client/public/icons/game-icons/000000/lorc/candlebright.svg new file mode 100644 index 00000000..86a301ca --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/candlebright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cannister.svg b/client/public/icons/game-icons/000000/lorc/cannister.svg new file mode 100644 index 00000000..76d1e172 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cannister.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cannon-ball.svg b/client/public/icons/game-icons/000000/lorc/cannon-ball.svg new file mode 100644 index 00000000..60baeed3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cannon-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cannon-shot.svg b/client/public/icons/game-icons/000000/lorc/cannon-shot.svg new file mode 100644 index 00000000..d64e79e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cannon-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cannon.svg b/client/public/icons/game-icons/000000/lorc/cannon.svg new file mode 100644 index 00000000..36936184 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cannon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/capitol.svg b/client/public/icons/game-icons/000000/lorc/capitol.svg new file mode 100644 index 00000000..ea383f42 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/capitol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cargo-crane.svg b/client/public/icons/game-icons/000000/lorc/cargo-crane.svg new file mode 100644 index 00000000..fd5ec3aa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cargo-crane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/carillon.svg b/client/public/icons/game-icons/000000/lorc/carillon.svg new file mode 100644 index 00000000..3a3dfa00 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/carillon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/carnivore-mouth.svg b/client/public/icons/game-icons/000000/lorc/carnivore-mouth.svg new file mode 100644 index 00000000..2785afa3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/carnivore-mouth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/carrion.svg b/client/public/icons/game-icons/000000/lorc/carrion.svg new file mode 100644 index 00000000..89c103c0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/carrion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cartwheel.svg b/client/public/icons/game-icons/000000/lorc/cartwheel.svg new file mode 100644 index 00000000..38839988 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cartwheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cash.svg b/client/public/icons/game-icons/000000/lorc/cash.svg new file mode 100644 index 00000000..0d5dc528 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/castle.svg b/client/public/icons/game-icons/000000/lorc/castle.svg new file mode 100644 index 00000000..52ab3f86 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cat.svg b/client/public/icons/game-icons/000000/lorc/cat.svg new file mode 100644 index 00000000..103a65bc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cauldron.svg b/client/public/icons/game-icons/000000/lorc/cauldron.svg new file mode 100644 index 00000000..751b0736 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cauldron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/celebration-fire.svg b/client/public/icons/game-icons/000000/lorc/celebration-fire.svg new file mode 100644 index 00000000..d2dc9d6f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/celebration-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/centipede.svg b/client/public/icons/game-icons/000000/lorc/centipede.svg new file mode 100644 index 00000000..abae1375 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/centipede.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chained-arrow-heads.svg b/client/public/icons/game-icons/000000/lorc/chained-arrow-heads.svg new file mode 100644 index 00000000..d0a6d44a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chained-arrow-heads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chained-heart.svg b/client/public/icons/game-icons/000000/lorc/chained-heart.svg new file mode 100644 index 00000000..d146d0e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chained-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chalice-drops.svg b/client/public/icons/game-icons/000000/lorc/chalice-drops.svg new file mode 100644 index 00000000..8a4c345c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chalice-drops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/charged-arrow.svg b/client/public/icons/game-icons/000000/lorc/charged-arrow.svg new file mode 100644 index 00000000..2e15d373 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/charged-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/charm.svg b/client/public/icons/game-icons/000000/lorc/charm.svg new file mode 100644 index 00000000..04e2d32c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/charm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/checkbox-tree.svg b/client/public/icons/game-icons/000000/lorc/checkbox-tree.svg new file mode 100644 index 00000000..c4cd43ff --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/checkbox-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/checked-shield.svg b/client/public/icons/game-icons/000000/lorc/checked-shield.svg new file mode 100644 index 00000000..d43be861 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/checked-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/checkered-diamond.svg b/client/public/icons/game-icons/000000/lorc/checkered-diamond.svg new file mode 100644 index 00000000..8f3e9ef3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/checkered-diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cheerful.svg b/client/public/icons/game-icons/000000/lorc/cheerful.svg new file mode 100644 index 00000000..189e4a88 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cheerful.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cheese-wedge.svg b/client/public/icons/game-icons/000000/lorc/cheese-wedge.svg new file mode 100644 index 00000000..6d9539bd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cheese-wedge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chemical-arrow.svg b/client/public/icons/game-icons/000000/lorc/chemical-arrow.svg new file mode 100644 index 00000000..60d731a1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chemical-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chemical-bolt.svg b/client/public/icons/game-icons/000000/lorc/chemical-bolt.svg new file mode 100644 index 00000000..d2ae8b03 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chemical-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chemical-drop.svg b/client/public/icons/game-icons/000000/lorc/chemical-drop.svg new file mode 100644 index 00000000..2e9c66fb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chemical-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chemical-tank.svg b/client/public/icons/game-icons/000000/lorc/chemical-tank.svg new file mode 100644 index 00000000..bbe89beb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chemical-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chewed-heart.svg b/client/public/icons/game-icons/000000/lorc/chewed-heart.svg new file mode 100644 index 00000000..70e4e303 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chewed-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chewed-skull.svg b/client/public/icons/game-icons/000000/lorc/chewed-skull.svg new file mode 100644 index 00000000..5dc06717 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chewed-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chicken-leg.svg b/client/public/icons/game-icons/000000/lorc/chicken-leg.svg new file mode 100644 index 00000000..ec0131d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chicken-leg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/chopped-skull.svg b/client/public/icons/game-icons/000000/lorc/chopped-skull.svg new file mode 100644 index 00000000..b3c420b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/chopped-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/circle-cage.svg b/client/public/icons/game-icons/000000/lorc/circle-cage.svg new file mode 100644 index 00000000..791b8202 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/circle-cage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/circle-claws.svg b/client/public/icons/game-icons/000000/lorc/circle-claws.svg new file mode 100644 index 00000000..c9e7ed47 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/circle-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/circle-sparks.svg b/client/public/icons/game-icons/000000/lorc/circle-sparks.svg new file mode 100644 index 00000000..d91b6ea3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/circle-sparks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/circuitry.svg b/client/public/icons/game-icons/000000/lorc/circuitry.svg new file mode 100644 index 00000000..5c9d5c6a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/circuitry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/circular-sawblade.svg b/client/public/icons/game-icons/000000/lorc/circular-sawblade.svg new file mode 100644 index 00000000..250204e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/circular-sawblade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/claw-hammer.svg b/client/public/icons/game-icons/000000/lorc/claw-hammer.svg new file mode 100644 index 00000000..ac4ef874 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/claw-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/claw-slashes.svg b/client/public/icons/game-icons/000000/lorc/claw-slashes.svg new file mode 100644 index 00000000..7b0303df --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/claw-slashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/claw-string.svg b/client/public/icons/game-icons/000000/lorc/claw-string.svg new file mode 100644 index 00000000..973b9279 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/claw-string.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cloak-dagger.svg b/client/public/icons/game-icons/000000/lorc/cloak-dagger.svg new file mode 100644 index 00000000..9fbe777c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cloak-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/clockwork.svg b/client/public/icons/game-icons/000000/lorc/clockwork.svg new file mode 100644 index 00000000..8f5b146c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/clockwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cloud-ring.svg b/client/public/icons/game-icons/000000/lorc/cloud-ring.svg new file mode 100644 index 00000000..d952c818 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cloud-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cloudy-fork.svg b/client/public/icons/game-icons/000000/lorc/cloudy-fork.svg new file mode 100644 index 00000000..98ca5ecd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cloudy-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/clout.svg b/client/public/icons/game-icons/000000/lorc/clout.svg new file mode 100644 index 00000000..f9502f82 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/clout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/clover.svg b/client/public/icons/game-icons/000000/lorc/clover.svg new file mode 100644 index 00000000..d9e9e9de --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/clover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cluster-bomb.svg b/client/public/icons/game-icons/000000/lorc/cluster-bomb.svg new file mode 100644 index 00000000..a37cbed7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cluster-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cobweb.svg b/client/public/icons/game-icons/000000/lorc/cobweb.svg new file mode 100644 index 00000000..adab874d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cobweb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/coffee-mug.svg b/client/public/icons/game-icons/000000/lorc/coffee-mug.svg new file mode 100644 index 00000000..1f649872 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/coffee-mug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/coffin.svg b/client/public/icons/game-icons/000000/lorc/coffin.svg new file mode 100644 index 00000000..d78cd55d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/coffin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cog-lock.svg b/client/public/icons/game-icons/000000/lorc/cog-lock.svg new file mode 100644 index 00000000..36bf082c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cog-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cog.svg b/client/public/icons/game-icons/000000/lorc/cog.svg new file mode 100644 index 00000000..3c3172d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cogsplosion.svg b/client/public/icons/game-icons/000000/lorc/cogsplosion.svg new file mode 100644 index 00000000..403a95fb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cogsplosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/coiling-curl.svg b/client/public/icons/game-icons/000000/lorc/coiling-curl.svg new file mode 100644 index 00000000..a0e1c3ac --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/coiling-curl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cold-heart.svg b/client/public/icons/game-icons/000000/lorc/cold-heart.svg new file mode 100644 index 00000000..4fedfd71 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cold-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/coma.svg b/client/public/icons/game-icons/000000/lorc/coma.svg new file mode 100644 index 00000000..6cc39cf1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/coma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/comb.svg b/client/public/icons/game-icons/000000/lorc/comb.svg new file mode 100644 index 00000000..f1cd4da4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/comb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/comet-spark.svg b/client/public/icons/game-icons/000000/lorc/comet-spark.svg new file mode 100644 index 00000000..e725e91b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/comet-spark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/compass.svg b/client/public/icons/game-icons/000000/lorc/compass.svg new file mode 100644 index 00000000..d0c8fa30 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/concentration-orb.svg b/client/public/icons/game-icons/000000/lorc/concentration-orb.svg new file mode 100644 index 00000000..7a684751 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/concentration-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/concentric-crescents.svg b/client/public/icons/game-icons/000000/lorc/concentric-crescents.svg new file mode 100644 index 00000000..56ec6d79 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/concentric-crescents.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/condor-emblem.svg b/client/public/icons/game-icons/000000/lorc/condor-emblem.svg new file mode 100644 index 00000000..e74f1e99 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/condor-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/condylura-skull.svg b/client/public/icons/game-icons/000000/lorc/condylura-skull.svg new file mode 100644 index 00000000..f0532e32 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/condylura-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/conversation.svg b/client/public/icons/game-icons/000000/lorc/conversation.svg new file mode 100644 index 00000000..a0d6872a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/conversation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cool-spices.svg b/client/public/icons/game-icons/000000/lorc/cool-spices.svg new file mode 100644 index 00000000..7315034d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cool-spices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/corked-tube.svg b/client/public/icons/game-icons/000000/lorc/corked-tube.svg new file mode 100644 index 00000000..3482a6cc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/corked-tube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/corner-explosion.svg b/client/public/icons/game-icons/000000/lorc/corner-explosion.svg new file mode 100644 index 00000000..e22dd61c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/corner-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cowled.svg b/client/public/icons/game-icons/000000/lorc/cowled.svg new file mode 100644 index 00000000..86387ae4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cowled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cpu-shot.svg b/client/public/icons/game-icons/000000/lorc/cpu-shot.svg new file mode 100644 index 00000000..77590892 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cpu-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crab-claw.svg b/client/public/icons/game-icons/000000/lorc/crab-claw.svg new file mode 100644 index 00000000..71653cd7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crab-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crab.svg b/client/public/icons/game-icons/000000/lorc/crab.svg new file mode 100644 index 00000000..c6fb8b4c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cracked-alien-skull.svg b/client/public/icons/game-icons/000000/lorc/cracked-alien-skull.svg new file mode 100644 index 00000000..b656b41a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cracked-alien-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cracked-ball-dunk.svg b/client/public/icons/game-icons/000000/lorc/cracked-ball-dunk.svg new file mode 100644 index 00000000..2231c226 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cracked-ball-dunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cracked-disc.svg b/client/public/icons/game-icons/000000/lorc/cracked-disc.svg new file mode 100644 index 00000000..cfb8c4cb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cracked-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cracked-glass.svg b/client/public/icons/game-icons/000000/lorc/cracked-glass.svg new file mode 100644 index 00000000..697f0d16 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cracked-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cracked-helm.svg b/client/public/icons/game-icons/000000/lorc/cracked-helm.svg new file mode 100644 index 00000000..7a9c8119 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cracked-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cracked-mask.svg b/client/public/icons/game-icons/000000/lorc/cracked-mask.svg new file mode 100644 index 00000000..9c642275 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cracked-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cracked-saber.svg b/client/public/icons/game-icons/000000/lorc/cracked-saber.svg new file mode 100644 index 00000000..fc78829a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cracked-saber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cracked-shield.svg b/client/public/icons/game-icons/000000/lorc/cracked-shield.svg new file mode 100644 index 00000000..65dd679a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cracked-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crags.svg b/client/public/icons/game-icons/000000/lorc/crags.svg new file mode 100644 index 00000000..16ef422a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crenulated-shield.svg b/client/public/icons/game-icons/000000/lorc/crenulated-shield.svg new file mode 100644 index 00000000..c3b82b38 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crenulated-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crescent-blade.svg b/client/public/icons/game-icons/000000/lorc/crescent-blade.svg new file mode 100644 index 00000000..96320e1a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crescent-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crested-helmet.svg b/client/public/icons/game-icons/000000/lorc/crested-helmet.svg new file mode 100644 index 00000000..61721bf0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crested-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/croc-jaws.svg b/client/public/icons/game-icons/000000/lorc/croc-jaws.svg new file mode 100644 index 00000000..e734da58 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/croc-jaws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/croc-sword.svg b/client/public/icons/game-icons/000000/lorc/croc-sword.svg new file mode 100644 index 00000000..ebc0b219 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/croc-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/croissants-pupil.svg b/client/public/icons/game-icons/000000/lorc/croissants-pupil.svg new file mode 100644 index 00000000..c4f9177a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/croissants-pupil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cross-flare.svg b/client/public/icons/game-icons/000000/lorc/cross-flare.svg new file mode 100644 index 00000000..7059d764 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cross-flare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cross-mark.svg b/client/public/icons/game-icons/000000/lorc/cross-mark.svg new file mode 100644 index 00000000..19c990cc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cross-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-air-flows.svg b/client/public/icons/game-icons/000000/lorc/crossed-air-flows.svg new file mode 100644 index 00000000..813e0f74 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-air-flows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-axes.svg b/client/public/icons/game-icons/000000/lorc/crossed-axes.svg new file mode 100644 index 00000000..938fc198 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-axes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-bones.svg b/client/public/icons/game-icons/000000/lorc/crossed-bones.svg new file mode 100644 index 00000000..96b18af1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-bones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-chains.svg b/client/public/icons/game-icons/000000/lorc/crossed-chains.svg new file mode 100644 index 00000000..2a61b14d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-chains.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-claws.svg b/client/public/icons/game-icons/000000/lorc/crossed-claws.svg new file mode 100644 index 00000000..e0105a9d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-pistols.svg b/client/public/icons/game-icons/000000/lorc/crossed-pistols.svg new file mode 100644 index 00000000..23d1d635 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-pistols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-sabres.svg b/client/public/icons/game-icons/000000/lorc/crossed-sabres.svg new file mode 100644 index 00000000..2cb30a40 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-sabres.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-slashes.svg b/client/public/icons/game-icons/000000/lorc/crossed-slashes.svg new file mode 100644 index 00000000..05887ba9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-slashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crossed-swords.svg b/client/public/icons/game-icons/000000/lorc/crossed-swords.svg new file mode 100644 index 00000000..7379d540 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crossed-swords.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crosshair-arrow.svg b/client/public/icons/game-icons/000000/lorc/crosshair-arrow.svg new file mode 100644 index 00000000..4c06eb91 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crosshair-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crow-dive.svg b/client/public/icons/game-icons/000000/lorc/crow-dive.svg new file mode 100644 index 00000000..e4048ec6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crow-dive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crown-coin.svg b/client/public/icons/game-icons/000000/lorc/crown-coin.svg new file mode 100644 index 00000000..63dcc00d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crown-coin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crown-of-thorns.svg b/client/public/icons/game-icons/000000/lorc/crown-of-thorns.svg new file mode 100644 index 00000000..8153efc2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crown-of-thorns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crown.svg b/client/public/icons/game-icons/000000/lorc/crown.svg new file mode 100644 index 00000000..c39f546a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crowned-explosion.svg b/client/public/icons/game-icons/000000/lorc/crowned-explosion.svg new file mode 100644 index 00000000..6086eacc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crowned-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crowned-heart.svg b/client/public/icons/game-icons/000000/lorc/crowned-heart.svg new file mode 100644 index 00000000..56aa69de --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crowned-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crowned-skull.svg b/client/public/icons/game-icons/000000/lorc/crowned-skull.svg new file mode 100644 index 00000000..f35b2d97 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crowned-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crumbling-ball.svg b/client/public/icons/game-icons/000000/lorc/crumbling-ball.svg new file mode 100644 index 00000000..a65706bb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crumbling-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crystal-ball.svg b/client/public/icons/game-icons/000000/lorc/crystal-ball.svg new file mode 100644 index 00000000..db564ba9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crystal-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crystal-bars.svg b/client/public/icons/game-icons/000000/lorc/crystal-bars.svg new file mode 100644 index 00000000..f199d78e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crystal-bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crystal-cluster.svg b/client/public/icons/game-icons/000000/lorc/crystal-cluster.svg new file mode 100644 index 00000000..8e666687 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crystal-cluster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crystal-eye.svg b/client/public/icons/game-icons/000000/lorc/crystal-eye.svg new file mode 100644 index 00000000..629d758e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crystal-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crystal-growth.svg b/client/public/icons/game-icons/000000/lorc/crystal-growth.svg new file mode 100644 index 00000000..9d314113 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crystal-growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crystal-shine.svg b/client/public/icons/game-icons/000000/lorc/crystal-shine.svg new file mode 100644 index 00000000..7fdfb015 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crystal-shine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crystal-wand.svg b/client/public/icons/game-icons/000000/lorc/crystal-wand.svg new file mode 100644 index 00000000..c9328f46 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crystal-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/crystalize.svg b/client/public/icons/game-icons/000000/lorc/crystalize.svg new file mode 100644 index 00000000..e0e9bcaf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/crystalize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cubeforce.svg b/client/public/icons/game-icons/000000/lorc/cubeforce.svg new file mode 100644 index 00000000..60e78abb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cubeforce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cubes.svg b/client/public/icons/game-icons/000000/lorc/cubes.svg new file mode 100644 index 00000000..f7485866 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cultist.svg b/client/public/icons/game-icons/000000/lorc/cultist.svg new file mode 100644 index 00000000..16b1c3b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cultist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cupidon-arrow.svg b/client/public/icons/game-icons/000000/lorc/cupidon-arrow.svg new file mode 100644 index 00000000..10e81ffe --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cupidon-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/curled-leaf.svg b/client/public/icons/game-icons/000000/lorc/curled-leaf.svg new file mode 100644 index 00000000..fa1b4b1a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/curled-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/curled-tentacle.svg b/client/public/icons/game-icons/000000/lorc/curled-tentacle.svg new file mode 100644 index 00000000..e7c2ae2b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/curled-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/curling-vines.svg b/client/public/icons/game-icons/000000/lorc/curling-vines.svg new file mode 100644 index 00000000..8c6f31be --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/curling-vines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/curly-mask.svg b/client/public/icons/game-icons/000000/lorc/curly-mask.svg new file mode 100644 index 00000000..f9e816bc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/curly-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/curly-wing.svg b/client/public/icons/game-icons/000000/lorc/curly-wing.svg new file mode 100644 index 00000000..a8bf5c87 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/curly-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cursed-star.svg b/client/public/icons/game-icons/000000/lorc/cursed-star.svg new file mode 100644 index 00000000..c0506b2c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cursed-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/curvy-knife.svg b/client/public/icons/game-icons/000000/lorc/curvy-knife.svg new file mode 100644 index 00000000..82f2634f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/curvy-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cut-diamond.svg b/client/public/icons/game-icons/000000/lorc/cut-diamond.svg new file mode 100644 index 00000000..8926b50d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cut-diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cut-palm.svg b/client/public/icons/game-icons/000000/lorc/cut-palm.svg new file mode 100644 index 00000000..df2b1678 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cut-palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cycle.svg b/client/public/icons/game-icons/000000/lorc/cycle.svg new file mode 100644 index 00000000..d2b077c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/cyclops.svg b/client/public/icons/game-icons/000000/lorc/cyclops.svg new file mode 100644 index 00000000..08a344a9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/cyclops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/daemon-skull.svg b/client/public/icons/game-icons/000000/lorc/daemon-skull.svg new file mode 100644 index 00000000..1154dc1c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/daemon-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/daggers.svg b/client/public/icons/game-icons/000000/lorc/daggers.svg new file mode 100644 index 00000000..1f1c7dbd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/daggers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/daisy.svg b/client/public/icons/game-icons/000000/lorc/daisy.svg new file mode 100644 index 00000000..b8a71f0f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/daisy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dark-squad.svg b/client/public/icons/game-icons/000000/lorc/dark-squad.svg new file mode 100644 index 00000000..3457d82a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dark-squad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dead-eye.svg b/client/public/icons/game-icons/000000/lorc/dead-eye.svg new file mode 100644 index 00000000..382de6c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dead-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dead-wood.svg b/client/public/icons/game-icons/000000/lorc/dead-wood.svg new file mode 100644 index 00000000..07db5849 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dead-wood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/deadly-strike.svg b/client/public/icons/game-icons/000000/lorc/deadly-strike.svg new file mode 100644 index 00000000..2db16816 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/deadly-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/death-note.svg b/client/public/icons/game-icons/000000/lorc/death-note.svg new file mode 100644 index 00000000..2cb89651 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/death-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/death-zone.svg b/client/public/icons/game-icons/000000/lorc/death-zone.svg new file mode 100644 index 00000000..750ead73 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/death-zone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/deathcab.svg b/client/public/icons/game-icons/000000/lorc/deathcab.svg new file mode 100644 index 00000000..4e3e2e57 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/deathcab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/decapitation.svg b/client/public/icons/game-icons/000000/lorc/decapitation.svg new file mode 100644 index 00000000..4778e5aa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/decapitation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/defibrilate.svg b/client/public/icons/game-icons/000000/lorc/defibrilate.svg new file mode 100644 index 00000000..dbd86f6f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/defibrilate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/delighted.svg b/client/public/icons/game-icons/000000/lorc/delighted.svg new file mode 100644 index 00000000..8d75689a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/delighted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/demolish.svg b/client/public/icons/game-icons/000000/lorc/demolish.svg new file mode 100644 index 00000000..db10c8b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/demolish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dervish-swords.svg b/client/public/icons/game-icons/000000/lorc/dervish-swords.svg new file mode 100644 index 00000000..aba4936e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dervish-swords.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/desert-skull.svg b/client/public/icons/game-icons/000000/lorc/desert-skull.svg new file mode 100644 index 00000000..03a89572 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/desert-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/desk-lamp.svg b/client/public/icons/game-icons/000000/lorc/desk-lamp.svg new file mode 100644 index 00000000..514e24a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/desk-lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/despair.svg b/client/public/icons/game-icons/000000/lorc/despair.svg new file mode 100644 index 00000000..31734ebc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/despair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dew.svg b/client/public/icons/game-icons/000000/lorc/dew.svg new file mode 100644 index 00000000..1d033682 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/diablo-skull.svg b/client/public/icons/game-icons/000000/lorc/diablo-skull.svg new file mode 100644 index 00000000..08153a75 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/diablo-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/diamond-hard.svg b/client/public/icons/game-icons/000000/lorc/diamond-hard.svg new file mode 100644 index 00000000..35361d46 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/diamond-hard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/diamonds-smile.svg b/client/public/icons/game-icons/000000/lorc/diamonds-smile.svg new file mode 100644 index 00000000..0bc0cadb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/diamonds-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dig-dug.svg b/client/public/icons/game-icons/000000/lorc/dig-dug.svg new file mode 100644 index 00000000..9c84cdc9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dig-dug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dinosaur-bones.svg b/client/public/icons/game-icons/000000/lorc/dinosaur-bones.svg new file mode 100644 index 00000000..b46c8a95 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dinosaur-bones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dinosaur-egg.svg b/client/public/icons/game-icons/000000/lorc/dinosaur-egg.svg new file mode 100644 index 00000000..affbb9de --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dinosaur-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dinosaur-rex.svg b/client/public/icons/game-icons/000000/lorc/dinosaur-rex.svg new file mode 100644 index 00000000..2595283a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dinosaur-rex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/direwolf.svg b/client/public/icons/game-icons/000000/lorc/direwolf.svg new file mode 100644 index 00000000..ee765fa8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/direwolf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/disc.svg b/client/public/icons/game-icons/000000/lorc/disc.svg new file mode 100644 index 00000000..94121b40 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/disintegrate.svg b/client/public/icons/game-icons/000000/lorc/disintegrate.svg new file mode 100644 index 00000000..7e9d954f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/disintegrate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/distraction.svg b/client/public/icons/game-icons/000000/lorc/distraction.svg new file mode 100644 index 00000000..60e2be2d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/distraction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/divergence.svg b/client/public/icons/game-icons/000000/lorc/divergence.svg new file mode 100644 index 00000000..11d0c145 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/divergence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/divert.svg b/client/public/icons/game-icons/000000/lorc/divert.svg new file mode 100644 index 00000000..0437df98 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/divert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/divided-spiral.svg b/client/public/icons/game-icons/000000/lorc/divided-spiral.svg new file mode 100644 index 00000000..0ade396f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/divided-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/diving-dagger.svg b/client/public/icons/game-icons/000000/lorc/diving-dagger.svg new file mode 100644 index 00000000..47934e47 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/diving-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dna1.svg b/client/public/icons/game-icons/000000/lorc/dna1.svg new file mode 100644 index 00000000..045979e0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dna1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dna2.svg b/client/public/icons/game-icons/000000/lorc/dna2.svg new file mode 100644 index 00000000..2d67da26 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dna2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/doctor-face.svg b/client/public/icons/game-icons/000000/lorc/doctor-face.svg new file mode 100644 index 00000000..b69df5d9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/doctor-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dodging.svg b/client/public/icons/game-icons/000000/lorc/dodging.svg new file mode 100644 index 00000000..e8f3c00e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dodging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/domino-mask.svg b/client/public/icons/game-icons/000000/lorc/domino-mask.svg new file mode 100644 index 00000000..7f5f7ddf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/domino-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/doorway.svg b/client/public/icons/game-icons/000000/lorc/doorway.svg new file mode 100644 index 00000000..9e48f434 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/doorway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dorsal-scales.svg b/client/public/icons/game-icons/000000/lorc/dorsal-scales.svg new file mode 100644 index 00000000..937807fd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dorsal-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/double-diaphragm.svg b/client/public/icons/game-icons/000000/lorc/double-diaphragm.svg new file mode 100644 index 00000000..1884c528 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/double-diaphragm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/double-dragon.svg b/client/public/icons/game-icons/000000/lorc/double-dragon.svg new file mode 100644 index 00000000..6f1cc1fe --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/double-dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/double-face-mask.svg b/client/public/icons/game-icons/000000/lorc/double-face-mask.svg new file mode 100644 index 00000000..b53d09d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/double-face-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/double-quaver.svg b/client/public/icons/game-icons/000000/lorc/double-quaver.svg new file mode 100644 index 00000000..c6cd3680 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/double-quaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/double-ringed-orb.svg b/client/public/icons/game-icons/000000/lorc/double-ringed-orb.svg new file mode 100644 index 00000000..01027cc1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/double-ringed-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/double-shot.svg b/client/public/icons/game-icons/000000/lorc/double-shot.svg new file mode 100644 index 00000000..24b92f29 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/double-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dove.svg b/client/public/icons/game-icons/000000/lorc/dove.svg new file mode 100644 index 00000000..d8f97aea --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dozen.svg b/client/public/icons/game-icons/000000/lorc/dozen.svg new file mode 100644 index 00000000..412f3e77 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dozen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dragon-balls.svg b/client/public/icons/game-icons/000000/lorc/dragon-balls.svg new file mode 100644 index 00000000..1eed4804 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dragon-balls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dragon-breath.svg b/client/public/icons/game-icons/000000/lorc/dragon-breath.svg new file mode 100644 index 00000000..2c194e82 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dragon-breath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dragon-head.svg b/client/public/icons/game-icons/000000/lorc/dragon-head.svg new file mode 100644 index 00000000..1863a406 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dragon-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dragon-spiral.svg b/client/public/icons/game-icons/000000/lorc/dragon-spiral.svg new file mode 100644 index 00000000..aac3dbfd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dragon-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dragonfly.svg b/client/public/icons/game-icons/000000/lorc/dragonfly.svg new file mode 100644 index 00000000..687a3e56 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dragonfly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/drama-masks.svg b/client/public/icons/game-icons/000000/lorc/drama-masks.svg new file mode 100644 index 00000000..8677c490 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/drama-masks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dread-skull.svg b/client/public/icons/game-icons/000000/lorc/dread-skull.svg new file mode 100644 index 00000000..9b006184 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dread-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/drill.svg b/client/public/icons/game-icons/000000/lorc/drill.svg new file mode 100644 index 00000000..9c44e01f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/drill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/drink-me.svg b/client/public/icons/game-icons/000000/lorc/drink-me.svg new file mode 100644 index 00000000..f0208b41 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/drink-me.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dripping-blade.svg b/client/public/icons/game-icons/000000/lorc/dripping-blade.svg new file mode 100644 index 00000000..9fdf5e27 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dripping-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dripping-goo.svg b/client/public/icons/game-icons/000000/lorc/dripping-goo.svg new file mode 100644 index 00000000..2339289e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dripping-goo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dripping-honey.svg b/client/public/icons/game-icons/000000/lorc/dripping-honey.svg new file mode 100644 index 00000000..721f5af5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dripping-honey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dripping-knife.svg b/client/public/icons/game-icons/000000/lorc/dripping-knife.svg new file mode 100644 index 00000000..0b6373eb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dripping-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dripping-star.svg b/client/public/icons/game-icons/000000/lorc/dripping-star.svg new file mode 100644 index 00000000..b6d4424d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dripping-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dripping-stone.svg b/client/public/icons/game-icons/000000/lorc/dripping-stone.svg new file mode 100644 index 00000000..b9f2cd3b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dripping-stone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dripping-sword.svg b/client/public/icons/game-icons/000000/lorc/dripping-sword.svg new file mode 100644 index 00000000..bc76cf5a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dripping-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dripping-tube.svg b/client/public/icons/game-icons/000000/lorc/dripping-tube.svg new file mode 100644 index 00000000..b057887a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dripping-tube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/drop.svg b/client/public/icons/game-icons/000000/lorc/drop.svg new file mode 100644 index 00000000..f54d93b2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/droplet-splash.svg b/client/public/icons/game-icons/000000/lorc/droplet-splash.svg new file mode 100644 index 00000000..aa20f4bc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/droplet-splash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/droplets.svg b/client/public/icons/game-icons/000000/lorc/droplets.svg new file mode 100644 index 00000000..2eb5462e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/droplets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/drowning.svg b/client/public/icons/game-icons/000000/lorc/drowning.svg new file mode 100644 index 00000000..40bd8af5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/drowning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/duality-mask.svg b/client/public/icons/game-icons/000000/lorc/duality-mask.svg new file mode 100644 index 00000000..fef9d397 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/duality-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/duality.svg b/client/public/icons/game-icons/000000/lorc/duality.svg new file mode 100644 index 00000000..f58736f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/duality.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/dust-cloud.svg b/client/public/icons/game-icons/000000/lorc/dust-cloud.svg new file mode 100644 index 00000000..50c4fdf0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/dust-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eagle-emblem.svg b/client/public/icons/game-icons/000000/lorc/eagle-emblem.svg new file mode 100644 index 00000000..fdea1bd0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eagle-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/earth-crack.svg b/client/public/icons/game-icons/000000/lorc/earth-crack.svg new file mode 100644 index 00000000..6916738b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/earth-crack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/earth-spit.svg b/client/public/icons/game-icons/000000/lorc/earth-spit.svg new file mode 100644 index 00000000..5e62f8ab --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/earth-spit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/earwig.svg b/client/public/icons/game-icons/000000/lorc/earwig.svg new file mode 100644 index 00000000..c57895f1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/earwig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/echo-ripples.svg b/client/public/icons/game-icons/000000/lorc/echo-ripples.svg new file mode 100644 index 00000000..dbea34c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/echo-ripples.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eclipse-flare.svg b/client/public/icons/game-icons/000000/lorc/eclipse-flare.svg new file mode 100644 index 00000000..e2b92ad4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eclipse-flare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eclipse-saw.svg b/client/public/icons/game-icons/000000/lorc/eclipse-saw.svg new file mode 100644 index 00000000..fe27709c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eclipse-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eclipse.svg b/client/public/icons/game-icons/000000/lorc/eclipse.svg new file mode 100644 index 00000000..9f03c0db --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eclipse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/edge-crack.svg b/client/public/icons/game-icons/000000/lorc/edge-crack.svg new file mode 100644 index 00000000..95aafd23 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/edge-crack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/edged-shield.svg b/client/public/icons/game-icons/000000/lorc/edged-shield.svg new file mode 100644 index 00000000..89b17bf3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/edged-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/egg-clutch.svg b/client/public/icons/game-icons/000000/lorc/egg-clutch.svg new file mode 100644 index 00000000..ecc5a85d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/egg-clutch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/egg-defense.svg b/client/public/icons/game-icons/000000/lorc/egg-defense.svg new file mode 100644 index 00000000..ca26c6e6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/egg-defense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/elderberry.svg b/client/public/icons/game-icons/000000/lorc/elderberry.svg new file mode 100644 index 00000000..b36677eb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/elderberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/electric-whip.svg b/client/public/icons/game-icons/000000/lorc/electric-whip.svg new file mode 100644 index 00000000..ee813fa3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/electric-whip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/electrical-crescent.svg b/client/public/icons/game-icons/000000/lorc/electrical-crescent.svg new file mode 100644 index 00000000..bee7d0db --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/electrical-crescent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ember-shot.svg b/client/public/icons/game-icons/000000/lorc/ember-shot.svg new file mode 100644 index 00000000..40e71d6b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ember-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/embrassed-energy.svg b/client/public/icons/game-icons/000000/lorc/embrassed-energy.svg new file mode 100644 index 00000000..7577efc0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/embrassed-energy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/embryo.svg b/client/public/icons/game-icons/000000/lorc/embryo.svg new file mode 100644 index 00000000..45886d61 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/embryo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/emerald.svg b/client/public/icons/game-icons/000000/lorc/emerald.svg new file mode 100644 index 00000000..a05daca1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/emerald.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/empty-hourglass.svg b/client/public/icons/game-icons/000000/lorc/empty-hourglass.svg new file mode 100644 index 00000000..a7028086 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/empty-hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/energise.svg b/client/public/icons/game-icons/000000/lorc/energise.svg new file mode 100644 index 00000000..6e1ab306 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/energise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/energy-arrow.svg b/client/public/icons/game-icons/000000/lorc/energy-arrow.svg new file mode 100644 index 00000000..e4449bda --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/energy-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/energy-breath.svg b/client/public/icons/game-icons/000000/lorc/energy-breath.svg new file mode 100644 index 00000000..3a36d1ea --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/energy-breath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/energy-shield.svg b/client/public/icons/game-icons/000000/lorc/energy-shield.svg new file mode 100644 index 00000000..b9b69ed0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/energy-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/energy-sword.svg b/client/public/icons/game-icons/000000/lorc/energy-sword.svg new file mode 100644 index 00000000..123430bf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/energy-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/engagement-ring.svg b/client/public/icons/game-icons/000000/lorc/engagement-ring.svg new file mode 100644 index 00000000..3ceb5e0d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/engagement-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/enlightenment.svg b/client/public/icons/game-icons/000000/lorc/enlightenment.svg new file mode 100644 index 00000000..1ad57500 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/enlightenment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ent-mouth.svg b/client/public/icons/game-icons/000000/lorc/ent-mouth.svg new file mode 100644 index 00000000..bdf7b48b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ent-mouth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/entangled-typhoon.svg b/client/public/icons/game-icons/000000/lorc/entangled-typhoon.svg new file mode 100644 index 00000000..e7373f3e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/entangled-typhoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/envelope.svg b/client/public/icons/game-icons/000000/lorc/envelope.svg new file mode 100644 index 00000000..f3818204 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/erlenmeyer.svg b/client/public/icons/game-icons/000000/lorc/erlenmeyer.svg new file mode 100644 index 00000000..966fa250 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/erlenmeyer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eruption.svg b/client/public/icons/game-icons/000000/lorc/eruption.svg new file mode 100644 index 00000000..7d30ab16 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eruption.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eskimo.svg b/client/public/icons/game-icons/000000/lorc/eskimo.svg new file mode 100644 index 00000000..6478f056 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eskimo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-bat.svg b/client/public/icons/game-icons/000000/lorc/evil-bat.svg new file mode 100644 index 00000000..c4313fa1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-book.svg b/client/public/icons/game-icons/000000/lorc/evil-book.svg new file mode 100644 index 00000000..c8f8d3a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-bud.svg b/client/public/icons/game-icons/000000/lorc/evil-bud.svg new file mode 100644 index 00000000..f4d7487f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-bud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-comet.svg b/client/public/icons/game-icons/000000/lorc/evil-comet.svg new file mode 100644 index 00000000..b9b655ae --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-comet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-fork.svg b/client/public/icons/game-icons/000000/lorc/evil-fork.svg new file mode 100644 index 00000000..b2d99b38 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-hand.svg b/client/public/icons/game-icons/000000/lorc/evil-hand.svg new file mode 100644 index 00000000..5bd32632 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-minion.svg b/client/public/icons/game-icons/000000/lorc/evil-minion.svg new file mode 100644 index 00000000..fa7e7217 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-minion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-moon.svg b/client/public/icons/game-icons/000000/lorc/evil-moon.svg new file mode 100644 index 00000000..f225322d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/evil-tree.svg b/client/public/icons/game-icons/000000/lorc/evil-tree.svg new file mode 100644 index 00000000..cf675a22 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/evil-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/expanded-rays.svg b/client/public/icons/game-icons/000000/lorc/expanded-rays.svg new file mode 100644 index 00000000..c007753e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/expanded-rays.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/explosion-rays.svg b/client/public/icons/game-icons/000000/lorc/explosion-rays.svg new file mode 100644 index 00000000..2ac695ec --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/explosion-rays.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/explosive-materials.svg b/client/public/icons/game-icons/000000/lorc/explosive-materials.svg new file mode 100644 index 00000000..7044f7dc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/explosive-materials.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/explosive-meeting.svg b/client/public/icons/game-icons/000000/lorc/explosive-meeting.svg new file mode 100644 index 00000000..90b4eb9e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/explosive-meeting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/extra-lucid.svg b/client/public/icons/game-icons/000000/lorc/extra-lucid.svg new file mode 100644 index 00000000..1a51eb11 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/extra-lucid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/extraction-orb.svg b/client/public/icons/game-icons/000000/lorc/extraction-orb.svg new file mode 100644 index 00000000..2fe37882 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/extraction-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eye-shield.svg b/client/public/icons/game-icons/000000/lorc/eye-shield.svg new file mode 100644 index 00000000..ee603b1f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eye-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eyeball.svg b/client/public/icons/game-icons/000000/lorc/eyeball.svg new file mode 100644 index 00000000..bbd5733b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eyeball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eyedropper.svg b/client/public/icons/game-icons/000000/lorc/eyedropper.svg new file mode 100644 index 00000000..2d403f91 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eyedropper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/eyestalk.svg b/client/public/icons/game-icons/000000/lorc/eyestalk.svg new file mode 100644 index 00000000..777010f7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/eyestalk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fairy-wand.svg b/client/public/icons/game-icons/000000/lorc/fairy-wand.svg new file mode 100644 index 00000000..c7b08cdc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fairy-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fairy.svg b/client/public/icons/game-icons/000000/lorc/fairy.svg new file mode 100644 index 00000000..1143ec65 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fairy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/falling-blob.svg b/client/public/icons/game-icons/000000/lorc/falling-blob.svg new file mode 100644 index 00000000..d4e8f8a7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/falling-blob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/falling-boulder.svg b/client/public/icons/game-icons/000000/lorc/falling-boulder.svg new file mode 100644 index 00000000..566ab6b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/falling-boulder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/falling-eye.svg b/client/public/icons/game-icons/000000/lorc/falling-eye.svg new file mode 100644 index 00000000..3e434807 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/falling-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/falling-leaf.svg b/client/public/icons/game-icons/000000/lorc/falling-leaf.svg new file mode 100644 index 00000000..361b6f4c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/falling-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/falling-ovoid.svg b/client/public/icons/game-icons/000000/lorc/falling-ovoid.svg new file mode 100644 index 00000000..ec00a878 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/falling-ovoid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fanged-skull.svg b/client/public/icons/game-icons/000000/lorc/fanged-skull.svg new file mode 100644 index 00000000..4987b249 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fanged-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fangs-circle.svg b/client/public/icons/game-icons/000000/lorc/fangs-circle.svg new file mode 100644 index 00000000..f3bb923d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fangs-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fast-arrow.svg b/client/public/icons/game-icons/000000/lorc/fast-arrow.svg new file mode 100644 index 00000000..79783536 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fast-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/feather-wound.svg b/client/public/icons/game-icons/000000/lorc/feather-wound.svg new file mode 100644 index 00000000..41fc52b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/feather-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/feather.svg b/client/public/icons/game-icons/000000/lorc/feather.svg new file mode 100644 index 00000000..2e6457b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/feather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/feathered-wing.svg b/client/public/icons/game-icons/000000/lorc/feathered-wing.svg new file mode 100644 index 00000000..f9fd58cd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/feathered-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fedora.svg b/client/public/icons/game-icons/000000/lorc/fedora.svg new file mode 100644 index 00000000..4bcf09e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fedora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/field.svg b/client/public/icons/game-icons/000000/lorc/field.svg new file mode 100644 index 00000000..00434cb4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-ace.svg b/client/public/icons/game-icons/000000/lorc/fire-ace.svg new file mode 100644 index 00000000..6061b95d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-ace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-axe.svg b/client/public/icons/game-icons/000000/lorc/fire-axe.svg new file mode 100644 index 00000000..21e7c497 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-bomb.svg b/client/public/icons/game-icons/000000/lorc/fire-bomb.svg new file mode 100644 index 00000000..dfaf3eca --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-bottle.svg b/client/public/icons/game-icons/000000/lorc/fire-bottle.svg new file mode 100644 index 00000000..918f71e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-bowl.svg b/client/public/icons/game-icons/000000/lorc/fire-bowl.svg new file mode 100644 index 00000000..924a1595 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-breath.svg b/client/public/icons/game-icons/000000/lorc/fire-breath.svg new file mode 100644 index 00000000..ca73fcf7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-breath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-dash.svg b/client/public/icons/game-icons/000000/lorc/fire-dash.svg new file mode 100644 index 00000000..e9bc42ed --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-dash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-punch.svg b/client/public/icons/game-icons/000000/lorc/fire-punch.svg new file mode 100644 index 00000000..17a853e4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-ray.svg b/client/public/icons/game-icons/000000/lorc/fire-ray.svg new file mode 100644 index 00000000..24b88261 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-ring.svg b/client/public/icons/game-icons/000000/lorc/fire-ring.svg new file mode 100644 index 00000000..4d16786d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-shield.svg b/client/public/icons/game-icons/000000/lorc/fire-shield.svg new file mode 100644 index 00000000..323b3146 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-silhouette.svg b/client/public/icons/game-icons/000000/lorc/fire-silhouette.svg new file mode 100644 index 00000000..3a130610 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-silhouette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-tail.svg b/client/public/icons/game-icons/000000/lorc/fire-tail.svg new file mode 100644 index 00000000..59f77a95 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-wave.svg b/client/public/icons/game-icons/000000/lorc/fire-wave.svg new file mode 100644 index 00000000..9a396fdc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-wave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fire-zone.svg b/client/public/icons/game-icons/000000/lorc/fire-zone.svg new file mode 100644 index 00000000..6b6e5b1f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fire-zone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fireball.svg b/client/public/icons/game-icons/000000/lorc/fireball.svg new file mode 100644 index 00000000..f6cb8734 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fireball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/firework-rocket.svg b/client/public/icons/game-icons/000000/lorc/firework-rocket.svg new file mode 100644 index 00000000..42d51e49 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/firework-rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fish-corpse.svg b/client/public/icons/game-icons/000000/lorc/fish-corpse.svg new file mode 100644 index 00000000..ee1521fe --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fish-corpse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fishbone.svg b/client/public/icons/game-icons/000000/lorc/fishbone.svg new file mode 100644 index 00000000..148bb565 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fishbone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fishhook-fork.svg b/client/public/icons/game-icons/000000/lorc/fishhook-fork.svg new file mode 100644 index 00000000..e19ab17f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fishhook-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fishing-hook.svg b/client/public/icons/game-icons/000000/lorc/fishing-hook.svg new file mode 100644 index 00000000..a6db137d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fishing-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fishing-net.svg b/client/public/icons/game-icons/000000/lorc/fishing-net.svg new file mode 100644 index 00000000..d13c46c9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fishing-net.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fission.svg b/client/public/icons/game-icons/000000/lorc/fission.svg new file mode 100644 index 00000000..9c0f0834 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fission.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fist.svg b/client/public/icons/game-icons/000000/lorc/fist.svg new file mode 100644 index 00000000..de837144 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fizzing-flask.svg b/client/public/icons/game-icons/000000/lorc/fizzing-flask.svg new file mode 100644 index 00000000..3bf352d3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fizzing-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flame-claws.svg b/client/public/icons/game-icons/000000/lorc/flame-claws.svg new file mode 100644 index 00000000..61f16f71 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flame-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flame-spin.svg b/client/public/icons/game-icons/000000/lorc/flame-spin.svg new file mode 100644 index 00000000..d99a0551 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flame-spin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flame-tunnel.svg b/client/public/icons/game-icons/000000/lorc/flame-tunnel.svg new file mode 100644 index 00000000..8723c1f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flame-tunnel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flamed-leaf.svg b/client/public/icons/game-icons/000000/lorc/flamed-leaf.svg new file mode 100644 index 00000000..74996f05 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flamed-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flaming-arrow.svg b/client/public/icons/game-icons/000000/lorc/flaming-arrow.svg new file mode 100644 index 00000000..c600ca89 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flaming-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flaming-claw.svg b/client/public/icons/game-icons/000000/lorc/flaming-claw.svg new file mode 100644 index 00000000..ae0b859e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flaming-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flaming-sheet.svg b/client/public/icons/game-icons/000000/lorc/flaming-sheet.svg new file mode 100644 index 00000000..e378bcf1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flaming-sheet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flaming-trident.svg b/client/public/icons/game-icons/000000/lorc/flaming-trident.svg new file mode 100644 index 00000000..0a298b09 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flaming-trident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flash-grenade.svg b/client/public/icons/game-icons/000000/lorc/flash-grenade.svg new file mode 100644 index 00000000..3fb19d4d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flash-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flat-hammer.svg b/client/public/icons/game-icons/000000/lorc/flat-hammer.svg new file mode 100644 index 00000000..47a948f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flat-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flat-paw-print.svg b/client/public/icons/game-icons/000000/lorc/flat-paw-print.svg new file mode 100644 index 00000000..68782897 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flat-paw-print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flat-star.svg b/client/public/icons/game-icons/000000/lorc/flat-star.svg new file mode 100644 index 00000000..a5854d00 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flat-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fleshy-mass.svg b/client/public/icons/game-icons/000000/lorc/fleshy-mass.svg new file mode 100644 index 00000000..2b33d122 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fleshy-mass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flexible-star.svg b/client/public/icons/game-icons/000000/lorc/flexible-star.svg new file mode 100644 index 00000000..55a2aebf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flexible-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/floating-crystal.svg b/client/public/icons/game-icons/000000/lorc/floating-crystal.svg new file mode 100644 index 00000000..424f2488 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/floating-crystal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flower-pot.svg b/client/public/icons/game-icons/000000/lorc/flower-pot.svg new file mode 100644 index 00000000..b01bca1f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flower-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flower-twirl.svg b/client/public/icons/game-icons/000000/lorc/flower-twirl.svg new file mode 100644 index 00000000..d66b75ec --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flower-twirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flowers.svg b/client/public/icons/game-icons/000000/lorc/flowers.svg new file mode 100644 index 00000000..b6edf8e7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fluffy-cloud.svg b/client/public/icons/game-icons/000000/lorc/fluffy-cloud.svg new file mode 100644 index 00000000..ac21f3b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fluffy-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fluffy-flame.svg b/client/public/icons/game-icons/000000/lorc/fluffy-flame.svg new file mode 100644 index 00000000..36aaa71c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fluffy-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fluffy-swirl.svg b/client/public/icons/game-icons/000000/lorc/fluffy-swirl.svg new file mode 100644 index 00000000..e36947b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fluffy-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fluffy-trefoil.svg b/client/public/icons/game-icons/000000/lorc/fluffy-trefoil.svg new file mode 100644 index 00000000..3f9bbe99 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fluffy-trefoil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fluffy-wing.svg b/client/public/icons/game-icons/000000/lorc/fluffy-wing.svg new file mode 100644 index 00000000..84be313f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fluffy-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flying-dagger.svg b/client/public/icons/game-icons/000000/lorc/flying-dagger.svg new file mode 100644 index 00000000..aaa414b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flying-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/flying-flag.svg b/client/public/icons/game-icons/000000/lorc/flying-flag.svg new file mode 100644 index 00000000..8451e9e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/flying-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/foam.svg b/client/public/icons/game-icons/000000/lorc/foam.svg new file mode 100644 index 00000000..04fae5d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/foam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/foamy-disc.svg b/client/public/icons/game-icons/000000/lorc/foamy-disc.svg new file mode 100644 index 00000000..17ac5ce1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/foamy-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/focused-lightning.svg b/client/public/icons/game-icons/000000/lorc/focused-lightning.svg new file mode 100644 index 00000000..2efe2974 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/focused-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/folded-paper.svg b/client/public/icons/game-icons/000000/lorc/folded-paper.svg new file mode 100644 index 00000000..cac6e845 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/folded-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/food-chain.svg b/client/public/icons/game-icons/000000/lorc/food-chain.svg new file mode 100644 index 00000000..85e21e24 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/food-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/foot-trip.svg b/client/public/icons/game-icons/000000/lorc/foot-trip.svg new file mode 100644 index 00000000..30ca8bba --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/foot-trip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/footprint.svg b/client/public/icons/game-icons/000000/lorc/footprint.svg new file mode 100644 index 00000000..1c3bcc0d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/footprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/forward-field.svg b/client/public/icons/game-icons/000000/lorc/forward-field.svg new file mode 100644 index 00000000..c6a50d93 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/forward-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fossil.svg b/client/public/icons/game-icons/000000/lorc/fossil.svg new file mode 100644 index 00000000..5d8f0802 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fossil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fountain-pen.svg b/client/public/icons/game-icons/000000/lorc/fountain-pen.svg new file mode 100644 index 00000000..9cb3cfcd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fountain-pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fountain.svg b/client/public/icons/game-icons/000000/lorc/fountain.svg new file mode 100644 index 00000000..76704630 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fountain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fox-head.svg b/client/public/icons/game-icons/000000/lorc/fox-head.svg new file mode 100644 index 00000000..d39503eb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fox-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fragmented-meteor.svg b/client/public/icons/game-icons/000000/lorc/fragmented-meteor.svg new file mode 100644 index 00000000..44f8b5af --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fragmented-meteor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fragmented-sword.svg b/client/public/icons/game-icons/000000/lorc/fragmented-sword.svg new file mode 100644 index 00000000..27f9da23 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fragmented-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fragrance.svg b/client/public/icons/game-icons/000000/lorc/fragrance.svg new file mode 100644 index 00000000..3568fc65 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fragrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/frankenstein-creature.svg b/client/public/icons/game-icons/000000/lorc/frankenstein-creature.svg new file mode 100644 index 00000000..9d0fa363 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/frankenstein-creature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/frayed-arrow.svg b/client/public/icons/game-icons/000000/lorc/frayed-arrow.svg new file mode 100644 index 00000000..14d872ca --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/frayed-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/freedom-dove.svg b/client/public/icons/game-icons/000000/lorc/freedom-dove.svg new file mode 100644 index 00000000..df83cd27 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/freedom-dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/frog.svg b/client/public/icons/game-icons/000000/lorc/frog.svg new file mode 100644 index 00000000..ac8c73fb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/front-teeth.svg b/client/public/icons/game-icons/000000/lorc/front-teeth.svg new file mode 100644 index 00000000..cde6f73e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/front-teeth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/frontal-lobe.svg b/client/public/icons/game-icons/000000/lorc/frontal-lobe.svg new file mode 100644 index 00000000..be1ee8da --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/frontal-lobe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/frostfire.svg b/client/public/icons/game-icons/000000/lorc/frostfire.svg new file mode 100644 index 00000000..03541949 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/frostfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/frozen-arrow.svg b/client/public/icons/game-icons/000000/lorc/frozen-arrow.svg new file mode 100644 index 00000000..b50c1848 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/frozen-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/frozen-block.svg b/client/public/icons/game-icons/000000/lorc/frozen-block.svg new file mode 100644 index 00000000..3e566c05 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/frozen-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/frozen-orb.svg b/client/public/icons/game-icons/000000/lorc/frozen-orb.svg new file mode 100644 index 00000000..1e14564f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/frozen-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fruiting.svg b/client/public/icons/game-icons/000000/lorc/fruiting.svg new file mode 100644 index 00000000..cde89f24 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fruiting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/fulguro-punch.svg b/client/public/icons/game-icons/000000/lorc/fulguro-punch.svg new file mode 100644 index 00000000..0eb1404a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/fulguro-punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/galleon.svg b/client/public/icons/game-icons/000000/lorc/galleon.svg new file mode 100644 index 00000000..b909d546 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/galleon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gamepad-cross.svg b/client/public/icons/game-icons/000000/lorc/gamepad-cross.svg new file mode 100644 index 00000000..34d1940f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gamepad-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gas-mask.svg b/client/public/icons/game-icons/000000/lorc/gas-mask.svg new file mode 100644 index 00000000..a624d77b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gas-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gavel.svg b/client/public/icons/game-icons/000000/lorc/gavel.svg new file mode 100644 index 00000000..26d29087 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gavel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gaze.svg b/client/public/icons/game-icons/000000/lorc/gaze.svg new file mode 100644 index 00000000..5526224c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gaze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gear-hammer.svg b/client/public/icons/game-icons/000000/lorc/gear-hammer.svg new file mode 100644 index 00000000..cf88967c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gear-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gears.svg b/client/public/icons/game-icons/000000/lorc/gears.svg new file mode 100644 index 00000000..bda19601 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gecko.svg b/client/public/icons/game-icons/000000/lorc/gecko.svg new file mode 100644 index 00000000..9899d3b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gecko.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gem-chain.svg b/client/public/icons/game-icons/000000/lorc/gem-chain.svg new file mode 100644 index 00000000..01b4d168 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gem-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gem-necklace.svg b/client/public/icons/game-icons/000000/lorc/gem-necklace.svg new file mode 100644 index 00000000..496d960e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gem-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gem-pendant.svg b/client/public/icons/game-icons/000000/lorc/gem-pendant.svg new file mode 100644 index 00000000..f458cf87 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gem-pendant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gems.svg b/client/public/icons/game-icons/000000/lorc/gems.svg new file mode 100644 index 00000000..890ed580 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ghost-ally.svg b/client/public/icons/game-icons/000000/lorc/ghost-ally.svg new file mode 100644 index 00000000..816d2d63 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ghost-ally.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ghost.svg b/client/public/icons/game-icons/000000/lorc/ghost.svg new file mode 100644 index 00000000..16e92e10 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gibbet.svg b/client/public/icons/game-icons/000000/lorc/gibbet.svg new file mode 100644 index 00000000..fc2f1fb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gibbet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gift-of-knowledge.svg b/client/public/icons/game-icons/000000/lorc/gift-of-knowledge.svg new file mode 100644 index 00000000..842005d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gift-of-knowledge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gift-trap.svg b/client/public/icons/game-icons/000000/lorc/gift-trap.svg new file mode 100644 index 00000000..c88b7f30 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gift-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/glass-heart.svg b/client/public/icons/game-icons/000000/lorc/glass-heart.svg new file mode 100644 index 00000000..658e4d39 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/glass-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/glass-shot.svg b/client/public/icons/game-icons/000000/lorc/glass-shot.svg new file mode 100644 index 00000000..75093631 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/glass-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/globe.svg b/client/public/icons/game-icons/000000/lorc/globe.svg new file mode 100644 index 00000000..3fb8d3b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gloop.svg b/client/public/icons/game-icons/000000/lorc/gloop.svg new file mode 100644 index 00000000..815bc8ae --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gloop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/glowing-hands.svg b/client/public/icons/game-icons/000000/lorc/glowing-hands.svg new file mode 100644 index 00000000..c2c6af55 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/glowing-hands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gluttonous-smile.svg b/client/public/icons/game-icons/000000/lorc/gluttonous-smile.svg new file mode 100644 index 00000000..5e1b026e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gluttonous-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gluttony.svg b/client/public/icons/game-icons/000000/lorc/gluttony.svg new file mode 100644 index 00000000..00dadcf3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gluttony.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gold-scarab.svg b/client/public/icons/game-icons/000000/lorc/gold-scarab.svg new file mode 100644 index 00000000..9f5f828a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gold-scarab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gold-shell.svg b/client/public/icons/game-icons/000000/lorc/gold-shell.svg new file mode 100644 index 00000000..b70bc57f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gold-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/goo-explosion.svg b/client/public/icons/game-icons/000000/lorc/goo-explosion.svg new file mode 100644 index 00000000..dff80300 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/goo-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/goo-skull.svg b/client/public/icons/game-icons/000000/lorc/goo-skull.svg new file mode 100644 index 00000000..99f3fad0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/goo-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/goo-spurt.svg b/client/public/icons/game-icons/000000/lorc/goo-spurt.svg new file mode 100644 index 00000000..e74f0be2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/goo-spurt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gooey-daemon.svg b/client/public/icons/game-icons/000000/lorc/gooey-daemon.svg new file mode 100644 index 00000000..fcec0ba0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gooey-daemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gooey-eyed-sun.svg b/client/public/icons/game-icons/000000/lorc/gooey-eyed-sun.svg new file mode 100644 index 00000000..f2d7cf62 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gooey-eyed-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gooey-impact.svg b/client/public/icons/game-icons/000000/lorc/gooey-impact.svg new file mode 100644 index 00000000..0f65b1f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gooey-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gooey-molecule.svg b/client/public/icons/game-icons/000000/lorc/gooey-molecule.svg new file mode 100644 index 00000000..f5b86084 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gooey-molecule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gooey-sword.svg b/client/public/icons/game-icons/000000/lorc/gooey-sword.svg new file mode 100644 index 00000000..723d311a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gooey-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gothic-cross.svg b/client/public/icons/game-icons/000000/lorc/gothic-cross.svg new file mode 100644 index 00000000..7a06a02a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gothic-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/grab.svg b/client/public/icons/game-icons/000000/lorc/grab.svg new file mode 100644 index 00000000..16a958be --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/grab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/grapes.svg b/client/public/icons/game-icons/000000/lorc/grapes.svg new file mode 100644 index 00000000..d70aec44 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/grapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/grapple.svg b/client/public/icons/game-icons/000000/lorc/grapple.svg new file mode 100644 index 00000000..7287dc92 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/grapple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/grasping-claws.svg b/client/public/icons/game-icons/000000/lorc/grasping-claws.svg new file mode 100644 index 00000000..cfaba46f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/grasping-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/grease-trap.svg b/client/public/icons/game-icons/000000/lorc/grease-trap.svg new file mode 100644 index 00000000..c1d5340c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/grease-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/grenade.svg b/client/public/icons/game-icons/000000/lorc/grenade.svg new file mode 100644 index 00000000..93b4ca45 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/grim-reaper.svg b/client/public/icons/game-icons/000000/lorc/grim-reaper.svg new file mode 100644 index 00000000..b026de9b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/grim-reaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ground-sprout.svg b/client/public/icons/game-icons/000000/lorc/ground-sprout.svg new file mode 100644 index 00000000..623d0e2c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ground-sprout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/groundbreaker.svg b/client/public/icons/game-icons/000000/lorc/groundbreaker.svg new file mode 100644 index 00000000..478603e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/groundbreaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/grouped-drops.svg b/client/public/icons/game-icons/000000/lorc/grouped-drops.svg new file mode 100644 index 00000000..dfb1cff7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/grouped-drops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/guarded-tower.svg b/client/public/icons/game-icons/000000/lorc/guarded-tower.svg new file mode 100644 index 00000000..0843c80e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/guarded-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/guillotine.svg b/client/public/icons/game-icons/000000/lorc/guillotine.svg new file mode 100644 index 00000000..35322bc2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/guillotine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/guitar.svg b/client/public/icons/game-icons/000000/lorc/guitar.svg new file mode 100644 index 00000000..e3acb31d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/guitar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/gunshot.svg b/client/public/icons/game-icons/000000/lorc/gunshot.svg new file mode 100644 index 00000000..efaaca8e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/gunshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/halberd-shuriken.svg b/client/public/icons/game-icons/000000/lorc/halberd-shuriken.svg new file mode 100644 index 00000000..c3cb8d8a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/halberd-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/halberd.svg b/client/public/icons/game-icons/000000/lorc/halberd.svg new file mode 100644 index 00000000..e3cb629e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/halberd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/half-heart.svg b/client/public/icons/game-icons/000000/lorc/half-heart.svg new file mode 100644 index 00000000..1121add9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/half-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/half-tornado.svg b/client/public/icons/game-icons/000000/lorc/half-tornado.svg new file mode 100644 index 00000000..5b72cf2d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/half-tornado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hammer-drop.svg b/client/public/icons/game-icons/000000/lorc/hammer-drop.svg new file mode 100644 index 00000000..12bf49b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hammer-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hammer-nails.svg b/client/public/icons/game-icons/000000/lorc/hammer-nails.svg new file mode 100644 index 00000000..429b8f7c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hammer-nails.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hand.svg b/client/public/icons/game-icons/000000/lorc/hand.svg new file mode 100644 index 00000000..1fbd92db --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/handcuffs.svg b/client/public/icons/game-icons/000000/lorc/handcuffs.svg new file mode 100644 index 00000000..f30545b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/handcuffs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hanging-spider.svg b/client/public/icons/game-icons/000000/lorc/hanging-spider.svg new file mode 100644 index 00000000..063fd436 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hanging-spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/happy-skull.svg b/client/public/icons/game-icons/000000/lorc/happy-skull.svg new file mode 100644 index 00000000..379ef31c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/happy-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/harpoon-chain.svg b/client/public/icons/game-icons/000000/lorc/harpoon-chain.svg new file mode 100644 index 00000000..33926dc7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/harpoon-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/harpoon-trident.svg b/client/public/icons/game-icons/000000/lorc/harpoon-trident.svg new file mode 100644 index 00000000..6753429f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/harpoon-trident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/harpy.svg b/client/public/icons/game-icons/000000/lorc/harpy.svg new file mode 100644 index 00000000..99d81e31 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/harpy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/harry-potter-skull.svg b/client/public/icons/game-icons/000000/lorc/harry-potter-skull.svg new file mode 100644 index 00000000..06ec0959 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/harry-potter-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hatchets.svg b/client/public/icons/game-icons/000000/lorc/hatchets.svg new file mode 100644 index 00000000..c620ef62 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hatchets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/haunting.svg b/client/public/icons/game-icons/000000/lorc/haunting.svg new file mode 100644 index 00000000..94920921 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/haunting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hawk-emblem.svg b/client/public/icons/game-icons/000000/lorc/hawk-emblem.svg new file mode 100644 index 00000000..f3e543dd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hawk-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hazard-sign.svg b/client/public/icons/game-icons/000000/lorc/hazard-sign.svg new file mode 100644 index 00000000..9729e14f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hazard-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/headshot.svg b/client/public/icons/game-icons/000000/lorc/headshot.svg new file mode 100644 index 00000000..493cc475 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/headshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heart-bottle.svg b/client/public/icons/game-icons/000000/lorc/heart-bottle.svg new file mode 100644 index 00000000..17bee8d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heart-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heart-drop.svg b/client/public/icons/game-icons/000000/lorc/heart-drop.svg new file mode 100644 index 00000000..55e9b8f3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heart-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heart-inside.svg b/client/public/icons/game-icons/000000/lorc/heart-inside.svg new file mode 100644 index 00000000..7a600db0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heart-inside.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heart-organ.svg b/client/public/icons/game-icons/000000/lorc/heart-organ.svg new file mode 100644 index 00000000..c05509a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heart-organ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heart-tower.svg b/client/public/icons/game-icons/000000/lorc/heart-tower.svg new file mode 100644 index 00000000..caeeb7e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heart-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heartburn.svg b/client/public/icons/game-icons/000000/lorc/heartburn.svg new file mode 100644 index 00000000..72d1ad50 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heartburn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heat-haze.svg b/client/public/icons/game-icons/000000/lorc/heat-haze.svg new file mode 100644 index 00000000..cdb88ff9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heat-haze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heavy-arrow.svg b/client/public/icons/game-icons/000000/lorc/heavy-arrow.svg new file mode 100644 index 00000000..a52b2bca --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heavy-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heavy-fall.svg b/client/public/icons/game-icons/000000/lorc/heavy-fall.svg new file mode 100644 index 00000000..7b8ed667 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heavy-fall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heavy-helm.svg b/client/public/icons/game-icons/000000/lorc/heavy-helm.svg new file mode 100644 index 00000000..fb9766d3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heavy-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heavy-lightning.svg b/client/public/icons/game-icons/000000/lorc/heavy-lightning.svg new file mode 100644 index 00000000..d3c85c95 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heavy-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heavy-rain.svg b/client/public/icons/game-icons/000000/lorc/heavy-rain.svg new file mode 100644 index 00000000..1156a4cc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heavy-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heavy-thorny-triskelion.svg b/client/public/icons/game-icons/000000/lorc/heavy-thorny-triskelion.svg new file mode 100644 index 00000000..0aa90b81 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heavy-thorny-triskelion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/heavy-timer.svg b/client/public/icons/game-icons/000000/lorc/heavy-timer.svg new file mode 100644 index 00000000..da085e2e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/heavy-timer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/helmet-head-shot.svg b/client/public/icons/game-icons/000000/lorc/helmet-head-shot.svg new file mode 100644 index 00000000..96a1d117 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/helmet-head-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hidden.svg b/client/public/icons/game-icons/000000/lorc/hidden.svg new file mode 100644 index 00000000..bba71baa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hidden.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/high-five.svg b/client/public/icons/game-icons/000000/lorc/high-five.svg new file mode 100644 index 00000000..a0d50d49 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/high-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/high-shot.svg b/client/public/icons/game-icons/000000/lorc/high-shot.svg new file mode 100644 index 00000000..5e143ed5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/high-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hollow-cat.svg b/client/public/icons/game-icons/000000/lorc/hollow-cat.svg new file mode 100644 index 00000000..d64ddac9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hollow-cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/holy-grail.svg b/client/public/icons/game-icons/000000/lorc/holy-grail.svg new file mode 100644 index 00000000..36a5ff51 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/holy-grail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/holy-symbol.svg b/client/public/icons/game-icons/000000/lorc/holy-symbol.svg new file mode 100644 index 00000000..534a7e27 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/holy-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/honeycomb.svg b/client/public/icons/game-icons/000000/lorc/honeycomb.svg new file mode 100644 index 00000000..0b859464 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/honeycomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/honeypot.svg b/client/public/icons/game-icons/000000/lorc/honeypot.svg new file mode 100644 index 00000000..012f002f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/honeypot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hood.svg b/client/public/icons/game-icons/000000/lorc/hood.svg new file mode 100644 index 00000000..109df9a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hoof.svg b/client/public/icons/game-icons/000000/lorc/hoof.svg new file mode 100644 index 00000000..8aaae9a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hoof.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/horn-internal.svg b/client/public/icons/game-icons/000000/lorc/horn-internal.svg new file mode 100644 index 00000000..abc72ceb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/horn-internal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/horned-helm.svg b/client/public/icons/game-icons/000000/lorc/horned-helm.svg new file mode 100644 index 00000000..42f6c2b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/horned-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/horned-skull.svg b/client/public/icons/game-icons/000000/lorc/horned-skull.svg new file mode 100644 index 00000000..a3924051 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/horned-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/horse-head.svg b/client/public/icons/game-icons/000000/lorc/horse-head.svg new file mode 100644 index 00000000..0ec4a9f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/horse-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hospital-cross.svg b/client/public/icons/game-icons/000000/lorc/hospital-cross.svg new file mode 100644 index 00000000..e42039ce --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hospital-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hot-spices.svg b/client/public/icons/game-icons/000000/lorc/hot-spices.svg new file mode 100644 index 00000000..f61501ec --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hot-spices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hound.svg b/client/public/icons/game-icons/000000/lorc/hound.svg new file mode 100644 index 00000000..55e8d1a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hourglass.svg b/client/public/icons/game-icons/000000/lorc/hourglass.svg new file mode 100644 index 00000000..0e4f35c5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hunting-horn.svg b/client/public/icons/game-icons/000000/lorc/hunting-horn.svg new file mode 100644 index 00000000..d7fcc00a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hunting-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hydra-shot.svg b/client/public/icons/game-icons/000000/lorc/hydra-shot.svg new file mode 100644 index 00000000..9bd22c32 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hydra-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hydra.svg b/client/public/icons/game-icons/000000/lorc/hydra.svg new file mode 100644 index 00000000..42afe11a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hydra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hypersonic-bolt.svg b/client/public/icons/game-icons/000000/lorc/hypersonic-bolt.svg new file mode 100644 index 00000000..90748f90 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hypersonic-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hypersonic-melon.svg b/client/public/icons/game-icons/000000/lorc/hypersonic-melon.svg new file mode 100644 index 00000000..39061f64 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hypersonic-melon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/hypodermic-test.svg b/client/public/icons/game-icons/000000/lorc/hypodermic-test.svg new file mode 100644 index 00000000..3bb8af17 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/hypodermic-test.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ice-bolt.svg b/client/public/icons/game-icons/000000/lorc/ice-bolt.svg new file mode 100644 index 00000000..adc83454 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ice-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ice-bomb.svg b/client/public/icons/game-icons/000000/lorc/ice-bomb.svg new file mode 100644 index 00000000..4a40c127 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ice-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ice-cube.svg b/client/public/icons/game-icons/000000/lorc/ice-cube.svg new file mode 100644 index 00000000..0561b739 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ice-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ice-shield.svg b/client/public/icons/game-icons/000000/lorc/ice-shield.svg new file mode 100644 index 00000000..ded84bf7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ice-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ice-spear.svg b/client/public/icons/game-icons/000000/lorc/ice-spear.svg new file mode 100644 index 00000000..1ef15bd3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ice-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/icebergs.svg b/client/public/icons/game-icons/000000/lorc/icebergs.svg new file mode 100644 index 00000000..b8f5e5cd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/icebergs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/icicles-aura.svg b/client/public/icons/game-icons/000000/lorc/icicles-aura.svg new file mode 100644 index 00000000..037b599a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/icicles-aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/icicles-fence.svg b/client/public/icons/game-icons/000000/lorc/icicles-fence.svg new file mode 100644 index 00000000..64f55662 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/icicles-fence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ifrit.svg b/client/public/icons/game-icons/000000/lorc/ifrit.svg new file mode 100644 index 00000000..fa8d1cf0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ifrit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/imbricated-arrows.svg b/client/public/icons/game-icons/000000/lorc/imbricated-arrows.svg new file mode 100644 index 00000000..c506ccd3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/imbricated-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/imp-laugh.svg b/client/public/icons/game-icons/000000/lorc/imp-laugh.svg new file mode 100644 index 00000000..3d50991e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/imp-laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/imp.svg b/client/public/icons/game-icons/000000/lorc/imp.svg new file mode 100644 index 00000000..475bcd08 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/imp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/impact-point.svg b/client/public/icons/game-icons/000000/lorc/impact-point.svg new file mode 100644 index 00000000..454ee90e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/impact-point.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/implosion.svg b/client/public/icons/game-icons/000000/lorc/implosion.svg new file mode 100644 index 00000000..4c962232 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/implosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/imprisoned.svg b/client/public/icons/game-icons/000000/lorc/imprisoned.svg new file mode 100644 index 00000000..fac8a012 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/imprisoned.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/incense.svg b/client/public/icons/game-icons/000000/lorc/incense.svg new file mode 100644 index 00000000..9a99025b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/incense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/incisors.svg b/client/public/icons/game-icons/000000/lorc/incisors.svg new file mode 100644 index 00000000..c053e251 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/incisors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/incoming-rocket.svg b/client/public/icons/game-icons/000000/lorc/incoming-rocket.svg new file mode 100644 index 00000000..ecf362a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/incoming-rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/infested-mass.svg b/client/public/icons/game-icons/000000/lorc/infested-mass.svg new file mode 100644 index 00000000..0cf49058 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/infested-mass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ink-swirl.svg b/client/public/icons/game-icons/000000/lorc/ink-swirl.svg new file mode 100644 index 00000000..c6a91f21 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ink-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/inner-self.svg b/client/public/icons/game-icons/000000/lorc/inner-self.svg new file mode 100644 index 00000000..ed247787 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/inner-self.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/insect-jaws.svg b/client/public/icons/game-icons/000000/lorc/insect-jaws.svg new file mode 100644 index 00000000..73f75d53 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/insect-jaws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/interdiction.svg b/client/public/icons/game-icons/000000/lorc/interdiction.svg new file mode 100644 index 00000000..0e18b4eb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/interdiction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/interlaced-tentacles.svg b/client/public/icons/game-icons/000000/lorc/interlaced-tentacles.svg new file mode 100644 index 00000000..e93e66e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/interlaced-tentacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/interleaved-arrows.svg b/client/public/icons/game-icons/000000/lorc/interleaved-arrows.svg new file mode 100644 index 00000000..d2c4da4a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/interleaved-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/interleaved-claws.svg b/client/public/icons/game-icons/000000/lorc/interleaved-claws.svg new file mode 100644 index 00000000..f921b1ee --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/interleaved-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/internal-injury.svg b/client/public/icons/game-icons/000000/lorc/internal-injury.svg new file mode 100644 index 00000000..401be91a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/internal-injury.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/internal-organ.svg b/client/public/icons/game-icons/000000/lorc/internal-organ.svg new file mode 100644 index 00000000..2d052583 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/internal-organ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/interstellar-path.svg b/client/public/icons/game-icons/000000/lorc/interstellar-path.svg new file mode 100644 index 00000000..97c869cd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/interstellar-path.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ion-cannon-blast.svg b/client/public/icons/game-icons/000000/lorc/ion-cannon-blast.svg new file mode 100644 index 00000000..c42b950c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ion-cannon-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/iron-mask.svg b/client/public/icons/game-icons/000000/lorc/iron-mask.svg new file mode 100644 index 00000000..7a0ccddc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/iron-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/james-bond-aperture.svg b/client/public/icons/game-icons/000000/lorc/james-bond-aperture.svg new file mode 100644 index 00000000..ecc1cd25 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/james-bond-aperture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/jawbone.svg b/client/public/icons/game-icons/000000/lorc/jawbone.svg new file mode 100644 index 00000000..e82f6039 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/jawbone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/jellyfish.svg b/client/public/icons/game-icons/000000/lorc/jellyfish.svg new file mode 100644 index 00000000..ca26aca7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/jellyfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/jetpack.svg b/client/public/icons/game-icons/000000/lorc/jetpack.svg new file mode 100644 index 00000000..3ec34a4b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/jetpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/jeweled-chalice.svg b/client/public/icons/game-icons/000000/lorc/jeweled-chalice.svg new file mode 100644 index 00000000..096ad937 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/jeweled-chalice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/jigsaw-box.svg b/client/public/icons/game-icons/000000/lorc/jigsaw-box.svg new file mode 100644 index 00000000..97248a58 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/jigsaw-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/jigsaw-piece.svg b/client/public/icons/game-icons/000000/lorc/jigsaw-piece.svg new file mode 100644 index 00000000..cd881998 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/jigsaw-piece.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/journey.svg b/client/public/icons/game-icons/000000/lorc/journey.svg new file mode 100644 index 00000000..5cce9d21 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/journey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/juggler.svg b/client/public/icons/game-icons/000000/lorc/juggler.svg new file mode 100644 index 00000000..76502a21 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/juggler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/justice-star.svg b/client/public/icons/game-icons/000000/lorc/justice-star.svg new file mode 100644 index 00000000..a0929aeb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/justice-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/kaleidoscope-pearls.svg b/client/public/icons/game-icons/000000/lorc/kaleidoscope-pearls.svg new file mode 100644 index 00000000..db0eda9f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/kaleidoscope-pearls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/key.svg b/client/public/icons/game-icons/000000/lorc/key.svg new file mode 100644 index 00000000..25005970 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/kindle.svg b/client/public/icons/game-icons/000000/lorc/kindle.svg new file mode 100644 index 00000000..cf76950a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/kindle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/king.svg b/client/public/icons/game-icons/000000/lorc/king.svg new file mode 100644 index 00000000..15de5ffb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/kitchen-knives.svg b/client/public/icons/game-icons/000000/lorc/kitchen-knives.svg new file mode 100644 index 00000000..ed12d6e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/kitchen-knives.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/knapsack.svg b/client/public/icons/game-icons/000000/lorc/knapsack.svg new file mode 100644 index 00000000..bdc96146 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/knapsack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/knife-fork.svg b/client/public/icons/game-icons/000000/lorc/knife-fork.svg new file mode 100644 index 00000000..f1f1317e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/knife-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/knife-thrust.svg b/client/public/icons/game-icons/000000/lorc/knife-thrust.svg new file mode 100644 index 00000000..d6c0e197 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/knife-thrust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lamellar.svg b/client/public/icons/game-icons/000000/lorc/lamellar.svg new file mode 100644 index 00000000..922d98da --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lamellar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lamprey-mouth.svg b/client/public/icons/game-icons/000000/lorc/lamprey-mouth.svg new file mode 100644 index 00000000..f76ce417 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lamprey-mouth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/land-mine.svg b/client/public/icons/game-icons/000000/lorc/land-mine.svg new file mode 100644 index 00000000..d76d6404 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/land-mine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lantern-flame.svg b/client/public/icons/game-icons/000000/lorc/lantern-flame.svg new file mode 100644 index 00000000..fe40d302 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lantern-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lantern.svg b/client/public/icons/game-icons/000000/lorc/lantern.svg new file mode 100644 index 00000000..b1bc6fd5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/large-wound.svg b/client/public/icons/game-icons/000000/lorc/large-wound.svg new file mode 100644 index 00000000..110a2206 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/large-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/laser-blast.svg b/client/public/icons/game-icons/000000/lorc/laser-blast.svg new file mode 100644 index 00000000..b2e3eb42 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/laser-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/laser-precision.svg b/client/public/icons/game-icons/000000/lorc/laser-precision.svg new file mode 100644 index 00000000..c0a26bb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/laser-precision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/laser-sparks.svg b/client/public/icons/game-icons/000000/lorc/laser-sparks.svg new file mode 100644 index 00000000..4d24d8c1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/laser-sparks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/laser-warning.svg b/client/public/icons/game-icons/000000/lorc/laser-warning.svg new file mode 100644 index 00000000..f42c8ddd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/laser-warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/laserburn.svg b/client/public/icons/game-icons/000000/lorc/laserburn.svg new file mode 100644 index 00000000..ee0c6e94 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/laserburn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/laurel-crown.svg b/client/public/icons/game-icons/000000/lorc/laurel-crown.svg new file mode 100644 index 00000000..579660b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/laurel-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/laurels.svg b/client/public/icons/game-icons/000000/lorc/laurels.svg new file mode 100644 index 00000000..688bb678 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/laurels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/law-star.svg b/client/public/icons/game-icons/000000/lorc/law-star.svg new file mode 100644 index 00000000..677bf8c1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/law-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/layered-armor.svg b/client/public/icons/game-icons/000000/lorc/layered-armor.svg new file mode 100644 index 00000000..4ed48a2c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/layered-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/leaf-skeleton.svg b/client/public/icons/game-icons/000000/lorc/leaf-skeleton.svg new file mode 100644 index 00000000..a30e5ebc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/leaf-skeleton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/leaf-swirl.svg b/client/public/icons/game-icons/000000/lorc/leaf-swirl.svg new file mode 100644 index 00000000..7ee5ba11 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/leaf-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/leaky-skull.svg b/client/public/icons/game-icons/000000/lorc/leaky-skull.svg new file mode 100644 index 00000000..fca540ac --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/leaky-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/leather-boot.svg b/client/public/icons/game-icons/000000/lorc/leather-boot.svg new file mode 100644 index 00000000..b36324d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/leather-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/leather-vest.svg b/client/public/icons/game-icons/000000/lorc/leather-vest.svg new file mode 100644 index 00000000..42995751 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/leather-vest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/leeching-worm.svg b/client/public/icons/game-icons/000000/lorc/leeching-worm.svg new file mode 100644 index 00000000..add29e9e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/leeching-worm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/letter-bomb.svg b/client/public/icons/game-icons/000000/lorc/letter-bomb.svg new file mode 100644 index 00000000..a5665e5b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/letter-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lever.svg b/client/public/icons/game-icons/000000/lorc/lever.svg new file mode 100644 index 00000000..35debb97 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lever.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/life-in-the-balance.svg b/client/public/icons/game-icons/000000/lorc/life-in-the-balance.svg new file mode 100644 index 00000000..3d6212d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/life-in-the-balance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/life-support.svg b/client/public/icons/game-icons/000000/lorc/life-support.svg new file mode 100644 index 00000000..e170c642 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/life-support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/life-tap.svg b/client/public/icons/game-icons/000000/lorc/life-tap.svg new file mode 100644 index 00000000..368a1b36 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/life-tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lift.svg b/client/public/icons/game-icons/000000/lorc/lift.svg new file mode 100644 index 00000000..f2df172a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/light-bulb.svg b/client/public/icons/game-icons/000000/lorc/light-bulb.svg new file mode 100644 index 00000000..962ed1f9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/light-bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/light-thorny-triskelion.svg b/client/public/icons/game-icons/000000/lorc/light-thorny-triskelion.svg new file mode 100644 index 00000000..46c6f31c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/light-thorny-triskelion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-arc.svg b/client/public/icons/game-icons/000000/lorc/lightning-arc.svg new file mode 100644 index 00000000..89f6027a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-arc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-bow.svg b/client/public/icons/game-icons/000000/lorc/lightning-bow.svg new file mode 100644 index 00000000..d29089c5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-bow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-branches.svg b/client/public/icons/game-icons/000000/lorc/lightning-branches.svg new file mode 100644 index 00000000..5b42fffb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-branches.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-dissipation.svg b/client/public/icons/game-icons/000000/lorc/lightning-dissipation.svg new file mode 100644 index 00000000..5eb729fc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-dissipation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-electron.svg b/client/public/icons/game-icons/000000/lorc/lightning-electron.svg new file mode 100644 index 00000000..01121a82 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-electron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-frequency.svg b/client/public/icons/game-icons/000000/lorc/lightning-frequency.svg new file mode 100644 index 00000000..a7af53b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-frequency.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-helix.svg b/client/public/icons/game-icons/000000/lorc/lightning-helix.svg new file mode 100644 index 00000000..8b4d2856 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-helix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-mask.svg b/client/public/icons/game-icons/000000/lorc/lightning-mask.svg new file mode 100644 index 00000000..c21c97dc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-saber.svg b/client/public/icons/game-icons/000000/lorc/lightning-saber.svg new file mode 100644 index 00000000..a45c3e46 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-saber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-shadow.svg b/client/public/icons/game-icons/000000/lorc/lightning-shadow.svg new file mode 100644 index 00000000..dad82253 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-shadow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-shield.svg b/client/public/icons/game-icons/000000/lorc/lightning-shield.svg new file mode 100644 index 00000000..f08496a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-shout.svg b/client/public/icons/game-icons/000000/lorc/lightning-shout.svg new file mode 100644 index 00000000..690ea248 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-shout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-slashes.svg b/client/public/icons/game-icons/000000/lorc/lightning-slashes.svg new file mode 100644 index 00000000..8e2b7287 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-slashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-spanner.svg b/client/public/icons/game-icons/000000/lorc/lightning-spanner.svg new file mode 100644 index 00000000..e5cc3bfc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-spanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-storm.svg b/client/public/icons/game-icons/000000/lorc/lightning-storm.svg new file mode 100644 index 00000000..cdc041fc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-tear.svg b/client/public/icons/game-icons/000000/lorc/lightning-tear.svg new file mode 100644 index 00000000..d4e1a299 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-tear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-tree.svg b/client/public/icons/game-icons/000000/lorc/lightning-tree.svg new file mode 100644 index 00000000..c85d49d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lightning-trio.svg b/client/public/icons/game-icons/000000/lorc/lightning-trio.svg new file mode 100644 index 00000000..96af9c27 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lightning-trio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/linden-leaf.svg b/client/public/icons/game-icons/000000/lorc/linden-leaf.svg new file mode 100644 index 00000000..07e9db09 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/linden-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/linked-rings.svg b/client/public/icons/game-icons/000000/lorc/linked-rings.svg new file mode 100644 index 00000000..629bfd3a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/linked-rings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lion.svg b/client/public/icons/game-icons/000000/lorc/lion.svg new file mode 100644 index 00000000..ed188c4f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lips.svg b/client/public/icons/game-icons/000000/lorc/lips.svg new file mode 100644 index 00000000..890deae3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lit-candelabra.svg b/client/public/icons/game-icons/000000/lorc/lit-candelabra.svg new file mode 100644 index 00000000..5e4fc57e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lit-candelabra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lizard-tongue.svg b/client/public/icons/game-icons/000000/lorc/lizard-tongue.svg new file mode 100644 index 00000000..d4953d22 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lizard-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lizardman.svg b/client/public/icons/game-icons/000000/lorc/lizardman.svg new file mode 100644 index 00000000..a73c1814 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lizardman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lob-arrow.svg b/client/public/icons/game-icons/000000/lorc/lob-arrow.svg new file mode 100644 index 00000000..1dee3704 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lob-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/locked-chest.svg b/client/public/icons/game-icons/000000/lorc/locked-chest.svg new file mode 100644 index 00000000..d4a5dc63 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/locked-chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/locked-fortress.svg b/client/public/icons/game-icons/000000/lorc/locked-fortress.svg new file mode 100644 index 00000000..e6f0332d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/locked-fortress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/long-antennae-bug.svg b/client/public/icons/game-icons/000000/lorc/long-antennae-bug.svg new file mode 100644 index 00000000..a2229003 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/long-antennae-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lotus-flower.svg b/client/public/icons/game-icons/000000/lorc/lotus-flower.svg new file mode 100644 index 00000000..10a22d88 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lotus-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lotus.svg b/client/public/icons/game-icons/000000/lorc/lotus.svg new file mode 100644 index 00000000..edf18b17 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lotus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/love-howl.svg b/client/public/icons/game-icons/000000/lorc/love-howl.svg new file mode 100644 index 00000000..54de2492 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/love-howl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/love-injection.svg b/client/public/icons/game-icons/000000/lorc/love-injection.svg new file mode 100644 index 00000000..00574071 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/love-injection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/love-song.svg b/client/public/icons/game-icons/000000/lorc/love-song.svg new file mode 100644 index 00000000..639bd6b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/love-song.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/lyre.svg b/client/public/icons/game-icons/000000/lorc/lyre.svg new file mode 100644 index 00000000..f0ccd33f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/lyre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mace-head.svg b/client/public/icons/game-icons/000000/lorc/mace-head.svg new file mode 100644 index 00000000..aa653f37 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mace-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/machete.svg b/client/public/icons/game-icons/000000/lorc/machete.svg new file mode 100644 index 00000000..e0bc3fd2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/machete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mad-scientist.svg b/client/public/icons/game-icons/000000/lorc/mad-scientist.svg new file mode 100644 index 00000000..6a5f2c2d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mad-scientist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/maggot.svg b/client/public/icons/game-icons/000000/lorc/maggot.svg new file mode 100644 index 00000000..5b3821ad --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/maggot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magic-gate.svg b/client/public/icons/game-icons/000000/lorc/magic-gate.svg new file mode 100644 index 00000000..6d1c1a1c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magic-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magic-lamp.svg b/client/public/icons/game-icons/000000/lorc/magic-lamp.svg new file mode 100644 index 00000000..d957765e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magic-lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magic-palm.svg b/client/public/icons/game-icons/000000/lorc/magic-palm.svg new file mode 100644 index 00000000..8c28eaee --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magic-palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magic-portal.svg b/client/public/icons/game-icons/000000/lorc/magic-portal.svg new file mode 100644 index 00000000..08e7abd6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magic-portal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magic-shield.svg b/client/public/icons/game-icons/000000/lorc/magic-shield.svg new file mode 100644 index 00000000..4c0f7ae0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magic-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magic-swirl.svg b/client/public/icons/game-icons/000000/lorc/magic-swirl.svg new file mode 100644 index 00000000..6440c81f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magic-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magnet-blast.svg b/client/public/icons/game-icons/000000/lorc/magnet-blast.svg new file mode 100644 index 00000000..c6a36bf3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magnet-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magnet.svg b/client/public/icons/game-icons/000000/lorc/magnet.svg new file mode 100644 index 00000000..fe26cafe --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/magnifying-glass.svg b/client/public/icons/game-icons/000000/lorc/magnifying-glass.svg new file mode 100644 index 00000000..7dec67bb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/magnifying-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mail-shirt.svg b/client/public/icons/game-icons/000000/lorc/mail-shirt.svg new file mode 100644 index 00000000..324980ab --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mail-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mailed-fist.svg b/client/public/icons/game-icons/000000/lorc/mailed-fist.svg new file mode 100644 index 00000000..080758a7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mailed-fist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/manacles.svg b/client/public/icons/game-icons/000000/lorc/manacles.svg new file mode 100644 index 00000000..fec15b80 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/manacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mantrap.svg b/client/public/icons/game-icons/000000/lorc/mantrap.svg new file mode 100644 index 00000000..190dd1ed --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mantrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/maple-leaf.svg b/client/public/icons/game-icons/000000/lorc/maple-leaf.svg new file mode 100644 index 00000000..f2be6ff2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/maple-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/marrow-drain.svg b/client/public/icons/game-icons/000000/lorc/marrow-drain.svg new file mode 100644 index 00000000..9c5e5da2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/marrow-drain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/martini.svg b/client/public/icons/game-icons/000000/lorc/martini.svg new file mode 100644 index 00000000..2561fa24 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/martini.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/masked-spider.svg b/client/public/icons/game-icons/000000/lorc/masked-spider.svg new file mode 100644 index 00000000..af03fa27 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/masked-spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/master-of-arms.svg b/client/public/icons/game-icons/000000/lorc/master-of-arms.svg new file mode 100644 index 00000000..6d5720e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/master-of-arms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/match-head.svg b/client/public/icons/game-icons/000000/lorc/match-head.svg new file mode 100644 index 00000000..9e420a7d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/match-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/match-tip.svg b/client/public/icons/game-icons/000000/lorc/match-tip.svg new file mode 100644 index 00000000..31017b3b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/match-tip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/materials-science.svg b/client/public/icons/game-icons/000000/lorc/materials-science.svg new file mode 100644 index 00000000..10c0d745 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/materials-science.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/maze-cornea.svg b/client/public/icons/game-icons/000000/lorc/maze-cornea.svg new file mode 100644 index 00000000..84bcf3db --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/maze-cornea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/maze-saw.svg b/client/public/icons/game-icons/000000/lorc/maze-saw.svg new file mode 100644 index 00000000..162ad526 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/maze-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/maze.svg b/client/public/icons/game-icons/000000/lorc/maze.svg new file mode 100644 index 00000000..f1780f34 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/maze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/meat-cleaver.svg b/client/public/icons/game-icons/000000/lorc/meat-cleaver.svg new file mode 100644 index 00000000..3cec2ff1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/meat-cleaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/meat-hook.svg b/client/public/icons/game-icons/000000/lorc/meat-hook.svg new file mode 100644 index 00000000..6ee9dd71 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/meat-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/meat.svg b/client/public/icons/game-icons/000000/lorc/meat.svg new file mode 100644 index 00000000..ed4195d1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/meat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mechanical-arm.svg b/client/public/icons/game-icons/000000/lorc/mechanical-arm.svg new file mode 100644 index 00000000..05dee9e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mechanical-arm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/medal-skull.svg b/client/public/icons/game-icons/000000/lorc/medal-skull.svg new file mode 100644 index 00000000..b40b047d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/medal-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/medal.svg b/client/public/icons/game-icons/000000/lorc/medal.svg new file mode 100644 index 00000000..60ef8680 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/meditation.svg b/client/public/icons/game-icons/000000/lorc/meditation.svg new file mode 100644 index 00000000..1250ff19 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/meditation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/megabot.svg b/client/public/icons/game-icons/000000/lorc/megabot.svg new file mode 100644 index 00000000..dae0ab12 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/megabot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mesh-ball.svg b/client/public/icons/game-icons/000000/lorc/mesh-ball.svg new file mode 100644 index 00000000..a551cd3a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mesh-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/metal-bar.svg b/client/public/icons/game-icons/000000/lorc/metal-bar.svg new file mode 100644 index 00000000..2be5e875 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/metal-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/metal-disc.svg b/client/public/icons/game-icons/000000/lorc/metal-disc.svg new file mode 100644 index 00000000..9a020d93 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/metal-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/metal-hand.svg b/client/public/icons/game-icons/000000/lorc/metal-hand.svg new file mode 100644 index 00000000..31d2f6ca --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/metal-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/metal-scales.svg b/client/public/icons/game-icons/000000/lorc/metal-scales.svg new file mode 100644 index 00000000..d34036f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/metal-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/meteor-impact.svg b/client/public/icons/game-icons/000000/lorc/meteor-impact.svg new file mode 100644 index 00000000..317666b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/meteor-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/microchip.svg b/client/public/icons/game-icons/000000/lorc/microchip.svg new file mode 100644 index 00000000..f6746a58 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/microchip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/microscope-lens.svg b/client/public/icons/game-icons/000000/lorc/microscope-lens.svg new file mode 100644 index 00000000..e3095539 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/microscope-lens.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/middle-arrow.svg b/client/public/icons/game-icons/000000/lorc/middle-arrow.svg new file mode 100644 index 00000000..972c157e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/middle-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/midnight-claw.svg b/client/public/icons/game-icons/000000/lorc/midnight-claw.svg new file mode 100644 index 00000000..24c8f9c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/midnight-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mighty-spanner.svg b/client/public/icons/game-icons/000000/lorc/mighty-spanner.svg new file mode 100644 index 00000000..da5f7a29 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mighty-spanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mine-explosion.svg b/client/public/icons/game-icons/000000/lorc/mine-explosion.svg new file mode 100644 index 00000000..fb057db7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mine-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mineral-heart.svg b/client/public/icons/game-icons/000000/lorc/mineral-heart.svg new file mode 100644 index 00000000..88c62a7d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mineral-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/minigun.svg b/client/public/icons/game-icons/000000/lorc/minigun.svg new file mode 100644 index 00000000..5db6af50 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/minigun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mining.svg b/client/public/icons/game-icons/000000/lorc/mining.svg new file mode 100644 index 00000000..8863dcfd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mining.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/minions.svg b/client/public/icons/game-icons/000000/lorc/minions.svg new file mode 100644 index 00000000..c2a0cd53 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/minions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/minotaur.svg b/client/public/icons/game-icons/000000/lorc/minotaur.svg new file mode 100644 index 00000000..c8796877 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/minotaur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/miracle-medecine.svg b/client/public/icons/game-icons/000000/lorc/miracle-medecine.svg new file mode 100644 index 00000000..ea1ae222 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/miracle-medecine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mirror-mirror.svg b/client/public/icons/game-icons/000000/lorc/mirror-mirror.svg new file mode 100644 index 00000000..4f10a620 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mirror-mirror.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/missile-mech.svg b/client/public/icons/game-icons/000000/lorc/missile-mech.svg new file mode 100644 index 00000000..b0c2a97c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/missile-mech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/missile-pod.svg b/client/public/icons/game-icons/000000/lorc/missile-pod.svg new file mode 100644 index 00000000..65116c88 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/missile-pod.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/missile-swarm.svg b/client/public/icons/game-icons/000000/lorc/missile-swarm.svg new file mode 100644 index 00000000..79e00d4c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/missile-swarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mite.svg b/client/public/icons/game-icons/000000/lorc/mite.svg new file mode 100644 index 00000000..e949fd4c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/moebius-star.svg b/client/public/icons/game-icons/000000/lorc/moebius-star.svg new file mode 100644 index 00000000..f069ca24 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/moebius-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/moebius-trefoil.svg b/client/public/icons/game-icons/000000/lorc/moebius-trefoil.svg new file mode 100644 index 00000000..7f1a06c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/moebius-trefoil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/moebius-triangle.svg b/client/public/icons/game-icons/000000/lorc/moebius-triangle.svg new file mode 100644 index 00000000..17630101 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/moebius-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/molecule.svg b/client/public/icons/game-icons/000000/lorc/molecule.svg new file mode 100644 index 00000000..d3a27b2d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/molecule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/molotov.svg b/client/public/icons/game-icons/000000/lorc/molotov.svg new file mode 100644 index 00000000..00374a88 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/molotov.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/monkey.svg b/client/public/icons/game-icons/000000/lorc/monkey.svg new file mode 100644 index 00000000..06022309 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/monkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/monster-grasp.svg b/client/public/icons/game-icons/000000/lorc/monster-grasp.svg new file mode 100644 index 00000000..88d4737a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/monster-grasp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/moon-claws.svg b/client/public/icons/game-icons/000000/lorc/moon-claws.svg new file mode 100644 index 00000000..9864b545 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/moon-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/moon.svg b/client/public/icons/game-icons/000000/lorc/moon.svg new file mode 100644 index 00000000..59b5d2a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/morbid-humour.svg b/client/public/icons/game-icons/000000/lorc/morbid-humour.svg new file mode 100644 index 00000000..23401efc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/morbid-humour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mountains.svg b/client/public/icons/game-icons/000000/lorc/mountains.svg new file mode 100644 index 00000000..6214e87f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mountains.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mountaintop.svg b/client/public/icons/game-icons/000000/lorc/mountaintop.svg new file mode 100644 index 00000000..052f9337 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mountaintop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mouse.svg b/client/public/icons/game-icons/000000/lorc/mouse.svg new file mode 100644 index 00000000..33f74fbb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mouth-watering.svg b/client/public/icons/game-icons/000000/lorc/mouth-watering.svg new file mode 100644 index 00000000..d7649c33 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mouth-watering.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/movement-sensor.svg b/client/public/icons/game-icons/000000/lorc/movement-sensor.svg new file mode 100644 index 00000000..5b4dc672 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/movement-sensor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mucous-pillar.svg b/client/public/icons/game-icons/000000/lorc/mucous-pillar.svg new file mode 100644 index 00000000..aa92b50c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mucous-pillar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/muscle-fat.svg b/client/public/icons/game-icons/000000/lorc/muscle-fat.svg new file mode 100644 index 00000000..fa637d22 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/muscle-fat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/muscle-up.svg b/client/public/icons/game-icons/000000/lorc/muscle-up.svg new file mode 100644 index 00000000..3189cd17 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/muscle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mushroom-cloud.svg b/client/public/icons/game-icons/000000/lorc/mushroom-cloud.svg new file mode 100644 index 00000000..5c1de5b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mushroom-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mushroom-gills.svg b/client/public/icons/game-icons/000000/lorc/mushroom-gills.svg new file mode 100644 index 00000000..56b3132a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mushroom-gills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/mushroom.svg b/client/public/icons/game-icons/000000/lorc/mushroom.svg new file mode 100644 index 00000000..ae0b448f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/music-spell.svg b/client/public/icons/game-icons/000000/lorc/music-spell.svg new file mode 100644 index 00000000..0a15ff3b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/music-spell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/nailed-foot.svg b/client/public/icons/game-icons/000000/lorc/nailed-foot.svg new file mode 100644 index 00000000..64bba3ee --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/nailed-foot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/nailed-head.svg b/client/public/icons/game-icons/000000/lorc/nailed-head.svg new file mode 100644 index 00000000..397cc816 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/nailed-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/nails.svg b/client/public/icons/game-icons/000000/lorc/nails.svg new file mode 100644 index 00000000..81cb4da2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/nails.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/needle-drill.svg b/client/public/icons/game-icons/000000/lorc/needle-drill.svg new file mode 100644 index 00000000..d57add34 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/needle-drill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/needle-jaws.svg b/client/public/icons/game-icons/000000/lorc/needle-jaws.svg new file mode 100644 index 00000000..28eb4062 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/needle-jaws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/nested-eclipses.svg b/client/public/icons/game-icons/000000/lorc/nested-eclipses.svg new file mode 100644 index 00000000..722a68f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/nested-eclipses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/new-shoot.svg b/client/public/icons/game-icons/000000/lorc/new-shoot.svg new file mode 100644 index 00000000..d04b42d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/new-shoot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/night-sky.svg b/client/public/icons/game-icons/000000/lorc/night-sky.svg new file mode 100644 index 00000000..7e8cabed --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/night-sky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ninja-mask.svg b/client/public/icons/game-icons/000000/lorc/ninja-mask.svg new file mode 100644 index 00000000..80d25a15 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ninja-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/noodle-ball.svg b/client/public/icons/game-icons/000000/lorc/noodle-ball.svg new file mode 100644 index 00000000..f821393a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/noodle-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/nothing-to-say.svg b/client/public/icons/game-icons/000000/lorc/nothing-to-say.svg new file mode 100644 index 00000000..cec58ecf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/nothing-to-say.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/oak.svg b/client/public/icons/game-icons/000000/lorc/oak.svg new file mode 100644 index 00000000..d8a7ded8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/oak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/oat.svg b/client/public/icons/game-icons/000000/lorc/oat.svg new file mode 100644 index 00000000..071e2c08 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/oat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/octogonal-eye.svg b/client/public/icons/game-icons/000000/lorc/octogonal-eye.svg new file mode 100644 index 00000000..b21c1fdf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/octogonal-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/octoman.svg b/client/public/icons/game-icons/000000/lorc/octoman.svg new file mode 100644 index 00000000..bd46eee7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/octoman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/octopus.svg b/client/public/icons/game-icons/000000/lorc/octopus.svg new file mode 100644 index 00000000..fd230199 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/octopus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/oily-spiral.svg b/client/public/icons/game-icons/000000/lorc/oily-spiral.svg new file mode 100644 index 00000000..6206b5e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/oily-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/omega.svg b/client/public/icons/game-icons/000000/lorc/omega.svg new file mode 100644 index 00000000..c2f57ab7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/omega.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/on-target.svg b/client/public/icons/game-icons/000000/lorc/on-target.svg new file mode 100644 index 00000000..00cc504a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/on-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/one-eyed.svg b/client/public/icons/game-icons/000000/lorc/one-eyed.svg new file mode 100644 index 00000000..dde0b2fe --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/one-eyed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/open-book.svg b/client/public/icons/game-icons/000000/lorc/open-book.svg new file mode 100644 index 00000000..09231f23 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/open-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/open-wound.svg b/client/public/icons/game-icons/000000/lorc/open-wound.svg new file mode 100644 index 00000000..777d63fa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/open-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/opening-shell.svg b/client/public/icons/game-icons/000000/lorc/opening-shell.svg new file mode 100644 index 00000000..5686b1cf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/opening-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/oppression.svg b/client/public/icons/game-icons/000000/lorc/oppression.svg new file mode 100644 index 00000000..3e1750d9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/oppression.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/orb-direction.svg b/client/public/icons/game-icons/000000/lorc/orb-direction.svg new file mode 100644 index 00000000..54b2d24d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/orb-direction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/orbital-rays.svg b/client/public/icons/game-icons/000000/lorc/orbital-rays.svg new file mode 100644 index 00000000..b500d0de --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/orbital-rays.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/orbital.svg b/client/public/icons/game-icons/000000/lorc/orbital.svg new file mode 100644 index 00000000..12d64855 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/orbital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ouroboros.svg b/client/public/icons/game-icons/000000/lorc/ouroboros.svg new file mode 100644 index 00000000..65176b73 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ouroboros.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/over-infinity.svg b/client/public/icons/game-icons/000000/lorc/over-infinity.svg new file mode 100644 index 00000000..9c279a83 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/over-infinity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/overdose.svg b/client/public/icons/game-icons/000000/lorc/overdose.svg new file mode 100644 index 00000000..2fd8256f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/overdose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/overdrive.svg b/client/public/icons/game-icons/000000/lorc/overdrive.svg new file mode 100644 index 00000000..b83fb0e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/overdrive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/owl.svg b/client/public/icons/game-icons/000000/lorc/owl.svg new file mode 100644 index 00000000..6c97f5ba --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/owl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/padlock.svg b/client/public/icons/game-icons/000000/lorc/padlock.svg new file mode 100644 index 00000000..d8cc6953 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/padlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/palm.svg b/client/public/icons/game-icons/000000/lorc/palm.svg new file mode 100644 index 00000000..b28aa23f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/paper-arrow.svg b/client/public/icons/game-icons/000000/lorc/paper-arrow.svg new file mode 100644 index 00000000..60442a5e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/paper-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/paper-bomb.svg b/client/public/icons/game-icons/000000/lorc/paper-bomb.svg new file mode 100644 index 00000000..ab0cae3f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/paper-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/paper-lantern.svg b/client/public/icons/game-icons/000000/lorc/paper-lantern.svg new file mode 100644 index 00000000..175d2893 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/paper-lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/papers.svg b/client/public/icons/game-icons/000000/lorc/papers.svg new file mode 100644 index 00000000..417c7d60 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/papers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/parachute.svg b/client/public/icons/game-icons/000000/lorc/parachute.svg new file mode 100644 index 00000000..98c89405 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/parachute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/paranoia.svg b/client/public/icons/game-icons/000000/lorc/paranoia.svg new file mode 100644 index 00000000..8cdb54be --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/paranoia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/parmecia.svg b/client/public/icons/game-icons/000000/lorc/parmecia.svg new file mode 100644 index 00000000..23642151 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/parmecia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/parrot-head.svg b/client/public/icons/game-icons/000000/lorc/parrot-head.svg new file mode 100644 index 00000000..98b1405f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/parrot-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/paw-front.svg b/client/public/icons/game-icons/000000/lorc/paw-front.svg new file mode 100644 index 00000000..cc24efd1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/paw-front.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/paw-heart.svg b/client/public/icons/game-icons/000000/lorc/paw-heart.svg new file mode 100644 index 00000000..3fc71d93 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/paw-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/paw-print.svg b/client/public/icons/game-icons/000000/lorc/paw-print.svg new file mode 100644 index 00000000..32b64dac --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/paw-print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/paw.svg b/client/public/icons/game-icons/000000/lorc/paw.svg new file mode 100644 index 00000000..ed3a7e3a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/paw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pawn.svg b/client/public/icons/game-icons/000000/lorc/pawn.svg new file mode 100644 index 00000000..ab68f499 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pawn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/peaks.svg b/client/public/icons/game-icons/000000/lorc/peaks.svg new file mode 100644 index 00000000..402eea52 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/peaks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pentagram-rose.svg b/client/public/icons/game-icons/000000/lorc/pentagram-rose.svg new file mode 100644 index 00000000..49ec2e90 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pentagram-rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pentarrows-tornado.svg b/client/public/icons/game-icons/000000/lorc/pentarrows-tornado.svg new file mode 100644 index 00000000..505e7ae9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pentarrows-tornado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/perfume-bottle.svg b/client/public/icons/game-icons/000000/lorc/perfume-bottle.svg new file mode 100644 index 00000000..0c48f987 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/perfume-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/perpendicular-rings.svg b/client/public/icons/game-icons/000000/lorc/perpendicular-rings.svg new file mode 100644 index 00000000..1e1ff4f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/perpendicular-rings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pie-slice.svg b/client/public/icons/game-icons/000000/lorc/pie-slice.svg new file mode 100644 index 00000000..06461630 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pie-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/piece-skull.svg b/client/public/icons/game-icons/000000/lorc/piece-skull.svg new file mode 100644 index 00000000..bc2e840c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/piece-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pierced-body.svg b/client/public/icons/game-icons/000000/lorc/pierced-body.svg new file mode 100644 index 00000000..d1466dec --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pierced-body.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pierced-heart.svg b/client/public/icons/game-icons/000000/lorc/pierced-heart.svg new file mode 100644 index 00000000..3020b3a1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pierced-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/piercing-sword.svg b/client/public/icons/game-icons/000000/lorc/piercing-sword.svg new file mode 100644 index 00000000..97ff5881 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/piercing-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pig-face.svg b/client/public/icons/game-icons/000000/lorc/pig-face.svg new file mode 100644 index 00000000..452b88f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pig-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pill-drop.svg b/client/public/icons/game-icons/000000/lorc/pill-drop.svg new file mode 100644 index 00000000..28b2ba21 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pill-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pill.svg b/client/public/icons/game-icons/000000/lorc/pill.svg new file mode 100644 index 00000000..e2f17781 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pincers.svg b/client/public/icons/game-icons/000000/lorc/pincers.svg new file mode 100644 index 00000000..468d2ff5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pincers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pine-tree.svg b/client/public/icons/game-icons/000000/lorc/pine-tree.svg new file mode 100644 index 00000000..ad2af77b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pine-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pirate-grave.svg b/client/public/icons/game-icons/000000/lorc/pirate-grave.svg new file mode 100644 index 00000000..baa498fb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pirate-grave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pirate-skull.svg b/client/public/icons/game-icons/000000/lorc/pirate-skull.svg new file mode 100644 index 00000000..387fa7ed --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pirate-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pizza-cutter.svg b/client/public/icons/game-icons/000000/lorc/pizza-cutter.svg new file mode 100644 index 00000000..13b677c9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pizza-cutter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/plain-dagger.svg b/client/public/icons/game-icons/000000/lorc/plain-dagger.svg new file mode 100644 index 00000000..d3995700 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/plain-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/plasma-bolt.svg b/client/public/icons/game-icons/000000/lorc/plasma-bolt.svg new file mode 100644 index 00000000..58db3b3e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/plasma-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/plastron.svg b/client/public/icons/game-icons/000000/lorc/plastron.svg new file mode 100644 index 00000000..935e0856 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/plastron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/plate-claw.svg b/client/public/icons/game-icons/000000/lorc/plate-claw.svg new file mode 100644 index 00000000..876d43b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/plate-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pocket-bow.svg b/client/public/icons/game-icons/000000/lorc/pocket-bow.svg new file mode 100644 index 00000000..d6df929d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pocket-bow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pointing.svg b/client/public/icons/game-icons/000000/lorc/pointing.svg new file mode 100644 index 00000000..688fdc14 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pointing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pointy-hat.svg b/client/public/icons/game-icons/000000/lorc/pointy-hat.svg new file mode 100644 index 00000000..3d213130 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pointy-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pointy-sword.svg b/client/public/icons/game-icons/000000/lorc/pointy-sword.svg new file mode 100644 index 00000000..18b9cdc3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pointy-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/poison-bottle.svg b/client/public/icons/game-icons/000000/lorc/poison-bottle.svg new file mode 100644 index 00000000..bc4a0b05 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/poison-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/poison-gas.svg b/client/public/icons/game-icons/000000/lorc/poison-gas.svg new file mode 100644 index 00000000..484b72a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/poison-gas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pokecog.svg b/client/public/icons/game-icons/000000/lorc/pokecog.svg new file mode 100644 index 00000000..2ae9200e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pokecog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/poker-hand.svg b/client/public/icons/game-icons/000000/lorc/poker-hand.svg new file mode 100644 index 00000000..de06d1a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/poker-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pollen-dust.svg b/client/public/icons/game-icons/000000/lorc/pollen-dust.svg new file mode 100644 index 00000000..7eebf357 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pollen-dust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/portal.svg b/client/public/icons/game-icons/000000/lorc/portal.svg new file mode 100644 index 00000000..1849de8b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/portal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/portculis.svg b/client/public/icons/game-icons/000000/lorc/portculis.svg new file mode 100644 index 00000000..aaae83b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/portculis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/potion-ball.svg b/client/public/icons/game-icons/000000/lorc/potion-ball.svg new file mode 100644 index 00000000..c167beb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/potion-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pouring-chalice.svg b/client/public/icons/game-icons/000000/lorc/pouring-chalice.svg new file mode 100644 index 00000000..a97060d1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pouring-chalice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/powder.svg b/client/public/icons/game-icons/000000/lorc/powder.svg new file mode 100644 index 00000000..b070be4c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/powder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/power-lightning.svg b/client/public/icons/game-icons/000000/lorc/power-lightning.svg new file mode 100644 index 00000000..afedd614 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/power-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/prayer.svg b/client/public/icons/game-icons/000000/lorc/prayer.svg new file mode 100644 index 00000000..eeb3369e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/prayer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pretty-fangs.svg b/client/public/icons/game-icons/000000/lorc/pretty-fangs.svg new file mode 100644 index 00000000..ebed0d3a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pretty-fangs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/processor.svg b/client/public/icons/game-icons/000000/lorc/processor.svg new file mode 100644 index 00000000..3f082089 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/processor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/profit.svg b/client/public/icons/game-icons/000000/lorc/profit.svg new file mode 100644 index 00000000..35f9754d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/profit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/psychic-waves.svg b/client/public/icons/game-icons/000000/lorc/psychic-waves.svg new file mode 100644 index 00000000..48daaf2b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/psychic-waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pummeled.svg b/client/public/icons/game-icons/000000/lorc/pummeled.svg new file mode 100644 index 00000000..d6faf916 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pummeled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pumpkin-lantern.svg b/client/public/icons/game-icons/000000/lorc/pumpkin-lantern.svg new file mode 100644 index 00000000..c6a82e3e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pumpkin-lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pumpkin-mask.svg b/client/public/icons/game-icons/000000/lorc/pumpkin-mask.svg new file mode 100644 index 00000000..0c3e43fb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pumpkin-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/punch-blast.svg b/client/public/icons/game-icons/000000/lorc/punch-blast.svg new file mode 100644 index 00000000..410256ab --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/punch-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/punch.svg b/client/public/icons/game-icons/000000/lorc/punch.svg new file mode 100644 index 00000000..1f56398b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/puppet.svg b/client/public/icons/game-icons/000000/lorc/puppet.svg new file mode 100644 index 00000000..3917d817 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/puppet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/pyromaniac.svg b/client/public/icons/game-icons/000000/lorc/pyromaniac.svg new file mode 100644 index 00000000..baef363c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/pyromaniac.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/quake-stomp.svg b/client/public/icons/game-icons/000000/lorc/quake-stomp.svg new file mode 100644 index 00000000..34a9e412 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/quake-stomp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/queen-crown.svg b/client/public/icons/game-icons/000000/lorc/queen-crown.svg new file mode 100644 index 00000000..056bd607 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/queen-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/quick-slash.svg b/client/public/icons/game-icons/000000/lorc/quick-slash.svg new file mode 100644 index 00000000..baa9f970 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/quick-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/quicksand.svg b/client/public/icons/game-icons/000000/lorc/quicksand.svg new file mode 100644 index 00000000..15e5a79c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/quicksand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/quill-ink.svg b/client/public/icons/game-icons/000000/lorc/quill-ink.svg new file mode 100644 index 00000000..a7ffc603 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/quill-ink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/quill.svg b/client/public/icons/game-icons/000000/lorc/quill.svg new file mode 100644 index 00000000..db479feb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/quill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/radar-dish.svg b/client/public/icons/game-icons/000000/lorc/radar-dish.svg new file mode 100644 index 00000000..81cd3d5d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/radar-dish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/radar-sweep.svg b/client/public/icons/game-icons/000000/lorc/radar-sweep.svg new file mode 100644 index 00000000..7994b578 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/radar-sweep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/radial-balance.svg b/client/public/icons/game-icons/000000/lorc/radial-balance.svg new file mode 100644 index 00000000..69bd4b52 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/radial-balance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/radioactive.svg b/client/public/icons/game-icons/000000/lorc/radioactive.svg new file mode 100644 index 00000000..bc669a13 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/radioactive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ragged-wound.svg b/client/public/icons/game-icons/000000/lorc/ragged-wound.svg new file mode 100644 index 00000000..cd3c5c48 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ragged-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rainbow-star.svg b/client/public/icons/game-icons/000000/lorc/rainbow-star.svg new file mode 100644 index 00000000..5864b5d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rainbow-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/raining.svg b/client/public/icons/game-icons/000000/lorc/raining.svg new file mode 100644 index 00000000..36895f3d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/raining.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rally-the-troops.svg b/client/public/icons/game-icons/000000/lorc/rally-the-troops.svg new file mode 100644 index 00000000..bbe039b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rally-the-troops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ram.svg b/client/public/icons/game-icons/000000/lorc/ram.svg new file mode 100644 index 00000000..f9d6b5d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rapidshare-arrow.svg b/client/public/icons/game-icons/000000/lorc/rapidshare-arrow.svg new file mode 100644 index 00000000..cb5353ce --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rapidshare-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/raven.svg b/client/public/icons/game-icons/000000/lorc/raven.svg new file mode 100644 index 00000000..a5099d0f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/raven.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ray-gun.svg b/client/public/icons/game-icons/000000/lorc/ray-gun.svg new file mode 100644 index 00000000..c4fd35c1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ray-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/razor-blade.svg b/client/public/icons/game-icons/000000/lorc/razor-blade.svg new file mode 100644 index 00000000..88437786 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/razor-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/reaper-scythe.svg b/client/public/icons/game-icons/000000/lorc/reaper-scythe.svg new file mode 100644 index 00000000..6f2e2e84 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/reaper-scythe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rear-aura.svg b/client/public/icons/game-icons/000000/lorc/rear-aura.svg new file mode 100644 index 00000000..b4346b46 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rear-aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/recycle.svg b/client/public/icons/game-icons/000000/lorc/recycle.svg new file mode 100644 index 00000000..75648ee4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/recycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/relationship-bounds.svg b/client/public/icons/game-icons/000000/lorc/relationship-bounds.svg new file mode 100644 index 00000000..62731826 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/relationship-bounds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/relic-blade.svg b/client/public/icons/game-icons/000000/lorc/relic-blade.svg new file mode 100644 index 00000000..223b7e32 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/relic-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/resonance.svg b/client/public/icons/game-icons/000000/lorc/resonance.svg new file mode 100644 index 00000000..d9f94f85 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/resonance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/reticule.svg b/client/public/icons/game-icons/000000/lorc/reticule.svg new file mode 100644 index 00000000..c38e92b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/reticule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/return-arrow.svg b/client/public/icons/game-icons/000000/lorc/return-arrow.svg new file mode 100644 index 00000000..8f09592e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/return-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ribbon.svg b/client/public/icons/game-icons/000000/lorc/ribbon.svg new file mode 100644 index 00000000..042a549b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ribcage.svg b/client/public/icons/game-icons/000000/lorc/ribcage.svg new file mode 100644 index 00000000..a5584135 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ribcage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ringed-beam.svg b/client/public/icons/game-icons/000000/lorc/ringed-beam.svg new file mode 100644 index 00000000..252725b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ringed-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ringed-planet.svg b/client/public/icons/game-icons/000000/lorc/ringed-planet.svg new file mode 100644 index 00000000..9f84a7e5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ringed-planet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ringing-bell.svg b/client/public/icons/game-icons/000000/lorc/ringing-bell.svg new file mode 100644 index 00000000..b63307d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ringing-bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/riot-shield.svg b/client/public/icons/game-icons/000000/lorc/riot-shield.svg new file mode 100644 index 00000000..a0dfc0d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/riot-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/roast-chicken.svg b/client/public/icons/game-icons/000000/lorc/roast-chicken.svg new file mode 100644 index 00000000..0c8df378 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/roast-chicken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/robe.svg b/client/public/icons/game-icons/000000/lorc/robe.svg new file mode 100644 index 00000000..ab40268a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/robe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/robot-golem.svg b/client/public/icons/game-icons/000000/lorc/robot-golem.svg new file mode 100644 index 00000000..dbbf8e3d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/robot-golem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rock.svg b/client/public/icons/game-icons/000000/lorc/rock.svg new file mode 100644 index 00000000..1834dfe6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rocket-flight.svg b/client/public/icons/game-icons/000000/lorc/rocket-flight.svg new file mode 100644 index 00000000..18f7d959 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rocket-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rocket.svg b/client/public/icons/game-icons/000000/lorc/rocket.svg new file mode 100644 index 00000000..1ecc714b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rogue.svg b/client/public/icons/game-icons/000000/lorc/rogue.svg new file mode 100644 index 00000000..0aa53b39 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rogue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rolling-bomb.svg b/client/public/icons/game-icons/000000/lorc/rolling-bomb.svg new file mode 100644 index 00000000..24488448 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rolling-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rolling-energy.svg b/client/public/icons/game-icons/000000/lorc/rolling-energy.svg new file mode 100644 index 00000000..2a18d9e2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rolling-energy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/root-tip.svg b/client/public/icons/game-icons/000000/lorc/root-tip.svg new file mode 100644 index 00000000..c8108c19 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/root-tip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rosa-shield.svg b/client/public/icons/game-icons/000000/lorc/rosa-shield.svg new file mode 100644 index 00000000..f0733bd4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rosa-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rose.svg b/client/public/icons/game-icons/000000/lorc/rose.svg new file mode 100644 index 00000000..b1fa1cc8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rough-wound.svg b/client/public/icons/game-icons/000000/lorc/rough-wound.svg new file mode 100644 index 00000000..fc9eefa2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rough-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/round-bottom-flask.svg b/client/public/icons/game-icons/000000/lorc/round-bottom-flask.svg new file mode 100644 index 00000000..acd0d6e9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/round-bottom-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/round-struck.svg b/client/public/icons/game-icons/000000/lorc/round-struck.svg new file mode 100644 index 00000000..c23aa6e9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/round-struck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/royal-love.svg b/client/public/icons/game-icons/000000/lorc/royal-love.svg new file mode 100644 index 00000000..4c40b45b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/royal-love.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rss.svg b/client/public/icons/game-icons/000000/lorc/rss.svg new file mode 100644 index 00000000..a4c3ffd7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/run.svg b/client/public/icons/game-icons/000000/lorc/run.svg new file mode 100644 index 00000000..b9a35c84 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/run.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rune-stone.svg b/client/public/icons/game-icons/000000/lorc/rune-stone.svg new file mode 100644 index 00000000..2275a272 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rune-stone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/rune-sword.svg b/client/public/icons/game-icons/000000/lorc/rune-sword.svg new file mode 100644 index 00000000..8d3ea16b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/rune-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/saber-slash.svg b/client/public/icons/game-icons/000000/lorc/saber-slash.svg new file mode 100644 index 00000000..ff93e6a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/saber-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/saber-tooth.svg b/client/public/icons/game-icons/000000/lorc/saber-tooth.svg new file mode 100644 index 00000000..bb3ff81a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/saber-tooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sabers-choc.svg b/client/public/icons/game-icons/000000/lorc/sabers-choc.svg new file mode 100644 index 00000000..208664ba --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sabers-choc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sacrificial-dagger.svg b/client/public/icons/game-icons/000000/lorc/sacrificial-dagger.svg new file mode 100644 index 00000000..9b9c8a04 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sacrificial-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sad-crab.svg b/client/public/icons/game-icons/000000/lorc/sad-crab.svg new file mode 100644 index 00000000..cfb90890 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sad-crab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/salamander.svg b/client/public/icons/game-icons/000000/lorc/salamander.svg new file mode 100644 index 00000000..933073c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/salamander.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/salt-shaker.svg b/client/public/icons/game-icons/000000/lorc/salt-shaker.svg new file mode 100644 index 00000000..bc40acd2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/salt-shaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sands-of-time.svg b/client/public/icons/game-icons/000000/lorc/sands-of-time.svg new file mode 100644 index 00000000..0bb210f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sands-of-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/saphir.svg b/client/public/icons/game-icons/000000/lorc/saphir.svg new file mode 100644 index 00000000..4ecd69ca --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/saphir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sattelite.svg b/client/public/icons/game-icons/000000/lorc/sattelite.svg new file mode 100644 index 00000000..e836360d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sattelite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/saw-claw.svg b/client/public/icons/game-icons/000000/lorc/saw-claw.svg new file mode 100644 index 00000000..a2d4f3f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/saw-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scale-mail.svg b/client/public/icons/game-icons/000000/lorc/scale-mail.svg new file mode 100644 index 00000000..8bd0b31a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scale-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scales.svg b/client/public/icons/game-icons/000000/lorc/scales.svg new file mode 100644 index 00000000..72254c5a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scallop.svg b/client/public/icons/game-icons/000000/lorc/scallop.svg new file mode 100644 index 00000000..950cb594 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scallop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scalpel-strike.svg b/client/public/icons/game-icons/000000/lorc/scalpel-strike.svg new file mode 100644 index 00000000..6fcfbf18 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scalpel-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scalpel.svg b/client/public/icons/game-icons/000000/lorc/scalpel.svg new file mode 100644 index 00000000..7da1701c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scalpel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scar-wound.svg b/client/public/icons/game-icons/000000/lorc/scar-wound.svg new file mode 100644 index 00000000..01b2b7a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scar-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scarab-beetle.svg b/client/public/icons/game-icons/000000/lorc/scarab-beetle.svg new file mode 100644 index 00000000..d3d3c382 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scarab-beetle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scarecrow.svg b/client/public/icons/game-icons/000000/lorc/scarecrow.svg new file mode 100644 index 00000000..cdd407ce --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scarecrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scissors.svg b/client/public/icons/game-icons/000000/lorc/scissors.svg new file mode 100644 index 00000000..a5773263 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scorpion-tail.svg b/client/public/icons/game-icons/000000/lorc/scorpion-tail.svg new file mode 100644 index 00000000..210ee31d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scorpion-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scorpion.svg b/client/public/icons/game-icons/000000/lorc/scorpion.svg new file mode 100644 index 00000000..a08d071a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scorpion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/screaming.svg b/client/public/icons/game-icons/000000/lorc/screaming.svg new file mode 100644 index 00000000..9afa5188 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/screaming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/screen-impact.svg b/client/public/icons/game-icons/000000/lorc/screen-impact.svg new file mode 100644 index 00000000..934c84f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/screen-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/screw.svg b/client/public/icons/game-icons/000000/lorc/screw.svg new file mode 100644 index 00000000..611de4d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/screw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/screwdriver.svg b/client/public/icons/game-icons/000000/lorc/screwdriver.svg new file mode 100644 index 00000000..d0a96154 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/screwdriver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scroll-unfurled.svg b/client/public/icons/game-icons/000000/lorc/scroll-unfurled.svg new file mode 100644 index 00000000..4704d11b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scroll-unfurled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/scythe.svg b/client/public/icons/game-icons/000000/lorc/scythe.svg new file mode 100644 index 00000000..6193d8f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/scythe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sea-dragon.svg b/client/public/icons/game-icons/000000/lorc/sea-dragon.svg new file mode 100644 index 00000000..28a46719 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sea-dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sea-serpent.svg b/client/public/icons/game-icons/000000/lorc/sea-serpent.svg new file mode 100644 index 00000000..2c4fee8f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sea-serpent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/seated-mouse.svg b/client/public/icons/game-icons/000000/lorc/seated-mouse.svg new file mode 100644 index 00000000..54b2922b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/seated-mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/self-love.svg b/client/public/icons/game-icons/000000/lorc/self-love.svg new file mode 100644 index 00000000..cd63fffc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/self-love.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/semi-closed-eye.svg b/client/public/icons/game-icons/000000/lorc/semi-closed-eye.svg new file mode 100644 index 00000000..e0600107 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/semi-closed-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sensuousness.svg b/client/public/icons/game-icons/000000/lorc/sensuousness.svg new file mode 100644 index 00000000..440c8e1b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sensuousness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sentry-gun.svg b/client/public/icons/game-icons/000000/lorc/sentry-gun.svg new file mode 100644 index 00000000..45279a13 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sentry-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/serrated-slash.svg b/client/public/icons/game-icons/000000/lorc/serrated-slash.svg new file mode 100644 index 00000000..40ad1458 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/serrated-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sewed-shell.svg b/client/public/icons/game-icons/000000/lorc/sewed-shell.svg new file mode 100644 index 00000000..da9c0a97 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sewed-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sewing-needle.svg b/client/public/icons/game-icons/000000/lorc/sewing-needle.svg new file mode 100644 index 00000000..44a0a4b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sewing-needle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shadow-follower.svg b/client/public/icons/game-icons/000000/lorc/shadow-follower.svg new file mode 100644 index 00000000..2a42d281 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shadow-follower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shadow-grasp.svg b/client/public/icons/game-icons/000000/lorc/shadow-grasp.svg new file mode 100644 index 00000000..94446b3c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shadow-grasp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shard-sword.svg b/client/public/icons/game-icons/000000/lorc/shard-sword.svg new file mode 100644 index 00000000..70038ece --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shard-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shark-jaws.svg b/client/public/icons/game-icons/000000/lorc/shark-jaws.svg new file mode 100644 index 00000000..eae65335 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shark-jaws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sharp-crown.svg b/client/public/icons/game-icons/000000/lorc/sharp-crown.svg new file mode 100644 index 00000000..b97d71be --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sharp-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sharp-lips.svg b/client/public/icons/game-icons/000000/lorc/sharp-lips.svg new file mode 100644 index 00000000..32ce6fbd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sharp-lips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sharp-smile.svg b/client/public/icons/game-icons/000000/lorc/sharp-smile.svg new file mode 100644 index 00000000..01912eb1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sharp-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sharped-teeth-skull.svg b/client/public/icons/game-icons/000000/lorc/sharped-teeth-skull.svg new file mode 100644 index 00000000..4013d652 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sharped-teeth-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shatter.svg b/client/public/icons/game-icons/000000/lorc/shatter.svg new file mode 100644 index 00000000..0cf2a442 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shatter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shattered-glass.svg b/client/public/icons/game-icons/000000/lorc/shattered-glass.svg new file mode 100644 index 00000000..45fe7dde --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shattered-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shattered-sword.svg b/client/public/icons/game-icons/000000/lorc/shattered-sword.svg new file mode 100644 index 00000000..cc30f2dd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shattered-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sheikah-eye.svg b/client/public/icons/game-icons/000000/lorc/sheikah-eye.svg new file mode 100644 index 00000000..137bd98a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sheikah-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shield-bounces.svg b/client/public/icons/game-icons/000000/lorc/shield-bounces.svg new file mode 100644 index 00000000..8d4347b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shield-bounces.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shield-echoes.svg b/client/public/icons/game-icons/000000/lorc/shield-echoes.svg new file mode 100644 index 00000000..23bdb287 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shield-echoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shield-reflect.svg b/client/public/icons/game-icons/000000/lorc/shield-reflect.svg new file mode 100644 index 00000000..0593427b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shield-reflect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shieldcomb.svg b/client/public/icons/game-icons/000000/lorc/shieldcomb.svg new file mode 100644 index 00000000..6fb9c92d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shieldcomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shining-claw.svg b/client/public/icons/game-icons/000000/lorc/shining-claw.svg new file mode 100644 index 00000000..9d28d7ff --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shining-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shining-heart.svg b/client/public/icons/game-icons/000000/lorc/shining-heart.svg new file mode 100644 index 00000000..e770832a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shining-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shining-sword.svg b/client/public/icons/game-icons/000000/lorc/shining-sword.svg new file mode 100644 index 00000000..47a82cda --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shining-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shiny-apple.svg b/client/public/icons/game-icons/000000/lorc/shiny-apple.svg new file mode 100644 index 00000000..c5a114d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shiny-apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shiny-entrance.svg b/client/public/icons/game-icons/000000/lorc/shiny-entrance.svg new file mode 100644 index 00000000..e41dd6b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shiny-entrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shiny-iris.svg b/client/public/icons/game-icons/000000/lorc/shiny-iris.svg new file mode 100644 index 00000000..fc8c862c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shiny-iris.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shiny-omega.svg b/client/public/icons/game-icons/000000/lorc/shiny-omega.svg new file mode 100644 index 00000000..4d4d2916 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shiny-omega.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shiny-purse.svg b/client/public/icons/game-icons/000000/lorc/shiny-purse.svg new file mode 100644 index 00000000..6f0a6e00 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shiny-purse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shoulder-scales.svg b/client/public/icons/game-icons/000000/lorc/shoulder-scales.svg new file mode 100644 index 00000000..ec220fd0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shoulder-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shouting.svg b/client/public/icons/game-icons/000000/lorc/shouting.svg new file mode 100644 index 00000000..5841aa9c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shouting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shuriken-aperture.svg b/client/public/icons/game-icons/000000/lorc/shuriken-aperture.svg new file mode 100644 index 00000000..4a88d675 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shuriken-aperture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shuriken.svg b/client/public/icons/game-icons/000000/lorc/shuriken.svg new file mode 100644 index 00000000..38b587df --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/shut-rose.svg b/client/public/icons/game-icons/000000/lorc/shut-rose.svg new file mode 100644 index 00000000..8a58b2d7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/shut-rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/silence.svg b/client/public/icons/game-icons/000000/lorc/silence.svg new file mode 100644 index 00000000..069b3071 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/silence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sing.svg b/client/public/icons/game-icons/000000/lorc/sing.svg new file mode 100644 index 00000000..609c127e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sinking-trap.svg b/client/public/icons/game-icons/000000/lorc/sinking-trap.svg new file mode 100644 index 00000000..7ba9946f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sinking-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sinusoidal-beam.svg b/client/public/icons/game-icons/000000/lorc/sinusoidal-beam.svg new file mode 100644 index 00000000..63b71ba9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sinusoidal-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/six-eyes.svg b/client/public/icons/game-icons/000000/lorc/six-eyes.svg new file mode 100644 index 00000000..8babfcd0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/six-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skeleton-inside.svg b/client/public/icons/game-icons/000000/lorc/skeleton-inside.svg new file mode 100644 index 00000000..3dfa7f49 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skeleton-inside.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skeleton-key.svg b/client/public/icons/game-icons/000000/lorc/skeleton-key.svg new file mode 100644 index 00000000..1bdedfc9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skeleton-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skid-mark.svg b/client/public/icons/game-icons/000000/lorc/skid-mark.svg new file mode 100644 index 00000000..57769c99 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skid-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-bolt.svg b/client/public/icons/game-icons/000000/lorc/skull-bolt.svg new file mode 100644 index 00000000..7710882a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-crack.svg b/client/public/icons/game-icons/000000/lorc/skull-crack.svg new file mode 100644 index 00000000..976c9ac3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-crack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-crossed-bones.svg b/client/public/icons/game-icons/000000/lorc/skull-crossed-bones.svg new file mode 100644 index 00000000..86b3fb10 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-crossed-bones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-in-jar.svg b/client/public/icons/game-icons/000000/lorc/skull-in-jar.svg new file mode 100644 index 00000000..2cd58662 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-in-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-mask.svg b/client/public/icons/game-icons/000000/lorc/skull-mask.svg new file mode 100644 index 00000000..1d0c5d3a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-ring.svg b/client/public/icons/game-icons/000000/lorc/skull-ring.svg new file mode 100644 index 00000000..a3df6dc3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-shield.svg b/client/public/icons/game-icons/000000/lorc/skull-shield.svg new file mode 100644 index 00000000..351f8a22 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-signet.svg b/client/public/icons/game-icons/000000/lorc/skull-signet.svg new file mode 100644 index 00000000..85e1fe5e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-signet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/skull-slices.svg b/client/public/icons/game-icons/000000/lorc/skull-slices.svg new file mode 100644 index 00000000..723b29bc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/skull-slices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/slap.svg b/client/public/icons/game-icons/000000/lorc/slap.svg new file mode 100644 index 00000000..dcb907aa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/slap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/slashed-shield.svg b/client/public/icons/game-icons/000000/lorc/slashed-shield.svg new file mode 100644 index 00000000..0d872b26 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/slashed-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/slavery-whip.svg b/client/public/icons/game-icons/000000/lorc/slavery-whip.svg new file mode 100644 index 00000000..53ce0f02 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/slavery-whip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sleepy.svg b/client/public/icons/game-icons/000000/lorc/sleepy.svg new file mode 100644 index 00000000..68289901 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sleepy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sliced-bread.svg b/client/public/icons/game-icons/000000/lorc/sliced-bread.svg new file mode 100644 index 00000000..02a7ecd0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sliced-bread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/slicing-arrow.svg b/client/public/icons/game-icons/000000/lorc/slicing-arrow.svg new file mode 100644 index 00000000..b6fce4e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/slicing-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sly.svg b/client/public/icons/game-icons/000000/lorc/sly.svg new file mode 100644 index 00000000..78ef249f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/small-fire.svg b/client/public/icons/game-icons/000000/lorc/small-fire.svg new file mode 100644 index 00000000..a60fca88 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/small-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/smash-arrows.svg b/client/public/icons/game-icons/000000/lorc/smash-arrows.svg new file mode 100644 index 00000000..bd258b83 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/smash-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/smitten.svg b/client/public/icons/game-icons/000000/lorc/smitten.svg new file mode 100644 index 00000000..100caa32 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/smitten.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/smoking-finger.svg b/client/public/icons/game-icons/000000/lorc/smoking-finger.svg new file mode 100644 index 00000000..e012e467 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/smoking-finger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/smoking-orb.svg b/client/public/icons/game-icons/000000/lorc/smoking-orb.svg new file mode 100644 index 00000000..dcd627aa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/smoking-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snail.svg b/client/public/icons/game-icons/000000/lorc/snail.svg new file mode 100644 index 00000000..65c3a9ab --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snake-bite.svg b/client/public/icons/game-icons/000000/lorc/snake-bite.svg new file mode 100644 index 00000000..892639a6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snake-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snake-totem.svg b/client/public/icons/game-icons/000000/lorc/snake-totem.svg new file mode 100644 index 00000000..1ba74d1e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snake-totem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snake.svg b/client/public/icons/game-icons/000000/lorc/snake.svg new file mode 100644 index 00000000..40cbe7a6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snatch.svg b/client/public/icons/game-icons/000000/lorc/snatch.svg new file mode 100644 index 00000000..e447aed1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snout.svg b/client/public/icons/game-icons/000000/lorc/snout.svg new file mode 100644 index 00000000..f5710bf6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snow-bottle.svg b/client/public/icons/game-icons/000000/lorc/snow-bottle.svg new file mode 100644 index 00000000..0d0a0f68 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snow-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snowflake-1.svg b/client/public/icons/game-icons/000000/lorc/snowflake-1.svg new file mode 100644 index 00000000..196c3075 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snowflake-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snowflake-2.svg b/client/public/icons/game-icons/000000/lorc/snowflake-2.svg new file mode 100644 index 00000000..4aa4ccc0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snowflake-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snowing.svg b/client/public/icons/game-icons/000000/lorc/snowing.svg new file mode 100644 index 00000000..dbd722a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snowing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/snowman.svg b/client/public/icons/game-icons/000000/lorc/snowman.svg new file mode 100644 index 00000000..8c3b0b0b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/snowman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/soap-experiment.svg b/client/public/icons/game-icons/000000/lorc/soap-experiment.svg new file mode 100644 index 00000000..5242b81a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/soap-experiment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sonic-boom.svg b/client/public/icons/game-icons/000000/lorc/sonic-boom.svg new file mode 100644 index 00000000..2613ad52 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sonic-boom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sonic-lightning.svg b/client/public/icons/game-icons/000000/lorc/sonic-lightning.svg new file mode 100644 index 00000000..83ffbe29 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sonic-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sonic-screech.svg b/client/public/icons/game-icons/000000/lorc/sonic-screech.svg new file mode 100644 index 00000000..ec3993fa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sonic-screech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sonic-shout.svg b/client/public/icons/game-icons/000000/lorc/sonic-shout.svg new file mode 100644 index 00000000..cb39ed7a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sonic-shout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/space-suit.svg b/client/public/icons/game-icons/000000/lorc/space-suit.svg new file mode 100644 index 00000000..0c9beccf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/space-suit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spade-skull.svg b/client/public/icons/game-icons/000000/lorc/spade-skull.svg new file mode 100644 index 00000000..5ed64150 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spade-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spade.svg b/client/public/icons/game-icons/000000/lorc/spade.svg new file mode 100644 index 00000000..2876ab5e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spanner.svg b/client/public/icons/game-icons/000000/lorc/spanner.svg new file mode 100644 index 00000000..ebbedce6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spark-spirit.svg b/client/public/icons/game-icons/000000/lorc/spark-spirit.svg new file mode 100644 index 00000000..e7799b5b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spark-spirit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sparkling-sabre.svg b/client/public/icons/game-icons/000000/lorc/sparkling-sabre.svg new file mode 100644 index 00000000..1e70c9a1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sparkling-sabre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sparky-bomb.svg b/client/public/icons/game-icons/000000/lorc/sparky-bomb.svg new file mode 100644 index 00000000..69e08983 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sparky-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sparrow.svg b/client/public/icons/game-icons/000000/lorc/sparrow.svg new file mode 100644 index 00000000..1cb635ec --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sparrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spartan.svg b/client/public/icons/game-icons/000000/lorc/spartan.svg new file mode 100644 index 00000000..fd310552 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spartan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spatter.svg b/client/public/icons/game-icons/000000/lorc/spatter.svg new file mode 100644 index 00000000..64d5151f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spatter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spear-hook.svg b/client/public/icons/game-icons/000000/lorc/spear-hook.svg new file mode 100644 index 00000000..67d0d21b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spear-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spears.svg b/client/public/icons/game-icons/000000/lorc/spears.svg new file mode 100644 index 00000000..c026dfa9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spectacle-lenses.svg b/client/public/icons/game-icons/000000/lorc/spectacle-lenses.svg new file mode 100644 index 00000000..dc62ac45 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spectacle-lenses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spectacles.svg b/client/public/icons/game-icons/000000/lorc/spectacles.svg new file mode 100644 index 00000000..061faba8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spectacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spectre.svg b/client/public/icons/game-icons/000000/lorc/spectre.svg new file mode 100644 index 00000000..56683191 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spectre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spider-web.svg b/client/public/icons/game-icons/000000/lorc/spider-web.svg new file mode 100644 index 00000000..faf43991 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spider-web.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-armor.svg b/client/public/icons/game-icons/000000/lorc/spiked-armor.svg new file mode 100644 index 00000000..3f467a3a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-collar.svg b/client/public/icons/game-icons/000000/lorc/spiked-collar.svg new file mode 100644 index 00000000..4020d0c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-collar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-fence.svg b/client/public/icons/game-icons/000000/lorc/spiked-fence.svg new file mode 100644 index 00000000..66f12387 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-fence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-halo.svg b/client/public/icons/game-icons/000000/lorc/spiked-halo.svg new file mode 100644 index 00000000..40f1bc13 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-halo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-mace.svg b/client/public/icons/game-icons/000000/lorc/spiked-mace.svg new file mode 100644 index 00000000..15df1683 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-mace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-shell.svg b/client/public/icons/game-icons/000000/lorc/spiked-shell.svg new file mode 100644 index 00000000..909cd1bb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-snail.svg b/client/public/icons/game-icons/000000/lorc/spiked-snail.svg new file mode 100644 index 00000000..ccd6b7df --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-tail.svg b/client/public/icons/game-icons/000000/lorc/spiked-tail.svg new file mode 100644 index 00000000..1db87284 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiked-tentacle.svg b/client/public/icons/game-icons/000000/lorc/spiked-tentacle.svg new file mode 100644 index 00000000..3032d575 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiked-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiky-eclipse.svg b/client/public/icons/game-icons/000000/lorc/spiky-eclipse.svg new file mode 100644 index 00000000..43292a6b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiky-eclipse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiky-explosion.svg b/client/public/icons/game-icons/000000/lorc/spiky-explosion.svg new file mode 100644 index 00000000..1f6cd2dc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiky-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiky-field.svg b/client/public/icons/game-icons/000000/lorc/spiky-field.svg new file mode 100644 index 00000000..f7171e07 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiky-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spill.svg b/client/public/icons/game-icons/000000/lorc/spill.svg new file mode 100644 index 00000000..55619220 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spinal-coil.svg b/client/public/icons/game-icons/000000/lorc/spinal-coil.svg new file mode 100644 index 00000000..661a2aad --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spinal-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spine-arrow.svg b/client/public/icons/game-icons/000000/lorc/spine-arrow.svg new file mode 100644 index 00000000..40cf6674 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spine-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spinning-blades.svg b/client/public/icons/game-icons/000000/lorc/spinning-blades.svg new file mode 100644 index 00000000..8d7e6672 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spinning-blades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spinning-ribbons.svg b/client/public/icons/game-icons/000000/lorc/spinning-ribbons.svg new file mode 100644 index 00000000..16732cc8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spinning-ribbons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spinning-sword.svg b/client/public/icons/game-icons/000000/lorc/spinning-sword.svg new file mode 100644 index 00000000..0ecb1898 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spinning-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiral-arrow.svg b/client/public/icons/game-icons/000000/lorc/spiral-arrow.svg new file mode 100644 index 00000000..8f0ac803 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiral-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiral-bloom.svg b/client/public/icons/game-icons/000000/lorc/spiral-bloom.svg new file mode 100644 index 00000000..615995d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiral-bloom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiral-bottle.svg b/client/public/icons/game-icons/000000/lorc/spiral-bottle.svg new file mode 100644 index 00000000..81403400 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiral-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiral-shell.svg b/client/public/icons/game-icons/000000/lorc/spiral-shell.svg new file mode 100644 index 00000000..6bea346e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiral-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiral-tentacle.svg b/client/public/icons/game-icons/000000/lorc/spiral-tentacle.svg new file mode 100644 index 00000000..a519c514 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiral-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spiral-thrust.svg b/client/public/icons/game-icons/000000/lorc/spiral-thrust.svg new file mode 100644 index 00000000..4956aec8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spiral-thrust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/splash.svg b/client/public/icons/game-icons/000000/lorc/splash.svg new file mode 100644 index 00000000..ace05513 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/splash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/splashy-stream.svg b/client/public/icons/game-icons/000000/lorc/splashy-stream.svg new file mode 100644 index 00000000..bfc2f013 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/splashy-stream.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/split-body.svg b/client/public/icons/game-icons/000000/lorc/split-body.svg new file mode 100644 index 00000000..a032a6c9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/split-body.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/split-cross.svg b/client/public/icons/game-icons/000000/lorc/split-cross.svg new file mode 100644 index 00000000..227fb143 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/split-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/splurt.svg b/client/public/icons/game-icons/000000/lorc/splurt.svg new file mode 100644 index 00000000..29b8f695 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/splurt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spoon.svg b/client/public/icons/game-icons/000000/lorc/spoon.svg new file mode 100644 index 00000000..445db0ea --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spoted-flower.svg b/client/public/icons/game-icons/000000/lorc/spoted-flower.svg new file mode 100644 index 00000000..46f40fcb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spoted-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spotted-arrowhead.svg b/client/public/icons/game-icons/000000/lorc/spotted-arrowhead.svg new file mode 100644 index 00000000..49319529 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spotted-arrowhead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spotted-mushroom.svg b/client/public/icons/game-icons/000000/lorc/spotted-mushroom.svg new file mode 100644 index 00000000..1cc2ffe4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spotted-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spotted-wound.svg b/client/public/icons/game-icons/000000/lorc/spotted-wound.svg new file mode 100644 index 00000000..1759100f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spotted-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spoutnik.svg b/client/public/icons/game-icons/000000/lorc/spoutnik.svg new file mode 100644 index 00000000..a60d1a15 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spoutnik.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spray.svg b/client/public/icons/game-icons/000000/lorc/spray.svg new file mode 100644 index 00000000..9959b508 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sprint.svg b/client/public/icons/game-icons/000000/lorc/sprint.svg new file mode 100644 index 00000000..1946a764 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sprout-disc.svg b/client/public/icons/game-icons/000000/lorc/sprout-disc.svg new file mode 100644 index 00000000..47f7b1dd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sprout-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sprout.svg b/client/public/icons/game-icons/000000/lorc/sprout.svg new file mode 100644 index 00000000..142d7136 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sprout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/spyglass.svg b/client/public/icons/game-icons/000000/lorc/spyglass.svg new file mode 100644 index 00000000..b80b60d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/spyglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/square-bottle.svg b/client/public/icons/game-icons/000000/lorc/square-bottle.svg new file mode 100644 index 00000000..7e38b0e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/square-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/squib.svg b/client/public/icons/game-icons/000000/lorc/squib.svg new file mode 100644 index 00000000..febfa16b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/squib.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/squid-head.svg b/client/public/icons/game-icons/000000/lorc/squid-head.svg new file mode 100644 index 00000000..03877830 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/squid-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/squid.svg b/client/public/icons/game-icons/000000/lorc/squid.svg new file mode 100644 index 00000000..3f49443c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/squid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stag-head.svg b/client/public/icons/game-icons/000000/lorc/stag-head.svg new file mode 100644 index 00000000..cbc11097 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stag-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stalagtite.svg b/client/public/icons/game-icons/000000/lorc/stalagtite.svg new file mode 100644 index 00000000..caa32ae7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stalagtite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/standing-potion.svg b/client/public/icons/game-icons/000000/lorc/standing-potion.svg new file mode 100644 index 00000000..87da150f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/standing-potion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/star-cycle.svg b/client/public/icons/game-icons/000000/lorc/star-cycle.svg new file mode 100644 index 00000000..82625a43 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/star-cycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/star-prominences.svg b/client/public/icons/game-icons/000000/lorc/star-prominences.svg new file mode 100644 index 00000000..73aea9c6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/star-prominences.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/star-pupil.svg b/client/public/icons/game-icons/000000/lorc/star-pupil.svg new file mode 100644 index 00000000..3433bfe8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/star-pupil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/star-sattelites.svg b/client/public/icons/game-icons/000000/lorc/star-sattelites.svg new file mode 100644 index 00000000..8c1dc5fc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/star-sattelites.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/star-skull.svg b/client/public/icons/game-icons/000000/lorc/star-skull.svg new file mode 100644 index 00000000..19078a97 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/star-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/star-swirl.svg b/client/public/icons/game-icons/000000/lorc/star-swirl.svg new file mode 100644 index 00000000..6bc2cfb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/star-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/staryu.svg b/client/public/icons/game-icons/000000/lorc/staryu.svg new file mode 100644 index 00000000..01eef40f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/staryu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/static-guard.svg b/client/public/icons/game-icons/000000/lorc/static-guard.svg new file mode 100644 index 00000000..1bccf226 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/static-guard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/static-waves.svg b/client/public/icons/game-icons/000000/lorc/static-waves.svg new file mode 100644 index 00000000..040ba050 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/static-waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/static.svg b/client/public/icons/game-icons/000000/lorc/static.svg new file mode 100644 index 00000000..1f6faed8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/static.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/steel-claws.svg b/client/public/icons/game-icons/000000/lorc/steel-claws.svg new file mode 100644 index 00000000..ab5affa9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/steel-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/steeltoe-boots.svg b/client/public/icons/game-icons/000000/lorc/steeltoe-boots.svg new file mode 100644 index 00000000..fb5966fc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/steeltoe-boots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/steelwing-emblem.svg b/client/public/icons/game-icons/000000/lorc/steelwing-emblem.svg new file mode 100644 index 00000000..508d9fd2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/steelwing-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stick-splitting.svg b/client/public/icons/game-icons/000000/lorc/stick-splitting.svg new file mode 100644 index 00000000..56a640c5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stick-splitting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sticking-plaster.svg b/client/public/icons/game-icons/000000/lorc/sticking-plaster.svg new file mode 100644 index 00000000..0c11625d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sticking-plaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stigmata.svg b/client/public/icons/game-icons/000000/lorc/stigmata.svg new file mode 100644 index 00000000..00828ea1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stigmata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stiletto.svg b/client/public/icons/game-icons/000000/lorc/stiletto.svg new file mode 100644 index 00000000..84f6195e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stiletto.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stitched-wound.svg b/client/public/icons/game-icons/000000/lorc/stitched-wound.svg new file mode 100644 index 00000000..33972305 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stitched-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stomp-tornado.svg b/client/public/icons/game-icons/000000/lorc/stomp-tornado.svg new file mode 100644 index 00000000..23acab54 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stomp-tornado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stomp.svg b/client/public/icons/game-icons/000000/lorc/stomp.svg new file mode 100644 index 00000000..1708a6c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stomp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stone-axe.svg b/client/public/icons/game-icons/000000/lorc/stone-axe.svg new file mode 100644 index 00000000..9016a975 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stone-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stone-block.svg b/client/public/icons/game-icons/000000/lorc/stone-block.svg new file mode 100644 index 00000000..e436d59c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stone-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stone-crafting.svg b/client/public/icons/game-icons/000000/lorc/stone-crafting.svg new file mode 100644 index 00000000..83f6e39f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stone-crafting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stone-spear.svg b/client/public/icons/game-icons/000000/lorc/stone-spear.svg new file mode 100644 index 00000000..2bb7198c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stone-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stone-sphere.svg b/client/public/icons/game-icons/000000/lorc/stone-sphere.svg new file mode 100644 index 00000000..d7c72cbc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stone-sphere.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stone-tablet.svg b/client/public/icons/game-icons/000000/lorc/stone-tablet.svg new file mode 100644 index 00000000..3f910ec7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stone-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stone-throne.svg b/client/public/icons/game-icons/000000/lorc/stone-throne.svg new file mode 100644 index 00000000..4d3b48bf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stone-throne.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stone-tower.svg b/client/public/icons/game-icons/000000/lorc/stone-tower.svg new file mode 100644 index 00000000..3346177a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stone-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stoned-skull.svg b/client/public/icons/game-icons/000000/lorc/stoned-skull.svg new file mode 100644 index 00000000..e0f005bd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stoned-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/stopwatch.svg b/client/public/icons/game-icons/000000/lorc/stopwatch.svg new file mode 100644 index 00000000..e42570fe --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/strafe.svg b/client/public/icons/game-icons/000000/lorc/strafe.svg new file mode 100644 index 00000000..0fe1b6c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/strafe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/striking-arrows.svg b/client/public/icons/game-icons/000000/lorc/striking-arrows.svg new file mode 100644 index 00000000..0133b438 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/striking-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/striking-balls.svg b/client/public/icons/game-icons/000000/lorc/striking-balls.svg new file mode 100644 index 00000000..88741980 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/striking-balls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/striking-clamps.svg b/client/public/icons/game-icons/000000/lorc/striking-clamps.svg new file mode 100644 index 00000000..90a6a284 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/striking-clamps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/striking-diamonds.svg b/client/public/icons/game-icons/000000/lorc/striking-diamonds.svg new file mode 100644 index 00000000..cbd7225f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/striking-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/striking-splinter.svg b/client/public/icons/game-icons/000000/lorc/striking-splinter.svg new file mode 100644 index 00000000..1abe84f1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/striking-splinter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/striped-sword.svg b/client/public/icons/game-icons/000000/lorc/striped-sword.svg new file mode 100644 index 00000000..a60dc710 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/striped-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/strong.svg b/client/public/icons/game-icons/000000/lorc/strong.svg new file mode 100644 index 00000000..38f68e4a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/strong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/suckered-tentacle.svg b/client/public/icons/game-icons/000000/lorc/suckered-tentacle.svg new file mode 100644 index 00000000..637d6eff --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/suckered-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/suits.svg b/client/public/icons/game-icons/000000/lorc/suits.svg new file mode 100644 index 00000000..7a463616 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/suits.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sun-radiations.svg b/client/public/icons/game-icons/000000/lorc/sun-radiations.svg new file mode 100644 index 00000000..c12adf76 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sun-radiations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sun.svg b/client/public/icons/game-icons/000000/lorc/sun.svg new file mode 100644 index 00000000..b26d5ad1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sunbeams.svg b/client/public/icons/game-icons/000000/lorc/sunbeams.svg new file mode 100644 index 00000000..b8bf8ec0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sunbeams.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sundial.svg b/client/public/icons/game-icons/000000/lorc/sundial.svg new file mode 100644 index 00000000..9b1ab827 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sundial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sunken-eye.svg b/client/public/icons/game-icons/000000/lorc/sunken-eye.svg new file mode 100644 index 00000000..89dbf2a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sunken-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sunrise.svg b/client/public/icons/game-icons/000000/lorc/sunrise.svg new file mode 100644 index 00000000..127854da --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sunrise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/super-mushroom.svg b/client/public/icons/game-icons/000000/lorc/super-mushroom.svg new file mode 100644 index 00000000..0ce67312 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/super-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/supersonic-arrow.svg b/client/public/icons/game-icons/000000/lorc/supersonic-arrow.svg new file mode 100644 index 00000000..83838d25 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/supersonic-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/supersonic-bullet.svg b/client/public/icons/game-icons/000000/lorc/supersonic-bullet.svg new file mode 100644 index 00000000..e90d8e28 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/supersonic-bullet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/surprised-skull.svg b/client/public/icons/game-icons/000000/lorc/surprised-skull.svg new file mode 100644 index 00000000..b9e78ea2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/surprised-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/surprised.svg b/client/public/icons/game-icons/000000/lorc/surprised.svg new file mode 100644 index 00000000..96b86069 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/surprised.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/surrounded-eye.svg b/client/public/icons/game-icons/000000/lorc/surrounded-eye.svg new file mode 100644 index 00000000..7eaa335d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/surrounded-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/surrounded-shield.svg b/client/public/icons/game-icons/000000/lorc/surrounded-shield.svg new file mode 100644 index 00000000..18a99e35 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/surrounded-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/suspicious.svg b/client/public/icons/game-icons/000000/lorc/suspicious.svg new file mode 100644 index 00000000..a2434d88 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/suspicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/swallow.svg b/client/public/icons/game-icons/000000/lorc/swallow.svg new file mode 100644 index 00000000..9c9894da --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/swallow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/swan-breeze.svg b/client/public/icons/game-icons/000000/lorc/swan-breeze.svg new file mode 100644 index 00000000..0d795e5b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/swan-breeze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/swan.svg b/client/public/icons/game-icons/000000/lorc/swan.svg new file mode 100644 index 00000000..74335ab9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/swan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/swap-bag.svg b/client/public/icons/game-icons/000000/lorc/swap-bag.svg new file mode 100644 index 00000000..29a7caba --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/swap-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/swirl-ring.svg b/client/public/icons/game-icons/000000/lorc/swirl-ring.svg new file mode 100644 index 00000000..d797e290 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/swirl-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/swirl-string.svg b/client/public/icons/game-icons/000000/lorc/swirl-string.svg new file mode 100644 index 00000000..723e0ca5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/swirl-string.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-array.svg b/client/public/icons/game-icons/000000/lorc/sword-array.svg new file mode 100644 index 00000000..d1347105 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-array.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-break.svg b/client/public/icons/game-icons/000000/lorc/sword-break.svg new file mode 100644 index 00000000..03944eb6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-break.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-clash.svg b/client/public/icons/game-icons/000000/lorc/sword-clash.svg new file mode 100644 index 00000000..f7fff08a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-clash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-hilt.svg b/client/public/icons/game-icons/000000/lorc/sword-hilt.svg new file mode 100644 index 00000000..4bcc8070 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-hilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-in-stone.svg b/client/public/icons/game-icons/000000/lorc/sword-in-stone.svg new file mode 100644 index 00000000..4709b4ad --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-in-stone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-slice.svg b/client/public/icons/game-icons/000000/lorc/sword-slice.svg new file mode 100644 index 00000000..329d103b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-smithing.svg b/client/public/icons/game-icons/000000/lorc/sword-smithing.svg new file mode 100644 index 00000000..db9c86a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-smithing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-spade.svg b/client/public/icons/game-icons/000000/lorc/sword-spade.svg new file mode 100644 index 00000000..ce0e2204 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-spade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-spin.svg b/client/public/icons/game-icons/000000/lorc/sword-spin.svg new file mode 100644 index 00000000..bb7d40e7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-spin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-tie.svg b/client/public/icons/game-icons/000000/lorc/sword-tie.svg new file mode 100644 index 00000000..a687eec1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/sword-wound.svg b/client/public/icons/game-icons/000000/lorc/sword-wound.svg new file mode 100644 index 00000000..24a8457d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/sword-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/swords-emblem.svg b/client/public/icons/game-icons/000000/lorc/swords-emblem.svg new file mode 100644 index 00000000..337f5dfc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/swords-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/syringe.svg b/client/public/icons/game-icons/000000/lorc/syringe.svg new file mode 100644 index 00000000..76e86f9f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/syringe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tank.svg b/client/public/icons/game-icons/000000/lorc/tank.svg new file mode 100644 index 00000000..fe67d801 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/target-arrows.svg b/client/public/icons/game-icons/000000/lorc/target-arrows.svg new file mode 100644 index 00000000..99ed57c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/target-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/target-dummy.svg b/client/public/icons/game-icons/000000/lorc/target-dummy.svg new file mode 100644 index 00000000..a2d16ae0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/target-dummy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/target-shot.svg b/client/public/icons/game-icons/000000/lorc/target-shot.svg new file mode 100644 index 00000000..88d649bd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/target-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/targeting.svg b/client/public/icons/game-icons/000000/lorc/targeting.svg new file mode 100644 index 00000000..b5baec79 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/targeting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tattered-banner.svg b/client/public/icons/game-icons/000000/lorc/tattered-banner.svg new file mode 100644 index 00000000..8850ed38 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tattered-banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/teapot.svg b/client/public/icons/game-icons/000000/lorc/teapot.svg new file mode 100644 index 00000000..2bfa8098 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/teapot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tear-tracks.svg b/client/public/icons/game-icons/000000/lorc/tear-tracks.svg new file mode 100644 index 00000000..36a1e94e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tear-tracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tearing.svg b/client/public/icons/game-icons/000000/lorc/tearing.svg new file mode 100644 index 00000000..84b5aad9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tearing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/techno-heart.svg b/client/public/icons/game-icons/000000/lorc/techno-heart.svg new file mode 100644 index 00000000..6f0772ad --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/techno-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/telepathy.svg b/client/public/icons/game-icons/000000/lorc/telepathy.svg new file mode 100644 index 00000000..4bf2cca2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/telepathy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/teleport.svg b/client/public/icons/game-icons/000000/lorc/teleport.svg new file mode 100644 index 00000000..b587739f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/teleport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/templar-eye.svg b/client/public/icons/game-icons/000000/lorc/templar-eye.svg new file mode 100644 index 00000000..38389196 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/templar-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/templar-heart.svg b/client/public/icons/game-icons/000000/lorc/templar-heart.svg new file mode 100644 index 00000000..2ccfa354 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/templar-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/temptation.svg b/client/public/icons/game-icons/000000/lorc/temptation.svg new file mode 100644 index 00000000..99bdf444 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/temptation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tension-snowflake.svg b/client/public/icons/game-icons/000000/lorc/tension-snowflake.svg new file mode 100644 index 00000000..2e668037 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tension-snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tentacle-heart.svg b/client/public/icons/game-icons/000000/lorc/tentacle-heart.svg new file mode 100644 index 00000000..0937b5fd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tentacle-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tentacle-strike.svg b/client/public/icons/game-icons/000000/lorc/tentacle-strike.svg new file mode 100644 index 00000000..332298ed --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tentacle-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tentacles-skull.svg b/client/public/icons/game-icons/000000/lorc/tentacles-skull.svg new file mode 100644 index 00000000..05df6cc0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tentacles-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tentacurl.svg b/client/public/icons/game-icons/000000/lorc/tentacurl.svg new file mode 100644 index 00000000..8ebd7d3d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tentacurl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/terror.svg b/client/public/icons/game-icons/000000/lorc/terror.svg new file mode 100644 index 00000000..2a3883fa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/terror.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tesla-coil.svg b/client/public/icons/game-icons/000000/lorc/tesla-coil.svg new file mode 100644 index 00000000..68cc07b2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tesla-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tesla-turret.svg b/client/public/icons/game-icons/000000/lorc/tesla-turret.svg new file mode 100644 index 00000000..f9fc5cf4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tesla-turret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/test-tubes.svg b/client/public/icons/game-icons/000000/lorc/test-tubes.svg new file mode 100644 index 00000000..ae2f54af --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/test-tubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thermometer-scale.svg b/client/public/icons/game-icons/000000/lorc/thermometer-scale.svg new file mode 100644 index 00000000..b5dd7c65 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thermometer-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/third-eye.svg b/client/public/icons/game-icons/000000/lorc/third-eye.svg new file mode 100644 index 00000000..a7fbb18e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/third-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thor-fist.svg b/client/public/icons/game-icons/000000/lorc/thor-fist.svg new file mode 100644 index 00000000..16977571 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thor-fist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thorn-helix.svg b/client/public/icons/game-icons/000000/lorc/thorn-helix.svg new file mode 100644 index 00000000..16e99bc1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thorn-helix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thorned-arrow.svg b/client/public/icons/game-icons/000000/lorc/thorned-arrow.svg new file mode 100644 index 00000000..42f92d5c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thorned-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thorny-tentacle.svg b/client/public/icons/game-icons/000000/lorc/thorny-tentacle.svg new file mode 100644 index 00000000..b0e607fb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thorny-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thorny-vine.svg b/client/public/icons/game-icons/000000/lorc/thorny-vine.svg new file mode 100644 index 00000000..7763db84 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thorny-vine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/three-burning-balls.svg b/client/public/icons/game-icons/000000/lorc/three-burning-balls.svg new file mode 100644 index 00000000..04415e12 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/three-burning-balls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/three-keys.svg b/client/public/icons/game-icons/000000/lorc/three-keys.svg new file mode 100644 index 00000000..a2a8254f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/three-keys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/three-leaves.svg b/client/public/icons/game-icons/000000/lorc/three-leaves.svg new file mode 100644 index 00000000..1b9fde74 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/three-leaves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thrown-charcoal.svg b/client/public/icons/game-icons/000000/lorc/thrown-charcoal.svg new file mode 100644 index 00000000..bba715d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thrown-charcoal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thrown-daggers.svg b/client/public/icons/game-icons/000000/lorc/thrown-daggers.svg new file mode 100644 index 00000000..14ce4b9c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thrown-daggers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thrown-knife.svg b/client/public/icons/game-icons/000000/lorc/thrown-knife.svg new file mode 100644 index 00000000..5dec57cf --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thrown-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thrown-spear.svg b/client/public/icons/game-icons/000000/lorc/thrown-spear.svg new file mode 100644 index 00000000..c431be30 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thrown-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thunder-blade.svg b/client/public/icons/game-icons/000000/lorc/thunder-blade.svg new file mode 100644 index 00000000..472a9a0e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thunder-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thunder-skull.svg b/client/public/icons/game-icons/000000/lorc/thunder-skull.svg new file mode 100644 index 00000000..795d8b85 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thunder-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thunder-struck.svg b/client/public/icons/game-icons/000000/lorc/thunder-struck.svg new file mode 100644 index 00000000..503d1cb5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thunder-struck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/thunderball.svg b/client/public/icons/game-icons/000000/lorc/thunderball.svg new file mode 100644 index 00000000..b8abc2f6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/thunderball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tick.svg b/client/public/icons/game-icons/000000/lorc/tick.svg new file mode 100644 index 00000000..609b9aac --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tied-scroll.svg b/client/public/icons/game-icons/000000/lorc/tied-scroll.svg new file mode 100644 index 00000000..d09d11d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tied-scroll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/time-bomb.svg b/client/public/icons/game-icons/000000/lorc/time-bomb.svg new file mode 100644 index 00000000..9a1de30f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/time-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/time-trap.svg b/client/public/icons/game-icons/000000/lorc/time-trap.svg new file mode 100644 index 00000000..38306187 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/time-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tinker.svg b/client/public/icons/game-icons/000000/lorc/tinker.svg new file mode 100644 index 00000000..268bae41 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tinker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/toad-teeth.svg b/client/public/icons/game-icons/000000/lorc/toad-teeth.svg new file mode 100644 index 00000000..95712cd5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/toad-teeth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tombstone.svg b/client/public/icons/game-icons/000000/lorc/tombstone.svg new file mode 100644 index 00000000..4de36872 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tombstone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tooth.svg b/client/public/icons/game-icons/000000/lorc/tooth.svg new file mode 100644 index 00000000..068c6bad --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/top-hat.svg b/client/public/icons/game-icons/000000/lorc/top-hat.svg new file mode 100644 index 00000000..1b8252cd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/top-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/top-paw.svg b/client/public/icons/game-icons/000000/lorc/top-paw.svg new file mode 100644 index 00000000..63ef527e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/top-paw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tornado-discs.svg b/client/public/icons/game-icons/000000/lorc/tornado-discs.svg new file mode 100644 index 00000000..03773373 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tornado-discs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tornado.svg b/client/public/icons/game-icons/000000/lorc/tornado.svg new file mode 100644 index 00000000..0bf8f403 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tornado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/totem-head.svg b/client/public/icons/game-icons/000000/lorc/totem-head.svg new file mode 100644 index 00000000..f977229e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/totem-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/totem-mask.svg b/client/public/icons/game-icons/000000/lorc/totem-mask.svg new file mode 100644 index 00000000..be32b146 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/totem-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tower-fall.svg b/client/public/icons/game-icons/000000/lorc/tower-fall.svg new file mode 100644 index 00000000..acbbe6ba --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tower-fall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/trade.svg b/client/public/icons/game-icons/000000/lorc/trade.svg new file mode 100644 index 00000000..b25fd2ad --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/trade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/transfuse.svg b/client/public/icons/game-icons/000000/lorc/transfuse.svg new file mode 100644 index 00000000..d96d540e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/transfuse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/transparent-tubes.svg b/client/public/icons/game-icons/000000/lorc/transparent-tubes.svg new file mode 100644 index 00000000..a21820aa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/transparent-tubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/transportation-rings.svg b/client/public/icons/game-icons/000000/lorc/transportation-rings.svg new file mode 100644 index 00000000..84859eed --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/transportation-rings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/trap-mask.svg b/client/public/icons/game-icons/000000/lorc/trap-mask.svg new file mode 100644 index 00000000..62dc787a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/trap-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tread.svg b/client/public/icons/game-icons/000000/lorc/tread.svg new file mode 100644 index 00000000..0e0698a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/treasure-map.svg b/client/public/icons/game-icons/000000/lorc/treasure-map.svg new file mode 100644 index 00000000..a926f81e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/treasure-map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tree-branch.svg b/client/public/icons/game-icons/000000/lorc/tree-branch.svg new file mode 100644 index 00000000..83a29a42 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tree-branch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/trefoil-lily.svg b/client/public/icons/game-icons/000000/lorc/trefoil-lily.svg new file mode 100644 index 00000000..5b32569c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/trefoil-lily.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/trefoil-shuriken.svg b/client/public/icons/game-icons/000000/lorc/trefoil-shuriken.svg new file mode 100644 index 00000000..73b91293 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/trefoil-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tribal-mask.svg b/client/public/icons/game-icons/000000/lorc/tribal-mask.svg new file mode 100644 index 00000000..fd036e33 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tribal-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/trident.svg b/client/public/icons/game-icons/000000/lorc/trident.svg new file mode 100644 index 00000000..0ec9139f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/trident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/trilobite.svg b/client/public/icons/game-icons/000000/lorc/trilobite.svg new file mode 100644 index 00000000..b6ecbb83 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/trilobite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triorb.svg b/client/public/icons/game-icons/000000/lorc/triorb.svg new file mode 100644 index 00000000..eb27d8b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triorb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-beak.svg b/client/public/icons/game-icons/000000/lorc/triple-beak.svg new file mode 100644 index 00000000..0796a8dd --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-beak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-claws.svg b/client/public/icons/game-icons/000000/lorc/triple-claws.svg new file mode 100644 index 00000000..aca35af8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-corn.svg b/client/public/icons/game-icons/000000/lorc/triple-corn.svg new file mode 100644 index 00000000..cca6e612 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-corn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-lock.svg b/client/public/icons/game-icons/000000/lorc/triple-lock.svg new file mode 100644 index 00000000..58aa309d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-needle.svg b/client/public/icons/game-icons/000000/lorc/triple-needle.svg new file mode 100644 index 00000000..052f6151 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-needle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-plier.svg b/client/public/icons/game-icons/000000/lorc/triple-plier.svg new file mode 100644 index 00000000..69332549 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-plier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-scratches.svg b/client/public/icons/game-icons/000000/lorc/triple-scratches.svg new file mode 100644 index 00000000..4d98759a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-scratches.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-shells.svg b/client/public/icons/game-icons/000000/lorc/triple-shells.svg new file mode 100644 index 00000000..ab2a5e34 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-shells.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-skulls.svg b/client/public/icons/game-icons/000000/lorc/triple-skulls.svg new file mode 100644 index 00000000..0073f5f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-skulls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triple-yin.svg b/client/public/icons/game-icons/000000/lorc/triple-yin.svg new file mode 100644 index 00000000..ff3dacf2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triple-yin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tripwire.svg b/client/public/icons/game-icons/000000/lorc/tripwire.svg new file mode 100644 index 00000000..afc4ddb1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tripwire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/triton-head.svg b/client/public/icons/game-icons/000000/lorc/triton-head.svg new file mode 100644 index 00000000..06f88582 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/triton-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tron-arrow.svg b/client/public/icons/game-icons/000000/lorc/tron-arrow.svg new file mode 100644 index 00000000..9782d1f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tron-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/trophy.svg b/client/public/icons/game-icons/000000/lorc/trophy.svg new file mode 100644 index 00000000..7b6b37b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/trousers.svg b/client/public/icons/game-icons/000000/lorc/trousers.svg new file mode 100644 index 00000000..39afcf85 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/trousers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tumor.svg b/client/public/icons/game-icons/000000/lorc/tumor.svg new file mode 100644 index 00000000..24ce423e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tumor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tune-pitch.svg b/client/public/icons/game-icons/000000/lorc/tune-pitch.svg new file mode 100644 index 00000000..d7a46808 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tune-pitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/turd.svg b/client/public/icons/game-icons/000000/lorc/turd.svg new file mode 100644 index 00000000..01321a12 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/turd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/turtle-shell.svg b/client/public/icons/game-icons/000000/lorc/turtle-shell.svg new file mode 100644 index 00000000..7d610a38 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/turtle-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/turtle.svg b/client/public/icons/game-icons/000000/lorc/turtle.svg new file mode 100644 index 00000000..6df7b212 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/turtle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/twin-shell.svg b/client/public/icons/game-icons/000000/lorc/twin-shell.svg new file mode 100644 index 00000000..107f30cc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/twin-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/twirl-center.svg b/client/public/icons/game-icons/000000/lorc/twirl-center.svg new file mode 100644 index 00000000..ebb3a178 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/twirl-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/twirly-flower.svg b/client/public/icons/game-icons/000000/lorc/twirly-flower.svg new file mode 100644 index 00000000..55bf81d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/twirly-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/twister.svg b/client/public/icons/game-icons/000000/lorc/twister.svg new file mode 100644 index 00000000..e3611ae4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/twister.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/two-feathers.svg b/client/public/icons/game-icons/000000/lorc/two-feathers.svg new file mode 100644 index 00000000..8715ed76 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/two-feathers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/two-shadows.svg b/client/public/icons/game-icons/000000/lorc/two-shadows.svg new file mode 100644 index 00000000..461b4423 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/two-shadows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/tyre.svg b/client/public/icons/game-icons/000000/lorc/tyre.svg new file mode 100644 index 00000000..bc5c5ad8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/tyre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ubisoft-sun.svg b/client/public/icons/game-icons/000000/lorc/ubisoft-sun.svg new file mode 100644 index 00000000..1cc908af --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ubisoft-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/ultrasound.svg b/client/public/icons/game-icons/000000/lorc/ultrasound.svg new file mode 100644 index 00000000..35dc36a7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/ultrasound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/umbrella.svg b/client/public/icons/game-icons/000000/lorc/umbrella.svg new file mode 100644 index 00000000..45f37eed --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/uncertainty.svg b/client/public/icons/game-icons/000000/lorc/uncertainty.svg new file mode 100644 index 00000000..0b6426b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/uncertainty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/unfriendly-fire.svg b/client/public/icons/game-icons/000000/lorc/unfriendly-fire.svg new file mode 100644 index 00000000..c47f3159 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/unfriendly-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/unlit-bomb.svg b/client/public/icons/game-icons/000000/lorc/unlit-bomb.svg new file mode 100644 index 00000000..37655747 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/unlit-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/unlit-candelabra.svg b/client/public/icons/game-icons/000000/lorc/unlit-candelabra.svg new file mode 100644 index 00000000..88e0ff8a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/unlit-candelabra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/unlocking.svg b/client/public/icons/game-icons/000000/lorc/unlocking.svg new file mode 100644 index 00000000..dd678f05 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/unlocking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/unstable-orb.svg b/client/public/icons/game-icons/000000/lorc/unstable-orb.svg new file mode 100644 index 00000000..b6ffa221 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/unstable-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/unstable-projectile.svg b/client/public/icons/game-icons/000000/lorc/unstable-projectile.svg new file mode 100644 index 00000000..452409d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/unstable-projectile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/valley.svg b/client/public/icons/game-icons/000000/lorc/valley.svg new file mode 100644 index 00000000..74b8da4c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/valley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vanilla-flower.svg b/client/public/icons/game-icons/000000/lorc/vanilla-flower.svg new file mode 100644 index 00000000..f8212646 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vanilla-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vibrating-ball.svg b/client/public/icons/game-icons/000000/lorc/vibrating-ball.svg new file mode 100644 index 00000000..236c7a01 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vibrating-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vile-fluid.svg b/client/public/icons/game-icons/000000/lorc/vile-fluid.svg new file mode 100644 index 00000000..8c63777f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vile-fluid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vine-flower.svg b/client/public/icons/game-icons/000000/lorc/vine-flower.svg new file mode 100644 index 00000000..fbe21b7e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vine-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vine-leaf.svg b/client/public/icons/game-icons/000000/lorc/vine-leaf.svg new file mode 100644 index 00000000..69cbbba1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vine-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vine-whip.svg b/client/public/icons/game-icons/000000/lorc/vine-whip.svg new file mode 100644 index 00000000..8a2785d3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vine-whip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vintage-robot.svg b/client/public/icons/game-icons/000000/lorc/vintage-robot.svg new file mode 100644 index 00000000..ca72fe9b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vintage-robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/viola.svg b/client/public/icons/game-icons/000000/lorc/viola.svg new file mode 100644 index 00000000..9b7dcd5f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/viola.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/virus.svg b/client/public/icons/game-icons/000000/lorc/virus.svg new file mode 100644 index 00000000..e4d0e41a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/visored-helm.svg b/client/public/icons/game-icons/000000/lorc/visored-helm.svg new file mode 100644 index 00000000..1083c2ad --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/visored-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/volcano.svg b/client/public/icons/game-icons/000000/lorc/volcano.svg new file mode 100644 index 00000000..b067248a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/volcano.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vomiting.svg b/client/public/icons/game-icons/000000/lorc/vomiting.svg new file mode 100644 index 00000000..9b8ed589 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vomiting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/voodoo-doll.svg b/client/public/icons/game-icons/000000/lorc/voodoo-doll.svg new file mode 100644 index 00000000..69375609 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/voodoo-doll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vortex.svg b/client/public/icons/game-icons/000000/lorc/vortex.svg new file mode 100644 index 00000000..46a00b09 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vortex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/vulture.svg b/client/public/icons/game-icons/000000/lorc/vulture.svg new file mode 100644 index 00000000..766a8d7e --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/vulture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/walking-boot.svg b/client/public/icons/game-icons/000000/lorc/walking-boot.svg new file mode 100644 index 00000000..0e2beafc --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/walking-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wasp-sting.svg b/client/public/icons/game-icons/000000/lorc/wasp-sting.svg new file mode 100644 index 00000000..2261a5db --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wasp-sting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/water-bolt.svg b/client/public/icons/game-icons/000000/lorc/water-bolt.svg new file mode 100644 index 00000000..d3fcab3b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/water-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/water-splash.svg b/client/public/icons/game-icons/000000/lorc/water-splash.svg new file mode 100644 index 00000000..51be3c01 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/water-splash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wave-crest.svg b/client/public/icons/game-icons/000000/lorc/wave-crest.svg new file mode 100644 index 00000000..d5f6614c --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wave-crest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wave-strike.svg b/client/public/icons/game-icons/000000/lorc/wave-strike.svg new file mode 100644 index 00000000..b4721860 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wave-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/waves.svg b/client/public/icons/game-icons/000000/lorc/waves.svg new file mode 100644 index 00000000..54de2e37 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wavy-chains.svg b/client/public/icons/game-icons/000000/lorc/wavy-chains.svg new file mode 100644 index 00000000..c27f9360 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wavy-chains.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wavy-itinerary.svg b/client/public/icons/game-icons/000000/lorc/wavy-itinerary.svg new file mode 100644 index 00000000..68109bfe --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wavy-itinerary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wax-seal.svg b/client/public/icons/game-icons/000000/lorc/wax-seal.svg new file mode 100644 index 00000000..845a9d35 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wax-seal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/web-spit.svg b/client/public/icons/game-icons/000000/lorc/web-spit.svg new file mode 100644 index 00000000..430086c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/web-spit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/werewolf.svg b/client/public/icons/game-icons/000000/lorc/werewolf.svg new file mode 100644 index 00000000..867c1d45 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/werewolf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wheat.svg b/client/public/icons/game-icons/000000/lorc/wheat.svg new file mode 100644 index 00000000..ab535c4b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wheat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/whip.svg b/client/public/icons/game-icons/000000/lorc/whip.svg new file mode 100644 index 00000000..61d670e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/whip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/whiplash.svg b/client/public/icons/game-icons/000000/lorc/whiplash.svg new file mode 100644 index 00000000..f9321aac --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/whiplash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/whirlwind.svg b/client/public/icons/game-icons/000000/lorc/whirlwind.svg new file mode 100644 index 00000000..ff8cff34 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/whirlwind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/white-tower.svg b/client/public/icons/game-icons/000000/lorc/white-tower.svg new file mode 100644 index 00000000..c00c4f86 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/white-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wide-arrow-dunk.svg b/client/public/icons/game-icons/000000/lorc/wide-arrow-dunk.svg new file mode 100644 index 00000000..9a0d0ac4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wide-arrow-dunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wildfires.svg b/client/public/icons/game-icons/000000/lorc/wildfires.svg new file mode 100644 index 00000000..b12116d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wildfires.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/william-tell-skull.svg b/client/public/icons/game-icons/000000/lorc/william-tell-skull.svg new file mode 100644 index 00000000..2b817aa4 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/william-tell-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/william-tell.svg b/client/public/icons/game-icons/000000/lorc/william-tell.svg new file mode 100644 index 00000000..f4407a27 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/william-tell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wind-hole.svg b/client/public/icons/game-icons/000000/lorc/wind-hole.svg new file mode 100644 index 00000000..6d226e79 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wind-hole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wind-slap.svg b/client/public/icons/game-icons/000000/lorc/wind-slap.svg new file mode 100644 index 00000000..35599095 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wind-slap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/windy-stripes.svg b/client/public/icons/game-icons/000000/lorc/windy-stripes.svg new file mode 100644 index 00000000..9dfa680f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/windy-stripes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wine-glass.svg b/client/public/icons/game-icons/000000/lorc/wine-glass.svg new file mode 100644 index 00000000..fed6ab3b --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wine-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wing-cloak.svg b/client/public/icons/game-icons/000000/lorc/wing-cloak.svg new file mode 100644 index 00000000..bf70b945 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wing-cloak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/winged-arrow.svg b/client/public/icons/game-icons/000000/lorc/winged-arrow.svg new file mode 100644 index 00000000..ddc947c6 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/winged-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/winged-emblem.svg b/client/public/icons/game-icons/000000/lorc/winged-emblem.svg new file mode 100644 index 00000000..73b406ab --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/winged-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/winged-leg.svg b/client/public/icons/game-icons/000000/lorc/winged-leg.svg new file mode 100644 index 00000000..90540bd8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/winged-leg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/winged-shield.svg b/client/public/icons/game-icons/000000/lorc/winged-shield.svg new file mode 100644 index 00000000..bef3f509 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/winged-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/winged-sword.svg b/client/public/icons/game-icons/000000/lorc/winged-sword.svg new file mode 100644 index 00000000..2d0386d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/winged-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wingfoot.svg b/client/public/icons/game-icons/000000/lorc/wingfoot.svg new file mode 100644 index 00000000..e8f3c10f --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wingfoot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/witch-flight.svg b/client/public/icons/game-icons/000000/lorc/witch-flight.svg new file mode 100644 index 00000000..c804e20a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/witch-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wizard-staff.svg b/client/public/icons/game-icons/000000/lorc/wizard-staff.svg new file mode 100644 index 00000000..a7cfe6d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wizard-staff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wolf-head.svg b/client/public/icons/game-icons/000000/lorc/wolf-head.svg new file mode 100644 index 00000000..4b3091e9 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wolf-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wolf-howl.svg b/client/public/icons/game-icons/000000/lorc/wolf-howl.svg new file mode 100644 index 00000000..17b03a29 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wolf-howl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wolf-trap.svg b/client/public/icons/game-icons/000000/lorc/wolf-trap.svg new file mode 100644 index 00000000..c55fbb7d --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wolf-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wolverine-claws.svg b/client/public/icons/game-icons/000000/lorc/wolverine-claws.svg new file mode 100644 index 00000000..b83f1407 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wolverine-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wood-axe.svg b/client/public/icons/game-icons/000000/lorc/wood-axe.svg new file mode 100644 index 00000000..87fce993 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wood-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wooden-door.svg b/client/public/icons/game-icons/000000/lorc/wooden-door.svg new file mode 100644 index 00000000..97f794bb --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wooden-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wooden-fence.svg b/client/public/icons/game-icons/000000/lorc/wooden-fence.svg new file mode 100644 index 00000000..08ec6136 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wooden-fence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wooden-sign.svg b/client/public/icons/game-icons/000000/lorc/wooden-sign.svg new file mode 100644 index 00000000..89863d72 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wooden-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/world.svg b/client/public/icons/game-icons/000000/lorc/world.svg new file mode 100644 index 00000000..08b56eb1 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/world.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/worm-mouth.svg b/client/public/icons/game-icons/000000/lorc/worm-mouth.svg new file mode 100644 index 00000000..e76ea0aa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/worm-mouth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/worried-eyes.svg b/client/public/icons/game-icons/000000/lorc/worried-eyes.svg new file mode 100644 index 00000000..af016013 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/worried-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wrapped-heart.svg b/client/public/icons/game-icons/000000/lorc/wrapped-heart.svg new file mode 100644 index 00000000..86759470 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wrapped-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wrapped-sweet.svg b/client/public/icons/game-icons/000000/lorc/wrapped-sweet.svg new file mode 100644 index 00000000..99d85c67 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wrapped-sweet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wrapping-star.svg b/client/public/icons/game-icons/000000/lorc/wrapping-star.svg new file mode 100644 index 00000000..99b20c8a --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wrapping-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wrecking-ball.svg b/client/public/icons/game-icons/000000/lorc/wrecking-ball.svg new file mode 100644 index 00000000..12bfd227 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wrecking-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/wyvern.svg b/client/public/icons/game-icons/000000/lorc/wyvern.svg new file mode 100644 index 00000000..e573ba03 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/wyvern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/zebra-shield.svg b/client/public/icons/game-icons/000000/lorc/zebra-shield.svg new file mode 100644 index 00000000..2a595189 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/zebra-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/zeus-sword.svg b/client/public/icons/game-icons/000000/lorc/zeus-sword.svg new file mode 100644 index 00000000..aede8602 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/zeus-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/zig-arrow.svg b/client/public/icons/game-icons/000000/lorc/zig-arrow.svg new file mode 100644 index 00000000..d38ed127 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/zig-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/zigzag-cage.svg b/client/public/icons/game-icons/000000/lorc/zigzag-cage.svg new file mode 100644 index 00000000..a7a911fa --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/zigzag-cage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/zigzag-leaf.svg b/client/public/icons/game-icons/000000/lorc/zigzag-leaf.svg new file mode 100644 index 00000000..7d0979b7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/zigzag-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lorc/zigzag-tune.svg b/client/public/icons/game-icons/000000/lorc/zigzag-tune.svg new file mode 100644 index 00000000..fe71cd07 --- /dev/null +++ b/client/public/icons/game-icons/000000/lorc/zigzag-tune.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/amplitude.svg b/client/public/icons/game-icons/000000/lord-berandas/amplitude.svg new file mode 100644 index 00000000..576c1849 --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/amplitude.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/artificial-intelligence.svg b/client/public/icons/game-icons/000000/lord-berandas/artificial-intelligence.svg new file mode 100644 index 00000000..d04ab71c --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/artificial-intelligence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/bomber.svg b/client/public/icons/game-icons/000000/lord-berandas/bomber.svg new file mode 100644 index 00000000..81e5e1ae --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/bomber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/computing.svg b/client/public/icons/game-icons/000000/lord-berandas/computing.svg new file mode 100644 index 00000000..30de5a6f --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/computing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/diagram.svg b/client/public/icons/game-icons/000000/lord-berandas/diagram.svg new file mode 100644 index 00000000..6830b895 --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/heavy-fighter.svg b/client/public/icons/game-icons/000000/lord-berandas/heavy-fighter.svg new file mode 100644 index 00000000..a7469f38 --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/heavy-fighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/holosphere.svg b/client/public/icons/game-icons/000000/lord-berandas/holosphere.svg new file mode 100644 index 00000000..992c451e --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/holosphere.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/light-fighter.svg b/client/public/icons/game-icons/000000/lord-berandas/light-fighter.svg new file mode 100644 index 00000000..2290e1dd --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/light-fighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/microscope.svg b/client/public/icons/game-icons/000000/lord-berandas/microscope.svg new file mode 100644 index 00000000..91f86635 --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/microscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lord-berandas/power-button.svg b/client/public/icons/game-icons/000000/lord-berandas/power-button.svg new file mode 100644 index 00000000..cbfc2a0c --- /dev/null +++ b/client/public/icons/game-icons/000000/lord-berandas/power-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lucasms/belt.svg b/client/public/icons/game-icons/000000/lucasms/belt.svg new file mode 100644 index 00000000..72ec1564 --- /dev/null +++ b/client/public/icons/game-icons/000000/lucasms/belt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lucasms/cloak.svg b/client/public/icons/game-icons/000000/lucasms/cloak.svg new file mode 100644 index 00000000..ffa9f6a8 --- /dev/null +++ b/client/public/icons/game-icons/000000/lucasms/cloak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lucasms/necklace.svg b/client/public/icons/game-icons/000000/lucasms/necklace.svg new file mode 100644 index 00000000..483fb994 --- /dev/null +++ b/client/public/icons/game-icons/000000/lucasms/necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lucasms/shirt.svg b/client/public/icons/game-icons/000000/lucasms/shirt.svg new file mode 100644 index 00000000..638305c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/lucasms/shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/lucasms/trousers.svg b/client/public/icons/game-icons/000000/lucasms/trousers.svg new file mode 100644 index 00000000..f9998428 --- /dev/null +++ b/client/public/icons/game-icons/000000/lucasms/trousers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/pepijn-poolman/elven-castle.svg b/client/public/icons/game-icons/000000/pepijn-poolman/elven-castle.svg new file mode 100644 index 00000000..b2472011 --- /dev/null +++ b/client/public/icons/game-icons/000000/pepijn-poolman/elven-castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/pierre-leducq/anti-aircraft-gun.svg b/client/public/icons/game-icons/000000/pierre-leducq/anti-aircraft-gun.svg new file mode 100644 index 00000000..377af6b2 --- /dev/null +++ b/client/public/icons/game-icons/000000/pierre-leducq/anti-aircraft-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/pierre-leducq/shooner-sailboat.svg b/client/public/icons/game-icons/000000/pierre-leducq/shooner-sailboat.svg new file mode 100644 index 00000000..7f9ca51d --- /dev/null +++ b/client/public/icons/game-icons/000000/pierre-leducq/shooner-sailboat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/pierre-leducq/small-fishing-sailboat.svg b/client/public/icons/game-icons/000000/pierre-leducq/small-fishing-sailboat.svg new file mode 100644 index 00000000..97b9e534 --- /dev/null +++ b/client/public/icons/game-icons/000000/pierre-leducq/small-fishing-sailboat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/priorblue/battery-0.svg b/client/public/icons/game-icons/000000/priorblue/battery-0.svg new file mode 100644 index 00000000..d7e03891 --- /dev/null +++ b/client/public/icons/game-icons/000000/priorblue/battery-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/priorblue/battery-100.svg b/client/public/icons/game-icons/000000/priorblue/battery-100.svg new file mode 100644 index 00000000..80919361 --- /dev/null +++ b/client/public/icons/game-icons/000000/priorblue/battery-100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/priorblue/battery-25.svg b/client/public/icons/game-icons/000000/priorblue/battery-25.svg new file mode 100644 index 00000000..43cb5045 --- /dev/null +++ b/client/public/icons/game-icons/000000/priorblue/battery-25.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/priorblue/battery-50.svg b/client/public/icons/game-icons/000000/priorblue/battery-50.svg new file mode 100644 index 00000000..aaad7e7f --- /dev/null +++ b/client/public/icons/game-icons/000000/priorblue/battery-50.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/priorblue/battery-75.svg b/client/public/icons/game-icons/000000/priorblue/battery-75.svg new file mode 100644 index 00000000..bf334515 --- /dev/null +++ b/client/public/icons/game-icons/000000/priorblue/battery-75.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/priorblue/battery-minus.svg b/client/public/icons/game-icons/000000/priorblue/battery-minus.svg new file mode 100644 index 00000000..d6557c8b --- /dev/null +++ b/client/public/icons/game-icons/000000/priorblue/battery-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/priorblue/battery-plus.svg b/client/public/icons/game-icons/000000/priorblue/battery-plus.svg new file mode 100644 index 00000000..35f86ea7 --- /dev/null +++ b/client/public/icons/game-icons/000000/priorblue/battery-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/artillery-shell.svg b/client/public/icons/game-icons/000000/quoting/artillery-shell.svg new file mode 100644 index 00000000..ef92ffa2 --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/artillery-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/biplane.svg b/client/public/icons/game-icons/000000/quoting/biplane.svg new file mode 100644 index 00000000..d1695b80 --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/biplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/bunker-assault.svg b/client/public/icons/game-icons/000000/quoting/bunker-assault.svg new file mode 100644 index 00000000..69e2014f --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/bunker-assault.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/bunker.svg b/client/public/icons/game-icons/000000/quoting/bunker.svg new file mode 100644 index 00000000..0d5a2d2c --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/bunker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/card-pickup.svg b/client/public/icons/game-icons/000000/quoting/card-pickup.svg new file mode 100644 index 00000000..27568406 --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/card-pickup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/card-play.svg b/client/public/icons/game-icons/000000/quoting/card-play.svg new file mode 100644 index 00000000..a639891d --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/card-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/damaged-house.svg b/client/public/icons/game-icons/000000/quoting/damaged-house.svg new file mode 100644 index 00000000..d9ee418d --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/damaged-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/field-gun.svg b/client/public/icons/game-icons/000000/quoting/field-gun.svg new file mode 100644 index 00000000..6dc64859 --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/field-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/lost-limb.svg b/client/public/icons/game-icons/000000/quoting/lost-limb.svg new file mode 100644 index 00000000..2d36f44f --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/lost-limb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/military-ambulance.svg b/client/public/icons/game-icons/000000/quoting/military-ambulance.svg new file mode 100644 index 00000000..6cc63205 --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/military-ambulance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/poppy.svg b/client/public/icons/game-icons/000000/quoting/poppy.svg new file mode 100644 index 00000000..d5ec9833 --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/poppy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/quoting/trench-assault.svg b/client/public/icons/game-icons/000000/quoting/trench-assault.svg new file mode 100644 index 00000000..f041d308 --- /dev/null +++ b/client/public/icons/game-icons/000000/quoting/trench-assault.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/rihlsul/chocolate-bar.svg b/client/public/icons/game-icons/000000/rihlsul/chocolate-bar.svg new file mode 100644 index 00000000..a60ff2b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/rihlsul/chocolate-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/rihlsul/milk-carton.svg b/client/public/icons/game-icons/000000/rihlsul/milk-carton.svg new file mode 100644 index 00000000..f71b18dc --- /dev/null +++ b/client/public/icons/game-icons/000000/rihlsul/milk-carton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/rihlsul/peanut.svg b/client/public/icons/game-icons/000000/rihlsul/peanut.svg new file mode 100644 index 00000000..f7348903 --- /dev/null +++ b/client/public/icons/game-icons/000000/rihlsul/peanut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/acid-tube.svg b/client/public/icons/game-icons/000000/sbed/acid-tube.svg new file mode 100644 index 00000000..e52f0c35 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/acid-tube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/acid.svg b/client/public/icons/game-icons/000000/sbed/acid.svg new file mode 100644 index 00000000..31fffc31 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/acid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/ammo-box.svg b/client/public/icons/game-icons/000000/sbed/ammo-box.svg new file mode 100644 index 00000000..f65d66d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/ammo-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/arena.svg b/client/public/icons/game-icons/000000/sbed/arena.svg new file mode 100644 index 00000000..cc6e2453 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/arena.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/battery-pack-alt.svg b/client/public/icons/game-icons/000000/sbed/battery-pack-alt.svg new file mode 100644 index 00000000..1deb29b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/battery-pack-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/battery-pack.svg b/client/public/icons/game-icons/000000/sbed/battery-pack.svg new file mode 100644 index 00000000..09f07373 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/battery-pack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/big-egg.svg b/client/public/icons/game-icons/000000/sbed/big-egg.svg new file mode 100644 index 00000000..0c1e4f4c --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/big-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/blast.svg b/client/public/icons/game-icons/000000/sbed/blast.svg new file mode 100644 index 00000000..37565570 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/blaster.svg b/client/public/icons/game-icons/000000/sbed/blaster.svg new file mode 100644 index 00000000..7583a699 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/blaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/burn.svg b/client/public/icons/game-icons/000000/sbed/burn.svg new file mode 100644 index 00000000..721cf24c --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/burn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/cancel.svg b/client/public/icons/game-icons/000000/sbed/cancel.svg new file mode 100644 index 00000000..f83b3fbd --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/cancel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/chaingun.svg b/client/public/icons/game-icons/000000/sbed/chaingun.svg new file mode 100644 index 00000000..af3e9b14 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/chaingun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/circular-saw.svg b/client/public/icons/game-icons/000000/sbed/circular-saw.svg new file mode 100644 index 00000000..3bfb2e9f --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/circular-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/claw.svg b/client/public/icons/game-icons/000000/sbed/claw.svg new file mode 100644 index 00000000..d4cc0c39 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/clover-spiked.svg b/client/public/icons/game-icons/000000/sbed/clover-spiked.svg new file mode 100644 index 00000000..b8aa5f73 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/clover-spiked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/clover.svg b/client/public/icons/game-icons/000000/sbed/clover.svg new file mode 100644 index 00000000..263029df --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/clover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/crush.svg b/client/public/icons/game-icons/000000/sbed/crush.svg new file mode 100644 index 00000000..0dfa1924 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/crush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/death-skull.svg b/client/public/icons/game-icons/000000/sbed/death-skull.svg new file mode 100644 index 00000000..947031f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/death-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/doubled.svg b/client/public/icons/game-icons/000000/sbed/doubled.svg new file mode 100644 index 00000000..e4d011e6 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/doubled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/duel.svg b/client/public/icons/game-icons/000000/sbed/duel.svg new file mode 100644 index 00000000..c4cc96bb --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/duel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/egg-pod.svg b/client/public/icons/game-icons/000000/sbed/egg-pod.svg new file mode 100644 index 00000000..f6c25cdd --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/egg-pod.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/electric.svg b/client/public/icons/game-icons/000000/sbed/electric.svg new file mode 100644 index 00000000..804e1beb --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/electric.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/evil-wings.svg b/client/public/icons/game-icons/000000/sbed/evil-wings.svg new file mode 100644 index 00000000..f54daf7a --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/evil-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/expander.svg b/client/public/icons/game-icons/000000/sbed/expander.svg new file mode 100644 index 00000000..f9c5e4f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/expander.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/fall-down.svg b/client/public/icons/game-icons/000000/sbed/fall-down.svg new file mode 100644 index 00000000..f2502f98 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/fall-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/falling.svg b/client/public/icons/game-icons/000000/sbed/falling.svg new file mode 100644 index 00000000..663cbc91 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/falling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/fire.svg b/client/public/icons/game-icons/000000/sbed/fire.svg new file mode 100644 index 00000000..10168017 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/fireflake.svg b/client/public/icons/game-icons/000000/sbed/fireflake.svg new file mode 100644 index 00000000..f2edbec1 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/fireflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/flake.svg b/client/public/icons/game-icons/000000/sbed/flake.svg new file mode 100644 index 00000000..b80e0d00 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/flake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/flamer.svg b/client/public/icons/game-icons/000000/sbed/flamer.svg new file mode 100644 index 00000000..b89bc79f --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/flamer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/grenade.svg b/client/public/icons/game-icons/000000/sbed/grenade.svg new file mode 100644 index 00000000..a66d3e2f --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/hand.svg b/client/public/icons/game-icons/000000/sbed/hand.svg new file mode 100644 index 00000000..47c840a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/head-shot.svg b/client/public/icons/game-icons/000000/sbed/head-shot.svg new file mode 100644 index 00000000..cd21567e --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/head-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/health-decrease.svg b/client/public/icons/game-icons/000000/sbed/health-decrease.svg new file mode 100644 index 00000000..5e045a15 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/health-decrease.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/health-increase.svg b/client/public/icons/game-icons/000000/sbed/health-increase.svg new file mode 100644 index 00000000..dcc80143 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/health-increase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/health-normal.svg b/client/public/icons/game-icons/000000/sbed/health-normal.svg new file mode 100644 index 00000000..649f1a43 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/health-normal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/helmet.svg b/client/public/icons/game-icons/000000/sbed/helmet.svg new file mode 100644 index 00000000..db62e5c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/help.svg b/client/public/icons/game-icons/000000/sbed/help.svg new file mode 100644 index 00000000..4f21bd90 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/hive.svg b/client/public/icons/game-icons/000000/sbed/hive.svg new file mode 100644 index 00000000..dfd6e39d --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/hive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/hot-surface.svg b/client/public/icons/game-icons/000000/sbed/hot-surface.svg new file mode 100644 index 00000000..a1b551b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/hot-surface.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/jet-pack.svg b/client/public/icons/game-icons/000000/sbed/jet-pack.svg new file mode 100644 index 00000000..10657b40 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/jet-pack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/kevlar.svg b/client/public/icons/game-icons/000000/sbed/kevlar.svg new file mode 100644 index 00000000..2b93c678 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/kevlar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/key.svg b/client/public/icons/game-icons/000000/sbed/key.svg new file mode 100644 index 00000000..cdef3823 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/laser-gun.svg b/client/public/icons/game-icons/000000/sbed/laser-gun.svg new file mode 100644 index 00000000..c08414c3 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/laser-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/lava.svg b/client/public/icons/game-icons/000000/sbed/lava.svg new file mode 100644 index 00000000..f6d6558d --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/lava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/level-four-advanced.svg b/client/public/icons/game-icons/000000/sbed/level-four-advanced.svg new file mode 100644 index 00000000..06427239 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/level-four-advanced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/level-four.svg b/client/public/icons/game-icons/000000/sbed/level-four.svg new file mode 100644 index 00000000..b6f46a0b --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/level-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/level-three-advanced.svg b/client/public/icons/game-icons/000000/sbed/level-three-advanced.svg new file mode 100644 index 00000000..c44e996f --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/level-three-advanced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/level-three.svg b/client/public/icons/game-icons/000000/sbed/level-three.svg new file mode 100644 index 00000000..4ee051a0 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/level-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/level-two-advanced.svg b/client/public/icons/game-icons/000000/sbed/level-two-advanced.svg new file mode 100644 index 00000000..2290a82a --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/level-two-advanced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/level-two.svg b/client/public/icons/game-icons/000000/sbed/level-two.svg new file mode 100644 index 00000000..affe8881 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/level-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/lucifer-cannon.svg b/client/public/icons/game-icons/000000/sbed/lucifer-cannon.svg new file mode 100644 index 00000000..04a18ee5 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/lucifer-cannon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/mass-driver.svg b/client/public/icons/game-icons/000000/sbed/mass-driver.svg new file mode 100644 index 00000000..0cbb1356 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/mass-driver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/medical-pack-alt.svg b/client/public/icons/game-icons/000000/sbed/medical-pack-alt.svg new file mode 100644 index 00000000..6a411ada --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/medical-pack-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/medical-pack.svg b/client/public/icons/game-icons/000000/sbed/medical-pack.svg new file mode 100644 index 00000000..6550f998 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/medical-pack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/nodular.svg b/client/public/icons/game-icons/000000/sbed/nodular.svg new file mode 100644 index 00000000..33e97b26 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/nodular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/nuclear.svg b/client/public/icons/game-icons/000000/sbed/nuclear.svg new file mode 100644 index 00000000..6675793c --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/nuclear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/overkill.svg b/client/public/icons/game-icons/000000/sbed/overkill.svg new file mode 100644 index 00000000..138b22bb --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/overkill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/overmind.svg b/client/public/icons/game-icons/000000/sbed/overmind.svg new file mode 100644 index 00000000..fb3d5432 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/overmind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/poison-cloud.svg b/client/public/icons/game-icons/000000/sbed/poison-cloud.svg new file mode 100644 index 00000000..cba1ebf0 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/poison-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/poison.svg b/client/public/icons/game-icons/000000/sbed/poison.svg new file mode 100644 index 00000000..6aedba82 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/poison.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/pounce.svg b/client/public/icons/game-icons/000000/sbed/pounce.svg new file mode 100644 index 00000000..6ce970b6 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/pounce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/pulse.svg b/client/public/icons/game-icons/000000/sbed/pulse.svg new file mode 100644 index 00000000..454b2fd6 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/pulse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/reactor.svg b/client/public/icons/game-icons/000000/sbed/reactor.svg new file mode 100644 index 00000000..eb30dc2f --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/reactor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/regeneration.svg b/client/public/icons/game-icons/000000/sbed/regeneration.svg new file mode 100644 index 00000000..a7412cd4 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/regeneration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/revolt.svg b/client/public/icons/game-icons/000000/sbed/revolt.svg new file mode 100644 index 00000000..cbc09c21 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/revolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/rifle.svg b/client/public/icons/game-icons/000000/sbed/rifle.svg new file mode 100644 index 00000000..df2e8130 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/rifle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/select.svg b/client/public/icons/game-icons/000000/sbed/select.svg new file mode 100644 index 00000000..ea472b29 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/shield.svg b/client/public/icons/game-icons/000000/sbed/shield.svg new file mode 100644 index 00000000..8662acf2 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/shotgun.svg b/client/public/icons/game-icons/000000/sbed/shotgun.svg new file mode 100644 index 00000000..6f8bc828 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/shotgun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/slow-blob.svg b/client/public/icons/game-icons/000000/sbed/slow-blob.svg new file mode 100644 index 00000000..1531af18 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/slow-blob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/snorkel.svg b/client/public/icons/game-icons/000000/sbed/snorkel.svg new file mode 100644 index 00000000..dd1af505 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/snorkel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/spawn-node.svg b/client/public/icons/game-icons/000000/sbed/spawn-node.svg new file mode 100644 index 00000000..8637b873 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/spawn-node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/spikeball.svg b/client/public/icons/game-icons/000000/sbed/spikeball.svg new file mode 100644 index 00000000..913d615f --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/spikeball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/spikes-full.svg b/client/public/icons/game-icons/000000/sbed/spikes-full.svg new file mode 100644 index 00000000..55c43ea8 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/spikes-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/spikes-half.svg b/client/public/icons/game-icons/000000/sbed/spikes-half.svg new file mode 100644 index 00000000..ee0786d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/spikes-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/spikes-init.svg b/client/public/icons/game-icons/000000/sbed/spikes-init.svg new file mode 100644 index 00000000..68b543f2 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/spikes-init.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/spikes.svg b/client/public/icons/game-icons/000000/sbed/spikes.svg new file mode 100644 index 00000000..8388b180 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/spikes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/splash.svg b/client/public/icons/game-icons/000000/sbed/splash.svg new file mode 100644 index 00000000..82a62f35 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/splash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/suicide.svg b/client/public/icons/game-icons/000000/sbed/suicide.svg new file mode 100644 index 00000000..afac880a --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/suicide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/syringe.svg b/client/public/icons/game-icons/000000/sbed/syringe.svg new file mode 100644 index 00000000..88876c76 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/syringe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/target-laser.svg b/client/public/icons/game-icons/000000/sbed/target-laser.svg new file mode 100644 index 00000000..8b49f171 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/target-laser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/targeted.svg b/client/public/icons/game-icons/000000/sbed/targeted.svg new file mode 100644 index 00000000..9d952f84 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/targeted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/telefrag.svg b/client/public/icons/game-icons/000000/sbed/telefrag.svg new file mode 100644 index 00000000..94791f59 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/telefrag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/tesla.svg b/client/public/icons/game-icons/000000/sbed/tesla.svg new file mode 100644 index 00000000..a87333a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/tesla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/tombstone.svg b/client/public/icons/game-icons/000000/sbed/tombstone.svg new file mode 100644 index 00000000..59580500 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/tombstone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/trample.svg b/client/public/icons/game-icons/000000/sbed/trample.svg new file mode 100644 index 00000000..5598159e --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/trample.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/trigger-hurt.svg b/client/public/icons/game-icons/000000/sbed/trigger-hurt.svg new file mode 100644 index 00000000..ff1374c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/trigger-hurt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/turret.svg b/client/public/icons/game-icons/000000/sbed/turret.svg new file mode 100644 index 00000000..3b00650b --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/turret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/unplugged.svg b/client/public/icons/game-icons/000000/sbed/unplugged.svg new file mode 100644 index 00000000..d377fa2b --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/unplugged.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/usable.svg b/client/public/icons/game-icons/000000/sbed/usable.svg new file mode 100644 index 00000000..44bbe05b --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/usable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/vial.svg b/client/public/icons/game-icons/000000/sbed/vial.svg new file mode 100644 index 00000000..d8384159 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/vial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/water-drop.svg b/client/public/icons/game-icons/000000/sbed/water-drop.svg new file mode 100644 index 00000000..a30e9fad --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/water-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/weight-crush.svg b/client/public/icons/game-icons/000000/sbed/weight-crush.svg new file mode 100644 index 00000000..727b9207 --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/weight-crush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sbed/wrench.svg b/client/public/icons/game-icons/000000/sbed/wrench.svg new file mode 100644 index 00000000..59fd06ee --- /dev/null +++ b/client/public/icons/game-icons/000000/sbed/wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/achievement.svg b/client/public/icons/game-icons/000000/skoll/achievement.svg new file mode 100644 index 00000000..5e4c3e78 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/achievement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/air-force.svg b/client/public/icons/game-icons/000000/skoll/air-force.svg new file mode 100644 index 00000000..c7ed87c2 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/air-force.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/airplane.svg b/client/public/icons/game-icons/000000/skoll/airplane.svg new file mode 100644 index 00000000..9e83fbed --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/airplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/ak47.svg b/client/public/icons/game-icons/000000/skoll/ak47.svg new file mode 100644 index 00000000..c12d6228 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/ak47.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/ak47u.svg b/client/public/icons/game-icons/000000/skoll/ak47u.svg new file mode 100644 index 00000000..b78d16a3 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/ak47u.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/allied-star.svg b/client/public/icons/game-icons/000000/skoll/allied-star.svg new file mode 100644 index 00000000..996a01d4 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/allied-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/amethyst.svg b/client/public/icons/game-icons/000000/skoll/amethyst.svg new file mode 100644 index 00000000..c5e4039b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/amethyst.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/amputation.svg b/client/public/icons/game-icons/000000/skoll/amputation.svg new file mode 100644 index 00000000..2d04177e --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/amputation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/apc.svg b/client/public/icons/game-icons/000000/skoll/apc.svg new file mode 100644 index 00000000..10d5bd72 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/apc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/atom.svg b/client/public/icons/game-icons/000000/skoll/atom.svg new file mode 100644 index 00000000..2656d258 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/atom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/balaclava.svg b/client/public/icons/game-icons/000000/skoll/balaclava.svg new file mode 100644 index 00000000..834f5925 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/balaclava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/balkenkreuz.svg b/client/public/icons/game-icons/000000/skoll/balkenkreuz.svg new file mode 100644 index 00000000..11ac5085 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/balkenkreuz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/ballista.svg b/client/public/icons/game-icons/000000/skoll/ballista.svg new file mode 100644 index 00000000..8f233f8d --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/ballista.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/bat.svg b/client/public/icons/game-icons/000000/skoll/bat.svg new file mode 100644 index 00000000..5a6e2e03 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/baton.svg b/client/public/icons/game-icons/000000/skoll/baton.svg new file mode 100644 index 00000000..24d74c21 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/baton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/bayonet.svg b/client/public/icons/game-icons/000000/skoll/bayonet.svg new file mode 100644 index 00000000..348e2f53 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/bayonet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/big-diamond-ring.svg b/client/public/icons/game-icons/000000/skoll/big-diamond-ring.svg new file mode 100644 index 00000000..799c88b8 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/big-diamond-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/blood.svg b/client/public/icons/game-icons/000000/skoll/blood.svg new file mode 100644 index 00000000..e70d6dfd --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/blood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/bowie-knife.svg b/client/public/icons/game-icons/000000/skoll/bowie-knife.svg new file mode 100644 index 00000000..e5d23f9a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/bowie-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/box-trap.svg b/client/public/icons/game-icons/000000/skoll/box-trap.svg new file mode 100644 index 00000000..bf797fda --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/box-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/bracers.svg b/client/public/icons/game-icons/000000/skoll/bracers.svg new file mode 100644 index 00000000..ea03ba8e --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/bracers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/breaking-chain.svg b/client/public/icons/game-icons/000000/skoll/breaking-chain.svg new file mode 100644 index 00000000..650d1b0e --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/breaking-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/brodie-helmet.svg b/client/public/icons/game-icons/000000/skoll/brodie-helmet.svg new file mode 100644 index 00000000..5e4a9eed --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/brodie-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/bullseye.svg b/client/public/icons/game-icons/000000/skoll/bullseye.svg new file mode 100644 index 00000000..6284b5f0 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/bullseye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/bundle-grenade.svg b/client/public/icons/game-icons/000000/skoll/bundle-grenade.svg new file mode 100644 index 00000000..80195be7 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/bundle-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/burning-skull.svg b/client/public/icons/game-icons/000000/skoll/burning-skull.svg new file mode 100644 index 00000000..7cca8a7b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/burning-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/butterfly-knife.svg b/client/public/icons/game-icons/000000/skoll/butterfly-knife.svg new file mode 100644 index 00000000..1fbff21b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/butterfly-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/c96.svg b/client/public/icons/game-icons/000000/skoll/c96.svg new file mode 100644 index 00000000..893fa9e0 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/c96.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/carpet-bombing.svg b/client/public/icons/game-icons/000000/skoll/carpet-bombing.svg new file mode 100644 index 00000000..ea08d672 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/carpet-bombing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/cement-shoes.svg b/client/public/icons/game-icons/000000/skoll/cement-shoes.svg new file mode 100644 index 00000000..c4f69d52 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/cement-shoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/chess-bishop.svg b/client/public/icons/game-icons/000000/skoll/chess-bishop.svg new file mode 100644 index 00000000..bb3048e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/chess-bishop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/chess-king.svg b/client/public/icons/game-icons/000000/skoll/chess-king.svg new file mode 100644 index 00000000..952c3530 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/chess-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/chess-knight.svg b/client/public/icons/game-icons/000000/skoll/chess-knight.svg new file mode 100644 index 00000000..b8c98318 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/chess-knight.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/chess-pawn.svg b/client/public/icons/game-icons/000000/skoll/chess-pawn.svg new file mode 100644 index 00000000..2b362a36 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/chess-pawn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/chess-queen.svg b/client/public/icons/game-icons/000000/skoll/chess-queen.svg new file mode 100644 index 00000000..eac32a62 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/chess-queen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/chess-rook.svg b/client/public/icons/game-icons/000000/skoll/chess-rook.svg new file mode 100644 index 00000000..4a8f333b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/chess-rook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/click.svg b/client/public/icons/game-icons/000000/skoll/click.svg new file mode 100644 index 00000000..dad5925e --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/click.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/clubs.svg b/client/public/icons/game-icons/000000/skoll/clubs.svg new file mode 100644 index 00000000..cd9c707c --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/cobra.svg b/client/public/icons/game-icons/000000/skoll/cobra.svg new file mode 100644 index 00000000..c4f3a559 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/cobra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/colt-m1911.svg b/client/public/icons/game-icons/000000/skoll/colt-m1911.svg new file mode 100644 index 00000000..952d93b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/colt-m1911.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/combination-lock.svg b/client/public/icons/game-icons/000000/skoll/combination-lock.svg new file mode 100644 index 00000000..37aaa157 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/combination-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/console-controller.svg b/client/public/icons/game-icons/000000/skoll/console-controller.svg new file mode 100644 index 00000000..5ad11102 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/console-controller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/crescent-blade.svg b/client/public/icons/game-icons/000000/skoll/crescent-blade.svg new file mode 100644 index 00000000..3959607f --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/crescent-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/cultist.svg b/client/public/icons/game-icons/000000/skoll/cultist.svg new file mode 100644 index 00000000..05a7f47b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/cultist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/cz-skorpion.svg b/client/public/icons/game-icons/000000/skoll/cz-skorpion.svg new file mode 100644 index 00000000..82ea0526 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/cz-skorpion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/d10.svg b/client/public/icons/game-icons/000000/skoll/d10.svg new file mode 100644 index 00000000..50b57234 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/d10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/d12.svg b/client/public/icons/game-icons/000000/skoll/d12.svg new file mode 100644 index 00000000..a83856c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/d12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/d4.svg b/client/public/icons/game-icons/000000/skoll/d4.svg new file mode 100644 index 00000000..c32b2ecf --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/d4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/desert-eagle.svg b/client/public/icons/game-icons/000000/skoll/desert-eagle.svg new file mode 100644 index 00000000..d3567677 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/desert-eagle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/diamonds.svg b/client/public/icons/game-icons/000000/skoll/diamonds.svg new file mode 100644 index 00000000..46ffc7a4 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/divided-square.svg b/client/public/icons/game-icons/000000/skoll/divided-square.svg new file mode 100644 index 00000000..293283b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/divided-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/donkey.svg b/client/public/icons/game-icons/000000/skoll/donkey.svg new file mode 100644 index 00000000..43b4925e --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/donkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/dress.svg b/client/public/icons/game-icons/000000/skoll/dress.svg new file mode 100644 index 00000000..a8690403 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/dress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/drop-weapon.svg b/client/public/icons/game-icons/000000/skoll/drop-weapon.svg new file mode 100644 index 00000000..c0c91d23 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/drop-weapon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/evil-eyes.svg b/client/public/icons/game-icons/000000/skoll/evil-eyes.svg new file mode 100644 index 00000000..f6b03245 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/evil-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/f1-car.svg b/client/public/icons/game-icons/000000/skoll/f1-car.svg new file mode 100644 index 00000000..206a814f --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/f1-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/famas.svg b/client/public/icons/game-icons/000000/skoll/famas.svg new file mode 100644 index 00000000..21a10351 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/famas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/fangs.svg b/client/public/icons/game-icons/000000/skoll/fangs.svg new file mode 100644 index 00000000..976a74dd --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/fangs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/fat.svg b/client/public/icons/game-icons/000000/skoll/fat.svg new file mode 100644 index 00000000..7e84eeea --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/fat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/fetus.svg b/client/public/icons/game-icons/000000/skoll/fetus.svg new file mode 100644 index 00000000..dffcc741 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/fetus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/fist.svg b/client/public/icons/game-icons/000000/skoll/fist.svg new file mode 100644 index 00000000..d45e157e --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/fist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/flatbed-covered.svg b/client/public/icons/game-icons/000000/skoll/flatbed-covered.svg new file mode 100644 index 00000000..13445775 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/flatbed-covered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/flatbed.svg b/client/public/icons/game-icons/000000/skoll/flatbed.svg new file mode 100644 index 00000000..82df0b3f --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/flatbed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/fn-fal.svg b/client/public/icons/game-icons/000000/skoll/fn-fal.svg new file mode 100644 index 00000000..73ee7023 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/fn-fal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/footsteps.svg b/client/public/icons/game-icons/000000/skoll/footsteps.svg new file mode 100644 index 00000000..80e47196 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/footsteps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/fruit-bowl.svg b/client/public/icons/game-icons/000000/skoll/fruit-bowl.svg new file mode 100644 index 00000000..d97c5834 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/fruit-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/gas-mask.svg b/client/public/icons/game-icons/000000/skoll/gas-mask.svg new file mode 100644 index 00000000..a9462b70 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/gas-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/gladius.svg b/client/public/icons/game-icons/000000/skoll/gladius.svg new file mode 100644 index 00000000..bdde2cec --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/gladius.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/glider.svg b/client/public/icons/game-icons/000000/skoll/glider.svg new file mode 100644 index 00000000..c613d8e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/glider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/glock.svg b/client/public/icons/game-icons/000000/skoll/glock.svg new file mode 100644 index 00000000..cdc406ca --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/glock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/goat.svg b/client/public/icons/game-icons/000000/skoll/goat.svg new file mode 100644 index 00000000..1d7ccef5 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/goat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/halt.svg b/client/public/icons/game-icons/000000/skoll/halt.svg new file mode 100644 index 00000000..7bf68652 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/halt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/ham-shank.svg b/client/public/icons/game-icons/000000/skoll/ham-shank.svg new file mode 100644 index 00000000..70de4b41 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/ham-shank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/hang-glider.svg b/client/public/icons/game-icons/000000/skoll/hang-glider.svg new file mode 100644 index 00000000..7b390573 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/hang-glider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/hasty-grave.svg b/client/public/icons/game-icons/000000/skoll/hasty-grave.svg new file mode 100644 index 00000000..596932b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/hasty-grave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/headshot.svg b/client/public/icons/game-icons/000000/skoll/headshot.svg new file mode 100644 index 00000000..12f02679 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/headshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/hearing-disabled.svg b/client/public/icons/game-icons/000000/skoll/hearing-disabled.svg new file mode 100644 index 00000000..346b703a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/hearing-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/hearts.svg b/client/public/icons/game-icons/000000/skoll/hearts.svg new file mode 100644 index 00000000..6de0b489 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/hexes.svg b/client/public/icons/game-icons/000000/skoll/hexes.svg new file mode 100644 index 00000000..cb70c8cc --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/hexes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/inverted-dice-1.svg b/client/public/icons/game-icons/000000/skoll/inverted-dice-1.svg new file mode 100644 index 00000000..98c235e7 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/inverted-dice-1.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/inverted-dice-2.svg b/client/public/icons/game-icons/000000/skoll/inverted-dice-2.svg new file mode 100644 index 00000000..19aaf98c --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/inverted-dice-2.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/inverted-dice-3.svg b/client/public/icons/game-icons/000000/skoll/inverted-dice-3.svg new file mode 100644 index 00000000..c2f38665 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/inverted-dice-3.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/inverted-dice-4.svg b/client/public/icons/game-icons/000000/skoll/inverted-dice-4.svg new file mode 100644 index 00000000..ac73c231 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/inverted-dice-4.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/inverted-dice-5.svg b/client/public/icons/game-icons/000000/skoll/inverted-dice-5.svg new file mode 100644 index 00000000..bd7a5298 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/inverted-dice-5.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/inverted-dice-6.svg b/client/public/icons/game-icons/000000/skoll/inverted-dice-6.svg new file mode 100644 index 00000000..e73c3540 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/inverted-dice-6.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/iron-cross.svg b/client/public/icons/game-icons/000000/skoll/iron-cross.svg new file mode 100644 index 00000000..f65bd7fa --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/iron-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/jeep.svg b/client/public/icons/game-icons/000000/skoll/jeep.svg new file mode 100644 index 00000000..ff7eeede --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/jeep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/joint.svg b/client/public/icons/game-icons/000000/skoll/joint.svg new file mode 100644 index 00000000..57c58ffe --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/joint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/kevlar-vest.svg b/client/public/icons/game-icons/000000/skoll/kevlar-vest.svg new file mode 100644 index 00000000..2cf6176f --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/kevlar-vest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/knockout.svg b/client/public/icons/game-icons/000000/skoll/knockout.svg new file mode 100644 index 00000000..82666a4d --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/knockout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/laser-burst.svg b/client/public/icons/game-icons/000000/skoll/laser-burst.svg new file mode 100644 index 00000000..9819dad3 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/laser-burst.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/lee-enfield.svg b/client/public/icons/game-icons/000000/skoll/lee-enfield.svg new file mode 100644 index 00000000..079821cd --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/lee-enfield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/logging.svg b/client/public/icons/game-icons/000000/skoll/logging.svg new file mode 100644 index 00000000..20aff024 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/logging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/long-legged-spider.svg b/client/public/icons/game-icons/000000/skoll/long-legged-spider.svg new file mode 100644 index 00000000..e5338b98 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/long-legged-spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/luger.svg b/client/public/icons/game-icons/000000/skoll/luger.svg new file mode 100644 index 00000000..9862f23b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/luger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/m3-grease-gun.svg b/client/public/icons/game-icons/000000/skoll/m3-grease-gun.svg new file mode 100644 index 00000000..2aaf26a9 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/m3-grease-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/mac-10.svg b/client/public/icons/game-icons/000000/skoll/mac-10.svg new file mode 100644 index 00000000..8e3607a2 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/mac-10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/machine-gun.svg b/client/public/icons/game-icons/000000/skoll/machine-gun.svg new file mode 100644 index 00000000..bcaa0093 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/machine-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/minefield.svg b/client/public/icons/game-icons/000000/skoll/minefield.svg new file mode 100644 index 00000000..91fbf0bc --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/minefield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/molecule.svg b/client/public/icons/game-icons/000000/skoll/molecule.svg new file mode 100644 index 00000000..5e623e03 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/molecule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/mounted-knight.svg b/client/public/icons/game-icons/000000/skoll/mounted-knight.svg new file mode 100644 index 00000000..cb6ba611 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/mounted-knight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/mp-40.svg b/client/public/icons/game-icons/000000/skoll/mp-40.svg new file mode 100644 index 00000000..6a00fe2c --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/mp-40.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/mp5.svg b/client/public/icons/game-icons/000000/skoll/mp5.svg new file mode 100644 index 00000000..f29308b0 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/mp5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/mp5k.svg b/client/public/icons/game-icons/000000/skoll/mp5k.svg new file mode 100644 index 00000000..8070bb45 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/mp5k.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/musket.svg b/client/public/icons/game-icons/000000/skoll/musket.svg new file mode 100644 index 00000000..444a4201 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/musket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/nuclear-bomb.svg b/client/public/icons/game-icons/000000/skoll/nuclear-bomb.svg new file mode 100644 index 00000000..31638d35 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/nuclear-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/oil-drum.svg b/client/public/icons/game-icons/000000/skoll/oil-drum.svg new file mode 100644 index 00000000..ff5b84f4 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/oil-drum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/open-chest.svg b/client/public/icons/game-icons/000000/skoll/open-chest.svg new file mode 100644 index 00000000..edd67f8d --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/open-chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/open-palm.svg b/client/public/icons/game-icons/000000/skoll/open-palm.svg new file mode 100644 index 00000000..5d83f51a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/open-palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/open-treasure-chest.svg b/client/public/icons/game-icons/000000/skoll/open-treasure-chest.svg new file mode 100644 index 00000000..77cfea8e --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/open-treasure-chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/orbit.svg b/client/public/icons/game-icons/000000/skoll/orbit.svg new file mode 100644 index 00000000..abbc1b9a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/orbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/p90.svg b/client/public/icons/game-icons/000000/skoll/p90.svg new file mode 100644 index 00000000..779a71b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/p90.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/pauldrons.svg b/client/public/icons/game-icons/000000/skoll/pauldrons.svg new file mode 100644 index 00000000..233437d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pauldrons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/pc.svg b/client/public/icons/game-icons/000000/skoll/pc.svg new file mode 100644 index 00000000..959c79ec --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/pegasus.svg b/client/public/icons/game-icons/000000/skoll/pegasus.svg new file mode 100644 index 00000000..2af4a25b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pegasus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/pentacle.svg b/client/public/icons/game-icons/000000/skoll/pentacle.svg new file mode 100644 index 00000000..01f34e62 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/pestle-mortar.svg b/client/public/icons/game-icons/000000/skoll/pestle-mortar.svg new file mode 100644 index 00000000..9c9335e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pestle-mortar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/pickelhaube.svg b/client/public/icons/game-icons/000000/skoll/pickelhaube.svg new file mode 100644 index 00000000..19e7772b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pickelhaube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/pig.svg b/client/public/icons/game-icons/000000/skoll/pig.svg new file mode 100644 index 00000000..5c873d2a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/platform.svg b/client/public/icons/game-icons/000000/skoll/platform.svg new file mode 100644 index 00000000..85699c33 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/platform.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/pocket-watch.svg b/client/public/icons/game-icons/000000/skoll/pocket-watch.svg new file mode 100644 index 00000000..63990eba --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pocket-watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/pteruges.svg b/client/public/icons/game-icons/000000/skoll/pteruges.svg new file mode 100644 index 00000000..8ec63365 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/pteruges.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/race-car.svg b/client/public/icons/game-icons/000000/skoll/race-car.svg new file mode 100644 index 00000000..1c448c77 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/race-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/raise-skeleton.svg b/client/public/icons/game-icons/000000/skoll/raise-skeleton.svg new file mode 100644 index 00000000..aac02914 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/raise-skeleton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/raise-zombie.svg b/client/public/icons/game-icons/000000/skoll/raise-zombie.svg new file mode 100644 index 00000000..391e2c03 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/raise-zombie.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/rank-1.svg b/client/public/icons/game-icons/000000/skoll/rank-1.svg new file mode 100644 index 00000000..0d1ebb02 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/rank-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/rank-2.svg b/client/public/icons/game-icons/000000/skoll/rank-2.svg new file mode 100644 index 00000000..e094b354 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/rank-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/rank-3.svg b/client/public/icons/game-icons/000000/skoll/rank-3.svg new file mode 100644 index 00000000..6591314f --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/rank-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/read.svg b/client/public/icons/game-icons/000000/skoll/read.svg new file mode 100644 index 00000000..761bb0aa --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/read.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/retro-controller.svg b/client/public/icons/game-icons/000000/skoll/retro-controller.svg new file mode 100644 index 00000000..2a7c5d4a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/retro-controller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/revolver.svg b/client/public/icons/game-icons/000000/skoll/revolver.svg new file mode 100644 index 00000000..5f62d11a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/revolver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/sea-creature.svg b/client/public/icons/game-icons/000000/skoll/sea-creature.svg new file mode 100644 index 00000000..e00eaf28 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/sea-creature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/shield-disabled.svg b/client/public/icons/game-icons/000000/skoll/shield-disabled.svg new file mode 100644 index 00000000..f261eedb --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/shield-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/siege-ram.svg b/client/public/icons/game-icons/000000/skoll/siege-ram.svg new file mode 100644 index 00000000..4b05e23b --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/siege-ram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/sight-disabled.svg b/client/public/icons/game-icons/000000/skoll/sight-disabled.svg new file mode 100644 index 00000000..aa31bc84 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/sight-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/siren.svg b/client/public/icons/game-icons/000000/skoll/siren.svg new file mode 100644 index 00000000..743c79df --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/siren.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/skeleton.svg b/client/public/icons/game-icons/000000/skoll/skeleton.svg new file mode 100644 index 00000000..5c5c7c91 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/skeleton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/smartphone.svg b/client/public/icons/game-icons/000000/skoll/smartphone.svg new file mode 100644 index 00000000..672874a5 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/solar-power.svg b/client/public/icons/game-icons/000000/skoll/solar-power.svg new file mode 100644 index 00000000..e43be07f --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/solar-power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/sound-waves.svg b/client/public/icons/game-icons/000000/skoll/sound-waves.svg new file mode 100644 index 00000000..85bf3c2a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/sound-waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/spades.svg b/client/public/icons/game-icons/000000/skoll/spades.svg new file mode 100644 index 00000000..a530ad67 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/spectre-m4.svg b/client/public/icons/game-icons/000000/skoll/spectre-m4.svg new file mode 100644 index 00000000..b2280ffd --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/spectre-m4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/spiked-ball.svg b/client/public/icons/game-icons/000000/skoll/spiked-ball.svg new file mode 100644 index 00000000..c655db0f --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/spiked-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/spiked-bat.svg b/client/public/icons/game-icons/000000/skoll/spiked-bat.svg new file mode 100644 index 00000000..2686db45 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/spiked-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/spinning-top.svg b/client/public/icons/game-icons/000000/skoll/spinning-top.svg new file mode 100644 index 00000000..ca277435 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/spinning-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/spotted-bug.svg b/client/public/icons/game-icons/000000/skoll/spotted-bug.svg new file mode 100644 index 00000000..abb99a37 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/spotted-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/stahlhelm.svg b/client/public/icons/game-icons/000000/skoll/stahlhelm.svg new file mode 100644 index 00000000..e9eb8800 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/stahlhelm.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/steel-claws.svg b/client/public/icons/game-icons/000000/skoll/steel-claws.svg new file mode 100644 index 00000000..7b76ea37 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/steel-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/steel-door.svg b/client/public/icons/game-icons/000000/skoll/steel-door.svg new file mode 100644 index 00000000..aa72f577 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/steel-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/steyr-aug.svg b/client/public/icons/game-icons/000000/skoll/steyr-aug.svg new file mode 100644 index 00000000..f80efedf --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/steyr-aug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/stick-grenade.svg b/client/public/icons/game-icons/000000/skoll/stick-grenade.svg new file mode 100644 index 00000000..3ee5624f --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/stick-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/stiletto.svg b/client/public/icons/game-icons/000000/skoll/stiletto.svg new file mode 100644 index 00000000..189d6fed --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/stiletto.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/stopwatch.svg b/client/public/icons/game-icons/000000/skoll/stopwatch.svg new file mode 100644 index 00000000..ab4f2a53 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/swirled-shell.svg b/client/public/icons/game-icons/000000/skoll/swirled-shell.svg new file mode 100644 index 00000000..18745fd1 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/swirled-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/switchblade.svg b/client/public/icons/game-icons/000000/skoll/switchblade.svg new file mode 100644 index 00000000..0573ce37 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/switchblade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/tablet.svg b/client/public/icons/game-icons/000000/skoll/tablet.svg new file mode 100644 index 00000000..81fadb37 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/talk.svg b/client/public/icons/game-icons/000000/skoll/talk.svg new file mode 100644 index 00000000..ff14a063 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/talk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/tank-tread.svg b/client/public/icons/game-icons/000000/skoll/tank-tread.svg new file mode 100644 index 00000000..0e9fca90 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/tank-tread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/tec-9.svg b/client/public/icons/game-icons/000000/skoll/tec-9.svg new file mode 100644 index 00000000..849b1363 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/tec-9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/telescopic-baton.svg b/client/public/icons/game-icons/000000/skoll/telescopic-baton.svg new file mode 100644 index 00000000..6fd97410 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/telescopic-baton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/teller-mine.svg b/client/public/icons/game-icons/000000/skoll/teller-mine.svg new file mode 100644 index 00000000..37ef181e --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/teller-mine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/thompson-m1.svg b/client/public/icons/game-icons/000000/skoll/thompson-m1.svg new file mode 100644 index 00000000..72fa103a --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/thompson-m1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/thompson-m1928.svg b/client/public/icons/game-icons/000000/skoll/thompson-m1928.svg new file mode 100644 index 00000000..e5d96e1c --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/thompson-m1928.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/topaz.svg b/client/public/icons/game-icons/000000/skoll/topaz.svg new file mode 100644 index 00000000..fa68e068 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/topaz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/trench-body-armor.svg b/client/public/icons/game-icons/000000/skoll/trench-body-armor.svg new file mode 100644 index 00000000..460d73b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/trench-body-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/trench-knife.svg b/client/public/icons/game-icons/000000/skoll/trench-knife.svg new file mode 100644 index 00000000..e8a847aa --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/trench-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/trench-spade.svg b/client/public/icons/game-icons/000000/skoll/trench-spade.svg new file mode 100644 index 00000000..f277c602 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/trench-spade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/troll.svg b/client/public/icons/game-icons/000000/skoll/troll.svg new file mode 100644 index 00000000..e22169d6 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/troll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/walther-ppk.svg b/client/public/icons/game-icons/000000/skoll/walther-ppk.svg new file mode 100644 index 00000000..9f754d23 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/walther-ppk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/winchester-rifle.svg b/client/public/icons/game-icons/000000/skoll/winchester-rifle.svg new file mode 100644 index 00000000..d7edb654 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/winchester-rifle.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/skoll/wooden-helmet.svg b/client/public/icons/game-icons/000000/skoll/wooden-helmet.svg new file mode 100644 index 00000000..d7b0cc59 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/wooden-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/skoll/zeppelin.svg b/client/public/icons/game-icons/000000/skoll/zeppelin.svg new file mode 100644 index 00000000..561b28e8 --- /dev/null +++ b/client/public/icons/game-icons/000000/skoll/zeppelin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/sparker/bear-face.svg b/client/public/icons/game-icons/000000/sparker/bear-face.svg new file mode 100644 index 00000000..f03b6ea9 --- /dev/null +++ b/client/public/icons/game-icons/000000/sparker/bear-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/spencerdub/digital-trace.svg b/client/public/icons/game-icons/000000/spencerdub/digital-trace.svg new file mode 100644 index 00000000..bd24065f --- /dev/null +++ b/client/public/icons/game-icons/000000/spencerdub/digital-trace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/starseeker/potion-of-madness.svg b/client/public/icons/game-icons/000000/starseeker/potion-of-madness.svg new file mode 100644 index 00000000..6eea4091 --- /dev/null +++ b/client/public/icons/game-icons/000000/starseeker/potion-of-madness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/various-artists/infinity.svg b/client/public/icons/game-icons/000000/various-artists/infinity.svg new file mode 100644 index 00000000..b20f1159 --- /dev/null +++ b/client/public/icons/game-icons/000000/various-artists/infinity.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/000000/various-artists/salmon.svg b/client/public/icons/game-icons/000000/various-artists/salmon.svg new file mode 100644 index 00000000..57bb2a83 --- /dev/null +++ b/client/public/icons/game-icons/000000/various-artists/salmon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-001.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-001.svg new file mode 100644 index 00000000..ebdb2432 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-001.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-002.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-002.svg new file mode 100644 index 00000000..8683ed4c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-002.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-003.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-003.svg new file mode 100644 index 00000000..ab1d5612 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-003.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-004.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-004.svg new file mode 100644 index 00000000..c7e1f1e1 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-004.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-005.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-005.svg new file mode 100644 index 00000000..0b585f2e --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-005.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-006.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-006.svg new file mode 100644 index 00000000..8bc73fb4 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-006.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-007.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-007.svg new file mode 100644 index 00000000..2e3516c4 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-007.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-008.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-008.svg new file mode 100644 index 00000000..985f9b3c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-008.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-009.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-009.svg new file mode 100644 index 00000000..4eaefa5c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-009.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-010.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-010.svg new file mode 100644 index 00000000..93073842 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-010.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-011.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-011.svg new file mode 100644 index 00000000..838d74df --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-011.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-012.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-012.svg new file mode 100644 index 00000000..0c416de8 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-012.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-013.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-013.svg new file mode 100644 index 00000000..83b9bdbe --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-013.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-014.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-014.svg new file mode 100644 index 00000000..2159328f --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-014.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-015.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-015.svg new file mode 100644 index 00000000..31455dfa --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-015.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-016.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-016.svg new file mode 100644 index 00000000..b0520630 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-016.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-017.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-017.svg new file mode 100644 index 00000000..2d9fe7c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-017.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-018.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-018.svg new file mode 100644 index 00000000..b177e582 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-018.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-019.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-019.svg new file mode 100644 index 00000000..7a523e0d --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-019.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-020.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-020.svg new file mode 100644 index 00000000..c47cd81d --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-020.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-021.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-021.svg new file mode 100644 index 00000000..5acdd84c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-021.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-022.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-022.svg new file mode 100644 index 00000000..f998eb7f --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-022.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-023.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-023.svg new file mode 100644 index 00000000..a1e1dd96 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-023.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-024.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-024.svg new file mode 100644 index 00000000..22d105f8 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-024.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-025.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-025.svg new file mode 100644 index 00000000..67719efe --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-025.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-026.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-026.svg new file mode 100644 index 00000000..b0cff850 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-026.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-027.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-027.svg new file mode 100644 index 00000000..5d7279c7 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-027.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-028.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-028.svg new file mode 100644 index 00000000..8381b0d8 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-028.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-029.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-029.svg new file mode 100644 index 00000000..6b5d7d48 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-029.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-030.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-030.svg new file mode 100644 index 00000000..a1785d3c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-030.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-031.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-031.svg new file mode 100644 index 00000000..e8bb4d5d --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-031.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-032.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-032.svg new file mode 100644 index 00000000..420b0a55 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-032.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-033.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-033.svg new file mode 100644 index 00000000..5ff3bd8e --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-033.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-034.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-034.svg new file mode 100644 index 00000000..d7a06825 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-034.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-035.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-035.svg new file mode 100644 index 00000000..aa2c2a9f --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-035.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-036.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-036.svg new file mode 100644 index 00000000..320e1521 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-036.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-037.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-037.svg new file mode 100644 index 00000000..1ff7ca10 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-037.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-038.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-038.svg new file mode 100644 index 00000000..b2a88644 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-038.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-039.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-039.svg new file mode 100644 index 00000000..8ac33aab --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-039.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-040.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-040.svg new file mode 100644 index 00000000..a8ea825c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-040.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-041.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-041.svg new file mode 100644 index 00000000..da0d8449 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-041.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-042.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-042.svg new file mode 100644 index 00000000..7c3f3d2e --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-042.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-043.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-043.svg new file mode 100644 index 00000000..79f66bd8 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-043.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-044.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-044.svg new file mode 100644 index 00000000..ec323fdf --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-044.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-045.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-045.svg new file mode 100644 index 00000000..98be4549 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-045.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-046.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-046.svg new file mode 100644 index 00000000..ccb4803a --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-046.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-047.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-047.svg new file mode 100644 index 00000000..f8ba7a02 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-047.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-048.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-048.svg new file mode 100644 index 00000000..6529ed1a --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-048.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-049.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-049.svg new file mode 100644 index 00000000..4468d5fc --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-049.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-050.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-050.svg new file mode 100644 index 00000000..f62c0aea --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-050.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-051.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-051.svg new file mode 100644 index 00000000..a903b0c6 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-051.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-052.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-052.svg new file mode 100644 index 00000000..6fd1569c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-052.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-053.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-053.svg new file mode 100644 index 00000000..56c9b5b4 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-053.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-054.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-054.svg new file mode 100644 index 00000000..b81d8fa3 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-054.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-055.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-055.svg new file mode 100644 index 00000000..0dcb5a39 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-055.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-056.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-056.svg new file mode 100644 index 00000000..f88d6bc1 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-056.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-057.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-057.svg new file mode 100644 index 00000000..5af957b1 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-057.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-058.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-058.svg new file mode 100644 index 00000000..8907c3a9 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-058.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-059.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-059.svg new file mode 100644 index 00000000..2ca97ea6 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-059.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-060.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-060.svg new file mode 100644 index 00000000..16ad20b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-060.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-061.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-061.svg new file mode 100644 index 00000000..356b86b3 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-061.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-062.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-062.svg new file mode 100644 index 00000000..1b1e07d5 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-062.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-063.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-063.svg new file mode 100644 index 00000000..f0b1be1d --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-063.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-064.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-064.svg new file mode 100644 index 00000000..f15fd5db --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-064.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-065.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-065.svg new file mode 100644 index 00000000..652732ff --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-065.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-066.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-066.svg new file mode 100644 index 00000000..eabe122c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-066.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-067.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-067.svg new file mode 100644 index 00000000..1f8ca7d2 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-067.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-068.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-068.svg new file mode 100644 index 00000000..55773243 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-068.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-069.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-069.svg new file mode 100644 index 00000000..ce3be485 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-069.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-070.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-070.svg new file mode 100644 index 00000000..2e2fcd6b --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-070.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-071.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-071.svg new file mode 100644 index 00000000..ac6566ff --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-071.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-072.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-072.svg new file mode 100644 index 00000000..f2c56c5d --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-072.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-073.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-073.svg new file mode 100644 index 00000000..4051e0b5 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-073.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-074.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-074.svg new file mode 100644 index 00000000..3e49b67c --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-074.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-075.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-075.svg new file mode 100644 index 00000000..69e27106 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-075.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-076.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-076.svg new file mode 100644 index 00000000..ff454c14 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-076.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-077.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-077.svg new file mode 100644 index 00000000..dcc4b808 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-077.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-078.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-078.svg new file mode 100644 index 00000000..027f4969 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-078.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-079.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-079.svg new file mode 100644 index 00000000..df430488 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-079.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-080.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-080.svg new file mode 100644 index 00000000..4110ff52 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-080.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-081.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-081.svg new file mode 100644 index 00000000..0a800ba7 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-081.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-082.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-082.svg new file mode 100644 index 00000000..5bbdbd0d --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-082.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-083.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-083.svg new file mode 100644 index 00000000..bd17eb99 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-083.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-084.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-084.svg new file mode 100644 index 00000000..d1a7090f --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-084.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-085.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-085.svg new file mode 100644 index 00000000..5616811f --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-085.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-086.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-086.svg new file mode 100644 index 00000000..9ec20fd1 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-086.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-087.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-087.svg new file mode 100644 index 00000000..05cf8f41 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-087.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-088.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-088.svg new file mode 100644 index 00000000..eee336c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-088.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-089.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-089.svg new file mode 100644 index 00000000..533c22c8 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-089.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-090.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-090.svg new file mode 100644 index 00000000..738825db --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-090.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-091.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-091.svg new file mode 100644 index 00000000..9827c55a --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-091.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-092.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-092.svg new file mode 100644 index 00000000..bb3dfadc --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-092.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-093.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-093.svg new file mode 100644 index 00000000..103c83e3 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-093.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-094.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-094.svg new file mode 100644 index 00000000..534679cb --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-094.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-095.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-095.svg new file mode 100644 index 00000000..1819b702 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-095.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-096.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-096.svg new file mode 100644 index 00000000..797c1ac8 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-096.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-097.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-097.svg new file mode 100644 index 00000000..bcc69506 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-097.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-098.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-098.svg new file mode 100644 index 00000000..73c25816 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-098.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-099.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-099.svg new file mode 100644 index 00000000..1077d6d0 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-099.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-100.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-100.svg new file mode 100644 index 00000000..d815a027 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-101.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-101.svg new file mode 100644 index 00000000..c813ca6d --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-101.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-102.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-102.svg new file mode 100644 index 00000000..1d919eaa --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-102.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-103.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-103.svg new file mode 100644 index 00000000..96587456 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-103.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-104.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-104.svg new file mode 100644 index 00000000..99f2dcf4 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-104.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-105.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-105.svg new file mode 100644 index 00000000..dd8dde85 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-105.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-106.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-106.svg new file mode 100644 index 00000000..f10daced --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-106.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-107.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-107.svg new file mode 100644 index 00000000..0d2bb2ae --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-107.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-108.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-108.svg new file mode 100644 index 00000000..6dab49ce --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-108.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-109.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-109.svg new file mode 100644 index 00000000..46b09035 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-109.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-110.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-110.svg new file mode 100644 index 00000000..920ac366 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-110.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-111.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-111.svg new file mode 100644 index 00000000..b06f75dd --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-111.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-112.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-112.svg new file mode 100644 index 00000000..92dc0cfa --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-112.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-113.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-113.svg new file mode 100644 index 00000000..2deff384 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-113.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-114.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-114.svg new file mode 100644 index 00000000..f839900e --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-114.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-115.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-115.svg new file mode 100644 index 00000000..21c0965e --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-115.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-116.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-116.svg new file mode 100644 index 00000000..3f65da44 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-116.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-117.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-117.svg new file mode 100644 index 00000000..72362b2a --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-117.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-118.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-118.svg new file mode 100644 index 00000000..b8672dda --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-118.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-119.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-119.svg new file mode 100644 index 00000000..086e8019 --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-119.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-120.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-120.svg new file mode 100644 index 00000000..82d968ba --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-120.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/viscious-speed/abstract-121.svg b/client/public/icons/game-icons/000000/viscious-speed/abstract-121.svg new file mode 100644 index 00000000..fe05a8ed --- /dev/null +++ b/client/public/icons/game-icons/000000/viscious-speed/abstract-121.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/willdabeast/black-book.svg b/client/public/icons/game-icons/000000/willdabeast/black-book.svg new file mode 100644 index 00000000..d3ab712f --- /dev/null +++ b/client/public/icons/game-icons/000000/willdabeast/black-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/willdabeast/chain-lightning.svg b/client/public/icons/game-icons/000000/willdabeast/chain-lightning.svg new file mode 100644 index 00000000..ab6cb56d --- /dev/null +++ b/client/public/icons/game-icons/000000/willdabeast/chain-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/willdabeast/chain-mail.svg b/client/public/icons/game-icons/000000/willdabeast/chain-mail.svg new file mode 100644 index 00000000..e9c9529d --- /dev/null +++ b/client/public/icons/game-icons/000000/willdabeast/chain-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/willdabeast/gold-bar.svg b/client/public/icons/game-icons/000000/willdabeast/gold-bar.svg new file mode 100644 index 00000000..039733b9 --- /dev/null +++ b/client/public/icons/game-icons/000000/willdabeast/gold-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/willdabeast/orb-wand.svg b/client/public/icons/game-icons/000000/willdabeast/orb-wand.svg new file mode 100644 index 00000000..f44d7cde --- /dev/null +++ b/client/public/icons/game-icons/000000/willdabeast/orb-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/willdabeast/round-shield.svg b/client/public/icons/game-icons/000000/willdabeast/round-shield.svg new file mode 100644 index 00000000..2d254ccc --- /dev/null +++ b/client/public/icons/game-icons/000000/willdabeast/round-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/willdabeast/white-book.svg b/client/public/icons/game-icons/000000/willdabeast/white-book.svg new file mode 100644 index 00000000..22259f8d --- /dev/null +++ b/client/public/icons/game-icons/000000/willdabeast/white-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/zajkonur/skull-with-syringe.svg b/client/public/icons/game-icons/000000/zajkonur/skull-with-syringe.svg new file mode 100644 index 00000000..b7e3a8cd --- /dev/null +++ b/client/public/icons/game-icons/000000/zajkonur/skull-with-syringe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/zajkonur/violin.svg b/client/public/icons/game-icons/000000/zajkonur/violin.svg new file mode 100644 index 00000000..b3d7ac4e --- /dev/null +++ b/client/public/icons/game-icons/000000/zajkonur/violin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/zeromancer/heart-minus.svg b/client/public/icons/game-icons/000000/zeromancer/heart-minus.svg new file mode 100644 index 00000000..01c51cf8 --- /dev/null +++ b/client/public/icons/game-icons/000000/zeromancer/heart-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/000000/zeromancer/heart-plus.svg b/client/public/icons/game-icons/000000/zeromancer/heart-plus.svg new file mode 100644 index 00000000..a3e70b3b --- /dev/null +++ b/client/public/icons/game-icons/000000/zeromancer/heart-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/andymeneely/police-badge.svg b/client/public/icons/game-icons/ffffff/andymeneely/police-badge.svg new file mode 100644 index 00000000..c55d7052 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/andymeneely/police-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/andymeneely/riposte.svg b/client/public/icons/game-icons/ffffff/andymeneely/riposte.svg new file mode 100644 index 00000000..0cb3c26a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/andymeneely/riposte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-10-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-10-clubs.svg new file mode 100644 index 00000000..1197f3fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-10-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-10-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-10-diamonds.svg new file mode 100644 index 00000000..98aa247e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-10-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-10-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-10-hearts.svg new file mode 100644 index 00000000..0f56dad5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-10-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-10-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-10-spades.svg new file mode 100644 index 00000000..44ddfa04 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-10-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-2-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-2-clubs.svg new file mode 100644 index 00000000..d6f8c930 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-2-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-2-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-2-diamonds.svg new file mode 100644 index 00000000..8d453c84 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-2-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-2-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-2-hearts.svg new file mode 100644 index 00000000..f90383f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-2-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-2-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-2-spades.svg new file mode 100644 index 00000000..2fa95c9c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-2-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-3-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-3-clubs.svg new file mode 100644 index 00000000..4f562fd5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-3-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-3-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-3-diamonds.svg new file mode 100644 index 00000000..03186cfe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-3-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-3-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-3-hearts.svg new file mode 100644 index 00000000..eee1b31f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-3-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-3-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-3-spades.svg new file mode 100644 index 00000000..b4e6e59c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-3-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-4-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-4-clubs.svg new file mode 100644 index 00000000..04cb762e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-4-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-4-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-4-diamonds.svg new file mode 100644 index 00000000..feada484 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-4-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-4-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-4-hearts.svg new file mode 100644 index 00000000..bab2365f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-4-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-4-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-4-spades.svg new file mode 100644 index 00000000..df0ebdfc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-4-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-5-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-5-clubs.svg new file mode 100644 index 00000000..179744a3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-5-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-5-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-5-diamonds.svg new file mode 100644 index 00000000..decc2e7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-5-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-5-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-5-hearts.svg new file mode 100644 index 00000000..0d7ebb4b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-5-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-5-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-5-spades.svg new file mode 100644 index 00000000..ec36bfb8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-5-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-6-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-6-clubs.svg new file mode 100644 index 00000000..a48c6aaf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-6-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-6-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-6-diamonds.svg new file mode 100644 index 00000000..298f5b6d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-6-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-6-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-6-hearts.svg new file mode 100644 index 00000000..d8561719 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-6-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-6-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-6-spades.svg new file mode 100644 index 00000000..0498c7e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-6-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-7-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-7-clubs.svg new file mode 100644 index 00000000..d0412bc0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-7-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-7-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-7-diamonds.svg new file mode 100644 index 00000000..3e59121c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-7-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-7-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-7-hearts.svg new file mode 100644 index 00000000..2bf49eaf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-7-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-7-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-7-spades.svg new file mode 100644 index 00000000..3c8da35f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-7-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-8-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-8-clubs.svg new file mode 100644 index 00000000..6a5d0546 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-8-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-8-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-8-diamonds.svg new file mode 100644 index 00000000..a3f8ac34 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-8-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-8-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-8-hearts.svg new file mode 100644 index 00000000..66f8759c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-8-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-8-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-8-spades.svg new file mode 100644 index 00000000..90a8eb9f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-8-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-9-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-9-clubs.svg new file mode 100644 index 00000000..cd2d2169 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-9-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-9-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-9-diamonds.svg new file mode 100644 index 00000000..219d1ec7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-9-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-9-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-9-hearts.svg new file mode 100644 index 00000000..0239ae5d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-9-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-9-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-9-spades.svg new file mode 100644 index 00000000..0d9e9038 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-9-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-ace-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-ace-clubs.svg new file mode 100644 index 00000000..50d4833b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-ace-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-ace-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-ace-diamonds.svg new file mode 100644 index 00000000..911d3397 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-ace-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-ace-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-ace-hearts.svg new file mode 100644 index 00000000..f50d6139 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-ace-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-ace-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-ace-spades.svg new file mode 100644 index 00000000..a15e2d19 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-ace-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-jack-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-jack-clubs.svg new file mode 100644 index 00000000..fab88585 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-jack-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-jack-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-jack-diamonds.svg new file mode 100644 index 00000000..c50e0203 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-jack-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-jack-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-jack-hearts.svg new file mode 100644 index 00000000..35f89d39 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-jack-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-jack-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-jack-spades.svg new file mode 100644 index 00000000..d8a8b7fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-jack-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-king-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-king-clubs.svg new file mode 100644 index 00000000..9c757d93 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-king-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-king-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-king-diamonds.svg new file mode 100644 index 00000000..21cd9644 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-king-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-king-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-king-hearts.svg new file mode 100644 index 00000000..12ab549b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-king-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-king-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-king-spades.svg new file mode 100644 index 00000000..fe85c774 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-king-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-queen-clubs.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-queen-clubs.svg new file mode 100644 index 00000000..2067a321 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-queen-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-queen-diamonds.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-queen-diamonds.svg new file mode 100644 index 00000000..bc4b6020 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-queen-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-queen-hearts.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-queen-hearts.svg new file mode 100644 index 00000000..5d9ecb53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-queen-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/aussiesim/card-queen-spades.svg b/client/public/icons/game-icons/ffffff/aussiesim/card-queen-spades.svg new file mode 100644 index 00000000..497c0212 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/aussiesim/card-queen-spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/carl-olsen/brutal-helm.svg b/client/public/icons/game-icons/ffffff/carl-olsen/brutal-helm.svg new file mode 100644 index 00000000..9a921bfb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/carl-olsen/brutal-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/carl-olsen/crossbow.svg b/client/public/icons/game-icons/ffffff/carl-olsen/crossbow.svg new file mode 100644 index 00000000..00361a86 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/carl-olsen/crossbow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/carl-olsen/flame.svg b/client/public/icons/game-icons/ffffff/carl-olsen/flame.svg new file mode 100644 index 00000000..3c997da6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/carl-olsen/flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/carl-olsen/mite-alt.svg b/client/public/icons/game-icons/ffffff/carl-olsen/mite-alt.svg new file mode 100644 index 00000000..5a5b1ee2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/carl-olsen/mite-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/carl-olsen/spider-alt.svg b/client/public/icons/game-icons/ffffff/carl-olsen/spider-alt.svg new file mode 100644 index 00000000..86772955 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/carl-olsen/spider-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/carl-olsen/spider-face.svg b/client/public/icons/game-icons/ffffff/carl-olsen/spider-face.svg new file mode 100644 index 00000000..1b3446c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/carl-olsen/spider-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/accordion.svg b/client/public/icons/game-icons/ffffff/caro-asercion/accordion.svg new file mode 100644 index 00000000..3162894c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/accordion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/anteater.svg b/client/public/icons/game-icons/ffffff/caro-asercion/anteater.svg new file mode 100644 index 00000000..803045c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/anteater.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/archaeopteryx-fossil.svg b/client/public/icons/game-icons/ffffff/caro-asercion/archaeopteryx-fossil.svg new file mode 100644 index 00000000..8be9eaff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/archaeopteryx-fossil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/armchair.svg b/client/public/icons/game-icons/ffffff/caro-asercion/armchair.svg new file mode 100644 index 00000000..f4e6e582 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/armchair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/artichoke.svg b/client/public/icons/game-icons/ffffff/caro-asercion/artichoke.svg new file mode 100644 index 00000000..4210e697 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/artichoke.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/astrolabe.svg b/client/public/icons/game-icons/ffffff/caro-asercion/astrolabe.svg new file mode 100644 index 00000000..c2566834 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/astrolabe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/axolotl.svg b/client/public/icons/game-icons/ffffff/caro-asercion/axolotl.svg new file mode 100644 index 00000000..937652ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/axolotl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/badger.svg b/client/public/icons/game-icons/ffffff/caro-asercion/badger.svg new file mode 100644 index 00000000..306082ae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/badger.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/barn-owl.svg b/client/public/icons/game-icons/ffffff/caro-asercion/barn-owl.svg new file mode 100644 index 00000000..0d76e85f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/barn-owl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/bassoon.svg b/client/public/icons/game-icons/ffffff/caro-asercion/bassoon.svg new file mode 100644 index 00000000..718b868a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/bassoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/birch-trees.svg b/client/public/icons/game-icons/ffffff/caro-asercion/birch-trees.svg new file mode 100644 index 00000000..728ee674 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/birch-trees.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/blender.svg b/client/public/icons/game-icons/ffffff/caro-asercion/blender.svg new file mode 100644 index 00000000..1b5c3789 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/blender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/boar.svg b/client/public/icons/game-icons/ffffff/caro-asercion/boar.svg new file mode 100644 index 00000000..bfd908e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/boar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/boarding-pass.svg b/client/public/icons/game-icons/ffffff/caro-asercion/boarding-pass.svg new file mode 100644 index 00000000..44cd2113 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/boarding-pass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/boba.svg b/client/public/icons/game-icons/ffffff/caro-asercion/boba.svg new file mode 100644 index 00000000..c6453acf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/boba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/bok-choy.svg b/client/public/icons/game-icons/ffffff/caro-asercion/bok-choy.svg new file mode 100644 index 00000000..cb68ece5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/bok-choy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/bowl-of-rice.svg b/client/public/icons/game-icons/ffffff/caro-asercion/bowl-of-rice.svg new file mode 100644 index 00000000..66a8c897 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/bowl-of-rice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/bucket-wheel-excavator.svg b/client/public/icons/game-icons/ffffff/caro-asercion/bucket-wheel-excavator.svg new file mode 100644 index 00000000..db2d55c0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/bucket-wheel-excavator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/bunny-slippers.svg b/client/public/icons/game-icons/ffffff/caro-asercion/bunny-slippers.svg new file mode 100644 index 00000000..2440668d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/bunny-slippers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/bus-stop.svg b/client/public/icons/game-icons/ffffff/caro-asercion/bus-stop.svg new file mode 100644 index 00000000..faa1d97f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/bus-stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/canadian-goose.svg b/client/public/icons/game-icons/ffffff/caro-asercion/canadian-goose.svg new file mode 100644 index 00000000..061c0765 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/canadian-goose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/capybara.svg b/client/public/icons/game-icons/ffffff/caro-asercion/capybara.svg new file mode 100644 index 00000000..0c409a90 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/capybara.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/charcuterie.svg b/client/public/icons/game-icons/ffffff/caro-asercion/charcuterie.svg new file mode 100644 index 00000000..22f6671a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/charcuterie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/clarinet.svg b/client/public/icons/game-icons/ffffff/caro-asercion/clarinet.svg new file mode 100644 index 00000000..fc506f76 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/clarinet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/cloaked-figure-on-horseback.svg b/client/public/icons/game-icons/ffffff/caro-asercion/cloaked-figure-on-horseback.svg new file mode 100644 index 00000000..b127a850 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/cloaked-figure-on-horseback.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/clock-tower.svg b/client/public/icons/game-icons/ffffff/caro-asercion/clock-tower.svg new file mode 100644 index 00000000..56a2604d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/clock-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/clothesline.svg b/client/public/icons/game-icons/ffffff/caro-asercion/clothesline.svg new file mode 100644 index 00000000..42c59bbb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/clothesline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/coinflip.svg b/client/public/icons/game-icons/ffffff/caro-asercion/coinflip.svg new file mode 100644 index 00000000..76a584fe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/coinflip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/cootie-catcher.svg b/client/public/icons/game-icons/ffffff/caro-asercion/cootie-catcher.svg new file mode 100644 index 00000000..d5ff0726 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/cootie-catcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/deer-head.svg b/client/public/icons/game-icons/ffffff/caro-asercion/deer-head.svg new file mode 100644 index 00000000..9fd95a75 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/deer-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/deer.svg b/client/public/icons/game-icons/ffffff/caro-asercion/deer.svg new file mode 100644 index 00000000..34751677 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/deer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/dodo.svg b/client/public/icons/game-icons/ffffff/caro-asercion/dodo.svg new file mode 100644 index 00000000..67d912ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/dodo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/drum-kit.svg b/client/public/icons/game-icons/ffffff/caro-asercion/drum-kit.svg new file mode 100644 index 00000000..6cb766cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/drum-kit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/dumpling-bao.svg b/client/public/icons/game-icons/ffffff/caro-asercion/dumpling-bao.svg new file mode 100644 index 00000000..51b197db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/dumpling-bao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/dumpling.svg b/client/public/icons/game-icons/ffffff/caro-asercion/dumpling.svg new file mode 100644 index 00000000..80294a1d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/dumpling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/earbuds.svg b/client/public/icons/game-icons/ffffff/caro-asercion/earbuds.svg new file mode 100644 index 00000000..0c46e6a9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/earbuds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/easel.svg b/client/public/icons/game-icons/ffffff/caro-asercion/easel.svg new file mode 100644 index 00000000..61a6a032 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/easel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/fox.svg b/client/public/icons/game-icons/ffffff/caro-asercion/fox.svg new file mode 100644 index 00000000..fa902743 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/fox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/french-horn.svg b/client/public/icons/game-icons/ffffff/caro-asercion/french-horn.svg new file mode 100644 index 00000000..247831eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/french-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/fridge.svg b/client/public/icons/game-icons/ffffff/caro-asercion/fridge.svg new file mode 100644 index 00000000..3a06e43d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/fridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/froe-and-mallet.svg b/client/public/icons/game-icons/ffffff/caro-asercion/froe-and-mallet.svg new file mode 100644 index 00000000..fac2e8a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/froe-and-mallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/frog-mouth-helm.svg b/client/public/icons/game-icons/ffffff/caro-asercion/frog-mouth-helm.svg new file mode 100644 index 00000000..6fd800ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/frog-mouth-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/goblin.svg b/client/public/icons/game-icons/ffffff/caro-asercion/goblin.svg new file mode 100644 index 00000000..b02b7c80 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/goblin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/grand-piano.svg b/client/public/icons/game-icons/ffffff/caro-asercion/grand-piano.svg new file mode 100644 index 00000000..e5c27ed3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/grand-piano.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/gyroscope.svg b/client/public/icons/game-icons/ffffff/caro-asercion/gyroscope.svg new file mode 100644 index 00000000..b85b85aa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/gyroscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/hedgehog.svg b/client/public/icons/game-icons/ffffff/caro-asercion/hedgehog.svg new file mode 100644 index 00000000..f9e2d46f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/hedgehog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/heraldic-sun.svg b/client/public/icons/game-icons/ffffff/caro-asercion/heraldic-sun.svg new file mode 100644 index 00000000..323fd87a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/heraldic-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/heron.svg b/client/public/icons/game-icons/ffffff/caro-asercion/heron.svg new file mode 100644 index 00000000..1ad9e761 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/heron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/hyena-head.svg b/client/public/icons/game-icons/ffffff/caro-asercion/hyena-head.svg new file mode 100644 index 00000000..30210227 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/hyena-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/mason-jar.svg b/client/public/icons/game-icons/ffffff/caro-asercion/mason-jar.svg new file mode 100644 index 00000000..388239a5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/mason-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/medieval-village-01.svg b/client/public/icons/game-icons/ffffff/caro-asercion/medieval-village-01.svg new file mode 100644 index 00000000..581bc701 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/medieval-village-01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/mole.svg b/client/public/icons/game-icons/ffffff/caro-asercion/mole.svg new file mode 100644 index 00000000..a48a6a41 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/mole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/mountain-climbing.svg b/client/public/icons/game-icons/ffffff/caro-asercion/mountain-climbing.svg new file mode 100644 index 00000000..20b94fb8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/mountain-climbing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/ophanim.svg b/client/public/icons/game-icons/ffffff/caro-asercion/ophanim.svg new file mode 100644 index 00000000..288a2a28 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/ophanim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/orrery.svg b/client/public/icons/game-icons/ffffff/caro-asercion/orrery.svg new file mode 100644 index 00000000..a772db22 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/orrery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/pangolin.svg b/client/public/icons/game-icons/ffffff/caro-asercion/pangolin.svg new file mode 100644 index 00000000..5b37b7e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/pangolin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-crumpled.svg b/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-crumpled.svg new file mode 100644 index 00000000..a15ae8da --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-crumpled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-folded.svg b/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-folded.svg new file mode 100644 index 00000000..662db341 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-folded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-open.svg b/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-open.svg new file mode 100644 index 00000000..af77b1ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/paper-bag-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/paper-crane.svg b/client/public/icons/game-icons/ffffff/caro-asercion/paper-crane.svg new file mode 100644 index 00000000..ed96c315 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/paper-crane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/paper-frog.svg b/client/public/icons/game-icons/ffffff/caro-asercion/paper-frog.svg new file mode 100644 index 00000000..b7c964a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/paper-frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/philosopher-bust.svg b/client/public/icons/game-icons/ffffff/caro-asercion/philosopher-bust.svg new file mode 100644 index 00000000..2131bb50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/philosopher-bust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/pianist.svg b/client/public/icons/game-icons/ffffff/caro-asercion/pianist.svg new file mode 100644 index 00000000..2041ec60 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/pianist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/pipe-organ.svg b/client/public/icons/game-icons/ffffff/caro-asercion/pipe-organ.svg new file mode 100644 index 00000000..0989ee1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/pipe-organ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/porcupine.svg b/client/public/icons/game-icons/ffffff/caro-asercion/porcupine.svg new file mode 100644 index 00000000..4ffdc89c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/porcupine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/prank-glasses.svg b/client/public/icons/game-icons/ffffff/caro-asercion/prank-glasses.svg new file mode 100644 index 00000000..137c2b7b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/prank-glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/pressure-cooker.svg b/client/public/icons/game-icons/ffffff/caro-asercion/pressure-cooker.svg new file mode 100644 index 00000000..60b666e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/pressure-cooker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/rice-cooker.svg b/client/public/icons/game-icons/ffffff/caro-asercion/rice-cooker.svg new file mode 100644 index 00000000..175b0d90 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/rice-cooker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/ricochet.svg b/client/public/icons/game-icons/ffffff/caro-asercion/ricochet.svg new file mode 100644 index 00000000..94ac4085 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/ricochet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/rolling-suitcase.svg b/client/public/icons/game-icons/ffffff/caro-asercion/rolling-suitcase.svg new file mode 100644 index 00000000..44788d5d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/rolling-suitcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/rotary-phone.svg b/client/public/icons/game-icons/ffffff/caro-asercion/rotary-phone.svg new file mode 100644 index 00000000..f2994190 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/rotary-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/round-potion.svg b/client/public/icons/game-icons/ffffff/caro-asercion/round-potion.svg new file mode 100644 index 00000000..2d2f64f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/round-potion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/saucepan.svg b/client/public/icons/game-icons/ffffff/caro-asercion/saucepan.svg new file mode 100644 index 00000000..7d8d70eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/saucepan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/sauropod-skeleton.svg b/client/public/icons/game-icons/ffffff/caro-asercion/sauropod-skeleton.svg new file mode 100644 index 00000000..19207d22 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/sauropod-skeleton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/schrodingers-cat-alive.svg b/client/public/icons/game-icons/ffffff/caro-asercion/schrodingers-cat-alive.svg new file mode 100644 index 00000000..0827169c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/schrodingers-cat-alive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/schrodingers-cat-dead.svg b/client/public/icons/game-icons/ffffff/caro-asercion/schrodingers-cat-dead.svg new file mode 100644 index 00000000..b58ced3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/schrodingers-cat-dead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/sewing-machine.svg b/client/public/icons/game-icons/ffffff/caro-asercion/sewing-machine.svg new file mode 100644 index 00000000..eda4892b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/sewing-machine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/sink.svg b/client/public/icons/game-icons/ffffff/caro-asercion/sink.svg new file mode 100644 index 00000000..e9196fe4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/sink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/skateboarding-01.svg b/client/public/icons/game-icons/ffffff/caro-asercion/skateboarding-01.svg new file mode 100644 index 00000000..4c1f4fd8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/skateboarding-01.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/skateboarding-02.svg b/client/public/icons/game-icons/ffffff/caro-asercion/skateboarding-02.svg new file mode 100644 index 00000000..e08d5237 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/skateboarding-02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/slot-machine.svg b/client/public/icons/game-icons/ffffff/caro-asercion/slot-machine.svg new file mode 100644 index 00000000..21ee8022 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/slot-machine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/sloth.svg b/client/public/icons/game-icons/ffffff/caro-asercion/sloth.svg new file mode 100644 index 00000000..40a638e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/sloth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/soda-bottle.svg b/client/public/icons/game-icons/ffffff/caro-asercion/soda-bottle.svg new file mode 100644 index 00000000..5666e0d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/soda-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/soldering-iron.svg b/client/public/icons/game-icons/ffffff/caro-asercion/soldering-iron.svg new file mode 100644 index 00000000..d13faffe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/soldering-iron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/spinning-wheel.svg b/client/public/icons/game-icons/ffffff/caro-asercion/spinning-wheel.svg new file mode 100644 index 00000000..a23f86a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/spinning-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/stapler-heavy-duty.svg b/client/public/icons/game-icons/ffffff/caro-asercion/stapler-heavy-duty.svg new file mode 100644 index 00000000..b2fb154a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/stapler-heavy-duty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/stapler-pneumatic.svg b/client/public/icons/game-icons/ffffff/caro-asercion/stapler-pneumatic.svg new file mode 100644 index 00000000..1eaae4a8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/stapler-pneumatic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/stapler.svg b/client/public/icons/game-icons/ffffff/caro-asercion/stapler.svg new file mode 100644 index 00000000..9f17b226 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/stapler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/steamroller.svg b/client/public/icons/game-icons/ffffff/caro-asercion/steamroller.svg new file mode 100644 index 00000000..20f2c004 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/steamroller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/subway-pass.svg b/client/public/icons/game-icons/ffffff/caro-asercion/subway-pass.svg new file mode 100644 index 00000000..22008b09 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/subway-pass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/subway-train.svg b/client/public/icons/game-icons/ffffff/caro-asercion/subway-train.svg new file mode 100644 index 00000000..690abc3e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/subway-train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/tarot-00-the-fool.svg b/client/public/icons/game-icons/ffffff/caro-asercion/tarot-00-the-fool.svg new file mode 100644 index 00000000..b1f7c4cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/tarot-00-the-fool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/tarot-01-the-magician.svg b/client/public/icons/game-icons/ffffff/caro-asercion/tarot-01-the-magician.svg new file mode 100644 index 00000000..017c540d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/tarot-01-the-magician.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/tarot-02-the-high-priestess.svg b/client/public/icons/game-icons/ffffff/caro-asercion/tarot-02-the-high-priestess.svg new file mode 100644 index 00000000..6ef19c0c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/tarot-02-the-high-priestess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/tarot-03-the-empress.svg b/client/public/icons/game-icons/ffffff/caro-asercion/tarot-03-the-empress.svg new file mode 100644 index 00000000..2e93c5fb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/tarot-03-the-empress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/tesla-coil.svg b/client/public/icons/game-icons/ffffff/caro-asercion/tesla-coil.svg new file mode 100644 index 00000000..024d5a92 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/tesla-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/test-tube-held.svg b/client/public/icons/game-icons/ffffff/caro-asercion/test-tube-held.svg new file mode 100644 index 00000000..57085840 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/test-tube-held.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/test-tube-rack.svg b/client/public/icons/game-icons/ffffff/caro-asercion/test-tube-rack.svg new file mode 100644 index 00000000..48289ae9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/test-tube-rack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/toothbrush.svg b/client/public/icons/game-icons/ffffff/caro-asercion/toothbrush.svg new file mode 100644 index 00000000..3c1bd399 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/toothbrush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/treehouse.svg b/client/public/icons/game-icons/ffffff/caro-asercion/treehouse.svg new file mode 100644 index 00000000..1c2a8995 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/treehouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/trombone.svg b/client/public/icons/game-icons/ffffff/caro-asercion/trombone.svg new file mode 100644 index 00000000..96683b53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/trombone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/tuba.svg b/client/public/icons/game-icons/ffffff/caro-asercion/tuba.svg new file mode 100644 index 00000000..14f291d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/tuba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/venus-flytrap.svg b/client/public/icons/game-icons/ffffff/caro-asercion/venus-flytrap.svg new file mode 100644 index 00000000..740aed6e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/venus-flytrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/vhs.svg b/client/public/icons/game-icons/ffffff/caro-asercion/vhs.svg new file mode 100644 index 00000000..80b25258 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/vhs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/warlord-helmet.svg b/client/public/icons/game-icons/ffffff/caro-asercion/warlord-helmet.svg new file mode 100644 index 00000000..72b71c44 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/warlord-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/water-mill.svg b/client/public/icons/game-icons/ffffff/caro-asercion/water-mill.svg new file mode 100644 index 00000000..ae266be5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/water-mill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/willow-tree.svg b/client/public/icons/game-icons/ffffff/caro-asercion/willow-tree.svg new file mode 100644 index 00000000..83d3e80b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/willow-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/windchimes.svg b/client/public/icons/game-icons/ffffff/caro-asercion/windchimes.svg new file mode 100644 index 00000000..7a3e5a13 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/windchimes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/caro-asercion/wok.svg b/client/public/icons/game-icons/ffffff/caro-asercion/wok.svg new file mode 100644 index 00000000..44d827f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/caro-asercion/wok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/annexation.svg b/client/public/icons/game-icons/ffffff/cathelineau/annexation.svg new file mode 100644 index 00000000..d2d8de29 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/annexation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/bad-gnome.svg b/client/public/icons/game-icons/ffffff/cathelineau/bad-gnome.svg new file mode 100644 index 00000000..74f6d584 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/bad-gnome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/battleship.svg b/client/public/icons/game-icons/ffffff/cathelineau/battleship.svg new file mode 100644 index 00000000..8eabe1bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/battleship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/boar-ensign.svg b/client/public/icons/game-icons/ffffff/cathelineau/boar-ensign.svg new file mode 100644 index 00000000..4aa2e0dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/boar-ensign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/carnyx.svg b/client/public/icons/game-icons/ffffff/cathelineau/carnyx.svg new file mode 100644 index 00000000..1784e765 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/carnyx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/carrier.svg b/client/public/icons/game-icons/ffffff/cathelineau/carrier.svg new file mode 100644 index 00000000..a71b2e78 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/carrier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/chariot.svg b/client/public/icons/game-icons/ffffff/cathelineau/chariot.svg new file mode 100644 index 00000000..df002cc7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/chariot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/cruiser.svg b/client/public/icons/game-icons/ffffff/cathelineau/cruiser.svg new file mode 100644 index 00000000..9b56eadb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/cruiser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/dread.svg b/client/public/icons/game-icons/ffffff/cathelineau/dread.svg new file mode 100644 index 00000000..a0e76696 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/dread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/dreadnought.svg b/client/public/icons/game-icons/ffffff/cathelineau/dreadnought.svg new file mode 100644 index 00000000..b3f09240 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/dreadnought.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/earth-worm.svg b/client/public/icons/game-icons/ffffff/cathelineau/earth-worm.svg new file mode 100644 index 00000000..05faaa9b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/earth-worm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/flying-trout.svg b/client/public/icons/game-icons/ffffff/cathelineau/flying-trout.svg new file mode 100644 index 00000000..b9db4aae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/flying-trout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/fomorian.svg b/client/public/icons/game-icons/ffffff/cathelineau/fomorian.svg new file mode 100644 index 00000000..516b1ff5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/fomorian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/great-war-tank.svg b/client/public/icons/game-icons/ffffff/cathelineau/great-war-tank.svg new file mode 100644 index 00000000..9e5aef39 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/great-war-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/holy-oak.svg b/client/public/icons/game-icons/ffffff/cathelineau/holy-oak.svg new file mode 100644 index 00000000..583ef90b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/holy-oak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/iron-hulled-warship.svg b/client/public/icons/game-icons/ffffff/cathelineau/iron-hulled-warship.svg new file mode 100644 index 00000000..fede898e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/iron-hulled-warship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/medusa-head.svg b/client/public/icons/game-icons/ffffff/cathelineau/medusa-head.svg new file mode 100644 index 00000000..18f0dc17 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/medusa-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/nun-face.svg b/client/public/icons/game-icons/ffffff/cathelineau/nun-face.svg new file mode 100644 index 00000000..7220f54d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/nun-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/occupy.svg b/client/public/icons/game-icons/ffffff/cathelineau/occupy.svg new file mode 100644 index 00000000..86d816d6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/occupy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/old-king.svg b/client/public/icons/game-icons/ffffff/cathelineau/old-king.svg new file mode 100644 index 00000000..d418b73e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/old-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/oppidum.svg b/client/public/icons/game-icons/ffffff/cathelineau/oppidum.svg new file mode 100644 index 00000000..f48694ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/oppidum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/polar-bear.svg b/client/public/icons/game-icons/ffffff/cathelineau/polar-bear.svg new file mode 100644 index 00000000..127a2a2a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/polar-bear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/swordman.svg b/client/public/icons/game-icons/ffffff/cathelineau/swordman.svg new file mode 100644 index 00000000..bcc8806a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/swordman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/swordwoman.svg b/client/public/icons/game-icons/ffffff/cathelineau/swordwoman.svg new file mode 100644 index 00000000..e69f2043 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/swordwoman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/torc.svg b/client/public/icons/game-icons/ffffff/cathelineau/torc.svg new file mode 100644 index 00000000..cd74c807 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/torc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/transparent-slime.svg b/client/public/icons/game-icons/ffffff/cathelineau/transparent-slime.svg new file mode 100644 index 00000000..a0e13258 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/transparent-slime.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/tree-face.svg b/client/public/icons/game-icons/ffffff/cathelineau/tree-face.svg new file mode 100644 index 00000000..a8254fc3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/tree-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/tumulus.svg b/client/public/icons/game-icons/ffffff/cathelineau/tumulus.svg new file mode 100644 index 00000000..ed804dca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/tumulus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/cathelineau/witch-face.svg b/client/public/icons/game-icons/ffffff/cathelineau/witch-face.svg new file mode 100644 index 00000000..3efe7fcf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/cathelineau/witch-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/catsu/broken-arrow.svg b/client/public/icons/game-icons/ffffff/catsu/broken-arrow.svg new file mode 100644 index 00000000..a8158aba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/catsu/broken-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/acrobatic.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/acrobatic.svg new file mode 100644 index 00000000..8284a562 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/acrobatic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/apothecary.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/apothecary.svg new file mode 100644 index 00000000..2c4925c0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/apothecary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/big-gear.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/big-gear.svg new file mode 100644 index 00000000..ea3a9630 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/big-gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/catch.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/catch.svg new file mode 100644 index 00000000..844da27b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/catch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/cauldron.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/cauldron.svg new file mode 100644 index 00000000..b971a73b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/cauldron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/chameleon-glyph.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/chameleon-glyph.svg new file mode 100644 index 00000000..712ef084 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/chameleon-glyph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/death-juice.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/death-juice.svg new file mode 100644 index 00000000..e4597dd6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/death-juice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/distraction.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/distraction.svg new file mode 100644 index 00000000..3d873db1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/distraction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/fish-cooked.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/fish-cooked.svg new file mode 100644 index 00000000..cd0470f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/fish-cooked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/flying-shuriken.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/flying-shuriken.svg new file mode 100644 index 00000000..8ea1ce8b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/flying-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/fried-fish.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/fried-fish.svg new file mode 100644 index 00000000..5423d565 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/fried-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/hooded-assassin.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/hooded-assassin.svg new file mode 100644 index 00000000..2689ebc1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/hooded-assassin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/hooded-figure.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/hooded-figure.svg new file mode 100644 index 00000000..aec7d02d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/hooded-figure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/kusarigama.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/kusarigama.svg new file mode 100644 index 00000000..dcd03e0c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/kusarigama.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/ninja-head.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/ninja-head.svg new file mode 100644 index 00000000..28c640f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/ninja-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/ninja-heroic-stance.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/ninja-heroic-stance.svg new file mode 100644 index 00000000..d117d0a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/ninja-heroic-stance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/north-star-shuriken.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/north-star-shuriken.svg new file mode 100644 index 00000000..5561b776 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/north-star-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/on-sight.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/on-sight.svg new file mode 100644 index 00000000..834ddd87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/on-sight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/plants-and-animals.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/plants-and-animals.svg new file mode 100644 index 00000000..db2aa115 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/plants-and-animals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/ram.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/ram.svg new file mode 100644 index 00000000..ba7e7283 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/ram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/revolt.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/revolt.svg new file mode 100644 index 00000000..845583c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/revolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/robber-hand.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/robber-hand.svg new file mode 100644 index 00000000..c8f6703f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/robber-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/running-ninja.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/running-ninja.svg new file mode 100644 index 00000000..e580a16a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/running-ninja.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/severed-hand.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/severed-hand.svg new file mode 100644 index 00000000..9669ac59 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/severed-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/sharp-shuriken.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/sharp-shuriken.svg new file mode 100644 index 00000000..ba127646 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/sharp-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/shuriken.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/shuriken.svg new file mode 100644 index 00000000..0472cdc0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/skull-sabertooth.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/skull-sabertooth.svg new file mode 100644 index 00000000..4dd85626 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/skull-sabertooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/smoke-bomb.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/smoke-bomb.svg new file mode 100644 index 00000000..48eb8681 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/smoke-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/star-shuriken.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/star-shuriken.svg new file mode 100644 index 00000000..cf3ed3e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/star-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/tabi-boot.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/tabi-boot.svg new file mode 100644 index 00000000..a64a9b3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/tabi-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/three-pointed-shuriken.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/three-pointed-shuriken.svg new file mode 100644 index 00000000..90ab2540 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/three-pointed-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/darkzaitzev/whirlpool-shuriken.svg b/client/public/icons/game-icons/ffffff/darkzaitzev/whirlpool-shuriken.svg new file mode 100644 index 00000000..22614ff6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/darkzaitzev/whirlpool-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/3d-glasses.svg b/client/public/icons/game-icons/ffffff/delapouite/3d-glasses.svg new file mode 100644 index 00000000..731637e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/3d-glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/3d-hammer.svg b/client/public/icons/game-icons/ffffff/delapouite/3d-hammer.svg new file mode 100644 index 00000000..a07f809c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/3d-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/3d-meeple.svg b/client/public/icons/game-icons/ffffff/delapouite/3d-meeple.svg new file mode 100644 index 00000000..008bf403 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/3d-meeple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/3d-stairs.svg b/client/public/icons/game-icons/ffffff/delapouite/3d-stairs.svg new file mode 100644 index 00000000..ac78fd1c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/3d-stairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/abacus.svg b/client/public/icons/game-icons/ffffff/delapouite/abacus.svg new file mode 100644 index 00000000..d02b355f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/abacus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/abbot-meeple.svg b/client/public/icons/game-icons/ffffff/delapouite/abbot-meeple.svg new file mode 100644 index 00000000..c617cb13 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/abbot-meeple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/abdominal-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/abdominal-armor.svg new file mode 100644 index 00000000..5c4183cf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/abdominal-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/achilles-heel.svg b/client/public/icons/game-icons/ffffff/delapouite/achilles-heel.svg new file mode 100644 index 00000000..9842b707 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/achilles-heel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/acoustic-megaphone.svg b/client/public/icons/game-icons/ffffff/delapouite/acoustic-megaphone.svg new file mode 100644 index 00000000..045547ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/acoustic-megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/africa.svg b/client/public/icons/game-icons/ffffff/delapouite/africa.svg new file mode 100644 index 00000000..a793432b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/africa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/agave.svg b/client/public/icons/game-icons/ffffff/delapouite/agave.svg new file mode 100644 index 00000000..b2cc6436 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/agave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ages.svg b/client/public/icons/game-icons/ffffff/delapouite/ages.svg new file mode 100644 index 00000000..d66750e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ages.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/air-balloon.svg b/client/public/icons/game-icons/ffffff/delapouite/air-balloon.svg new file mode 100644 index 00000000..2a7fca68 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/air-balloon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/air-man.svg b/client/public/icons/game-icons/ffffff/delapouite/air-man.svg new file mode 100644 index 00000000..7c2e4cd2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/air-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/airplane-arrival.svg b/client/public/icons/game-icons/ffffff/delapouite/airplane-arrival.svg new file mode 100644 index 00000000..04848400 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/airplane-arrival.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/airplane-departure.svg b/client/public/icons/game-icons/ffffff/delapouite/airplane-departure.svg new file mode 100644 index 00000000..0a81152d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/airplane-departure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/airtight-hatch.svg b/client/public/icons/game-icons/ffffff/delapouite/airtight-hatch.svg new file mode 100644 index 00000000..88a103fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/airtight-hatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/akhet.svg b/client/public/icons/game-icons/ffffff/delapouite/akhet.svg new file mode 100644 index 00000000..425f2262 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/akhet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/alarm-clock.svg b/client/public/icons/game-icons/ffffff/delapouite/alarm-clock.svg new file mode 100644 index 00000000..b68fc2ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/alarm-clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/algae.svg b/client/public/icons/game-icons/ffffff/delapouite/algae.svg new file mode 100644 index 00000000..d8952b44 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/algae.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/algeria.svg b/client/public/icons/game-icons/ffffff/delapouite/algeria.svg new file mode 100644 index 00000000..75c95823 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/algeria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/alien-bug.svg b/client/public/icons/game-icons/ffffff/delapouite/alien-bug.svg new file mode 100644 index 00000000..956adce7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/alien-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/alien-egg.svg b/client/public/icons/game-icons/ffffff/delapouite/alien-egg.svg new file mode 100644 index 00000000..f42d2a96 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/alien-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/all-seeing-eye.svg b/client/public/icons/game-icons/ffffff/delapouite/all-seeing-eye.svg new file mode 100644 index 00000000..a9b40d8b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/all-seeing-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/almond.svg b/client/public/icons/game-icons/ffffff/delapouite/almond.svg new file mode 100644 index 00000000..aeb36da7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/almond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/amber-mosquito.svg b/client/public/icons/game-icons/ffffff/delapouite/amber-mosquito.svg new file mode 100644 index 00000000..9e3b20ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/amber-mosquito.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ambulance.svg b/client/public/icons/game-icons/ffffff/delapouite/ambulance.svg new file mode 100644 index 00000000..2a6aa0e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ambulance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/american-football-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/american-football-ball.svg new file mode 100644 index 00000000..3245b225 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/american-football-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/american-football-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/american-football-helmet.svg new file mode 100644 index 00000000..9a7a1a53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/american-football-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/american-football-player.svg b/client/public/icons/game-icons/ffffff/delapouite/american-football-player.svg new file mode 100644 index 00000000..81164a85 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/american-football-player.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/american-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/american-shield.svg new file mode 100644 index 00000000..21bfd0ae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/american-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/amphora.svg b/client/public/icons/game-icons/ffffff/delapouite/amphora.svg new file mode 100644 index 00000000..8ea6afef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/amphora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ample-dress.svg b/client/public/icons/game-icons/ffffff/delapouite/ample-dress.svg new file mode 100644 index 00000000..11f724f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ample-dress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/anarchy.svg b/client/public/icons/game-icons/ffffff/delapouite/anarchy.svg new file mode 100644 index 00000000..007cc62f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/anarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ancient-columns.svg b/client/public/icons/game-icons/ffffff/delapouite/ancient-columns.svg new file mode 100644 index 00000000..15d23c6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ancient-columns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ancient-ruins.svg b/client/public/icons/game-icons/ffffff/delapouite/ancient-ruins.svg new file mode 100644 index 00000000..326805eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ancient-ruins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ancient-screw.svg b/client/public/icons/game-icons/ffffff/delapouite/ancient-screw.svg new file mode 100644 index 00000000..d507dda0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ancient-screw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ancient-sword.svg b/client/public/icons/game-icons/ffffff/delapouite/ancient-sword.svg new file mode 100644 index 00000000..876127ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ancient-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/angola.svg b/client/public/icons/game-icons/ffffff/delapouite/angola.svg new file mode 100644 index 00000000..5f09505c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/angola.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/angry-eyes.svg b/client/public/icons/game-icons/ffffff/delapouite/angry-eyes.svg new file mode 100644 index 00000000..f1de0d8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/angry-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/animal-hide.svg b/client/public/icons/game-icons/ffffff/delapouite/animal-hide.svg new file mode 100644 index 00000000..810f90cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/animal-hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ant.svg b/client/public/icons/game-icons/ffffff/delapouite/ant.svg new file mode 100644 index 00000000..f950496a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/antarctica.svg b/client/public/icons/game-icons/ffffff/delapouite/antarctica.svg new file mode 100644 index 00000000..6f11297e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/antarctica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/antibody.svg b/client/public/icons/game-icons/ffffff/delapouite/antibody.svg new file mode 100644 index 00000000..770fc7a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/antibody.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/anticlockwise-rotation.svg b/client/public/icons/game-icons/ffffff/delapouite/anticlockwise-rotation.svg new file mode 100644 index 00000000..8c6c08bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/anticlockwise-rotation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ants.svg b/client/public/icons/game-icons/ffffff/delapouite/ants.svg new file mode 100644 index 00000000..da98a6d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ants.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/anubis.svg b/client/public/icons/game-icons/ffffff/delapouite/anubis.svg new file mode 100644 index 00000000..d8dccf8f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/anubis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/apollo-capsule.svg b/client/public/icons/game-icons/ffffff/delapouite/apollo-capsule.svg new file mode 100644 index 00000000..4fbb5b49 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/apollo-capsule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/apple-core.svg b/client/public/icons/game-icons/ffffff/delapouite/apple-core.svg new file mode 100644 index 00000000..f16c9d9a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/apple-core.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/aquarium.svg b/client/public/icons/game-icons/ffffff/delapouite/aquarium.svg new file mode 100644 index 00000000..51a9779d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/aquarium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/aquarius.svg b/client/public/icons/game-icons/ffffff/delapouite/aquarius.svg new file mode 100644 index 00000000..7b0bd85b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/aquarius.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/aqueduct.svg b/client/public/icons/game-icons/ffffff/delapouite/aqueduct.svg new file mode 100644 index 00000000..7b4a6a3f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/aqueduct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arabic-door.svg b/client/public/icons/game-icons/ffffff/delapouite/arabic-door.svg new file mode 100644 index 00000000..131aeb80 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arabic-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arc-triomphe.svg b/client/public/icons/game-icons/ffffff/delapouite/arc-triomphe.svg new file mode 100644 index 00000000..4087f50e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arc-triomphe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arch-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/arch-bridge.svg new file mode 100644 index 00000000..6fb725a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arch-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/archer.svg b/client/public/icons/game-icons/ffffff/delapouite/archer.svg new file mode 100644 index 00000000..f4427dc0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/archer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/archive-register.svg b/client/public/icons/game-icons/ffffff/delapouite/archive-register.svg new file mode 100644 index 00000000..097296e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/archive-register.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/archive-research.svg b/client/public/icons/game-icons/ffffff/delapouite/archive-research.svg new file mode 100644 index 00000000..cf1255c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/archive-research.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/aries.svg b/client/public/icons/game-icons/ffffff/delapouite/aries.svg new file mode 100644 index 00000000..c6819003 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/aries.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arm-bandage.svg b/client/public/icons/game-icons/ffffff/delapouite/arm-bandage.svg new file mode 100644 index 00000000..ecfb0450 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arm-bandage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arm-sling.svg b/client/public/icons/game-icons/ffffff/delapouite/arm-sling.svg new file mode 100644 index 00000000..35c98524 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arm-sling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arm.svg b/client/public/icons/game-icons/ffffff/delapouite/arm.svg new file mode 100644 index 00000000..5589eaf4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/armadillo.svg b/client/public/icons/game-icons/ffffff/delapouite/armadillo.svg new file mode 100644 index 00000000..edbac464 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/armadillo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/armor-cuisses.svg b/client/public/icons/game-icons/ffffff/delapouite/armor-cuisses.svg new file mode 100644 index 00000000..f23641ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/armor-cuisses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/armor-downgrade.svg b/client/public/icons/game-icons/ffffff/delapouite/armor-downgrade.svg new file mode 100644 index 00000000..7a2c93bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/armor-downgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/armor-punch.svg b/client/public/icons/game-icons/ffffff/delapouite/armor-punch.svg new file mode 100644 index 00000000..b2eed1d3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/armor-punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/armor-upgrade.svg b/client/public/icons/game-icons/ffffff/delapouite/armor-upgrade.svg new file mode 100644 index 00000000..5120a58d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/armor-upgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/armored-boomerang.svg b/client/public/icons/game-icons/ffffff/delapouite/armored-boomerang.svg new file mode 100644 index 00000000..3202eb8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/armored-boomerang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arrest.svg b/client/public/icons/game-icons/ffffff/delapouite/arrest.svg new file mode 100644 index 00000000..1e400d1d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arrest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arrow-cursor.svg b/client/public/icons/game-icons/ffffff/delapouite/arrow-cursor.svg new file mode 100644 index 00000000..04dbaa46 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arrow-cursor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/arrow-wings.svg b/client/public/icons/game-icons/ffffff/delapouite/arrow-wings.svg new file mode 100644 index 00000000..64af4d60 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/arrow-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ascending-block.svg b/client/public/icons/game-icons/ffffff/delapouite/ascending-block.svg new file mode 100644 index 00000000..75b6542a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ascending-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/asian-lantern.svg b/client/public/icons/game-icons/ffffff/delapouite/asian-lantern.svg new file mode 100644 index 00000000..1558ddfd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/asian-lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/asparagus.svg b/client/public/icons/game-icons/ffffff/delapouite/asparagus.svg new file mode 100644 index 00000000..0409d9b1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/asparagus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/aspergillum.svg b/client/public/icons/game-icons/ffffff/delapouite/aspergillum.svg new file mode 100644 index 00000000..f1ad84a5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/aspergillum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/asteroid.svg b/client/public/icons/game-icons/ffffff/delapouite/asteroid.svg new file mode 100644 index 00000000..0b5e2698 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/asteroid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/astronaut-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/astronaut-helmet.svg new file mode 100644 index 00000000..3b06369e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/astronaut-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/atlas.svg b/client/public/icons/game-icons/ffffff/delapouite/atlas.svg new file mode 100644 index 00000000..c4ae9c6c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/atlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/atom-core.svg b/client/public/icons/game-icons/ffffff/delapouite/atom-core.svg new file mode 100644 index 00000000..9566c19f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/atom-core.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/attached-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/attached-shield.svg new file mode 100644 index 00000000..13916cc1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/attached-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/audio-cassette.svg b/client/public/icons/game-icons/ffffff/delapouite/audio-cassette.svg new file mode 100644 index 00000000..e365c4a3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/audio-cassette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/australia.svg b/client/public/icons/game-icons/ffffff/delapouite/australia.svg new file mode 100644 index 00000000..6f64b2c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/australia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/avocado.svg b/client/public/icons/game-icons/ffffff/delapouite/avocado.svg new file mode 100644 index 00000000..3f7a92c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/avocado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/avoidance.svg b/client/public/icons/game-icons/ffffff/delapouite/avoidance.svg new file mode 100644 index 00000000..454b8b7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/avoidance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/axe-in-log.svg b/client/public/icons/game-icons/ffffff/delapouite/axe-in-log.svg new file mode 100644 index 00000000..2806621f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/axe-in-log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/axe-sword.svg b/client/public/icons/game-icons/ffffff/delapouite/axe-sword.svg new file mode 100644 index 00000000..5b1daa97 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/axe-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/aztec-calendar-sun.svg b/client/public/icons/game-icons/ffffff/delapouite/aztec-calendar-sun.svg new file mode 100644 index 00000000..2adf1664 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/aztec-calendar-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/azul-flake.svg b/client/public/icons/game-icons/ffffff/delapouite/azul-flake.svg new file mode 100644 index 00000000..8ca45f82 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/azul-flake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/baby-bottle.svg b/client/public/icons/game-icons/ffffff/delapouite/baby-bottle.svg new file mode 100644 index 00000000..9f92eb97 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/baby-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/baby-face.svg b/client/public/icons/game-icons/ffffff/delapouite/baby-face.svg new file mode 100644 index 00000000..b9c7bdfb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/baby-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/babyfoot-players.svg b/client/public/icons/game-icons/ffffff/delapouite/babyfoot-players.svg new file mode 100644 index 00000000..40b165f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/babyfoot-players.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/backgammon.svg b/client/public/icons/game-icons/ffffff/delapouite/backgammon.svg new file mode 100644 index 00000000..3644dd35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/backgammon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/backpack.svg b/client/public/icons/game-icons/ffffff/delapouite/backpack.svg new file mode 100644 index 00000000..bc3e0f78 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/backpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/backward-time.svg b/client/public/icons/game-icons/ffffff/delapouite/backward-time.svg new file mode 100644 index 00000000..cc906598 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/backward-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bacon.svg b/client/public/icons/game-icons/ffffff/delapouite/bacon.svg new file mode 100644 index 00000000..4d2222e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bacon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bad-breath.svg b/client/public/icons/game-icons/ffffff/delapouite/bad-breath.svg new file mode 100644 index 00000000..4f8de8e8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bad-breath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bagpipes.svg b/client/public/icons/game-icons/ffffff/delapouite/bagpipes.svg new file mode 100644 index 00000000..6753d584 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bagpipes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ball-pyramid.svg b/client/public/icons/game-icons/ffffff/delapouite/ball-pyramid.svg new file mode 100644 index 00000000..d8edeedc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ball-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ballerina-shoes.svg b/client/public/icons/game-icons/ffffff/delapouite/ballerina-shoes.svg new file mode 100644 index 00000000..7c5d3f90 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ballerina-shoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/balloon-dog.svg b/client/public/icons/game-icons/ffffff/delapouite/balloon-dog.svg new file mode 100644 index 00000000..c70b5dc2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/balloon-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bamboo-fountain.svg b/client/public/icons/game-icons/ffffff/delapouite/bamboo-fountain.svg new file mode 100644 index 00000000..393f025f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bamboo-fountain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bamboo.svg b/client/public/icons/game-icons/ffffff/delapouite/bamboo.svg new file mode 100644 index 00000000..794f0665 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bamboo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/banana-bunch.svg b/client/public/icons/game-icons/ffffff/delapouite/banana-bunch.svg new file mode 100644 index 00000000..00c13e58 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/banana-bunch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/banana-peel.svg b/client/public/icons/game-icons/ffffff/delapouite/banana-peel.svg new file mode 100644 index 00000000..55d8f734 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/banana-peel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/banana-peeled.svg b/client/public/icons/game-icons/ffffff/delapouite/banana-peeled.svg new file mode 100644 index 00000000..ea3f5c9f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/banana-peeled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/banana.svg b/client/public/icons/game-icons/ffffff/delapouite/banana.svg new file mode 100644 index 00000000..a9327f7d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/banana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bandana.svg b/client/public/icons/game-icons/ffffff/delapouite/bandana.svg new file mode 100644 index 00000000..6f0e43ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bandana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bandit.svg b/client/public/icons/game-icons/ffffff/delapouite/bandit.svg new file mode 100644 index 00000000..48b6559f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bandit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/banging-gavel.svg b/client/public/icons/game-icons/ffffff/delapouite/banging-gavel.svg new file mode 100644 index 00000000..12f32f2c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/banging-gavel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/banjo.svg b/client/public/icons/game-icons/ffffff/delapouite/banjo.svg new file mode 100644 index 00000000..4ab7b0dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/banjo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bank.svg b/client/public/icons/game-icons/ffffff/delapouite/bank.svg new file mode 100644 index 00000000..cb2ff54b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/banknote.svg b/client/public/icons/game-icons/ffffff/delapouite/banknote.svg new file mode 100644 index 00000000..50fb9cc1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/banknote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/baobab.svg b/client/public/icons/game-icons/ffffff/delapouite/baobab.svg new file mode 100644 index 00000000..21dfe7ac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/baobab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bar-stool.svg b/client/public/icons/game-icons/ffffff/delapouite/bar-stool.svg new file mode 100644 index 00000000..39c2c5be --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bar-stool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barbarian.svg b/client/public/icons/game-icons/ffffff/delapouite/barbarian.svg new file mode 100644 index 00000000..1cd5330d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barbarian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barbecue.svg b/client/public/icons/game-icons/ffffff/delapouite/barbecue.svg new file mode 100644 index 00000000..3b0e3ccd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barbecue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barn.svg b/client/public/icons/game-icons/ffffff/delapouite/barn.svg new file mode 100644 index 00000000..3d535c37 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barracks-tent.svg b/client/public/icons/game-icons/ffffff/delapouite/barracks-tent.svg new file mode 100644 index 00000000..d60f2116 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barracks-tent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barracks.svg b/client/public/icons/game-icons/ffffff/delapouite/barracks.svg new file mode 100644 index 00000000..2a293a67 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barrel-leak.svg b/client/public/icons/game-icons/ffffff/delapouite/barrel-leak.svg new file mode 100644 index 00000000..cba1880d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barrel-leak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barrel.svg b/client/public/icons/game-icons/ffffff/delapouite/barrel.svg new file mode 100644 index 00000000..5e1737f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barricade.svg b/client/public/icons/game-icons/ffffff/delapouite/barricade.svg new file mode 100644 index 00000000..bb9ee355 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barricade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/barrier.svg b/client/public/icons/game-icons/ffffff/delapouite/barrier.svg new file mode 100644 index 00000000..2c02320c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/barrier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/base-dome.svg b/client/public/icons/game-icons/ffffff/delapouite/base-dome.svg new file mode 100644 index 00000000..679cd9b1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/base-dome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/baseball-bat.svg b/client/public/icons/game-icons/ffffff/delapouite/baseball-bat.svg new file mode 100644 index 00000000..c423cab1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/baseball-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/baseball-glove.svg b/client/public/icons/game-icons/ffffff/delapouite/baseball-glove.svg new file mode 100644 index 00000000..f58d4e75 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/baseball-glove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/basket.svg b/client/public/icons/game-icons/ffffff/delapouite/basket.svg new file mode 100644 index 00000000..32845725 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/basketball-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/basketball-ball.svg new file mode 100644 index 00000000..9b7914d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/basketball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/basketball-basket.svg b/client/public/icons/game-icons/ffffff/delapouite/basketball-basket.svg new file mode 100644 index 00000000..1c33b482 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/basketball-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/basketball-jersey.svg b/client/public/icons/game-icons/ffffff/delapouite/basketball-jersey.svg new file mode 100644 index 00000000..8bd0993a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/basketball-jersey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/basset-hound-head.svg b/client/public/icons/game-icons/ffffff/delapouite/basset-hound-head.svg new file mode 100644 index 00000000..9a1b304a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/basset-hound-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bastet.svg b/client/public/icons/game-icons/ffffff/delapouite/bastet.svg new file mode 100644 index 00000000..b3c59a0e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bastet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bat-leth.svg b/client/public/icons/game-icons/ffffff/delapouite/bat-leth.svg new file mode 100644 index 00000000..5c0d4c02 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bat-leth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bat-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/bat-mask.svg new file mode 100644 index 00000000..439fa6aa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bat-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bat.svg b/client/public/icons/game-icons/ffffff/delapouite/bat.svg new file mode 100644 index 00000000..f887c9e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bathtub.svg b/client/public/icons/game-icons/ffffff/delapouite/bathtub.svg new file mode 100644 index 00000000..58c4607a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bathtub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/battle-mech.svg b/client/public/icons/game-icons/ffffff/delapouite/battle-mech.svg new file mode 100644 index 00000000..ea30c980 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/battle-mech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beach-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/beach-bag.svg new file mode 100644 index 00000000..b3d55c7f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beach-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beach-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/beach-ball.svg new file mode 100644 index 00000000..01cfb585 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beach-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beach-bucket.svg b/client/public/icons/game-icons/ffffff/delapouite/beach-bucket.svg new file mode 100644 index 00000000..9415e19b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beach-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beam-satellite.svg b/client/public/icons/game-icons/ffffff/delapouite/beam-satellite.svg new file mode 100644 index 00000000..1b987186 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beam-satellite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bear-head.svg b/client/public/icons/game-icons/ffffff/delapouite/bear-head.svg new file mode 100644 index 00000000..842d121f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bear-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beaver.svg b/client/public/icons/game-icons/ffffff/delapouite/beaver.svg new file mode 100644 index 00000000..be446117 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bed-lamp.svg b/client/public/icons/game-icons/ffffff/delapouite/bed-lamp.svg new file mode 100644 index 00000000..6193534d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bed-lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bed.svg b/client/public/icons/game-icons/ffffff/delapouite/bed.svg new file mode 100644 index 00000000..071cc193 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beehive.svg b/client/public/icons/game-icons/ffffff/delapouite/beehive.svg new file mode 100644 index 00000000..f49e2c05 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beehive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beer-bottle.svg b/client/public/icons/game-icons/ffffff/delapouite/beer-bottle.svg new file mode 100644 index 00000000..caf6843c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beer-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beer-horn.svg b/client/public/icons/game-icons/ffffff/delapouite/beer-horn.svg new file mode 100644 index 00000000..99ce090a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beer-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/beet.svg b/client/public/icons/game-icons/ffffff/delapouite/beet.svg new file mode 100644 index 00000000..1afd6338 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/beet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/belgium.svg b/client/public/icons/game-icons/ffffff/delapouite/belgium.svg new file mode 100644 index 00000000..a5791a5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/belgium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bell-pepper.svg b/client/public/icons/game-icons/ffffff/delapouite/bell-pepper.svg new file mode 100644 index 00000000..884347f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bell-pepper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bellows.svg b/client/public/icons/game-icons/ffffff/delapouite/bellows.svg new file mode 100644 index 00000000..59600591 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bellows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/belt-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/belt-armor.svg new file mode 100644 index 00000000..a13e3ad0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/belt-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/berries-bowl.svg b/client/public/icons/game-icons/ffffff/delapouite/berries-bowl.svg new file mode 100644 index 00000000..d16df389 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/berries-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/berry-bush.svg b/client/public/icons/game-icons/ffffff/delapouite/berry-bush.svg new file mode 100644 index 00000000..1f366527 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/berry-bush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/biceps.svg b/client/public/icons/game-icons/ffffff/delapouite/biceps.svg new file mode 100644 index 00000000..4691ff4f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/biceps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/billed-cap.svg b/client/public/icons/game-icons/ffffff/delapouite/billed-cap.svg new file mode 100644 index 00000000..1ed48970 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/billed-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bindle.svg b/client/public/icons/game-icons/ffffff/delapouite/bindle.svg new file mode 100644 index 00000000..5ac5a9ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bindle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/binoculars.svg b/client/public/icons/game-icons/ffffff/delapouite/binoculars.svg new file mode 100644 index 00000000..d650ca26 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bird-cage.svg b/client/public/icons/game-icons/ffffff/delapouite/bird-cage.svg new file mode 100644 index 00000000..93c9fe88 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bird-cage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bird-house.svg b/client/public/icons/game-icons/ffffff/delapouite/bird-house.svg new file mode 100644 index 00000000..4ffc0c9c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bird-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bison.svg b/client/public/icons/game-icons/ffffff/delapouite/bison.svg new file mode 100644 index 00000000..9cf2f53a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bison.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/black-belt.svg b/client/public/icons/game-icons/ffffff/delapouite/black-belt.svg new file mode 100644 index 00000000..dfdf5190 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/black-belt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/black-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/black-bridge.svg new file mode 100644 index 00000000..9bc82d6d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/black-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/black-knight-helm.svg b/client/public/icons/game-icons/ffffff/delapouite/black-knight-helm.svg new file mode 100644 index 00000000..9a9e54ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/black-knight-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/black-sea.svg b/client/public/icons/game-icons/ffffff/delapouite/black-sea.svg new file mode 100644 index 00000000..1a287e12 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/black-sea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/blacksmith.svg b/client/public/icons/game-icons/ffffff/delapouite/blacksmith.svg new file mode 100644 index 00000000..714dd4e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/blacksmith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/blanket.svg b/client/public/icons/game-icons/ffffff/delapouite/blanket.svg new file mode 100644 index 00000000..6c8e0bba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/blanket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/blindfold.svg b/client/public/icons/game-icons/ffffff/delapouite/blindfold.svg new file mode 100644 index 00000000..945c7852 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/blindfold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/block-house.svg b/client/public/icons/game-icons/ffffff/delapouite/block-house.svg new file mode 100644 index 00000000..7076650d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/block-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bo.svg b/client/public/icons/game-icons/ffffff/delapouite/bo.svg new file mode 100644 index 00000000..39ea94dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boat-engine.svg b/client/public/icons/game-icons/ffffff/delapouite/boat-engine.svg new file mode 100644 index 00000000..df9b2fd4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boat-engine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boat-fishing.svg b/client/public/icons/game-icons/ffffff/delapouite/boat-fishing.svg new file mode 100644 index 00000000..98f7fa76 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boat-fishing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boat-horizon.svg b/client/public/icons/game-icons/ffffff/delapouite/boat-horizon.svg new file mode 100644 index 00000000..96391c4c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boat-horizon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boat-propeller.svg b/client/public/icons/game-icons/ffffff/delapouite/boat-propeller.svg new file mode 100644 index 00000000..0021bc46 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boat-propeller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/body-balance.svg b/client/public/icons/game-icons/ffffff/delapouite/body-balance.svg new file mode 100644 index 00000000..cbf3845f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/body-balance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/body-height.svg b/client/public/icons/game-icons/ffffff/delapouite/body-height.svg new file mode 100644 index 00000000..99fb9461 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/body-height.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bolivia.svg b/client/public/icons/game-icons/ffffff/delapouite/bolivia.svg new file mode 100644 index 00000000..9b3c075a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bolivia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bolt-bomb.svg b/client/public/icons/game-icons/ffffff/delapouite/bolt-bomb.svg new file mode 100644 index 00000000..0eca3840 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bolt-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bolt-cutter.svg b/client/public/icons/game-icons/ffffff/delapouite/bolt-cutter.svg new file mode 100644 index 00000000..2f7ca149 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bolt-cutter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bolt-drop.svg b/client/public/icons/game-icons/ffffff/delapouite/bolt-drop.svg new file mode 100644 index 00000000..cb18e49c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bolt-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bolt-spell-cast.svg b/client/public/icons/game-icons/ffffff/delapouite/bolt-spell-cast.svg new file mode 100644 index 00000000..35aa005a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bolt-spell-cast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bone-knife.svg b/client/public/icons/game-icons/ffffff/delapouite/bone-knife.svg new file mode 100644 index 00000000..eba0dd00 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bone-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bone-mace.svg b/client/public/icons/game-icons/ffffff/delapouite/bone-mace.svg new file mode 100644 index 00000000..9484750e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bone-mace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bonsai-tree.svg b/client/public/icons/game-icons/ffffff/delapouite/bonsai-tree.svg new file mode 100644 index 00000000..8cc8419a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bonsai-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/book-cover.svg b/client/public/icons/game-icons/ffffff/delapouite/book-cover.svg new file mode 100644 index 00000000..0f9ac31a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/book-cover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/book-pile.svg b/client/public/icons/game-icons/ffffff/delapouite/book-pile.svg new file mode 100644 index 00000000..930caf18 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/book-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bookshelf.svg b/client/public/icons/game-icons/ffffff/delapouite/bookshelf.svg new file mode 100644 index 00000000..7ea35d6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bookshelf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boombox.svg b/client/public/icons/game-icons/ffffff/delapouite/boombox.svg new file mode 100644 index 00000000..62000cc0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boombox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boomerang-cross.svg b/client/public/icons/game-icons/ffffff/delapouite/boomerang-cross.svg new file mode 100644 index 00000000..7aa23de9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boomerang-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boomerang.svg b/client/public/icons/game-icons/ffffff/delapouite/boomerang.svg new file mode 100644 index 00000000..7beea9f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boomerang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/booze.svg b/client/public/icons/game-icons/ffffff/delapouite/booze.svg new file mode 100644 index 00000000..bb37bab0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/booze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boss-key.svg b/client/public/icons/game-icons/ffffff/delapouite/boss-key.svg new file mode 100644 index 00000000..2cc91d36 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boss-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bottle-cap.svg b/client/public/icons/game-icons/ffffff/delapouite/bottle-cap.svg new file mode 100644 index 00000000..f8fcd583 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bottle-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bottled-shadow.svg b/client/public/icons/game-icons/ffffff/delapouite/bottled-shadow.svg new file mode 100644 index 00000000..4da35793 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bottled-shadow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boulder-dash.svg b/client/public/icons/game-icons/ffffff/delapouite/boulder-dash.svg new file mode 100644 index 00000000..0fc15a78 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boulder-dash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bouncing-spring.svg b/client/public/icons/game-icons/ffffff/delapouite/bouncing-spring.svg new file mode 100644 index 00000000..3cebaddf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bouncing-spring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bow-arrow.svg b/client/public/icons/game-icons/ffffff/delapouite/bow-arrow.svg new file mode 100644 index 00000000..cc34257c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bow-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bow-string.svg b/client/public/icons/game-icons/ffffff/delapouite/bow-string.svg new file mode 100644 index 00000000..c1406d53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bow-string.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bow-tie-ribbon.svg b/client/public/icons/game-icons/ffffff/delapouite/bow-tie-ribbon.svg new file mode 100644 index 00000000..22bc2b66 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bow-tie-ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bow-tie.svg b/client/public/icons/game-icons/ffffff/delapouite/bow-tie.svg new file mode 100644 index 00000000..8d9a8fc9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bow-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bowels.svg b/client/public/icons/game-icons/ffffff/delapouite/bowels.svg new file mode 100644 index 00000000..dd91f6d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bowels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bowen-knot.svg b/client/public/icons/game-icons/ffffff/delapouite/bowen-knot.svg new file mode 100644 index 00000000..111d37f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bowen-knot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bowling-alley.svg b/client/public/icons/game-icons/ffffff/delapouite/bowling-alley.svg new file mode 100644 index 00000000..261821a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bowling-alley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bowling-pin.svg b/client/public/icons/game-icons/ffffff/delapouite/bowling-pin.svg new file mode 100644 index 00000000..c52f6823 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bowling-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bowling-strike.svg b/client/public/icons/game-icons/ffffff/delapouite/bowling-strike.svg new file mode 100644 index 00000000..666fba34 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bowling-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/box-cutter.svg b/client/public/icons/game-icons/ffffff/delapouite/box-cutter.svg new file mode 100644 index 00000000..453698e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/box-cutter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/box-unpacking.svg b/client/public/icons/game-icons/ffffff/delapouite/box-unpacking.svg new file mode 100644 index 00000000..bcb4e348 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/box-unpacking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/boxing-ring.svg b/client/public/icons/game-icons/ffffff/delapouite/boxing-ring.svg new file mode 100644 index 00000000..e8110a95 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/boxing-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bracer.svg b/client/public/icons/game-icons/ffffff/delapouite/bracer.svg new file mode 100644 index 00000000..dcfdb4dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bracer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brain-dump.svg b/client/public/icons/game-icons/ffffff/delapouite/brain-dump.svg new file mode 100644 index 00000000..036e5cef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brain-dump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brain-leak.svg b/client/public/icons/game-icons/ffffff/delapouite/brain-leak.svg new file mode 100644 index 00000000..79bbdb05 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brain-leak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brain-tentacle.svg b/client/public/icons/game-icons/ffffff/delapouite/brain-tentacle.svg new file mode 100644 index 00000000..f8c7b18d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brain-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brasero.svg b/client/public/icons/game-icons/ffffff/delapouite/brasero.svg new file mode 100644 index 00000000..c8664a6e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brasero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brass-knuckles.svg b/client/public/icons/game-icons/ffffff/delapouite/brass-knuckles.svg new file mode 100644 index 00000000..23ca3dce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brass-knuckles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brazil-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/brazil-flag.svg new file mode 100644 index 00000000..68b3a363 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brazil-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brazil.svg b/client/public/icons/game-icons/ffffff/delapouite/brazil.svg new file mode 100644 index 00000000..2b44dcf1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brazil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bread-slice.svg b/client/public/icons/game-icons/ffffff/delapouite/bread-slice.svg new file mode 100644 index 00000000..3ed2f71c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bread-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bread.svg b/client/public/icons/game-icons/ffffff/delapouite/bread.svg new file mode 100644 index 00000000..93c37b8f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brick-pile.svg b/client/public/icons/game-icons/ffffff/delapouite/brick-pile.svg new file mode 100644 index 00000000..4bf0206e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brick-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brick-wall.svg b/client/public/icons/game-icons/ffffff/delapouite/brick-wall.svg new file mode 100644 index 00000000..091534d3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brick-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/briefcase.svg b/client/public/icons/game-icons/ffffff/delapouite/briefcase.svg new file mode 100644 index 00000000..a667e8bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/broccoli.svg b/client/public/icons/game-icons/ffffff/delapouite/broccoli.svg new file mode 100644 index 00000000..153e5986 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/broccoli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/broken-axe.svg b/client/public/icons/game-icons/ffffff/delapouite/broken-axe.svg new file mode 100644 index 00000000..8e7ff901 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/broken-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/broken-pottery.svg b/client/public/icons/game-icons/ffffff/delapouite/broken-pottery.svg new file mode 100644 index 00000000..5656351a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/broken-pottery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/broken-wall.svg b/client/public/icons/game-icons/ffffff/delapouite/broken-wall.svg new file mode 100644 index 00000000..1868f29e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/broken-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/broom.svg b/client/public/icons/game-icons/ffffff/delapouite/broom.svg new file mode 100644 index 00000000..ae40d7e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/broom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/brute.svg b/client/public/icons/game-icons/ffffff/delapouite/brute.svg new file mode 100644 index 00000000..6620c9a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/brute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/buffalo-head.svg b/client/public/icons/game-icons/ffffff/delapouite/buffalo-head.svg new file mode 100644 index 00000000..434921ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/buffalo-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bug-net.svg b/client/public/icons/game-icons/ffffff/delapouite/bug-net.svg new file mode 100644 index 00000000..6d87b4e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bug-net.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bulgaria.svg b/client/public/icons/game-icons/ffffff/delapouite/bulgaria.svg new file mode 100644 index 00000000..f04e0bf4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bulgaria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bulldozer.svg b/client/public/icons/game-icons/ffffff/delapouite/bulldozer.svg new file mode 100644 index 00000000..b1aab9ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bulldozer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bullet-bill.svg b/client/public/icons/game-icons/ffffff/delapouite/bullet-bill.svg new file mode 100644 index 00000000..4477756e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bullet-bill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bullet-impacts.svg b/client/public/icons/game-icons/ffffff/delapouite/bullet-impacts.svg new file mode 100644 index 00000000..d1fd940b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bullet-impacts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bully-minion.svg b/client/public/icons/game-icons/ffffff/delapouite/bully-minion.svg new file mode 100644 index 00000000..30650d81 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bully-minion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bunk-beds.svg b/client/public/icons/game-icons/ffffff/delapouite/bunk-beds.svg new file mode 100644 index 00000000..97bf052b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bunk-beds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/buoy.svg b/client/public/icons/game-icons/ffffff/delapouite/buoy.svg new file mode 100644 index 00000000..a826ea53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/buoy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/burning-forest.svg b/client/public/icons/game-icons/ffffff/delapouite/burning-forest.svg new file mode 100644 index 00000000..67d3dda9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/burning-forest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bus-doors.svg b/client/public/icons/game-icons/ffffff/delapouite/bus-doors.svg new file mode 100644 index 00000000..ed38c341 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bus-doors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/bus.svg b/client/public/icons/game-icons/ffffff/delapouite/bus.svg new file mode 100644 index 00000000..efef23b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/butter-toast.svg b/client/public/icons/game-icons/ffffff/delapouite/butter-toast.svg new file mode 100644 index 00000000..b0a153ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/butter-toast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/butter.svg b/client/public/icons/game-icons/ffffff/delapouite/butter.svg new file mode 100644 index 00000000..0b9b9825 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/butter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/butterfly-flower.svg b/client/public/icons/game-icons/ffffff/delapouite/butterfly-flower.svg new file mode 100644 index 00000000..71e1da1c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/butterfly-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/butterfly-knife.svg b/client/public/icons/game-icons/ffffff/delapouite/butterfly-knife.svg new file mode 100644 index 00000000..26e7955f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/butterfly-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/button-finger.svg b/client/public/icons/game-icons/ffffff/delapouite/button-finger.svg new file mode 100644 index 00000000..f5c21a54 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/button-finger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/buy-card.svg b/client/public/icons/game-icons/ffffff/delapouite/buy-card.svg new file mode 100644 index 00000000..5daab2af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/buy-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/byzantin-temple.svg b/client/public/icons/game-icons/ffffff/delapouite/byzantin-temple.svg new file mode 100644 index 00000000..b20ebaeb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/byzantin-temple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cabbage.svg b/client/public/icons/game-icons/ffffff/delapouite/cabbage.svg new file mode 100644 index 00000000..102a166f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cabbage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cable-stayed-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/cable-stayed-bridge.svg new file mode 100644 index 00000000..123e4a55 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cable-stayed-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cactus-pot.svg b/client/public/icons/game-icons/ffffff/delapouite/cactus-pot.svg new file mode 100644 index 00000000..3671f77e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cactus-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cactus-tap.svg b/client/public/icons/game-icons/ffffff/delapouite/cactus-tap.svg new file mode 100644 index 00000000..9d80bc8a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cactus-tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cactus.svg b/client/public/icons/game-icons/ffffff/delapouite/cactus.svg new file mode 100644 index 00000000..71c8df87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cactus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cadillac-helm.svg b/client/public/icons/game-icons/ffffff/delapouite/cadillac-helm.svg new file mode 100644 index 00000000..3ec93ccf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cadillac-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/caduceus.svg b/client/public/icons/game-icons/ffffff/delapouite/caduceus.svg new file mode 100644 index 00000000..4446c66d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/caduceus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/caesar.svg b/client/public/icons/game-icons/ffffff/delapouite/caesar.svg new file mode 100644 index 00000000..1a2390f7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/caesar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cage.svg b/client/public/icons/game-icons/ffffff/delapouite/cage.svg new file mode 100644 index 00000000..021534e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/calavera.svg b/client/public/icons/game-icons/ffffff/delapouite/calavera.svg new file mode 100644 index 00000000..9503e431 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/calavera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/calculator.svg b/client/public/icons/game-icons/ffffff/delapouite/calculator.svg new file mode 100644 index 00000000..c10e9fa2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/calendar-half-year.svg b/client/public/icons/game-icons/ffffff/delapouite/calendar-half-year.svg new file mode 100644 index 00000000..23404834 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/calendar-half-year.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/calendar.svg b/client/public/icons/game-icons/ffffff/delapouite/calendar.svg new file mode 100644 index 00000000..619b57fe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/caltrops.svg b/client/public/icons/game-icons/ffffff/delapouite/caltrops.svg new file mode 100644 index 00000000..72672565 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/caltrops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/camargue-cross.svg b/client/public/icons/game-icons/ffffff/delapouite/camargue-cross.svg new file mode 100644 index 00000000..c68c0ff7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/camargue-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cambodia.svg b/client/public/icons/game-icons/ffffff/delapouite/cambodia.svg new file mode 100644 index 00000000..e11b45bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cambodia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/camel-head.svg b/client/public/icons/game-icons/ffffff/delapouite/camel-head.svg new file mode 100644 index 00000000..6dacfd0b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/camel-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/camel.svg b/client/public/icons/game-icons/ffffff/delapouite/camel.svg new file mode 100644 index 00000000..6fb953e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/camel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/camp-cooking-pot.svg b/client/public/icons/game-icons/ffffff/delapouite/camp-cooking-pot.svg new file mode 100644 index 00000000..606b713b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/camp-cooking-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/camping-tent.svg b/client/public/icons/game-icons/ffffff/delapouite/camping-tent.svg new file mode 100644 index 00000000..2807248c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/camping-tent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cancer.svg b/client/public/icons/game-icons/ffffff/delapouite/cancer.svg new file mode 100644 index 00000000..3befb6b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cancer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/candles.svg b/client/public/icons/game-icons/ffffff/delapouite/candles.svg new file mode 100644 index 00000000..1604432a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/candles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/candlestick-phone.svg b/client/public/icons/game-icons/ffffff/delapouite/candlestick-phone.svg new file mode 100644 index 00000000..bf36c860 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/candlestick-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/candy-canes.svg b/client/public/icons/game-icons/ffffff/delapouite/candy-canes.svg new file mode 100644 index 00000000..123883fe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/candy-canes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/canned-fish.svg b/client/public/icons/game-icons/ffffff/delapouite/canned-fish.svg new file mode 100644 index 00000000..b26b2ea4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/canned-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/canoe.svg b/client/public/icons/game-icons/ffffff/delapouite/canoe.svg new file mode 100644 index 00000000..b1dcdd2b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/canoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cantua.svg b/client/public/icons/game-icons/ffffff/delapouite/cantua.svg new file mode 100644 index 00000000..7abfcc51 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cantua.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cape-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/cape-armor.svg new file mode 100644 index 00000000..4fda9eff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cape-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cape.svg b/client/public/icons/game-icons/ffffff/delapouite/cape.svg new file mode 100644 index 00000000..09d589e1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/capricorn.svg b/client/public/icons/game-icons/ffffff/delapouite/capricorn.svg new file mode 100644 index 00000000..96478138 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/capricorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/captain-hat-profile.svg b/client/public/icons/game-icons/ffffff/delapouite/captain-hat-profile.svg new file mode 100644 index 00000000..ec22a196 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/captain-hat-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/car-battery.svg b/client/public/icons/game-icons/ffffff/delapouite/car-battery.svg new file mode 100644 index 00000000..26f7fccb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/car-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/car-door.svg b/client/public/icons/game-icons/ffffff/delapouite/car-door.svg new file mode 100644 index 00000000..6274362f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/car-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/car-key.svg b/client/public/icons/game-icons/ffffff/delapouite/car-key.svg new file mode 100644 index 00000000..e4df5e0e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/car-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/car-seat.svg b/client/public/icons/game-icons/ffffff/delapouite/car-seat.svg new file mode 100644 index 00000000..db525365 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/car-seat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/car-wheel.svg b/client/public/icons/game-icons/ffffff/delapouite/car-wheel.svg new file mode 100644 index 00000000..c7750297 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/car-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/carabiner.svg b/client/public/icons/game-icons/ffffff/delapouite/carabiner.svg new file mode 100644 index 00000000..570dff6c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/carabiner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/carambola.svg b/client/public/icons/game-icons/ffffff/delapouite/carambola.svg new file mode 100644 index 00000000..106a430f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/carambola.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/caravan.svg b/client/public/icons/game-icons/ffffff/delapouite/caravan.svg new file mode 100644 index 00000000..e56a7ac3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/caravan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/caravel.svg b/client/public/icons/game-icons/ffffff/delapouite/caravel.svg new file mode 100644 index 00000000..68d08659 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/caravel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/card-burn.svg b/client/public/icons/game-icons/ffffff/delapouite/card-burn.svg new file mode 100644 index 00000000..980fc478 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/card-burn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/card-exchange.svg b/client/public/icons/game-icons/ffffff/delapouite/card-exchange.svg new file mode 100644 index 00000000..8d3f2a42 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/card-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/card-joker.svg b/client/public/icons/game-icons/ffffff/delapouite/card-joker.svg new file mode 100644 index 00000000..a8b3e77b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/card-joker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cardboard-box-closed.svg b/client/public/icons/game-icons/ffffff/delapouite/cardboard-box-closed.svg new file mode 100644 index 00000000..c321021d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cardboard-box-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cardboard-box.svg b/client/public/icons/game-icons/ffffff/delapouite/cardboard-box.svg new file mode 100644 index 00000000..c58a62cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cardboard-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cargo-crate.svg b/client/public/icons/game-icons/ffffff/delapouite/cargo-crate.svg new file mode 100644 index 00000000..3cf1e466 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cargo-crate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cargo-ship.svg b/client/public/icons/game-icons/ffffff/delapouite/cargo-ship.svg new file mode 100644 index 00000000..e65d3da5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cargo-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/carnival-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/carnival-mask.svg new file mode 100644 index 00000000..b27809bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/carnival-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/carnivorous-plant.svg b/client/public/icons/game-icons/ffffff/delapouite/carnivorous-plant.svg new file mode 100644 index 00000000..abd56269 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/carnivorous-plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/carousel.svg b/client/public/icons/game-icons/ffffff/delapouite/carousel.svg new file mode 100644 index 00000000..f077dfa4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/carousel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/carrot.svg b/client/public/icons/game-icons/ffffff/delapouite/carrot.svg new file mode 100644 index 00000000..ca9847cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/carrot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cassowary-head.svg b/client/public/icons/game-icons/ffffff/delapouite/cassowary-head.svg new file mode 100644 index 00000000..952d7429 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cassowary-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/castle-ruins.svg b/client/public/icons/game-icons/ffffff/delapouite/castle-ruins.svg new file mode 100644 index 00000000..3b08de5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/castle-ruins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/castle.svg b/client/public/icons/game-icons/ffffff/delapouite/castle.svg new file mode 100644 index 00000000..3c2229f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/caterpillar.svg b/client/public/icons/game-icons/ffffff/delapouite/caterpillar.svg new file mode 100644 index 00000000..5b43ce32 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/caterpillar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cavalry.svg b/client/public/icons/game-icons/ffffff/delapouite/cavalry.svg new file mode 100644 index 00000000..7e0b290d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cavalry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cave-entrance.svg b/client/public/icons/game-icons/ffffff/delapouite/cave-entrance.svg new file mode 100644 index 00000000..139d3d7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cave-entrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/caveman.svg b/client/public/icons/game-icons/ffffff/delapouite/caveman.svg new file mode 100644 index 00000000..1a6376ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/caveman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cctv-camera.svg b/client/public/icons/game-icons/ffffff/delapouite/cctv-camera.svg new file mode 100644 index 00000000..ac4ef518 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cctv-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ceiling-barnacle.svg b/client/public/icons/game-icons/ffffff/delapouite/ceiling-barnacle.svg new file mode 100644 index 00000000..e5074d3b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ceiling-barnacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ceiling-light.svg b/client/public/icons/game-icons/ffffff/delapouite/ceiling-light.svg new file mode 100644 index 00000000..ba1fc4bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ceiling-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cellar-barrels.svg b/client/public/icons/game-icons/ffffff/delapouite/cellar-barrels.svg new file mode 100644 index 00000000..0245b1c4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cellar-barrels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/centaur-heart.svg b/client/public/icons/game-icons/ffffff/delapouite/centaur-heart.svg new file mode 100644 index 00000000..43387b01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/centaur-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/centaur.svg b/client/public/icons/game-icons/ffffff/delapouite/centaur.svg new file mode 100644 index 00000000..253a435d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/centaur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/centurion-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/centurion-helmet.svg new file mode 100644 index 00000000..de9a98f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/centurion-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ceremonial-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/ceremonial-mask.svg new file mode 100644 index 00000000..0273522a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ceremonial-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chainsaw.svg b/client/public/icons/game-icons/ffffff/delapouite/chainsaw.svg new file mode 100644 index 00000000..0d2010bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chainsaw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chakram.svg b/client/public/icons/game-icons/ffffff/delapouite/chakram.svg new file mode 100644 index 00000000..1b21efbc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chakram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chalk-outline-murder.svg b/client/public/icons/game-icons/ffffff/delapouite/chalk-outline-murder.svg new file mode 100644 index 00000000..813b615a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chalk-outline-murder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/champagne-cork.svg b/client/public/icons/game-icons/ffffff/delapouite/champagne-cork.svg new file mode 100644 index 00000000..3ea8eb51 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/champagne-cork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/champions.svg b/client/public/icons/game-icons/ffffff/delapouite/champions.svg new file mode 100644 index 00000000..0546af24 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/champions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chanterelles.svg b/client/public/icons/game-icons/ffffff/delapouite/chanterelles.svg new file mode 100644 index 00000000..8cfb59d0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chanterelles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/character.svg b/client/public/icons/game-icons/ffffff/delapouite/character.svg new file mode 100644 index 00000000..4c2e167b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/character.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/charging-bull.svg b/client/public/icons/game-icons/ffffff/delapouite/charging-bull.svg new file mode 100644 index 00000000..74627bb0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/charging-bull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/charging.svg b/client/public/icons/game-icons/ffffff/delapouite/charging.svg new file mode 100644 index 00000000..56b37b39 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/charging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chart.svg b/client/public/icons/game-icons/ffffff/delapouite/chart.svg new file mode 100644 index 00000000..5b74ce37 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chat-bubble.svg b/client/public/icons/game-icons/ffffff/delapouite/chat-bubble.svg new file mode 100644 index 00000000..a45dbf2a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chat-bubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/check-mark.svg b/client/public/icons/game-icons/ffffff/delapouite/check-mark.svg new file mode 100644 index 00000000..f8013fdf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/check-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/checkered-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/checkered-flag.svg new file mode 100644 index 00000000..0189f1f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/checkered-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/checklist.svg b/client/public/icons/game-icons/ffffff/delapouite/checklist.svg new file mode 100644 index 00000000..4426ce9b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/checklist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chef-toque.svg b/client/public/icons/game-icons/ffffff/delapouite/chef-toque.svg new file mode 100644 index 00000000..630c2663 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chef-toque.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chelsea-boot.svg b/client/public/icons/game-icons/ffffff/delapouite/chelsea-boot.svg new file mode 100644 index 00000000..1d24fd50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chelsea-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cherish.svg b/client/public/icons/game-icons/ffffff/delapouite/cherish.svg new file mode 100644 index 00000000..558485ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cherish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cherry.svg b/client/public/icons/game-icons/ffffff/delapouite/cherry.svg new file mode 100644 index 00000000..72ea3260 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cherry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chest-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/chest-armor.svg new file mode 100644 index 00000000..0fcc875c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chest-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chest.svg b/client/public/icons/game-icons/ffffff/delapouite/chest.svg new file mode 100644 index 00000000..17e553d7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chestnut-leaf.svg b/client/public/icons/game-icons/ffffff/delapouite/chestnut-leaf.svg new file mode 100644 index 00000000..08b45e65 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chestnut-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chicken-oven.svg b/client/public/icons/game-icons/ffffff/delapouite/chicken-oven.svg new file mode 100644 index 00000000..6ce18943 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chicken-oven.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chicken.svg b/client/public/icons/game-icons/ffffff/delapouite/chicken.svg new file mode 100644 index 00000000..f0a56af8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chicken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chili-pepper.svg b/client/public/icons/game-icons/ffffff/delapouite/chili-pepper.svg new file mode 100644 index 00000000..bf4690dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chili-pepper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chimney.svg b/client/public/icons/game-icons/ffffff/delapouite/chimney.svg new file mode 100644 index 00000000..35e47288 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chimney.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chips-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/chips-bag.svg new file mode 100644 index 00000000..b66e312c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chips-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chisel.svg b/client/public/icons/game-icons/ffffff/delapouite/chisel.svg new file mode 100644 index 00000000..62d493b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chisel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/choice.svg b/client/public/icons/game-icons/ffffff/delapouite/choice.svg new file mode 100644 index 00000000..7c1dd1a5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/choice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/chopsticks.svg b/client/public/icons/game-icons/ffffff/delapouite/chopsticks.svg new file mode 100644 index 00000000..ee6bdf97 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/chopsticks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/church.svg b/client/public/icons/game-icons/ffffff/delapouite/church.svg new file mode 100644 index 00000000..7fdc878e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cigale.svg b/client/public/icons/game-icons/ffffff/delapouite/cigale.svg new file mode 100644 index 00000000..408af8ab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cigale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cigar.svg b/client/public/icons/game-icons/ffffff/delapouite/cigar.svg new file mode 100644 index 00000000..769a3ae0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cigar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cigarette.svg b/client/public/icons/game-icons/ffffff/delapouite/cigarette.svg new file mode 100644 index 00000000..0b8c68d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cigarette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/circle-forest.svg b/client/public/icons/game-icons/ffffff/delapouite/circle-forest.svg new file mode 100644 index 00000000..9b772182 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/circle-forest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/circle.svg b/client/public/icons/game-icons/ffffff/delapouite/circle.svg new file mode 100644 index 00000000..114b94db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/circling-fish.svg b/client/public/icons/game-icons/ffffff/delapouite/circling-fish.svg new file mode 100644 index 00000000..6d416adc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/circling-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/city-car.svg b/client/public/icons/game-icons/ffffff/delapouite/city-car.svg new file mode 100644 index 00000000..a9d066ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/city-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/clamp.svg b/client/public/icons/game-icons/ffffff/delapouite/clamp.svg new file mode 100644 index 00000000..1550f0ac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/clamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/clapperboard.svg b/client/public/icons/game-icons/ffffff/delapouite/clapperboard.svg new file mode 100644 index 00000000..db3c9df0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/clapperboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/classical-knowledge.svg b/client/public/icons/game-icons/ffffff/delapouite/classical-knowledge.svg new file mode 100644 index 00000000..df7b2446 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/classical-knowledge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/claws.svg b/client/public/icons/game-icons/ffffff/delapouite/claws.svg new file mode 100644 index 00000000..71369864 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/clay-brick.svg b/client/public/icons/game-icons/ffffff/delapouite/clay-brick.svg new file mode 100644 index 00000000..f9e7f81e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/clay-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/claymore-explosive.svg b/client/public/icons/game-icons/ffffff/delapouite/claymore-explosive.svg new file mode 100644 index 00000000..9ad9dc37 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/claymore-explosive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cleaver.svg b/client/public/icons/game-icons/ffffff/delapouite/cleaver.svg new file mode 100644 index 00000000..8bbbc690 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cleaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cleopatra.svg b/client/public/icons/game-icons/ffffff/delapouite/cleopatra.svg new file mode 100644 index 00000000..028cdfa2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cleopatra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cliff-crossing.svg b/client/public/icons/game-icons/ffffff/delapouite/cliff-crossing.svg new file mode 100644 index 00000000..234bf314 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cliff-crossing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/clockwise-rotation.svg b/client/public/icons/game-icons/ffffff/delapouite/clockwise-rotation.svg new file mode 100644 index 00000000..7e243a68 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/clockwise-rotation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/closed-barbute.svg b/client/public/icons/game-icons/ffffff/delapouite/closed-barbute.svg new file mode 100644 index 00000000..0df35bfb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/closed-barbute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/closed-doors.svg b/client/public/icons/game-icons/ffffff/delapouite/closed-doors.svg new file mode 100644 index 00000000..08152415 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/closed-doors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cloth-jar.svg b/client/public/icons/game-icons/ffffff/delapouite/cloth-jar.svg new file mode 100644 index 00000000..c038e62f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cloth-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/clothes.svg b/client/public/icons/game-icons/ffffff/delapouite/clothes.svg new file mode 100644 index 00000000..0261e27a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/clothes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/clothespin.svg b/client/public/icons/game-icons/ffffff/delapouite/clothespin.svg new file mode 100644 index 00000000..e17791b9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/clothespin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cloud-download.svg b/client/public/icons/game-icons/ffffff/delapouite/cloud-download.svg new file mode 100644 index 00000000..b68bf443 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cloud-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cloud-upload.svg b/client/public/icons/game-icons/ffffff/delapouite/cloud-upload.svg new file mode 100644 index 00000000..e41a1fe3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cloud-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/clown.svg b/client/public/icons/game-icons/ffffff/delapouite/clown.svg new file mode 100644 index 00000000..dc451c59 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/clown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/clownfish.svg b/client/public/icons/game-icons/ffffff/delapouite/clownfish.svg new file mode 100644 index 00000000..b6579c2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/clownfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coa-de-jima.svg b/client/public/icons/game-icons/ffffff/delapouite/coa-de-jima.svg new file mode 100644 index 00000000..ca370516 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coa-de-jima.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coal-pile.svg b/client/public/icons/game-icons/ffffff/delapouite/coal-pile.svg new file mode 100644 index 00000000..f6f87375 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coal-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coal-wagon.svg b/client/public/icons/game-icons/ffffff/delapouite/coal-wagon.svg new file mode 100644 index 00000000..ccd593fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coal-wagon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cobra.svg b/client/public/icons/game-icons/ffffff/delapouite/cobra.svg new file mode 100644 index 00000000..a3578c51 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cobra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coconuts.svg b/client/public/icons/game-icons/ffffff/delapouite/coconuts.svg new file mode 100644 index 00000000..3d98c7d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coconuts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coffee-beans.svg b/client/public/icons/game-icons/ffffff/delapouite/coffee-beans.svg new file mode 100644 index 00000000..12cc1a90 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coffee-beans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coffee-cup.svg b/client/public/icons/game-icons/ffffff/delapouite/coffee-cup.svg new file mode 100644 index 00000000..20a5178e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coffee-cup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coffee-pot.svg b/client/public/icons/game-icons/ffffff/delapouite/coffee-pot.svg new file mode 100644 index 00000000..54f262be --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coffee-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coiled-nail.svg b/client/public/icons/game-icons/ffffff/delapouite/coiled-nail.svg new file mode 100644 index 00000000..88352839 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coiled-nail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coins-pile.svg b/client/public/icons/game-icons/ffffff/delapouite/coins-pile.svg new file mode 100644 index 00000000..05db650c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coins-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coins.svg b/client/public/icons/game-icons/ffffff/delapouite/coins.svg new file mode 100644 index 00000000..8052b416 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coliseum.svg b/client/public/icons/game-icons/ffffff/delapouite/coliseum.svg new file mode 100644 index 00000000..d674a344 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coliseum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/colombia.svg b/client/public/icons/game-icons/ffffff/delapouite/colombia.svg new file mode 100644 index 00000000..1f52fe1c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/colombia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/colombian-statue.svg b/client/public/icons/game-icons/ffffff/delapouite/colombian-statue.svg new file mode 100644 index 00000000..37a15d3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/colombian-statue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/column-vase.svg b/client/public/icons/game-icons/ffffff/delapouite/column-vase.svg new file mode 100644 index 00000000..7e093354 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/column-vase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/commercial-airplane.svg b/client/public/icons/game-icons/ffffff/delapouite/commercial-airplane.svg new file mode 100644 index 00000000..f90a324e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/commercial-airplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/compact-disc.svg b/client/public/icons/game-icons/ffffff/delapouite/compact-disc.svg new file mode 100644 index 00000000..b665d9bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/compact-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/companion-cube.svg b/client/public/icons/game-icons/ffffff/delapouite/companion-cube.svg new file mode 100644 index 00000000..5311c020 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/companion-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/computer-fan.svg b/client/public/icons/game-icons/ffffff/delapouite/computer-fan.svg new file mode 100644 index 00000000..fa3c28f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/computer-fan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/concrete-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/concrete-bag.svg new file mode 100644 index 00000000..034644b0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/concrete-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/confirmed.svg b/client/public/icons/game-icons/ffffff/delapouite/confirmed.svg new file mode 100644 index 00000000..9fa0f8ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/confirmed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/confrontation.svg b/client/public/icons/game-icons/ffffff/delapouite/confrontation.svg new file mode 100644 index 00000000..0a140cc6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/confrontation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/congress.svg b/client/public/icons/game-icons/ffffff/delapouite/congress.svg new file mode 100644 index 00000000..e177ef48 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/congress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/conqueror.svg b/client/public/icons/game-icons/ffffff/delapouite/conqueror.svg new file mode 100644 index 00000000..c1c45b61 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/conqueror.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/contortionist.svg b/client/public/icons/game-icons/ffffff/delapouite/contortionist.svg new file mode 100644 index 00000000..0763aa83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/contortionist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/contract.svg b/client/public/icons/game-icons/ffffff/delapouite/contract.svg new file mode 100644 index 00000000..b3920771 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/contract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/control-tower.svg b/client/public/icons/game-icons/ffffff/delapouite/control-tower.svg new file mode 100644 index 00000000..43d18c86 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/control-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/convergence-target.svg b/client/public/icons/game-icons/ffffff/delapouite/convergence-target.svg new file mode 100644 index 00000000..33ed029a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/convergence-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/converse-shoe.svg b/client/public/icons/game-icons/ffffff/delapouite/converse-shoe.svg new file mode 100644 index 00000000..eac2ac73 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/converse-shoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/convict.svg b/client/public/icons/game-icons/ffffff/delapouite/convict.svg new file mode 100644 index 00000000..77194be0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/convict.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/convince.svg b/client/public/icons/game-icons/ffffff/delapouite/convince.svg new file mode 100644 index 00000000..2e6812c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/convince.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/conway-life-glider.svg b/client/public/icons/game-icons/ffffff/delapouite/conway-life-glider.svg new file mode 100644 index 00000000..5054071e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/conway-life-glider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cook.svg b/client/public/icons/game-icons/ffffff/delapouite/cook.svg new file mode 100644 index 00000000..5a0ff87d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cookie.svg b/client/public/icons/game-icons/ffffff/delapouite/cookie.svg new file mode 100644 index 00000000..e3bc0175 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cookie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cooking-glove.svg b/client/public/icons/game-icons/ffffff/delapouite/cooking-glove.svg new file mode 100644 index 00000000..fa3d75b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cooking-glove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cooking-pot.svg b/client/public/icons/game-icons/ffffff/delapouite/cooking-pot.svg new file mode 100644 index 00000000..f88077e6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cooking-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cooler.svg b/client/public/icons/game-icons/ffffff/delapouite/cooler.svg new file mode 100644 index 00000000..bb2e615b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cooler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coral.svg b/client/public/icons/game-icons/ffffff/delapouite/coral.svg new file mode 100644 index 00000000..efeb70cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cork-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/cork-hat.svg new file mode 100644 index 00000000..3cb95761 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cork-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/corkscrew.svg b/client/public/icons/game-icons/ffffff/delapouite/corkscrew.svg new file mode 100644 index 00000000..f41754e3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/corkscrew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/corn.svg b/client/public/icons/game-icons/ffffff/delapouite/corn.svg new file mode 100644 index 00000000..08d9fa1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/corn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/corner-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/corner-flag.svg new file mode 100644 index 00000000..969ec5fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/corner-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cornucopia.svg b/client/public/icons/game-icons/ffffff/delapouite/cornucopia.svg new file mode 100644 index 00000000..035a4954 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cornucopia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/coronation.svg b/client/public/icons/game-icons/ffffff/delapouite/coronation.svg new file mode 100644 index 00000000..23cd2eb4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/coronation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/corporal.svg b/client/public/icons/game-icons/ffffff/delapouite/corporal.svg new file mode 100644 index 00000000..6b8fef94 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/corporal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/corset.svg b/client/public/icons/game-icons/ffffff/delapouite/corset.svg new file mode 100644 index 00000000..a6e853ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/corset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/corsica.svg b/client/public/icons/game-icons/ffffff/delapouite/corsica.svg new file mode 100644 index 00000000..11cc01ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/corsica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cosmic-egg.svg b/client/public/icons/game-icons/ffffff/delapouite/cosmic-egg.svg new file mode 100644 index 00000000..f93f894f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cosmic-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cotton-flower.svg b/client/public/icons/game-icons/ffffff/delapouite/cotton-flower.svg new file mode 100644 index 00000000..0237c81e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cotton-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/covered-jar.svg b/client/public/icons/game-icons/ffffff/delapouite/covered-jar.svg new file mode 100644 index 00000000..003b395e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/covered-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cow.svg b/client/public/icons/game-icons/ffffff/delapouite/cow.svg new file mode 100644 index 00000000..03e749af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cowboy-boot.svg b/client/public/icons/game-icons/ffffff/delapouite/cowboy-boot.svg new file mode 100644 index 00000000..507c222c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cowboy-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cowboy-holster.svg b/client/public/icons/game-icons/ffffff/delapouite/cowboy-holster.svg new file mode 100644 index 00000000..37f27b3b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cowboy-holster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cpu.svg b/client/public/icons/game-icons/ffffff/delapouite/cpu.svg new file mode 100644 index 00000000..9714c0a9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cpu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crafting.svg b/client/public/icons/game-icons/ffffff/delapouite/crafting.svg new file mode 100644 index 00000000..ec7cb939 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crafting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crane.svg b/client/public/icons/game-icons/ffffff/delapouite/crane.svg new file mode 100644 index 00000000..450738c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/credits-currency.svg b/client/public/icons/game-icons/ffffff/delapouite/credits-currency.svg new file mode 100644 index 00000000..fe687a67 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/credits-currency.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crenel-crown.svg b/client/public/icons/game-icons/ffffff/delapouite/crenel-crown.svg new file mode 100644 index 00000000..fc4027a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crenel-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crescent-staff.svg b/client/public/icons/game-icons/ffffff/delapouite/crescent-staff.svg new file mode 100644 index 00000000..954c2a6f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crescent-staff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cricket-bat.svg b/client/public/icons/game-icons/ffffff/delapouite/cricket-bat.svg new file mode 100644 index 00000000..91cca6ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cricket-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cricket.svg b/client/public/icons/game-icons/ffffff/delapouite/cricket.svg new file mode 100644 index 00000000..e4990d2c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cricket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crime-scene-tape.svg b/client/public/icons/game-icons/ffffff/delapouite/crime-scene-tape.svg new file mode 100644 index 00000000..409e6642 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crime-scene-tape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/croissant.svg b/client/public/icons/game-icons/ffffff/delapouite/croissant.svg new file mode 100644 index 00000000..907587c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/croissant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crook-flail.svg b/client/public/icons/game-icons/ffffff/delapouite/crook-flail.svg new file mode 100644 index 00000000..b20e3ba3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crook-flail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cross-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/cross-shield.svg new file mode 100644 index 00000000..c6e54d40 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cross-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crosscut-saw.svg b/client/public/icons/game-icons/ffffff/delapouite/crosscut-saw.svg new file mode 100644 index 00000000..4c5249a7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crosscut-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crosshair.svg b/client/public/icons/game-icons/ffffff/delapouite/crosshair.svg new file mode 100644 index 00000000..67704d84 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crosshair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crossroad.svg b/client/public/icons/game-icons/ffffff/delapouite/crossroad.svg new file mode 100644 index 00000000..77a7018d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crossroad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crow-nest.svg b/client/public/icons/game-icons/ffffff/delapouite/crow-nest.svg new file mode 100644 index 00000000..8ae0e885 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crow-nest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crowbar.svg b/client/public/icons/game-icons/ffffff/delapouite/crowbar.svg new file mode 100644 index 00000000..c307f051 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crowbar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crucifix.svg b/client/public/icons/game-icons/ffffff/delapouite/crucifix.svg new file mode 100644 index 00000000..6763e83e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crucifix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cryo-chamber.svg b/client/public/icons/game-icons/ffffff/delapouite/cryo-chamber.svg new file mode 100644 index 00000000..bfb2fe50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cryo-chamber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crypt-entrance.svg b/client/public/icons/game-icons/ffffff/delapouite/crypt-entrance.svg new file mode 100644 index 00000000..31e89606 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crypt-entrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crystal-earrings.svg b/client/public/icons/game-icons/ffffff/delapouite/crystal-earrings.svg new file mode 100644 index 00000000..ce201106 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crystal-earrings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/crystal-shrine.svg b/client/public/icons/game-icons/ffffff/delapouite/crystal-shrine.svg new file mode 100644 index 00000000..97441463 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/crystal-shrine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cuauhtli.svg b/client/public/icons/game-icons/ffffff/delapouite/cuauhtli.svg new file mode 100644 index 00000000..803aa87c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cuauhtli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cube.svg b/client/public/icons/game-icons/ffffff/delapouite/cube.svg new file mode 100644 index 00000000..9af061a5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cuckoo-clock.svg b/client/public/icons/game-icons/ffffff/delapouite/cuckoo-clock.svg new file mode 100644 index 00000000..3c5b4258 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cuckoo-clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cupcake.svg b/client/public/icons/game-icons/ffffff/delapouite/cupcake.svg new file mode 100644 index 00000000..8910d352 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cupcake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/curling-stone.svg b/client/public/icons/game-icons/ffffff/delapouite/curling-stone.svg new file mode 100644 index 00000000..57cafe5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/curling-stone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/custodian-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/custodian-helmet.svg new file mode 100644 index 00000000..91b1dedc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/custodian-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cut-lemon.svg b/client/public/icons/game-icons/ffffff/delapouite/cut-lemon.svg new file mode 100644 index 00000000..67efa042 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cut-lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cyber-eye.svg b/client/public/icons/game-icons/ffffff/delapouite/cyber-eye.svg new file mode 100644 index 00000000..f7c40732 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cyber-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cyborg-face.svg b/client/public/icons/game-icons/ffffff/delapouite/cyborg-face.svg new file mode 100644 index 00000000..c4ff34b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cyborg-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/cycling.svg b/client/public/icons/game-icons/ffffff/delapouite/cycling.svg new file mode 100644 index 00000000..542fe64a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/cycling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/daemon-pull.svg b/client/public/icons/game-icons/ffffff/delapouite/daemon-pull.svg new file mode 100644 index 00000000..06b63527 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/daemon-pull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dagger-rose.svg b/client/public/icons/game-icons/ffffff/delapouite/dagger-rose.svg new file mode 100644 index 00000000..41dce069 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dagger-rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dam.svg b/client/public/icons/game-icons/ffffff/delapouite/dam.svg new file mode 100644 index 00000000..3b94ef9a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dandelion-flower.svg b/client/public/icons/game-icons/ffffff/delapouite/dandelion-flower.svg new file mode 100644 index 00000000..8c48cf34 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dandelion-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dango.svg b/client/public/icons/game-icons/ffffff/delapouite/dango.svg new file mode 100644 index 00000000..d17998bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dango.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dart.svg b/client/public/icons/game-icons/ffffff/delapouite/dart.svg new file mode 100644 index 00000000..ebf783c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/database.svg b/client/public/icons/game-icons/ffffff/delapouite/database.svg new file mode 100644 index 00000000..f169ce6a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dead-head.svg b/client/public/icons/game-icons/ffffff/delapouite/dead-head.svg new file mode 100644 index 00000000..c93010d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dead-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/death-star.svg b/client/public/icons/game-icons/ffffff/delapouite/death-star.svg new file mode 100644 index 00000000..db953a3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/death-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/deer-track.svg b/client/public/icons/game-icons/ffffff/delapouite/deer-track.svg new file mode 100644 index 00000000..7d78266e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/deer-track.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/defense-satellite.svg b/client/public/icons/game-icons/ffffff/delapouite/defense-satellite.svg new file mode 100644 index 00000000..495cd328 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/defense-satellite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/deku-tree.svg b/client/public/icons/game-icons/ffffff/delapouite/deku-tree.svg new file mode 100644 index 00000000..9fc81167 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/deku-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/delicate-perfume.svg b/client/public/icons/game-icons/ffffff/delapouite/delicate-perfume.svg new file mode 100644 index 00000000..34b468c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/delicate-perfume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/delivery-drone.svg b/client/public/icons/game-icons/ffffff/delapouite/delivery-drone.svg new file mode 100644 index 00000000..0e928f93 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/delivery-drone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/desert-camp.svg b/client/public/icons/game-icons/ffffff/delapouite/desert-camp.svg new file mode 100644 index 00000000..dbb64f7f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/desert-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/desert.svg b/client/public/icons/game-icons/ffffff/delapouite/desert.svg new file mode 100644 index 00000000..67a7cf01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/desert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/deshret-red-crown.svg b/client/public/icons/game-icons/ffffff/delapouite/deshret-red-crown.svg new file mode 100644 index 00000000..4abc3461 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/deshret-red-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/desk.svg b/client/public/icons/game-icons/ffffff/delapouite/desk.svg new file mode 100644 index 00000000..1bde6f1e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/desk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/detonator.svg b/client/public/icons/game-icons/ffffff/delapouite/detonator.svg new file mode 100644 index 00000000..9a6204a9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/detonator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/detour.svg b/client/public/icons/game-icons/ffffff/delapouite/detour.svg new file mode 100644 index 00000000..c9c82ddc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/detour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/devil-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/devil-mask.svg new file mode 100644 index 00000000..bb0ce01d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/devil-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dial-padlock.svg b/client/public/icons/game-icons/ffffff/delapouite/dial-padlock.svg new file mode 100644 index 00000000..75d9104a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dial-padlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/diamond-hilt.svg b/client/public/icons/game-icons/ffffff/delapouite/diamond-hilt.svg new file mode 100644 index 00000000..9f53d019 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/diamond-hilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/diamond-ring.svg b/client/public/icons/game-icons/ffffff/delapouite/diamond-ring.svg new file mode 100644 index 00000000..29ec880b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/diamond-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/diamond-trophy.svg b/client/public/icons/game-icons/ffffff/delapouite/diamond-trophy.svg new file mode 100644 index 00000000..ad68390a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/diamond-trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-eight-faces-eight.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-eight-faces-eight.svg new file mode 100644 index 00000000..51c2fc68 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-eight-faces-eight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-fire.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-fire.svg new file mode 100644 index 00000000..b268c190 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-shield.svg new file mode 100644 index 00000000..703bae38 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-five.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-five.svg new file mode 100644 index 00000000..2878f039 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-four.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-four.svg new file mode 100644 index 00000000..4f2c8a9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-one.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-one.svg new file mode 100644 index 00000000..7ffd42db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-six.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-six.svg new file mode 100644 index 00000000..73b90415 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-three.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-three.svg new file mode 100644 index 00000000..4a9767b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-two.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-two.svg new file mode 100644 index 00000000..dc3cd46d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-six-faces-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-target.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-target.svg new file mode 100644 index 00000000..ccd10613 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-twenty-faces-one.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-twenty-faces-one.svg new file mode 100644 index 00000000..f06a33af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-twenty-faces-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dice-twenty-faces-twenty.svg b/client/public/icons/game-icons/ffffff/delapouite/dice-twenty-faces-twenty.svg new file mode 100644 index 00000000..2a2ced53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dice-twenty-faces-twenty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dig-hole.svg b/client/public/icons/game-icons/ffffff/delapouite/dig-hole.svg new file mode 100644 index 00000000..3275310f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dig-hole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dimetrodon.svg b/client/public/icons/game-icons/ffffff/delapouite/dimetrodon.svg new file mode 100644 index 00000000..7b13071b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dimetrodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/diplodocus.svg b/client/public/icons/game-icons/ffffff/delapouite/diplodocus.svg new file mode 100644 index 00000000..f87da6a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/diplodocus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/diploma.svg b/client/public/icons/game-icons/ffffff/delapouite/diploma.svg new file mode 100644 index 00000000..c4a02645 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/diploma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/direction-sign.svg b/client/public/icons/game-icons/ffffff/delapouite/direction-sign.svg new file mode 100644 index 00000000..d390186d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/direction-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/direction-signs.svg b/client/public/icons/game-icons/ffffff/delapouite/direction-signs.svg new file mode 100644 index 00000000..3429f137 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/direction-signs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/director-chair.svg b/client/public/icons/game-icons/ffffff/delapouite/director-chair.svg new file mode 100644 index 00000000..84933dbe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/director-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/disc-golf-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/disc-golf-bag.svg new file mode 100644 index 00000000..b0c56a3f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/disc-golf-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/disc-golf-basket.svg b/client/public/icons/game-icons/ffffff/delapouite/disc-golf-basket.svg new file mode 100644 index 00000000..110b02ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/disc-golf-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/discobolus.svg b/client/public/icons/game-icons/ffffff/delapouite/discobolus.svg new file mode 100644 index 00000000..745ede94 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/discobolus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/discussion.svg b/client/public/icons/game-icons/ffffff/delapouite/discussion.svg new file mode 100644 index 00000000..871964b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/discussion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/distress-signal.svg b/client/public/icons/game-icons/ffffff/delapouite/distress-signal.svg new file mode 100644 index 00000000..3a8c57f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/distress-signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/diving-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/diving-helmet.svg new file mode 100644 index 00000000..2d000932 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/diving-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/djed-pillar.svg b/client/public/icons/game-icons/ffffff/delapouite/djed-pillar.svg new file mode 100644 index 00000000..b281ee4d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/djed-pillar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/djembe.svg b/client/public/icons/game-icons/ffffff/delapouite/djembe.svg new file mode 100644 index 00000000..49dff650 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/djembe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/djinn.svg b/client/public/icons/game-icons/ffffff/delapouite/djinn.svg new file mode 100644 index 00000000..8b3eaa16 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/djinn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dog-bowl.svg b/client/public/icons/game-icons/ffffff/delapouite/dog-bowl.svg new file mode 100644 index 00000000..31f82e9c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dog-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dog-house.svg b/client/public/icons/game-icons/ffffff/delapouite/dog-house.svg new file mode 100644 index 00000000..0bd840de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dog-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dolmen.svg b/client/public/icons/game-icons/ffffff/delapouite/dolmen.svg new file mode 100644 index 00000000..3a3c7f97 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dolmen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dolphin.svg b/client/public/icons/game-icons/ffffff/delapouite/dolphin.svg new file mode 100644 index 00000000..029ab9c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dolphin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/domino-tiles.svg b/client/public/icons/game-icons/ffffff/delapouite/domino-tiles.svg new file mode 100644 index 00000000..b9e44991 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/domino-tiles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/doner-kebab.svg b/client/public/icons/game-icons/ffffff/delapouite/doner-kebab.svg new file mode 100644 index 00000000..c1b8ed77 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/doner-kebab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/donut.svg b/client/public/icons/game-icons/ffffff/delapouite/donut.svg new file mode 100644 index 00000000..f35d2c31 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/donut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/door-handle.svg b/client/public/icons/game-icons/ffffff/delapouite/door-handle.svg new file mode 100644 index 00000000..e892983e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/door-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/door-ring-handle.svg b/client/public/icons/game-icons/ffffff/delapouite/door-ring-handle.svg new file mode 100644 index 00000000..00e20ee1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/door-ring-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/door-watcher.svg b/client/public/icons/game-icons/ffffff/delapouite/door-watcher.svg new file mode 100644 index 00000000..007b6571 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/door-watcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/door.svg b/client/public/icons/game-icons/ffffff/delapouite/door.svg new file mode 100644 index 00000000..d33964c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/double-fish.svg b/client/public/icons/game-icons/ffffff/delapouite/double-fish.svg new file mode 100644 index 00000000..4dfe7346 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/double-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/double-necklace.svg b/client/public/icons/game-icons/ffffff/delapouite/double-necklace.svg new file mode 100644 index 00000000..9d269325 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/double-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/double-street-lights.svg b/client/public/icons/game-icons/ffffff/delapouite/double-street-lights.svg new file mode 100644 index 00000000..27e07799 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/double-street-lights.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dough-roller.svg b/client/public/icons/game-icons/ffffff/delapouite/dough-roller.svg new file mode 100644 index 00000000..8d73c9c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dough-roller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dragon-orb.svg b/client/public/icons/game-icons/ffffff/delapouite/dragon-orb.svg new file mode 100644 index 00000000..01534808 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dragon-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dragon-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/dragon-shield.svg new file mode 100644 index 00000000..cc253823 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dragon-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/drakkar-dragon.svg b/client/public/icons/game-icons/ffffff/delapouite/drakkar-dragon.svg new file mode 100644 index 00000000..8373f05e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/drakkar-dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/drakkar.svg b/client/public/icons/game-icons/ffffff/delapouite/drakkar.svg new file mode 100644 index 00000000..19ded26e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/drakkar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/drawbridge.svg b/client/public/icons/game-icons/ffffff/delapouite/drawbridge.svg new file mode 100644 index 00000000..3a2c149c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/drawbridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dream-catcher.svg b/client/public/icons/game-icons/ffffff/delapouite/dream-catcher.svg new file mode 100644 index 00000000..522aa54e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dream-catcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/drill.svg b/client/public/icons/game-icons/ffffff/delapouite/drill.svg new file mode 100644 index 00000000..3ab848f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/drill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/drinking.svg b/client/public/icons/game-icons/ffffff/delapouite/drinking.svg new file mode 100644 index 00000000..79b15629 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/drinking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/drop-earrings.svg b/client/public/icons/game-icons/ffffff/delapouite/drop-earrings.svg new file mode 100644 index 00000000..0b23868a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/drop-earrings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/drum.svg b/client/public/icons/game-icons/ffffff/delapouite/drum.svg new file mode 100644 index 00000000..bec9a683 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/drum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/duck-palm.svg b/client/public/icons/game-icons/ffffff/delapouite/duck-palm.svg new file mode 100644 index 00000000..b95f01f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/duck-palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/duck.svg b/client/public/icons/game-icons/ffffff/delapouite/duck.svg new file mode 100644 index 00000000..12ffec68 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/duck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/duffel-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/duffel-bag.svg new file mode 100644 index 00000000..c4388aeb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/duffel-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dunce-cap.svg b/client/public/icons/game-icons/ffffff/delapouite/dunce-cap.svg new file mode 100644 index 00000000..fadec9c0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dunce-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dungeon-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/dungeon-gate.svg new file mode 100644 index 00000000..67261484 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dungeon-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dungeon-light.svg b/client/public/icons/game-icons/ffffff/delapouite/dungeon-light.svg new file mode 100644 index 00000000..5a3d1c6d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dungeon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/duration.svg b/client/public/icons/game-icons/ffffff/delapouite/duration.svg new file mode 100644 index 00000000..a514bb6a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/duration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dutch-bike.svg b/client/public/icons/game-icons/ffffff/delapouite/dutch-bike.svg new file mode 100644 index 00000000..68d26497 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dutch-bike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dwarf-face.svg b/client/public/icons/game-icons/ffffff/delapouite/dwarf-face.svg new file mode 100644 index 00000000..95888776 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dwarf-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dwennimmen.svg b/client/public/icons/game-icons/ffffff/delapouite/dwennimmen.svg new file mode 100644 index 00000000..427cc8cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dwennimmen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/dynamite.svg b/client/public/icons/game-icons/ffffff/delapouite/dynamite.svg new file mode 100644 index 00000000..6ca43c69 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/dynamite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eagle-head.svg b/client/public/icons/game-icons/ffffff/delapouite/eagle-head.svg new file mode 100644 index 00000000..dbdd7401 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eagle-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/earrings.svg b/client/public/icons/game-icons/ffffff/delapouite/earrings.svg new file mode 100644 index 00000000..71a7f043 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/earrings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/earth-africa-europe.svg b/client/public/icons/game-icons/ffffff/delapouite/earth-africa-europe.svg new file mode 100644 index 00000000..a24e1f6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/earth-africa-europe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/earth-america.svg b/client/public/icons/game-icons/ffffff/delapouite/earth-america.svg new file mode 100644 index 00000000..401a5987 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/earth-america.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/earth-asia-oceania.svg b/client/public/icons/game-icons/ffffff/delapouite/earth-asia-oceania.svg new file mode 100644 index 00000000..96914988 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/earth-asia-oceania.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/easter-egg.svg b/client/public/icons/game-icons/ffffff/delapouite/easter-egg.svg new file mode 100644 index 00000000..83ee3bae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/easter-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eating-pelican.svg b/client/public/icons/game-icons/ffffff/delapouite/eating-pelican.svg new file mode 100644 index 00000000..a6eb1941 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eating-pelican.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eating.svg b/client/public/icons/game-icons/ffffff/delapouite/eating.svg new file mode 100644 index 00000000..e5e1336f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eating.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ecology.svg b/client/public/icons/game-icons/ffffff/delapouite/ecology.svg new file mode 100644 index 00000000..aee54f10 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ecology.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eel.svg b/client/public/icons/game-icons/ffffff/delapouite/eel.svg new file mode 100644 index 00000000..85d546b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egg-eye.svg b/client/public/icons/game-icons/ffffff/delapouite/egg-eye.svg new file mode 100644 index 00000000..e929ac73 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egg-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egypt.svg b/client/public/icons/game-icons/ffffff/delapouite/egypt.svg new file mode 100644 index 00000000..bd1cc0e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egypt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egyptian-bird.svg b/client/public/icons/game-icons/ffffff/delapouite/egyptian-bird.svg new file mode 100644 index 00000000..211286d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egyptian-bird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egyptian-profile.svg b/client/public/icons/game-icons/ffffff/delapouite/egyptian-profile.svg new file mode 100644 index 00000000..090a9a4e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egyptian-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egyptian-pyramids.svg b/client/public/icons/game-icons/ffffff/delapouite/egyptian-pyramids.svg new file mode 100644 index 00000000..a732508a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egyptian-pyramids.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egyptian-sphinx.svg b/client/public/icons/game-icons/ffffff/delapouite/egyptian-sphinx.svg new file mode 100644 index 00000000..05e7f91e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egyptian-sphinx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egyptian-temple.svg b/client/public/icons/game-icons/ffffff/delapouite/egyptian-temple.svg new file mode 100644 index 00000000..0865701e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egyptian-temple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egyptian-urns.svg b/client/public/icons/game-icons/ffffff/delapouite/egyptian-urns.svg new file mode 100644 index 00000000..1d658129 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egyptian-urns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/egyptian-walk.svg b/client/public/icons/game-icons/ffffff/delapouite/egyptian-walk.svg new file mode 100644 index 00000000..23edf486 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/egyptian-walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eight-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/eight-ball.svg new file mode 100644 index 00000000..89962b6c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eight-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/elbow-pad.svg b/client/public/icons/game-icons/ffffff/delapouite/elbow-pad.svg new file mode 100644 index 00000000..a997ec35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/elbow-pad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/electrical-resistance.svg b/client/public/icons/game-icons/ffffff/delapouite/electrical-resistance.svg new file mode 100644 index 00000000..7c4b7df7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/electrical-resistance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/electrical-socket.svg b/client/public/icons/game-icons/ffffff/delapouite/electrical-socket.svg new file mode 100644 index 00000000..19402ec7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/electrical-socket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/elephant-head.svg b/client/public/icons/game-icons/ffffff/delapouite/elephant-head.svg new file mode 100644 index 00000000..21070405 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/elephant-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/elephant.svg b/client/public/icons/game-icons/ffffff/delapouite/elephant.svg new file mode 100644 index 00000000..18287682 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/elephant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/elevator.svg b/client/public/icons/game-icons/ffffff/delapouite/elevator.svg new file mode 100644 index 00000000..5a4a4add --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/elevator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/elf-ear.svg b/client/public/icons/game-icons/ffffff/delapouite/elf-ear.svg new file mode 100644 index 00000000..6c02af35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/elf-ear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/elysium-shade.svg b/client/public/icons/game-icons/ffffff/delapouite/elysium-shade.svg new file mode 100644 index 00000000..0b4d9343 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/elysium-shade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/emerald-necklace.svg b/client/public/icons/game-icons/ffffff/delapouite/emerald-necklace.svg new file mode 100644 index 00000000..77499073 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/emerald-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/empty-chessboard.svg b/client/public/icons/game-icons/ffffff/delapouite/empty-chessboard.svg new file mode 100644 index 00000000..18e045b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/empty-chessboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/empty-metal-bucket-handle.svg b/client/public/icons/game-icons/ffffff/delapouite/empty-metal-bucket-handle.svg new file mode 100644 index 00000000..85953737 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/empty-metal-bucket-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/empty-metal-bucket.svg b/client/public/icons/game-icons/ffffff/delapouite/empty-metal-bucket.svg new file mode 100644 index 00000000..48c46ef7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/empty-metal-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/empty-wood-bucket-handle.svg b/client/public/icons/game-icons/ffffff/delapouite/empty-wood-bucket-handle.svg new file mode 100644 index 00000000..86a2f61c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/empty-wood-bucket-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/empty-wood-bucket.svg b/client/public/icons/game-icons/ffffff/delapouite/empty-wood-bucket.svg new file mode 100644 index 00000000..e78db86d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/empty-wood-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/encirclement.svg b/client/public/icons/game-icons/ffffff/delapouite/encirclement.svg new file mode 100644 index 00000000..2e7228cf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/encirclement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/energy-tank.svg b/client/public/icons/game-icons/ffffff/delapouite/energy-tank.svg new file mode 100644 index 00000000..e2a243e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/energy-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/enrage.svg b/client/public/icons/game-icons/ffffff/delapouite/enrage.svg new file mode 100644 index 00000000..adf36da6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/enrage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/entry-door.svg b/client/public/icons/game-icons/ffffff/delapouite/entry-door.svg new file mode 100644 index 00000000..6d65f249 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/entry-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ermine.svg b/client/public/icons/game-icons/ffffff/delapouite/ermine.svg new file mode 100644 index 00000000..5d95602f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ermine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/escalator.svg b/client/public/icons/game-icons/ffffff/delapouite/escalator.svg new file mode 100644 index 00000000..fb6edea5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/escalator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eternal-love.svg b/client/public/icons/game-icons/ffffff/delapouite/eternal-love.svg new file mode 100644 index 00000000..000ddc0e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eternal-love.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/european-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/european-flag.svg new file mode 100644 index 00000000..720ee77b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/european-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/evasion.svg b/client/public/icons/game-icons/ffffff/delapouite/evasion.svg new file mode 100644 index 00000000..ffd854dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/evasion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/evil-love.svg b/client/public/icons/game-icons/ffffff/delapouite/evil-love.svg new file mode 100644 index 00000000..b4a6b59e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/evil-love.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/evil-tower.svg b/client/public/icons/game-icons/ffffff/delapouite/evil-tower.svg new file mode 100644 index 00000000..f99e1c40 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/evil-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/executioner-hood.svg b/client/public/icons/game-icons/ffffff/delapouite/executioner-hood.svg new file mode 100644 index 00000000..e6990917 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/executioner-hood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/exit-door.svg b/client/public/icons/game-icons/ffffff/delapouite/exit-door.svg new file mode 100644 index 00000000..58676b7b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/exit-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/expand.svg b/client/public/icons/game-icons/ffffff/delapouite/expand.svg new file mode 100644 index 00000000..6591fef3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/expense.svg b/client/public/icons/game-icons/ffffff/delapouite/expense.svg new file mode 100644 index 00000000..62623990 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/expense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/exploding-planet.svg b/client/public/icons/game-icons/ffffff/delapouite/exploding-planet.svg new file mode 100644 index 00000000..f2d421ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/exploding-planet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/extra-time.svg b/client/public/icons/game-icons/ffffff/delapouite/extra-time.svg new file mode 100644 index 00000000..7f19831d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/extra-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eye-of-horus.svg b/client/public/icons/game-icons/ffffff/delapouite/eye-of-horus.svg new file mode 100644 index 00000000..2cdb8c9a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eye-of-horus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eye-target.svg b/client/public/icons/game-icons/ffffff/delapouite/eye-target.svg new file mode 100644 index 00000000..b235a48e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eye-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eyelashes.svg b/client/public/icons/game-icons/ffffff/delapouite/eyelashes.svg new file mode 100644 index 00000000..58b6df19 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eyelashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/eyepatch.svg b/client/public/icons/game-icons/ffffff/delapouite/eyepatch.svg new file mode 100644 index 00000000..2dd77c42 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/eyepatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/f-clef.svg b/client/public/icons/game-icons/ffffff/delapouite/f-clef.svg new file mode 100644 index 00000000..97087bfb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/f-clef.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/face-to-face.svg b/client/public/icons/game-icons/ffffff/delapouite/face-to-face.svg new file mode 100644 index 00000000..57e96c9e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/face-to-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/factory-arm.svg b/client/public/icons/game-icons/ffffff/delapouite/factory-arm.svg new file mode 100644 index 00000000..91d17bd3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/factory-arm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/factory.svg b/client/public/icons/game-icons/ffffff/delapouite/factory.svg new file mode 100644 index 00000000..5e414bec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/factory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fairy-wings.svg b/client/public/icons/game-icons/ffffff/delapouite/fairy-wings.svg new file mode 100644 index 00000000..36965b74 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fairy-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fairy.svg b/client/public/icons/game-icons/ffffff/delapouite/fairy.svg new file mode 100644 index 00000000..26569618 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fairy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/falcon-moon.svg b/client/public/icons/game-icons/ffffff/delapouite/falcon-moon.svg new file mode 100644 index 00000000..17d60360 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/falcon-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/falling-bomb.svg b/client/public/icons/game-icons/ffffff/delapouite/falling-bomb.svg new file mode 100644 index 00000000..42151871 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/falling-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/falling-rocks.svg b/client/public/icons/game-icons/ffffff/delapouite/falling-rocks.svg new file mode 100644 index 00000000..cab0cc8f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/falling-rocks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/falling-star.svg b/client/public/icons/game-icons/ffffff/delapouite/falling-star.svg new file mode 100644 index 00000000..a2a523ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/falling-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fallout-shelter.svg b/client/public/icons/game-icons/ffffff/delapouite/fallout-shelter.svg new file mode 100644 index 00000000..6ec0dc54 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fallout-shelter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/family-house.svg b/client/public/icons/game-icons/ffffff/delapouite/family-house.svg new file mode 100644 index 00000000..20ff74b3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/family-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/family-tree.svg b/client/public/icons/game-icons/ffffff/delapouite/family-tree.svg new file mode 100644 index 00000000..7cb8ffd6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/family-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/farm-tractor.svg b/client/public/icons/game-icons/ffffff/delapouite/farm-tractor.svg new file mode 100644 index 00000000..4b23bb7d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/farm-tractor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/farmer.svg b/client/public/icons/game-icons/ffffff/delapouite/farmer.svg new file mode 100644 index 00000000..43d106b8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/farmer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fast-backward-button.svg b/client/public/icons/game-icons/ffffff/delapouite/fast-backward-button.svg new file mode 100644 index 00000000..3cf4027b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fast-backward-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fast-forward-button.svg b/client/public/icons/game-icons/ffffff/delapouite/fast-forward-button.svg new file mode 100644 index 00000000..86853ad6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fast-forward-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fast-noodles.svg b/client/public/icons/game-icons/ffffff/delapouite/fast-noodles.svg new file mode 100644 index 00000000..dd0ece27 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fast-noodles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/feather-necklace.svg b/client/public/icons/game-icons/ffffff/delapouite/feather-necklace.svg new file mode 100644 index 00000000..3214a36c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/feather-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/feline.svg b/client/public/icons/game-icons/ffffff/delapouite/feline.svg new file mode 100644 index 00000000..93afb6ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/feline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/female-legs.svg b/client/public/icons/game-icons/ffffff/delapouite/female-legs.svg new file mode 100644 index 00000000..80235b00 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/female-legs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/female-vampire.svg b/client/public/icons/game-icons/ffffff/delapouite/female-vampire.svg new file mode 100644 index 00000000..2012d17a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/female-vampire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/female.svg b/client/public/icons/game-icons/ffffff/delapouite/female.svg new file mode 100644 index 00000000..702b5ebe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fencer.svg b/client/public/icons/game-icons/ffffff/delapouite/fencer.svg new file mode 100644 index 00000000..b4bf895c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fencer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fern.svg b/client/public/icons/game-icons/ffffff/delapouite/fern.svg new file mode 100644 index 00000000..8961beec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fertilizer-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/fertilizer-bag.svg new file mode 100644 index 00000000..4574e1ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fertilizer-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fez.svg b/client/public/icons/game-icons/ffffff/delapouite/fez.svg new file mode 100644 index 00000000..54f398ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fez.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/figurehead.svg b/client/public/icons/game-icons/ffffff/delapouite/figurehead.svg new file mode 100644 index 00000000..7d8f2b84 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/figurehead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/files.svg b/client/public/icons/game-icons/ffffff/delapouite/files.svg new file mode 100644 index 00000000..02d86f53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/files.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/film-projector.svg b/client/public/icons/game-icons/ffffff/delapouite/film-projector.svg new file mode 100644 index 00000000..07640f89 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/film-projector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/film-spool.svg b/client/public/icons/game-icons/ffffff/delapouite/film-spool.svg new file mode 100644 index 00000000..41dd1208 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/film-spool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/film-strip.svg b/client/public/icons/game-icons/ffffff/delapouite/film-strip.svg new file mode 100644 index 00000000..81b5ec21 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/film-strip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/finch.svg b/client/public/icons/game-icons/ffffff/delapouite/finch.svg new file mode 100644 index 00000000..87b1363e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/finch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/finger-print.svg b/client/public/icons/game-icons/ffffff/delapouite/finger-print.svg new file mode 100644 index 00000000..921bfc56 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/finger-print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fingernail.svg b/client/public/icons/game-icons/ffffff/delapouite/fingernail.svg new file mode 100644 index 00000000..0598f3a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fingernail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/finish-line.svg b/client/public/icons/game-icons/ffffff/delapouite/finish-line.svg new file mode 100644 index 00000000..72cf7bdf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/finish-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fire-extinguisher.svg b/client/public/icons/game-icons/ffffff/delapouite/fire-extinguisher.svg new file mode 100644 index 00000000..687834d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fire-extinguisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fire-flower.svg b/client/public/icons/game-icons/ffffff/delapouite/fire-flower.svg new file mode 100644 index 00000000..2d1b433b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fire-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fire-gem.svg b/client/public/icons/game-icons/ffffff/delapouite/fire-gem.svg new file mode 100644 index 00000000..16bca561 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fire-gem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fire-iris.svg b/client/public/icons/game-icons/ffffff/delapouite/fire-iris.svg new file mode 100644 index 00000000..c577f806 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fire-iris.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fire-shrine.svg b/client/public/icons/game-icons/ffffff/delapouite/fire-shrine.svg new file mode 100644 index 00000000..fdfb6c83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fire-shrine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fire-spell-cast.svg b/client/public/icons/game-icons/ffffff/delapouite/fire-spell-cast.svg new file mode 100644 index 00000000..2aa80348 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fire-spell-cast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fireplace.svg b/client/public/icons/game-icons/ffffff/delapouite/fireplace.svg new file mode 100644 index 00000000..32857f49 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fireplace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/firewall.svg b/client/public/icons/game-icons/ffffff/delapouite/firewall.svg new file mode 100644 index 00000000..3fdef0e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/firewall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/first-aid-kit.svg b/client/public/icons/game-icons/ffffff/delapouite/first-aid-kit.svg new file mode 100644 index 00000000..e9224538 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/first-aid-kit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fish-bucket.svg b/client/public/icons/game-icons/ffffff/delapouite/fish-bucket.svg new file mode 100644 index 00000000..5fdf2b7b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fish-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fish-eggs.svg b/client/public/icons/game-icons/ffffff/delapouite/fish-eggs.svg new file mode 100644 index 00000000..1804b494 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fish-eggs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fish-escape.svg b/client/public/icons/game-icons/ffffff/delapouite/fish-escape.svg new file mode 100644 index 00000000..0f3efcef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fish-escape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fish-monster.svg b/client/public/icons/game-icons/ffffff/delapouite/fish-monster.svg new file mode 100644 index 00000000..5f46ddc8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fish-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fish-scales.svg b/client/public/icons/game-icons/ffffff/delapouite/fish-scales.svg new file mode 100644 index 00000000..108209c3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fish-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fish-smoking.svg b/client/public/icons/game-icons/ffffff/delapouite/fish-smoking.svg new file mode 100644 index 00000000..3535739a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fish-smoking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fishing-boat.svg b/client/public/icons/game-icons/ffffff/delapouite/fishing-boat.svg new file mode 100644 index 00000000..b299eaaa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fishing-boat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fishing-jig.svg b/client/public/icons/game-icons/ffffff/delapouite/fishing-jig.svg new file mode 100644 index 00000000..2fddaaed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fishing-jig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fishing-lure.svg b/client/public/icons/game-icons/ffffff/delapouite/fishing-lure.svg new file mode 100644 index 00000000..0b14a2fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fishing-lure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fishing-pole.svg b/client/public/icons/game-icons/ffffff/delapouite/fishing-pole.svg new file mode 100644 index 00000000..1e0ed74c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fishing-pole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fishing-spoon.svg b/client/public/icons/game-icons/ffffff/delapouite/fishing-spoon.svg new file mode 100644 index 00000000..a3e78d04 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fishing-spoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fishing.svg b/client/public/icons/game-icons/ffffff/delapouite/fishing.svg new file mode 100644 index 00000000..b6cb0cc4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fishing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flag-objective.svg b/client/public/icons/game-icons/ffffff/delapouite/flag-objective.svg new file mode 100644 index 00000000..bbb13311 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flag-objective.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flail.svg b/client/public/icons/game-icons/ffffff/delapouite/flail.svg new file mode 100644 index 00000000..cbc1bc2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flamethrower-soldier.svg b/client/public/icons/game-icons/ffffff/delapouite/flamethrower-soldier.svg new file mode 100644 index 00000000..16f4cb75 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flamethrower-soldier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flamethrower.svg b/client/public/icons/game-icons/ffffff/delapouite/flamethrower.svg new file mode 100644 index 00000000..03a9d191 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flamethrower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flamingo.svg b/client/public/icons/game-icons/ffffff/delapouite/flamingo.svg new file mode 100644 index 00000000..040b33f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flamingo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flanged-mace.svg b/client/public/icons/game-icons/ffffff/delapouite/flanged-mace.svg new file mode 100644 index 00000000..3af890d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flanged-mace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flashlight.svg b/client/public/icons/game-icons/ffffff/delapouite/flashlight.svg new file mode 100644 index 00000000..d17e1a21 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flashlight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flat-platform.svg b/client/public/icons/game-icons/ffffff/delapouite/flat-platform.svg new file mode 100644 index 00000000..03f4df61 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flat-platform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flat-tire.svg b/client/public/icons/game-icons/ffffff/delapouite/flat-tire.svg new file mode 100644 index 00000000..55fb762f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flat-tire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flatfish.svg b/client/public/icons/game-icons/ffffff/delapouite/flatfish.svg new file mode 100644 index 00000000..654efdd1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flatfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flax.svg b/client/public/icons/game-icons/ffffff/delapouite/flax.svg new file mode 100644 index 00000000..b5e86a89 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fleur-de-lys.svg b/client/public/icons/game-icons/ffffff/delapouite/fleur-de-lys.svg new file mode 100644 index 00000000..6459ccc2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fleur-de-lys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flexible-lamp.svg b/client/public/icons/game-icons/ffffff/delapouite/flexible-lamp.svg new file mode 100644 index 00000000..a63fb702 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flexible-lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flint-spark.svg b/client/public/icons/game-icons/ffffff/delapouite/flint-spark.svg new file mode 100644 index 00000000..0bd9e737 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flint-spark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flip-flops.svg b/client/public/icons/game-icons/ffffff/delapouite/flip-flops.svg new file mode 100644 index 00000000..67505cb3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flip-flops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/floating-ghost.svg b/client/public/icons/game-icons/ffffff/delapouite/floating-ghost.svg new file mode 100644 index 00000000..9fcea7e3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/floating-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/floating-platforms.svg b/client/public/icons/game-icons/ffffff/delapouite/floating-platforms.svg new file mode 100644 index 00000000..2cd58e25 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/floating-platforms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/floating-tentacles.svg b/client/public/icons/game-icons/ffffff/delapouite/floating-tentacles.svg new file mode 100644 index 00000000..48c8ae4e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/floating-tentacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flood.svg b/client/public/icons/game-icons/ffffff/delapouite/flood.svg new file mode 100644 index 00000000..80fc6c0d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/floor-hatch.svg b/client/public/icons/game-icons/ffffff/delapouite/floor-hatch.svg new file mode 100644 index 00000000..b150e98c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/floor-hatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/floor-polisher.svg b/client/public/icons/game-icons/ffffff/delapouite/floor-polisher.svg new file mode 100644 index 00000000..18d9ae16 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/floor-polisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flour.svg b/client/public/icons/game-icons/ffffff/delapouite/flour.svg new file mode 100644 index 00000000..a7ccdd41 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flower-emblem.svg b/client/public/icons/game-icons/ffffff/delapouite/flower-emblem.svg new file mode 100644 index 00000000..afb25a47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flower-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flower-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/flower-hat.svg new file mode 100644 index 00000000..e55d666f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flower-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flower-star.svg b/client/public/icons/game-icons/ffffff/delapouite/flower-star.svg new file mode 100644 index 00000000..bd832ef2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flower-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flute.svg b/client/public/icons/game-icons/ffffff/delapouite/flute.svg new file mode 100644 index 00000000..5c0ea366 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fly.svg b/client/public/icons/game-icons/ffffff/delapouite/fly.svg new file mode 100644 index 00000000..73653d34 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flying-beetle.svg b/client/public/icons/game-icons/ffffff/delapouite/flying-beetle.svg new file mode 100644 index 00000000..97ed0680 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flying-beetle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flying-fox.svg b/client/public/icons/game-icons/ffffff/delapouite/flying-fox.svg new file mode 100644 index 00000000..ec99d58d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flying-fox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/flying-target.svg b/client/public/icons/game-icons/ffffff/delapouite/flying-target.svg new file mode 100644 index 00000000..3ae6b018 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/flying-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fog-light.svg b/client/public/icons/game-icons/ffffff/delapouite/fog-light.svg new file mode 100644 index 00000000..d81efe99 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fog-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fog.svg b/client/public/icons/game-icons/ffffff/delapouite/fog.svg new file mode 100644 index 00000000..ab9f556a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/food-truck.svg b/client/public/icons/game-icons/ffffff/delapouite/food-truck.svg new file mode 100644 index 00000000..02170e33 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/food-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/foot-plaster.svg b/client/public/icons/game-icons/ffffff/delapouite/foot-plaster.svg new file mode 100644 index 00000000..d88eea4b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/foot-plaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/footy-field.svg b/client/public/icons/game-icons/ffffff/delapouite/footy-field.svg new file mode 100644 index 00000000..f7adcd59 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/footy-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/forearm.svg b/client/public/icons/game-icons/ffffff/delapouite/forearm.svg new file mode 100644 index 00000000..240c92e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/forearm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/forest-camp.svg b/client/public/icons/game-icons/ffffff/delapouite/forest-camp.svg new file mode 100644 index 00000000..4dc9c2c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/forest-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/forest-entrance.svg b/client/public/icons/game-icons/ffffff/delapouite/forest-entrance.svg new file mode 100644 index 00000000..449a8dc6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/forest-entrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/forest.svg b/client/public/icons/game-icons/ffffff/delapouite/forest.svg new file mode 100644 index 00000000..256149c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/forest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fork-knife-spoon.svg b/client/public/icons/game-icons/ffffff/delapouite/fork-knife-spoon.svg new file mode 100644 index 00000000..6074f111 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fork-knife-spoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/forklift.svg b/client/public/icons/game-icons/ffffff/delapouite/forklift.svg new file mode 100644 index 00000000..df90c8c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/forklift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/foundry-bucket.svg b/client/public/icons/game-icons/ffffff/delapouite/foundry-bucket.svg new file mode 100644 index 00000000..7c96c32c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/foundry-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fox-tail.svg b/client/public/icons/game-icons/ffffff/delapouite/fox-tail.svg new file mode 100644 index 00000000..baef9256 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fox-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/france.svg b/client/public/icons/game-icons/ffffff/delapouite/france.svg new file mode 100644 index 00000000..522d67e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/france.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/freemasonry.svg b/client/public/icons/game-icons/ffffff/delapouite/freemasonry.svg new file mode 100644 index 00000000..af4ad984 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/freemasonry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/french-fries.svg b/client/public/icons/game-icons/ffffff/delapouite/french-fries.svg new file mode 100644 index 00000000..7088df5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/french-fries.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fried-eggs.svg b/client/public/icons/game-icons/ffffff/delapouite/fried-eggs.svg new file mode 100644 index 00000000..c4552563 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fried-eggs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/frisbee.svg b/client/public/icons/game-icons/ffffff/delapouite/frisbee.svg new file mode 100644 index 00000000..7581209f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/frisbee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/frog-foot.svg b/client/public/icons/game-icons/ffffff/delapouite/frog-foot.svg new file mode 100644 index 00000000..90b66961 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/frog-foot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/frog-prince.svg b/client/public/icons/game-icons/ffffff/delapouite/frog-prince.svg new file mode 100644 index 00000000..a03d70bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/frog-prince.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/frozen-body.svg b/client/public/icons/game-icons/ffffff/delapouite/frozen-body.svg new file mode 100644 index 00000000..a7bcf5a3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/frozen-body.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/frozen-ring.svg b/client/public/icons/game-icons/ffffff/delapouite/frozen-ring.svg new file mode 100644 index 00000000..95a2c5d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/frozen-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fruit-tree.svg b/client/public/icons/game-icons/ffffff/delapouite/fruit-tree.svg new file mode 100644 index 00000000..281184ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fruit-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fuel-tank.svg b/client/public/icons/game-icons/ffffff/delapouite/fuel-tank.svg new file mode 100644 index 00000000..c93c3bce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fuel-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fuji.svg b/client/public/icons/game-icons/ffffff/delapouite/fuji.svg new file mode 100644 index 00000000..3ca4c151 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fuji.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/full-folder.svg b/client/public/icons/game-icons/ffffff/delapouite/full-folder.svg new file mode 100644 index 00000000..ebdda1a5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/full-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/full-metal-bucket-handle.svg b/client/public/icons/game-icons/ffffff/delapouite/full-metal-bucket-handle.svg new file mode 100644 index 00000000..478ab0f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/full-metal-bucket-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/full-metal-bucket.svg b/client/public/icons/game-icons/ffffff/delapouite/full-metal-bucket.svg new file mode 100644 index 00000000..e230f4a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/full-metal-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/full-motorcycle-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/full-motorcycle-helmet.svg new file mode 100644 index 00000000..266b06d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/full-motorcycle-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/full-pizza.svg b/client/public/icons/game-icons/ffffff/delapouite/full-pizza.svg new file mode 100644 index 00000000..6e2ed8b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/full-pizza.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/full-wood-bucket-handle.svg b/client/public/icons/game-icons/ffffff/delapouite/full-wood-bucket-handle.svg new file mode 100644 index 00000000..e02c29dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/full-wood-bucket-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/full-wood-bucket.svg b/client/public/icons/game-icons/ffffff/delapouite/full-wood-bucket.svg new file mode 100644 index 00000000..0397b80f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/full-wood-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/funnel.svg b/client/public/icons/game-icons/ffffff/delapouite/funnel.svg new file mode 100644 index 00000000..84eb76ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/funnel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fur-boot.svg b/client/public/icons/game-icons/ffffff/delapouite/fur-boot.svg new file mode 100644 index 00000000..d5e91b18 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fur-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/fur-shirt.svg b/client/public/icons/game-icons/ffffff/delapouite/fur-shirt.svg new file mode 100644 index 00000000..dcd66ba4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/fur-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/furnace.svg b/client/public/icons/game-icons/ffffff/delapouite/furnace.svg new file mode 100644 index 00000000..0d7e33f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/furnace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/g-clef.svg b/client/public/icons/game-icons/ffffff/delapouite/g-clef.svg new file mode 100644 index 00000000..1ed57422 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/g-clef.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/galaxy.svg b/client/public/icons/game-icons/ffffff/delapouite/galaxy.svg new file mode 100644 index 00000000..a7908770 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/galaxy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/galea.svg b/client/public/icons/game-icons/ffffff/delapouite/galea.svg new file mode 100644 index 00000000..08f1d004 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/galea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/galley.svg b/client/public/icons/game-icons/ffffff/delapouite/galley.svg new file mode 100644 index 00000000..489e1ec5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/galley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/game-console.svg b/client/public/icons/game-icons/ffffff/delapouite/game-console.svg new file mode 100644 index 00000000..95fc5151 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/game-console.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gamepad.svg b/client/public/icons/game-icons/ffffff/delapouite/gamepad.svg new file mode 100644 index 00000000..4a11e10c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gamepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gardening-shears.svg b/client/public/icons/game-icons/ffffff/delapouite/gardening-shears.svg new file mode 100644 index 00000000..86ef2527 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gardening-shears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gargoyle.svg b/client/public/icons/game-icons/ffffff/delapouite/gargoyle.svg new file mode 100644 index 00000000..a88e02ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gargoyle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/garlic.svg b/client/public/icons/game-icons/ffffff/delapouite/garlic.svg new file mode 100644 index 00000000..97cc9e87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/garlic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gas-pump.svg b/client/public/icons/game-icons/ffffff/delapouite/gas-pump.svg new file mode 100644 index 00000000..e98ed596 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gas-pump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gas-stove.svg b/client/public/icons/game-icons/ffffff/delapouite/gas-stove.svg new file mode 100644 index 00000000..42dcdb1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gas-stove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gate.svg b/client/public/icons/game-icons/ffffff/delapouite/gate.svg new file mode 100644 index 00000000..dff4ee8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gauls-helm.svg b/client/public/icons/game-icons/ffffff/delapouite/gauls-helm.svg new file mode 100644 index 00000000..07076963 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gauls-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gauntlet.svg b/client/public/icons/game-icons/ffffff/delapouite/gauntlet.svg new file mode 100644 index 00000000..b73e76ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gauntlet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gear-stick-pattern.svg b/client/public/icons/game-icons/ffffff/delapouite/gear-stick-pattern.svg new file mode 100644 index 00000000..73da9936 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gear-stick-pattern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gear-stick.svg b/client/public/icons/game-icons/ffffff/delapouite/gear-stick.svg new file mode 100644 index 00000000..f82f92b1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gear-stick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gemini.svg b/client/public/icons/game-icons/ffffff/delapouite/gemini.svg new file mode 100644 index 00000000..174e8c86 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gemini.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/giant-squid.svg b/client/public/icons/game-icons/ffffff/delapouite/giant-squid.svg new file mode 100644 index 00000000..c231b46d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/giant-squid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/giant.svg b/client/public/icons/game-icons/ffffff/delapouite/giant.svg new file mode 100644 index 00000000..83095fc1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/giant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gingerbread-man.svg b/client/public/icons/game-icons/ffffff/delapouite/gingerbread-man.svg new file mode 100644 index 00000000..e1cecabf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gingerbread-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ginkgo-leaf.svg b/client/public/icons/game-icons/ffffff/delapouite/ginkgo-leaf.svg new file mode 100644 index 00000000..d44c1a47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ginkgo-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/glaive.svg b/client/public/icons/game-icons/ffffff/delapouite/glaive.svg new file mode 100644 index 00000000..30b928c4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/glaive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/glass-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/glass-ball.svg new file mode 100644 index 00000000..8297a4d6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/glass-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/glass-celebration.svg b/client/public/icons/game-icons/ffffff/delapouite/glass-celebration.svg new file mode 100644 index 00000000..93128237 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/glass-celebration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/globe-ring.svg b/client/public/icons/game-icons/ffffff/delapouite/globe-ring.svg new file mode 100644 index 00000000..77066f82 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/globe-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gloves.svg b/client/public/icons/game-icons/ffffff/delapouite/gloves.svg new file mode 100644 index 00000000..056c5588 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gloves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/glowing-artifact.svg b/client/public/icons/game-icons/ffffff/delapouite/glowing-artifact.svg new file mode 100644 index 00000000..f24232aa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/glowing-artifact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/goal-keeper.svg b/client/public/icons/game-icons/ffffff/delapouite/goal-keeper.svg new file mode 100644 index 00000000..7def7b2e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/goal-keeper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/goblin-camp.svg b/client/public/icons/game-icons/ffffff/delapouite/goblin-camp.svg new file mode 100644 index 00000000..afcea3f7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/goblin-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/goblin-head.svg b/client/public/icons/game-icons/ffffff/delapouite/goblin-head.svg new file mode 100644 index 00000000..c87c29b9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/goblin-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gold-mine.svg b/client/public/icons/game-icons/ffffff/delapouite/gold-mine.svg new file mode 100644 index 00000000..20737aad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gold-mine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gold-nuggets.svg b/client/public/icons/game-icons/ffffff/delapouite/gold-nuggets.svg new file mode 100644 index 00000000..8c3fade7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gold-nuggets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gold-stack.svg b/client/public/icons/game-icons/ffffff/delapouite/gold-stack.svg new file mode 100644 index 00000000..ad6c3824 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gold-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/golem-head.svg b/client/public/icons/game-icons/ffffff/delapouite/golem-head.svg new file mode 100644 index 00000000..fd50c6b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/golem-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/golf-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/golf-flag.svg new file mode 100644 index 00000000..cc8fed01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/golf-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/golf-tee.svg b/client/public/icons/game-icons/ffffff/delapouite/golf-tee.svg new file mode 100644 index 00000000..9af6ee49 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/golf-tee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gong.svg b/client/public/icons/game-icons/ffffff/delapouite/gong.svg new file mode 100644 index 00000000..65ac7de0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/goose.svg b/client/public/icons/game-icons/ffffff/delapouite/goose.svg new file mode 100644 index 00000000..503f6921 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/goose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gorilla.svg b/client/public/icons/game-icons/ffffff/delapouite/gorilla.svg new file mode 100644 index 00000000..33941906 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gorilla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gps.svg b/client/public/icons/game-icons/ffffff/delapouite/gps.svg new file mode 100644 index 00000000..9ed63060 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/graduate-cap.svg b/client/public/icons/game-icons/ffffff/delapouite/graduate-cap.svg new file mode 100644 index 00000000..1e6c5317 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/graduate-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/grain-bundle.svg b/client/public/icons/game-icons/ffffff/delapouite/grain-bundle.svg new file mode 100644 index 00000000..f529a1b3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/grain-bundle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/grain.svg b/client/public/icons/game-icons/ffffff/delapouite/grain.svg new file mode 100644 index 00000000..d110c74d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/grain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/granary.svg b/client/public/icons/game-icons/ffffff/delapouite/granary.svg new file mode 100644 index 00000000..895f0394 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/granary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/grasping-slug.svg b/client/public/icons/game-icons/ffffff/delapouite/grasping-slug.svg new file mode 100644 index 00000000..36a7ca17 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/grasping-slug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/grass-mushroom.svg b/client/public/icons/game-icons/ffffff/delapouite/grass-mushroom.svg new file mode 100644 index 00000000..e1bd0155 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/grass-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/grass.svg b/client/public/icons/game-icons/ffffff/delapouite/grass.svg new file mode 100644 index 00000000..afbd408b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/grass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/grave-flowers.svg b/client/public/icons/game-icons/ffffff/delapouite/grave-flowers.svg new file mode 100644 index 00000000..b96d1559 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/grave-flowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/graveyard.svg b/client/public/icons/game-icons/ffffff/delapouite/graveyard.svg new file mode 100644 index 00000000..24eb4bf0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/graveyard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gravitation.svg b/client/public/icons/game-icons/ffffff/delapouite/gravitation.svg new file mode 100644 index 00000000..9c6c3577 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gravitation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/great-pyramid.svg b/client/public/icons/game-icons/ffffff/delapouite/great-pyramid.svg new file mode 100644 index 00000000..b4d92a76 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/great-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/greaves.svg b/client/public/icons/game-icons/ffffff/delapouite/greaves.svg new file mode 100644 index 00000000..5e9a3348 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/greaves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/greek-sphinx.svg b/client/public/icons/game-icons/ffffff/delapouite/greek-sphinx.svg new file mode 100644 index 00000000..c18529f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/greek-sphinx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/greek-temple.svg b/client/public/icons/game-icons/ffffff/delapouite/greek-temple.svg new file mode 100644 index 00000000..a9f9bfb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/greek-temple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/green-power.svg b/client/public/icons/game-icons/ffffff/delapouite/green-power.svg new file mode 100644 index 00000000..c98be92b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/green-power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/greenhouse.svg b/client/public/icons/game-icons/ffffff/delapouite/greenhouse.svg new file mode 100644 index 00000000..86f453ac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/greenhouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/griffin-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/griffin-shield.svg new file mode 100644 index 00000000..26811682 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/griffin-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/griffin-symbol.svg b/client/public/icons/game-icons/ffffff/delapouite/griffin-symbol.svg new file mode 100644 index 00000000..a26f4055 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/griffin-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/growth.svg b/client/public/icons/game-icons/ffffff/delapouite/growth.svg new file mode 100644 index 00000000..3e11730b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/guards.svg b/client/public/icons/game-icons/ffffff/delapouite/guards.svg new file mode 100644 index 00000000..4ed070ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/guards.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/guatemala.svg b/client/public/icons/game-icons/ffffff/delapouite/guatemala.svg new file mode 100644 index 00000000..e8861735 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/guatemala.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/guitar-bass-head.svg b/client/public/icons/game-icons/ffffff/delapouite/guitar-bass-head.svg new file mode 100644 index 00000000..35203c99 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/guitar-bass-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/guitar-head.svg b/client/public/icons/game-icons/ffffff/delapouite/guitar-head.svg new file mode 100644 index 00000000..78d4d5fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/guitar-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gun-rose.svg b/client/public/icons/game-icons/ffffff/delapouite/gun-rose.svg new file mode 100644 index 00000000..4e6c60f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gun-rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gun-stock.svg b/client/public/icons/game-icons/ffffff/delapouite/gun-stock.svg new file mode 100644 index 00000000..718cc49a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gun-stock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/gym-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/gym-bag.svg new file mode 100644 index 00000000..3014ad71 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/gym-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/h2o.svg b/client/public/icons/game-icons/ffffff/delapouite/h2o.svg new file mode 100644 index 00000000..af76a2c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/h2o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/habitat-dome.svg b/client/public/icons/game-icons/ffffff/delapouite/habitat-dome.svg new file mode 100644 index 00000000..afaaba0e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/habitat-dome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hades-symbol.svg b/client/public/icons/game-icons/ffffff/delapouite/hades-symbol.svg new file mode 100644 index 00000000..0f04bac4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hades-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hair-strands.svg b/client/public/icons/game-icons/ffffff/delapouite/hair-strands.svg new file mode 100644 index 00000000..38a473b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hair-strands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/half-body-crawling.svg b/client/public/icons/game-icons/ffffff/delapouite/half-body-crawling.svg new file mode 100644 index 00000000..583ab3cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/half-body-crawling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/half-dead.svg b/client/public/icons/game-icons/ffffff/delapouite/half-dead.svg new file mode 100644 index 00000000..a045efed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/half-dead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/half-log.svg b/client/public/icons/game-icons/ffffff/delapouite/half-log.svg new file mode 100644 index 00000000..df6a318b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/half-log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hamburger-menu.svg b/client/public/icons/game-icons/ffffff/delapouite/hamburger-menu.svg new file mode 100644 index 00000000..d759b08c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hamburger-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hamburger.svg b/client/public/icons/game-icons/ffffff/delapouite/hamburger.svg new file mode 100644 index 00000000..a13aab85 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hamburger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hammer-break.svg b/client/public/icons/game-icons/ffffff/delapouite/hammer-break.svg new file mode 100644 index 00000000..89834892 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hammer-break.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hammer-sickle.svg b/client/public/icons/game-icons/ffffff/delapouite/hammer-sickle.svg new file mode 100644 index 00000000..5ccc2ca1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hammer-sickle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hand-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/hand-bag.svg new file mode 100644 index 00000000..a9b7db5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hand-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hand-bandage.svg b/client/public/icons/game-icons/ffffff/delapouite/hand-bandage.svg new file mode 100644 index 00000000..773073e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hand-bandage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hand-grip.svg b/client/public/icons/game-icons/ffffff/delapouite/hand-grip.svg new file mode 100644 index 00000000..f08e4811 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hand-grip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hand-of-god.svg b/client/public/icons/game-icons/ffffff/delapouite/hand-of-god.svg new file mode 100644 index 00000000..117d8509 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hand-of-god.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hand-ok.svg b/client/public/icons/game-icons/ffffff/delapouite/hand-ok.svg new file mode 100644 index 00000000..08e67043 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hand-ok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hand-saw.svg b/client/public/icons/game-icons/ffffff/delapouite/hand-saw.svg new file mode 100644 index 00000000..6a0056dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hand-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hand-truck.svg b/client/public/icons/game-icons/ffffff/delapouite/hand-truck.svg new file mode 100644 index 00000000..dac7acb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hand-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hand-wing.svg b/client/public/icons/game-icons/ffffff/delapouite/hand-wing.svg new file mode 100644 index 00000000..542b1800 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hand-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/handcuffed.svg b/client/public/icons/game-icons/ffffff/delapouite/handcuffed.svg new file mode 100644 index 00000000..92c81a43 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/handcuffed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/handheld-fan.svg b/client/public/icons/game-icons/ffffff/delapouite/handheld-fan.svg new file mode 100644 index 00000000..6b10d638 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/handheld-fan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hang-glider.svg b/client/public/icons/game-icons/ffffff/delapouite/hang-glider.svg new file mode 100644 index 00000000..543717b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hang-glider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hanger.svg b/client/public/icons/game-icons/ffffff/delapouite/hanger.svg new file mode 100644 index 00000000..6adc2e2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hanger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hanging-sign.svg b/client/public/icons/game-icons/ffffff/delapouite/hanging-sign.svg new file mode 100644 index 00000000..5ab720d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hanging-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/harbor-dock.svg b/client/public/icons/game-icons/ffffff/delapouite/harbor-dock.svg new file mode 100644 index 00000000..12431138 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/harbor-dock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/harp.svg b/client/public/icons/game-icons/ffffff/delapouite/harp.svg new file mode 100644 index 00000000..a0e816df --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/harp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hatchet.svg b/client/public/icons/game-icons/ffffff/delapouite/hatchet.svg new file mode 100644 index 00000000..9ccf84cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hatchet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hazmat-suit.svg b/client/public/icons/game-icons/ffffff/delapouite/hazmat-suit.svg new file mode 100644 index 00000000..b48970d0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hazmat-suit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/headband-knot.svg b/client/public/icons/game-icons/ffffff/delapouite/headband-knot.svg new file mode 100644 index 00000000..0529d8fb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/headband-knot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/headphones.svg b/client/public/icons/game-icons/ffffff/delapouite/headphones.svg new file mode 100644 index 00000000..42516fbf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/headphones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/healing-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/healing-shield.svg new file mode 100644 index 00000000..0cc01065 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/healing-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/healing.svg b/client/public/icons/game-icons/ffffff/delapouite/healing.svg new file mode 100644 index 00000000..869d6025 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/healing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/health-capsule.svg b/client/public/icons/game-icons/ffffff/delapouite/health-capsule.svg new file mode 100644 index 00000000..670a7784 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/health-capsule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/health-potion.svg b/client/public/icons/game-icons/ffffff/delapouite/health-potion.svg new file mode 100644 index 00000000..ed6cc474 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/health-potion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-armor.svg new file mode 100644 index 00000000..26081b8e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-battery.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-battery.svg new file mode 100644 index 00000000..3ce471f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-beats.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-beats.svg new file mode 100644 index 00000000..f36b992e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-beats.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-earrings.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-earrings.svg new file mode 100644 index 00000000..44210a83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-earrings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-key.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-key.svg new file mode 100644 index 00000000..fc6391c2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-necklace.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-necklace.svg new file mode 100644 index 00000000..a3324690 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-shield.svg new file mode 100644 index 00000000..54750c05 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-stake.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-stake.svg new file mode 100644 index 00000000..26c0fcc4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-stake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heart-wings.svg b/client/public/icons/game-icons/ffffff/delapouite/heart-wings.svg new file mode 100644 index 00000000..5a2b208a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heart-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heaven-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/heaven-gate.svg new file mode 100644 index 00000000..99b5f722 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heaven-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heavy-bullets.svg b/client/public/icons/game-icons/ffffff/delapouite/heavy-bullets.svg new file mode 100644 index 00000000..b2addad9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heavy-bullets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heavy-collar.svg b/client/public/icons/game-icons/ffffff/delapouite/heavy-collar.svg new file mode 100644 index 00000000..6d4f9c09 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heavy-collar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hedjet-white-crown.svg b/client/public/icons/game-icons/ffffff/delapouite/hedjet-white-crown.svg new file mode 100644 index 00000000..22970ede --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hedjet-white-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/helicoprion.svg b/client/public/icons/game-icons/ffffff/delapouite/helicoprion.svg new file mode 100644 index 00000000..6fc0bc56 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/helicoprion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/helicopter-tail.svg b/client/public/icons/game-icons/ffffff/delapouite/helicopter-tail.svg new file mode 100644 index 00000000..347ed82d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/helicopter-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/helicopter.svg b/client/public/icons/game-icons/ffffff/delapouite/helicopter.svg new file mode 100644 index 00000000..96399286 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/helicopter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hell-crosses.svg b/client/public/icons/game-icons/ffffff/delapouite/hell-crosses.svg new file mode 100644 index 00000000..cbfa1a06 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hell-crosses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hemp.svg b/client/public/icons/game-icons/ffffff/delapouite/hemp.svg new file mode 100644 index 00000000..2c0b5ab6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hemp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/heptagram.svg b/client/public/icons/game-icons/ffffff/delapouite/heptagram.svg new file mode 100644 index 00000000..252e7c53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/heptagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/herbs-bundle.svg b/client/public/icons/game-icons/ffffff/delapouite/herbs-bundle.svg new file mode 100644 index 00000000..f32b242f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/herbs-bundle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hexagonal-nut.svg b/client/public/icons/game-icons/ffffff/delapouite/hexagonal-nut.svg new file mode 100644 index 00000000..a77073d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hexagonal-nut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hieroglyph-legs.svg b/client/public/icons/game-icons/ffffff/delapouite/hieroglyph-legs.svg new file mode 100644 index 00000000..898c863c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hieroglyph-legs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hieroglyph-y.svg b/client/public/icons/game-icons/ffffff/delapouite/hieroglyph-y.svg new file mode 100644 index 00000000..7e371f85 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hieroglyph-y.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/high-grass.svg b/client/public/icons/game-icons/ffffff/delapouite/high-grass.svg new file mode 100644 index 00000000..08b24668 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/high-grass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/high-heel.svg b/client/public/icons/game-icons/ffffff/delapouite/high-heel.svg new file mode 100644 index 00000000..f5e16de5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/high-heel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/high-kick.svg b/client/public/icons/game-icons/ffffff/delapouite/high-kick.svg new file mode 100644 index 00000000..ce7202eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/high-kick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/high-punch.svg b/client/public/icons/game-icons/ffffff/delapouite/high-punch.svg new file mode 100644 index 00000000..14993f2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/high-punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/high-tide.svg b/client/public/icons/game-icons/ffffff/delapouite/high-tide.svg new file mode 100644 index 00000000..63745754 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/high-tide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/highlighter.svg b/client/public/icons/game-icons/ffffff/delapouite/highlighter.svg new file mode 100644 index 00000000..57ba6c35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/highlighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hiking.svg b/client/public/icons/game-icons/ffffff/delapouite/hiking.svg new file mode 100644 index 00000000..9f1a8f8c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hiking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hill-conquest.svg b/client/public/icons/game-icons/ffffff/delapouite/hill-conquest.svg new file mode 100644 index 00000000..a7a82f4b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hill-conquest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hill-fort.svg b/client/public/icons/game-icons/ffffff/delapouite/hill-fort.svg new file mode 100644 index 00000000..8a60fc1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hill-fort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hills.svg b/client/public/icons/game-icons/ffffff/delapouite/hills.svg new file mode 100644 index 00000000..43862ca8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/histogram.svg b/client/public/icons/game-icons/ffffff/delapouite/histogram.svg new file mode 100644 index 00000000..694a606d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/histogram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hive-mind.svg b/client/public/icons/game-icons/ffffff/delapouite/hive-mind.svg new file mode 100644 index 00000000..7cda36b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hive-mind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hobbit-door.svg b/client/public/icons/game-icons/ffffff/delapouite/hobbit-door.svg new file mode 100644 index 00000000..a61a0f02 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hobbit-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hobbit-dwelling.svg b/client/public/icons/game-icons/ffffff/delapouite/hobbit-dwelling.svg new file mode 100644 index 00000000..61c07e34 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hobbit-dwelling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hockey.svg b/client/public/icons/game-icons/ffffff/delapouite/hockey.svg new file mode 100644 index 00000000..67fc33e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hockey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hole-ladder.svg b/client/public/icons/game-icons/ffffff/delapouite/hole-ladder.svg new file mode 100644 index 00000000..e7e55a3f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hole-ladder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hole.svg b/client/public/icons/game-icons/ffffff/delapouite/hole.svg new file mode 100644 index 00000000..f99da83f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/holy-hand-grenade.svg b/client/public/icons/game-icons/ffffff/delapouite/holy-hand-grenade.svg new file mode 100644 index 00000000..4478ed83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/holy-hand-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/holy-water.svg b/client/public/icons/game-icons/ffffff/delapouite/holy-water.svg new file mode 100644 index 00000000..fea31581 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/holy-water.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/home-garage.svg b/client/public/icons/game-icons/ffffff/delapouite/home-garage.svg new file mode 100644 index 00000000..4e30d3e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/home-garage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/honey-jar.svg b/client/public/icons/game-icons/ffffff/delapouite/honey-jar.svg new file mode 100644 index 00000000..8edc52e1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/honey-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hoodie.svg b/client/public/icons/game-icons/ffffff/delapouite/hoodie.svg new file mode 100644 index 00000000..dbd4ce96 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hoodie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hook-swords.svg b/client/public/icons/game-icons/ffffff/delapouite/hook-swords.svg new file mode 100644 index 00000000..67e44a6a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hook-swords.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/delapouite/hook.svg b/client/public/icons/game-icons/ffffff/delapouite/hook.svg new file mode 100644 index 00000000..9043ca4e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hops.svg b/client/public/icons/game-icons/ffffff/delapouite/hops.svg new file mode 100644 index 00000000..de7ceac2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/horizon-road.svg b/client/public/icons/game-icons/ffffff/delapouite/horizon-road.svg new file mode 100644 index 00000000..f48da16d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/horizon-road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/horizontal-flip.svg b/client/public/icons/game-icons/ffffff/delapouite/horizontal-flip.svg new file mode 100644 index 00000000..ab74c2f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/horizontal-flip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/horned-reptile.svg b/client/public/icons/game-icons/ffffff/delapouite/horned-reptile.svg new file mode 100644 index 00000000..4be4e2d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/horned-reptile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/horse-head.svg b/client/public/icons/game-icons/ffffff/delapouite/horse-head.svg new file mode 100644 index 00000000..5387b5c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/horse-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/horseshoe.svg b/client/public/icons/game-icons/ffffff/delapouite/horseshoe.svg new file mode 100644 index 00000000..3876edfd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/horseshoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/horus.svg b/client/public/icons/game-icons/ffffff/delapouite/horus.svg new file mode 100644 index 00000000..05388e70 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/horus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hospital.svg b/client/public/icons/game-icons/ffffff/delapouite/hospital.svg new file mode 100644 index 00000000..2ad1b18c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hospital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hot-dog.svg b/client/public/icons/game-icons/ffffff/delapouite/hot-dog.svg new file mode 100644 index 00000000..50b17b60 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hot-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hot-meal.svg b/client/public/icons/game-icons/ffffff/delapouite/hot-meal.svg new file mode 100644 index 00000000..f6493d07 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hot-meal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/house-keys.svg b/client/public/icons/game-icons/ffffff/delapouite/house-keys.svg new file mode 100644 index 00000000..a0cb4618 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/house-keys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/house.svg b/client/public/icons/game-icons/ffffff/delapouite/house.svg new file mode 100644 index 00000000..6ac42799 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/human-cannonball.svg b/client/public/icons/game-icons/ffffff/delapouite/human-cannonball.svg new file mode 100644 index 00000000..27e631de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/human-cannonball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/human-ear.svg b/client/public/icons/game-icons/ffffff/delapouite/human-ear.svg new file mode 100644 index 00000000..4de80dbb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/human-ear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/human-pyramid.svg b/client/public/icons/game-icons/ffffff/delapouite/human-pyramid.svg new file mode 100644 index 00000000..bc467b0d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/human-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/human-target.svg b/client/public/icons/game-icons/ffffff/delapouite/human-target.svg new file mode 100644 index 00000000..1c80c18e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/human-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hummingbird.svg b/client/public/icons/game-icons/ffffff/delapouite/hummingbird.svg new file mode 100644 index 00000000..33279810 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hummingbird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hungary.svg b/client/public/icons/game-icons/ffffff/delapouite/hungary.svg new file mode 100644 index 00000000..d605a661 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hungary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hunter-eyes.svg b/client/public/icons/game-icons/ffffff/delapouite/hunter-eyes.svg new file mode 100644 index 00000000..535801e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hunter-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hunting-bolas.svg b/client/public/icons/game-icons/ffffff/delapouite/hunting-bolas.svg new file mode 100644 index 00000000..dbe8a793 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hunting-bolas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/hut.svg b/client/public/icons/game-icons/ffffff/delapouite/hut.svg new file mode 100644 index 00000000..7df5b8cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/hut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/huts-village.svg b/client/public/icons/game-icons/ffffff/delapouite/huts-village.svg new file mode 100644 index 00000000..0196b03d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/huts-village.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/i-beam.svg b/client/public/icons/game-icons/ffffff/delapouite/i-beam.svg new file mode 100644 index 00000000..c6c4c5d0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/i-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/i-brick.svg b/client/public/icons/game-icons/ffffff/delapouite/i-brick.svg new file mode 100644 index 00000000..800d298e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/i-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ibis.svg b/client/public/icons/game-icons/ffffff/delapouite/ibis.svg new file mode 100644 index 00000000..e86e755b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ibis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/icarus.svg b/client/public/icons/game-icons/ffffff/delapouite/icarus.svg new file mode 100644 index 00000000..2cfdc6b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/icarus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ice-cream-cone.svg b/client/public/icons/game-icons/ffffff/delapouite/ice-cream-cone.svg new file mode 100644 index 00000000..4f9de37b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ice-cream-cone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ice-cream-scoop.svg b/client/public/icons/game-icons/ffffff/delapouite/ice-cream-scoop.svg new file mode 100644 index 00000000..94238ee1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ice-cream-scoop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ice-cubes.svg b/client/public/icons/game-icons/ffffff/delapouite/ice-cubes.svg new file mode 100644 index 00000000..04eac502 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ice-cubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ice-golem.svg b/client/public/icons/game-icons/ffffff/delapouite/ice-golem.svg new file mode 100644 index 00000000..f120539a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ice-golem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ice-iris.svg b/client/public/icons/game-icons/ffffff/delapouite/ice-iris.svg new file mode 100644 index 00000000..4b4197de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ice-iris.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ice-pop.svg b/client/public/icons/game-icons/ffffff/delapouite/ice-pop.svg new file mode 100644 index 00000000..666335b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ice-pop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ice-skate.svg b/client/public/icons/game-icons/ffffff/delapouite/ice-skate.svg new file mode 100644 index 00000000..ec81cc7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ice-skate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ice-spell-cast.svg b/client/public/icons/game-icons/ffffff/delapouite/ice-spell-cast.svg new file mode 100644 index 00000000..599c5202 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ice-spell-cast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/iceberg.svg b/client/public/icons/game-icons/ffffff/delapouite/iceberg.svg new file mode 100644 index 00000000..8c330b59 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/iceberg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/iceland.svg b/client/public/icons/game-icons/ffffff/delapouite/iceland.svg new file mode 100644 index 00000000..3c5f7a16 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/iceland.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/id-card.svg b/client/public/icons/game-icons/ffffff/delapouite/id-card.svg new file mode 100644 index 00000000..3aba8cb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/idea.svg b/client/public/icons/game-icons/ffffff/delapouite/idea.svg new file mode 100644 index 00000000..818e2a4d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/igloo.svg b/client/public/icons/game-icons/ffffff/delapouite/igloo.svg new file mode 100644 index 00000000..0e9036e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/igloo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/imperial-crown.svg b/client/public/icons/game-icons/ffffff/delapouite/imperial-crown.svg new file mode 100644 index 00000000..1adee2ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/imperial-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/inauguration.svg b/client/public/icons/game-icons/ffffff/delapouite/inauguration.svg new file mode 100644 index 00000000..8717457d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/inauguration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/incubator.svg b/client/public/icons/game-icons/ffffff/delapouite/incubator.svg new file mode 100644 index 00000000..76498179 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/incubator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/india-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/india-gate.svg new file mode 100644 index 00000000..2f7d84ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/india-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/indian-palace.svg b/client/public/icons/game-icons/ffffff/delapouite/indian-palace.svg new file mode 100644 index 00000000..debb29e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/indian-palace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/inferno-bomb.svg b/client/public/icons/game-icons/ffffff/delapouite/inferno-bomb.svg new file mode 100644 index 00000000..7a2d07d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/inferno-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/info.svg b/client/public/icons/game-icons/ffffff/delapouite/info.svg new file mode 100644 index 00000000..28e2fba5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/injustice.svg b/client/public/icons/game-icons/ffffff/delapouite/injustice.svg new file mode 100644 index 00000000..269c2de1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/injustice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/inspiration.svg b/client/public/icons/game-icons/ffffff/delapouite/inspiration.svg new file mode 100644 index 00000000..4f3e34f6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/inspiration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/interceptor-ship.svg b/client/public/icons/game-icons/ffffff/delapouite/interceptor-ship.svg new file mode 100644 index 00000000..1687a2f6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/interceptor-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/intricate-necklace.svg b/client/public/icons/game-icons/ffffff/delapouite/intricate-necklace.svg new file mode 100644 index 00000000..5481e548 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/intricate-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/invisible-face.svg b/client/public/icons/game-icons/ffffff/delapouite/invisible-face.svg new file mode 100644 index 00000000..e081e64d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/invisible-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/invisible.svg b/client/public/icons/game-icons/ffffff/delapouite/invisible.svg new file mode 100644 index 00000000..676746b8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/invisible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ionic-column.svg b/client/public/icons/game-icons/ffffff/delapouite/ionic-column.svg new file mode 100644 index 00000000..32ffade2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ionic-column.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/iraq.svg b/client/public/icons/game-icons/ffffff/delapouite/iraq.svg new file mode 100644 index 00000000..3e0737dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/iraq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/island.svg b/client/public/icons/game-icons/ffffff/delapouite/island.svg new file mode 100644 index 00000000..4027a3b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/island.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/italia.svg b/client/public/icons/game-icons/ffffff/delapouite/italia.svg new file mode 100644 index 00000000..6d412597 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/italia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ivory-tusks.svg b/client/public/icons/game-icons/ffffff/delapouite/ivory-tusks.svg new file mode 100644 index 00000000..ffa828ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ivory-tusks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/j-brick.svg b/client/public/icons/game-icons/ffffff/delapouite/j-brick.svg new file mode 100644 index 00000000..502a3459 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/j-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jack-plug.svg b/client/public/icons/game-icons/ffffff/delapouite/jack-plug.svg new file mode 100644 index 00000000..c829407e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jack-plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/japan.svg b/client/public/icons/game-icons/ffffff/delapouite/japan.svg new file mode 100644 index 00000000..506f6cc7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/japan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/japanese-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/japanese-bridge.svg new file mode 100644 index 00000000..d55648e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/japanese-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jasmine.svg b/client/public/icons/game-icons/ffffff/delapouite/jasmine.svg new file mode 100644 index 00000000..a23e0f77 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jasmine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jason-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/jason-mask.svg new file mode 100644 index 00000000..6295f7a1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jason-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jawless-cyclop.svg b/client/public/icons/game-icons/ffffff/delapouite/jawless-cyclop.svg new file mode 100644 index 00000000..f2233103 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jawless-cyclop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jeep.svg b/client/public/icons/game-icons/ffffff/delapouite/jeep.svg new file mode 100644 index 00000000..4dd805ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jeep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jelly-beans.svg b/client/public/icons/game-icons/ffffff/delapouite/jelly-beans.svg new file mode 100644 index 00000000..b1cbffba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jelly-beans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jelly.svg b/client/public/icons/game-icons/ffffff/delapouite/jelly.svg new file mode 100644 index 00000000..dedd932c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jelly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jerrycan.svg b/client/public/icons/game-icons/ffffff/delapouite/jerrycan.svg new file mode 100644 index 00000000..cddb9a8b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jerrycan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jerusalem-cross.svg b/client/public/icons/game-icons/ffffff/delapouite/jerusalem-cross.svg new file mode 100644 index 00000000..a5036fa3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jerusalem-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jester-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/jester-hat.svg new file mode 100644 index 00000000..292117a3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jester-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jet-fighter.svg b/client/public/icons/game-icons/ffffff/delapouite/jet-fighter.svg new file mode 100644 index 00000000..c396e278 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jet-fighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jewel-crown.svg b/client/public/icons/game-icons/ffffff/delapouite/jewel-crown.svg new file mode 100644 index 00000000..de8b439b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jewel-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/join.svg b/client/public/icons/game-icons/ffffff/delapouite/join.svg new file mode 100644 index 00000000..d4243c0a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/join.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/joystick.svg b/client/public/icons/game-icons/ffffff/delapouite/joystick.svg new file mode 100644 index 00000000..4c7482ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/joystick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jug.svg b/client/public/icons/game-icons/ffffff/delapouite/jug.svg new file mode 100644 index 00000000..680ef549 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/juggling-clubs.svg b/client/public/icons/game-icons/ffffff/delapouite/juggling-clubs.svg new file mode 100644 index 00000000..9b54ba49 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/juggling-clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/juggling-seal.svg b/client/public/icons/game-icons/ffffff/delapouite/juggling-seal.svg new file mode 100644 index 00000000..d9eb227f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/juggling-seal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jump-across.svg b/client/public/icons/game-icons/ffffff/delapouite/jump-across.svg new file mode 100644 index 00000000..1edd0599 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jump-across.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jumping-dog.svg b/client/public/icons/game-icons/ffffff/delapouite/jumping-dog.svg new file mode 100644 index 00000000..5feb51a9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jumping-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jumping-rope.svg b/client/public/icons/game-icons/ffffff/delapouite/jumping-rope.svg new file mode 100644 index 00000000..c262d8e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jumping-rope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jungle.svg b/client/public/icons/game-icons/ffffff/delapouite/jungle.svg new file mode 100644 index 00000000..a8f9ec5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jungle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/jupiter.svg b/client/public/icons/game-icons/ffffff/delapouite/jupiter.svg new file mode 100644 index 00000000..d9c8c924 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/jupiter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kangaroo.svg b/client/public/icons/game-icons/ffffff/delapouite/kangaroo.svg new file mode 100644 index 00000000..cdb7dbd9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kangaroo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/katana.svg b/client/public/icons/game-icons/ffffff/delapouite/katana.svg new file mode 100644 index 00000000..47be5878 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/katana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kebab-spit.svg b/client/public/icons/game-icons/ffffff/delapouite/kebab-spit.svg new file mode 100644 index 00000000..e0b3bdb0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kebab-spit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kenku-head.svg b/client/public/icons/game-icons/ffffff/delapouite/kenku-head.svg new file mode 100644 index 00000000..b7fe6296 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kenku-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kenya.svg b/client/public/icons/game-icons/ffffff/delapouite/kenya.svg new file mode 100644 index 00000000..aa996358 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kenya.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ketchup.svg b/client/public/icons/game-icons/ffffff/delapouite/ketchup.svg new file mode 100644 index 00000000..5e993126 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ketchup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/key-card.svg b/client/public/icons/game-icons/ffffff/delapouite/key-card.svg new file mode 100644 index 00000000..ba39af37 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/key-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/key-lock.svg b/client/public/icons/game-icons/ffffff/delapouite/key-lock.svg new file mode 100644 index 00000000..db296dd6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/key-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/keyboard.svg b/client/public/icons/game-icons/ffffff/delapouite/keyboard.svg new file mode 100644 index 00000000..0e2f7fb6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/keyring.svg b/client/public/icons/game-icons/ffffff/delapouite/keyring.svg new file mode 100644 index 00000000..97a6de6f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/keyring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kick-scooter.svg b/client/public/icons/game-icons/ffffff/delapouite/kick-scooter.svg new file mode 100644 index 00000000..da1e9c04 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kick-scooter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kid-slide.svg b/client/public/icons/game-icons/ffffff/delapouite/kid-slide.svg new file mode 100644 index 00000000..620e1bc1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kid-slide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kidneys.svg b/client/public/icons/game-icons/ffffff/delapouite/kidneys.svg new file mode 100644 index 00000000..0c4d6a1c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kidneys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kimono.svg b/client/public/icons/game-icons/ffffff/delapouite/kimono.svg new file mode 100644 index 00000000..19a227d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kimono.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/king-ju-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/king-ju-mask.svg new file mode 100644 index 00000000..6a540505 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/king-ju-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kitchen-scale.svg b/client/public/icons/game-icons/ffffff/delapouite/kitchen-scale.svg new file mode 100644 index 00000000..10f61f35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kitchen-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kitchen-tap.svg b/client/public/icons/game-icons/ffffff/delapouite/kitchen-tap.svg new file mode 100644 index 00000000..ae8223f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kitchen-tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kite.svg b/client/public/icons/game-icons/ffffff/delapouite/kite.svg new file mode 100644 index 00000000..e1a375db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kiwi-bird.svg b/client/public/icons/game-icons/ffffff/delapouite/kiwi-bird.svg new file mode 100644 index 00000000..4d7c96d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kiwi-bird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kiwi-fruit.svg b/client/public/icons/game-icons/ffffff/delapouite/kiwi-fruit.svg new file mode 100644 index 00000000..95107ca2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kiwi-fruit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/klingon.svg b/client/public/icons/game-icons/ffffff/delapouite/klingon.svg new file mode 100644 index 00000000..648ad697 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/klingon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/knee-bandage.svg b/client/public/icons/game-icons/ffffff/delapouite/knee-bandage.svg new file mode 100644 index 00000000..651329b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/knee-bandage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/knee-cap.svg b/client/public/icons/game-icons/ffffff/delapouite/knee-cap.svg new file mode 100644 index 00000000..287fe477 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/knee-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/knee-pad.svg b/client/public/icons/game-icons/ffffff/delapouite/knee-pad.svg new file mode 100644 index 00000000..f1816814 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/knee-pad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kneeling.svg b/client/public/icons/game-icons/ffffff/delapouite/kneeling.svg new file mode 100644 index 00000000..e3f07c32 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kneeling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/knight-banner.svg b/client/public/icons/game-icons/ffffff/delapouite/knight-banner.svg new file mode 100644 index 00000000..9da93f53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/knight-banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/knocked-out-stars.svg b/client/public/icons/game-icons/ffffff/delapouite/knocked-out-stars.svg new file mode 100644 index 00000000..738f2976 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/knocked-out-stars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/knot.svg b/client/public/icons/game-icons/ffffff/delapouite/knot.svg new file mode 100644 index 00000000..f34b2a95 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/knot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/koala.svg b/client/public/icons/game-icons/ffffff/delapouite/koala.svg new file mode 100644 index 00000000..773c34b0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/koala.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/koholint-egg.svg b/client/public/icons/game-icons/ffffff/delapouite/koholint-egg.svg new file mode 100644 index 00000000..e9e33356 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/koholint-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/kraken-tentacle.svg b/client/public/icons/game-icons/ffffff/delapouite/kraken-tentacle.svg new file mode 100644 index 00000000..c68148b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/kraken-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/l-brick.svg b/client/public/icons/game-icons/ffffff/delapouite/l-brick.svg new file mode 100644 index 00000000..eea6c7fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/l-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lab-coat.svg b/client/public/icons/game-icons/ffffff/delapouite/lab-coat.svg new file mode 100644 index 00000000..752699e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lab-coat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/labrador-head.svg b/client/public/icons/game-icons/ffffff/delapouite/labrador-head.svg new file mode 100644 index 00000000..f1f3a83a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/labrador-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ladder.svg b/client/public/icons/game-icons/ffffff/delapouite/ladder.svg new file mode 100644 index 00000000..123d330e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ladder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ladders-platform.svg b/client/public/icons/game-icons/ffffff/delapouite/ladders-platform.svg new file mode 100644 index 00000000..c63d5640 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ladders-platform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ladle.svg b/client/public/icons/game-icons/ffffff/delapouite/ladle.svg new file mode 100644 index 00000000..d46eb1ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ladle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ladybug.svg b/client/public/icons/game-icons/ffffff/delapouite/ladybug.svg new file mode 100644 index 00000000..17ffb9da --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ladybug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lambda.svg b/client/public/icons/game-icons/ffffff/delapouite/lambda.svg new file mode 100644 index 00000000..05e6d8bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lambda.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/delapouite/laptop.svg b/client/public/icons/game-icons/ffffff/delapouite/laptop.svg new file mode 100644 index 00000000..705a7897 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/large-dress.svg b/client/public/icons/game-icons/ffffff/delapouite/large-dress.svg new file mode 100644 index 00000000..eb7d2282 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/large-dress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/large-paint-brush.svg b/client/public/icons/game-icons/ffffff/delapouite/large-paint-brush.svg new file mode 100644 index 00000000..64ff457d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/large-paint-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/laser-turret.svg b/client/public/icons/game-icons/ffffff/delapouite/laser-turret.svg new file mode 100644 index 00000000..f7d19701 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/laser-turret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lasso.svg b/client/public/icons/game-icons/ffffff/delapouite/lasso.svg new file mode 100644 index 00000000..666a76af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lasso.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/latvia.svg b/client/public/icons/game-icons/ffffff/delapouite/latvia.svg new file mode 100644 index 00000000..9f10fcf7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/latvia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/laurels-trophy.svg b/client/public/icons/game-icons/ffffff/delapouite/laurels-trophy.svg new file mode 100644 index 00000000..2354c450 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/laurels-trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lead-pipe.svg b/client/public/icons/game-icons/ffffff/delapouite/lead-pipe.svg new file mode 100644 index 00000000..1ca250c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lead-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/leak.svg b/client/public/icons/game-icons/ffffff/delapouite/leak.svg new file mode 100644 index 00000000..2a65500d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/leak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/leapfrog.svg b/client/public/icons/game-icons/ffffff/delapouite/leapfrog.svg new file mode 100644 index 00000000..b36b514f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/leapfrog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/leather-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/leather-armor.svg new file mode 100644 index 00000000..482d49d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/leather-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/led.svg b/client/public/icons/game-icons/ffffff/delapouite/led.svg new file mode 100644 index 00000000..cda0173f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/led.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/leek.svg b/client/public/icons/game-icons/ffffff/delapouite/leek.svg new file mode 100644 index 00000000..074ca7d3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/leek.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/leg-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/leg-armor.svg new file mode 100644 index 00000000..2792b3e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/leg-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/leg.svg b/client/public/icons/game-icons/ffffff/delapouite/leg.svg new file mode 100644 index 00000000..10ce0ec0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/leg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lemon.svg b/client/public/icons/game-icons/ffffff/delapouite/lemon.svg new file mode 100644 index 00000000..60753eb7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/leo.svg b/client/public/icons/game-icons/ffffff/delapouite/leo.svg new file mode 100644 index 00000000..df5cc76c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/leo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/level-crossing.svg b/client/public/icons/game-icons/ffffff/delapouite/level-crossing.svg new file mode 100644 index 00000000..ca310344 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/level-crossing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/level-end-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/level-end-flag.svg new file mode 100644 index 00000000..642c2f8a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/level-end-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/liar.svg b/client/public/icons/game-icons/ffffff/delapouite/liar.svg new file mode 100644 index 00000000..c83419eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/liar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/liberty-wing.svg b/client/public/icons/game-icons/ffffff/delapouite/liberty-wing.svg new file mode 100644 index 00000000..013a4a12 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/liberty-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/libra.svg b/client/public/icons/game-icons/ffffff/delapouite/libra.svg new file mode 100644 index 00000000..d4675175 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/libra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/libya.svg b/client/public/icons/game-icons/ffffff/delapouite/libya.svg new file mode 100644 index 00000000..0b946c87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/libya.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/life-bar.svg b/client/public/icons/game-icons/ffffff/delapouite/life-bar.svg new file mode 100644 index 00000000..ce3464b9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/life-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/life-buoy.svg b/client/public/icons/game-icons/ffffff/delapouite/life-buoy.svg new file mode 100644 index 00000000..ebf95c59 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/life-buoy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/life-jacket.svg b/client/public/icons/game-icons/ffffff/delapouite/life-jacket.svg new file mode 100644 index 00000000..9f069881 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/life-jacket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/light-backpack.svg b/client/public/icons/game-icons/ffffff/delapouite/light-backpack.svg new file mode 100644 index 00000000..cbdfc222 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/light-backpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/light-helm.svg b/client/public/icons/game-icons/ffffff/delapouite/light-helm.svg new file mode 100644 index 00000000..84d12b67 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/light-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/light-projector.svg b/client/public/icons/game-icons/ffffff/delapouite/light-projector.svg new file mode 100644 index 00000000..9667f39c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/light-projector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/light-sabers.svg b/client/public/icons/game-icons/ffffff/delapouite/light-sabers.svg new file mode 100644 index 00000000..63e1b98b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/light-sabers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lighter.svg b/client/public/icons/game-icons/ffffff/delapouite/lighter.svg new file mode 100644 index 00000000..ddd4895c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lighthouse.svg b/client/public/icons/game-icons/ffffff/delapouite/lighthouse.svg new file mode 100644 index 00000000..9a3b47d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lighthouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lightning-dome.svg b/client/public/icons/game-icons/ffffff/delapouite/lightning-dome.svg new file mode 100644 index 00000000..142989ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lightning-dome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lightning-flame.svg b/client/public/icons/game-icons/ffffff/delapouite/lightning-flame.svg new file mode 100644 index 00000000..1b9cefcc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lightning-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lily-pads.svg b/client/public/icons/game-icons/ffffff/delapouite/lily-pads.svg new file mode 100644 index 00000000..9c5ed683 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lily-pads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lipstick.svg b/client/public/icons/game-icons/ffffff/delapouite/lipstick.svg new file mode 100644 index 00000000..b3ba9240 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lipstick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/liquid-soap.svg b/client/public/icons/game-icons/ffffff/delapouite/liquid-soap.svg new file mode 100644 index 00000000..a71f765b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/liquid-soap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/liver.svg b/client/public/icons/game-icons/ffffff/delapouite/liver.svg new file mode 100644 index 00000000..2a260148 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/liver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/load.svg b/client/public/icons/game-icons/ffffff/delapouite/load.svg new file mode 100644 index 00000000..90bf3ea4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/load.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lock-picking.svg b/client/public/icons/game-icons/ffffff/delapouite/lock-picking.svg new file mode 100644 index 00000000..58acb373 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lock-picking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lock-spy.svg b/client/public/icons/game-icons/ffffff/delapouite/lock-spy.svg new file mode 100644 index 00000000..bc35b760 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lock-spy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/locked-box.svg b/client/public/icons/game-icons/ffffff/delapouite/locked-box.svg new file mode 100644 index 00000000..5b9f02b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/locked-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/locked-door.svg b/client/public/icons/game-icons/ffffff/delapouite/locked-door.svg new file mode 100644 index 00000000..d715cd23 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/locked-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/locked-heart.svg b/client/public/icons/game-icons/ffffff/delapouite/locked-heart.svg new file mode 100644 index 00000000..ec4038ab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/locked-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lockers.svg b/client/public/icons/game-icons/ffffff/delapouite/lockers.svg new file mode 100644 index 00000000..1e67026e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lockers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lockpicks.svg b/client/public/icons/game-icons/ffffff/delapouite/lockpicks.svg new file mode 100644 index 00000000..7223908a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lockpicks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/log.svg b/client/public/icons/game-icons/ffffff/delapouite/log.svg new file mode 100644 index 00000000..23749803 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/logic-gate-and.svg b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-and.svg new file mode 100644 index 00000000..4ec036ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-and.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nand.svg b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nand.svg new file mode 100644 index 00000000..8e6ef054 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nor.svg b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nor.svg new file mode 100644 index 00000000..f288f785 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/logic-gate-not.svg b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-not.svg new file mode 100644 index 00000000..7d7d1f03 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-not.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nxor.svg b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nxor.svg new file mode 100644 index 00000000..f0a711fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-nxor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/logic-gate-or.svg b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-or.svg new file mode 100644 index 00000000..23cd873f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-or.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/logic-gate-xor.svg b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-xor.svg new file mode 100644 index 00000000..71973e39 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/logic-gate-xor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/loincloth.svg b/client/public/icons/game-icons/ffffff/delapouite/loincloth.svg new file mode 100644 index 00000000..6197b687 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/loincloth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/look-at.svg b/client/public/icons/game-icons/ffffff/delapouite/look-at.svg new file mode 100644 index 00000000..eeb20335 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/look-at.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lorgnette.svg b/client/public/icons/game-icons/ffffff/delapouite/lorgnette.svg new file mode 100644 index 00000000..974b319b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lorgnette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/louvre-pyramid.svg b/client/public/icons/game-icons/ffffff/delapouite/louvre-pyramid.svg new file mode 100644 index 00000000..2b08ce6a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/louvre-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/love-letter.svg b/client/public/icons/game-icons/ffffff/delapouite/love-letter.svg new file mode 100644 index 00000000..83d637af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/love-letter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/love-mystery.svg b/client/public/icons/game-icons/ffffff/delapouite/love-mystery.svg new file mode 100644 index 00000000..6b76ad69 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/love-mystery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lovers.svg b/client/public/icons/game-icons/ffffff/delapouite/lovers.svg new file mode 100644 index 00000000..35e22761 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lovers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/low-tide.svg b/client/public/icons/game-icons/ffffff/delapouite/low-tide.svg new file mode 100644 index 00000000..c2eaef10 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/low-tide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/luchador.svg b/client/public/icons/game-icons/ffffff/delapouite/luchador.svg new file mode 100644 index 00000000..477e7a78 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/luchador.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lucky-fisherman.svg b/client/public/icons/game-icons/ffffff/delapouite/lucky-fisherman.svg new file mode 100644 index 00000000..8cca7ad4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lucky-fisherman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lunar-module.svg b/client/public/icons/game-icons/ffffff/delapouite/lunar-module.svg new file mode 100644 index 00000000..5d1c1871 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lunar-module.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lunar-wand.svg b/client/public/icons/game-icons/ffffff/delapouite/lunar-wand.svg new file mode 100644 index 00000000..d2fb2f3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lunar-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lungs.svg b/client/public/icons/game-icons/ffffff/delapouite/lungs.svg new file mode 100644 index 00000000..d765e700 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lungs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/lynx-head.svg b/client/public/icons/game-icons/ffffff/delapouite/lynx-head.svg new file mode 100644 index 00000000..4c85b3ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/lynx-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/machine-gun-magazine.svg b/client/public/icons/game-icons/ffffff/delapouite/machine-gun-magazine.svg new file mode 100644 index 00000000..99900884 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/machine-gun-magazine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/magic-axe.svg b/client/public/icons/game-icons/ffffff/delapouite/magic-axe.svg new file mode 100644 index 00000000..19fd69da --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/magic-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/magic-broom.svg b/client/public/icons/game-icons/ffffff/delapouite/magic-broom.svg new file mode 100644 index 00000000..3721d416 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/magic-broom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/magic-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/magic-hat.svg new file mode 100644 index 00000000..e467c913 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/magic-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/magic-potion.svg b/client/public/icons/game-icons/ffffff/delapouite/magic-potion.svg new file mode 100644 index 00000000..7efc39bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/magic-potion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/magic-trident.svg b/client/public/icons/game-icons/ffffff/delapouite/magic-trident.svg new file mode 100644 index 00000000..5513e298 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/magic-trident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/magick-trick.svg b/client/public/icons/game-icons/ffffff/delapouite/magick-trick.svg new file mode 100644 index 00000000..875d692c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/magick-trick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/magnet-man.svg b/client/public/icons/game-icons/ffffff/delapouite/magnet-man.svg new file mode 100644 index 00000000..c7791415 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/magnet-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mailbox.svg b/client/public/icons/game-icons/ffffff/delapouite/mailbox.svg new file mode 100644 index 00000000..f52135bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mailbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/male.svg b/client/public/icons/game-icons/ffffff/delapouite/male.svg new file mode 100644 index 00000000..b8e35455 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mammoth.svg b/client/public/icons/game-icons/ffffff/delapouite/mammoth.svg new file mode 100644 index 00000000..0028f2f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mammoth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mandrill-head.svg b/client/public/icons/game-icons/ffffff/delapouite/mandrill-head.svg new file mode 100644 index 00000000..e998a271 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mandrill-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/manta-ray.svg b/client/public/icons/game-icons/ffffff/delapouite/manta-ray.svg new file mode 100644 index 00000000..bd37564f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/manta-ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/manual-juicer.svg b/client/public/icons/game-icons/ffffff/delapouite/manual-juicer.svg new file mode 100644 index 00000000..825ac73a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/manual-juicer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/manual-meat-grinder.svg b/client/public/icons/game-icons/ffffff/delapouite/manual-meat-grinder.svg new file mode 100644 index 00000000..27053b1b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/manual-meat-grinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/maracas.svg b/client/public/icons/game-icons/ffffff/delapouite/maracas.svg new file mode 100644 index 00000000..e7d399c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/maracas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/marble-tap.svg b/client/public/icons/game-icons/ffffff/delapouite/marble-tap.svg new file mode 100644 index 00000000..ffd58966 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/marble-tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/marbles.svg b/client/public/icons/game-icons/ffffff/delapouite/marbles.svg new file mode 100644 index 00000000..583e98a9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/marbles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mars-curiosity.svg b/client/public/icons/game-icons/ffffff/delapouite/mars-curiosity.svg new file mode 100644 index 00000000..589780a8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mars-curiosity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mars-pathfinder.svg b/client/public/icons/game-icons/ffffff/delapouite/mars-pathfinder.svg new file mode 100644 index 00000000..59789709 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mars-pathfinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/marshmallows.svg b/client/public/icons/game-icons/ffffff/delapouite/marshmallows.svg new file mode 100644 index 00000000..180c30cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/marshmallows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/martyr-memorial.svg b/client/public/icons/game-icons/ffffff/delapouite/martyr-memorial.svg new file mode 100644 index 00000000..981fb536 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/martyr-memorial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/matchbox.svg b/client/public/icons/game-icons/ffffff/delapouite/matchbox.svg new file mode 100644 index 00000000..af75a3de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/matchbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/matryoshka-dolls.svg b/client/public/icons/game-icons/ffffff/delapouite/matryoshka-dolls.svg new file mode 100644 index 00000000..cb3b2478 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/matryoshka-dolls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/matter-states.svg b/client/public/icons/game-icons/ffffff/delapouite/matter-states.svg new file mode 100644 index 00000000..e03235fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/matter-states.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mayan-pyramid.svg b/client/public/icons/game-icons/ffffff/delapouite/mayan-pyramid.svg new file mode 100644 index 00000000..17ac9bf2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mayan-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/meal.svg b/client/public/icons/game-icons/ffffff/delapouite/meal.svg new file mode 100644 index 00000000..64db85c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/meal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/measure-tape.svg b/client/public/icons/game-icons/ffffff/delapouite/measure-tape.svg new file mode 100644 index 00000000..0a290b33 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/measure-tape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mecha-head.svg b/client/public/icons/game-icons/ffffff/delapouite/mecha-head.svg new file mode 100644 index 00000000..74b41c5f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mecha-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mecha-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/mecha-mask.svg new file mode 100644 index 00000000..e59110ab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mecha-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mechanic-garage.svg b/client/public/icons/game-icons/ffffff/delapouite/mechanic-garage.svg new file mode 100644 index 00000000..5e82d379 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mechanic-garage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/medallist.svg b/client/public/icons/game-icons/ffffff/delapouite/medallist.svg new file mode 100644 index 00000000..b3b46e64 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/medallist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/medical-drip.svg b/client/public/icons/game-icons/ffffff/delapouite/medical-drip.svg new file mode 100644 index 00000000..47c14b8b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/medical-drip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/medical-thermometer.svg b/client/public/icons/game-icons/ffffff/delapouite/medical-thermometer.svg new file mode 100644 index 00000000..b5406ebd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/medical-thermometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/medicine-pills.svg b/client/public/icons/game-icons/ffffff/delapouite/medicine-pills.svg new file mode 100644 index 00000000..d78a5f22 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/medicine-pills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/medicines.svg b/client/public/icons/game-icons/ffffff/delapouite/medicines.svg new file mode 100644 index 00000000..21ec80dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/medicines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/medieval-barracks.svg b/client/public/icons/game-icons/ffffff/delapouite/medieval-barracks.svg new file mode 100644 index 00000000..aacf6794 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/medieval-barracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/medieval-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/medieval-gate.svg new file mode 100644 index 00000000..7942ab11 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/medieval-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/medieval-pavilion.svg b/client/public/icons/game-icons/ffffff/delapouite/medieval-pavilion.svg new file mode 100644 index 00000000..1fd5bbce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/medieval-pavilion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/meeple-army.svg b/client/public/icons/game-icons/ffffff/delapouite/meeple-army.svg new file mode 100644 index 00000000..20f5d83d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/meeple-army.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/meeple-circle.svg b/client/public/icons/game-icons/ffffff/delapouite/meeple-circle.svg new file mode 100644 index 00000000..03d3a98e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/meeple-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/meeple-group.svg b/client/public/icons/game-icons/ffffff/delapouite/meeple-group.svg new file mode 100644 index 00000000..b5a08b46 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/meeple-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/meeple-king.svg b/client/public/icons/game-icons/ffffff/delapouite/meeple-king.svg new file mode 100644 index 00000000..860295c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/meeple-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/meeple.svg b/client/public/icons/game-icons/ffffff/delapouite/meeple.svg new file mode 100644 index 00000000..d5ea7191 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/meeple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/megaphone.svg b/client/public/icons/game-icons/ffffff/delapouite/megaphone.svg new file mode 100644 index 00000000..2ca5e7b3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/melting-ice-cube.svg b/client/public/icons/game-icons/ffffff/delapouite/melting-ice-cube.svg new file mode 100644 index 00000000..d789c59e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/melting-ice-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/melting-metal.svg b/client/public/icons/game-icons/ffffff/delapouite/melting-metal.svg new file mode 100644 index 00000000..65fe2bf1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/melting-metal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/menhir.svg b/client/public/icons/game-icons/ffffff/delapouite/menhir.svg new file mode 100644 index 00000000..bb1a119e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/menhir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mermaid.svg b/client/public/icons/game-icons/ffffff/delapouite/mermaid.svg new file mode 100644 index 00000000..85fc9f89 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mermaid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mesh-network.svg b/client/public/icons/game-icons/ffffff/delapouite/mesh-network.svg new file mode 100644 index 00000000..a2d3dbc8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mesh-network.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/metal-boot.svg b/client/public/icons/game-icons/ffffff/delapouite/metal-boot.svg new file mode 100644 index 00000000..43b2f6ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/metal-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/metal-detector.svg b/client/public/icons/game-icons/ffffff/delapouite/metal-detector.svg new file mode 100644 index 00000000..3639729b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/metal-detector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/metal-golem-head.svg b/client/public/icons/game-icons/ffffff/delapouite/metal-golem-head.svg new file mode 100644 index 00000000..ff887dff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/metal-golem-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/metal-plate.svg b/client/public/icons/game-icons/ffffff/delapouite/metal-plate.svg new file mode 100644 index 00000000..76da49f7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/metal-plate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/metal-skirt.svg b/client/public/icons/game-icons/ffffff/delapouite/metal-skirt.svg new file mode 100644 index 00000000..b398de95 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/metal-skirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/metroid.svg b/client/public/icons/game-icons/ffffff/delapouite/metroid.svg new file mode 100644 index 00000000..bb05891c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/metroid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/metronome.svg b/client/public/icons/game-icons/ffffff/delapouite/metronome.svg new file mode 100644 index 00000000..df8fe1c2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/metronome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mexico.svg b/client/public/icons/game-icons/ffffff/delapouite/mexico.svg new file mode 100644 index 00000000..e8695906 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mexico.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/microphone.svg b/client/public/icons/game-icons/ffffff/delapouite/microphone.svg new file mode 100644 index 00000000..dd076f0e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mid-summit.svg b/client/public/icons/game-icons/ffffff/delapouite/mid-summit.svg new file mode 100644 index 00000000..21a55ba6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mid-summit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mighty-boosh.svg b/client/public/icons/game-icons/ffffff/delapouite/mighty-boosh.svg new file mode 100644 index 00000000..4f347c67 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mighty-boosh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mighty-force.svg b/client/public/icons/game-icons/ffffff/delapouite/mighty-force.svg new file mode 100644 index 00000000..96b843a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mighty-force.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mighty-horn.svg b/client/public/icons/game-icons/ffffff/delapouite/mighty-horn.svg new file mode 100644 index 00000000..99735e2f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mighty-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/military-fort.svg b/client/public/icons/game-icons/ffffff/delapouite/military-fort.svg new file mode 100644 index 00000000..7dac176c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/military-fort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/millenium-key.svg b/client/public/icons/game-icons/ffffff/delapouite/millenium-key.svg new file mode 100644 index 00000000..b19d5aa1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/millenium-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mimic-chest.svg b/client/public/icons/game-icons/ffffff/delapouite/mimic-chest.svg new file mode 100644 index 00000000..76a5cecd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mimic-chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mine-truck.svg b/client/public/icons/game-icons/ffffff/delapouite/mine-truck.svg new file mode 100644 index 00000000..ee4a8e88 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mine-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mine-wagon.svg b/client/public/icons/game-icons/ffffff/delapouite/mine-wagon.svg new file mode 100644 index 00000000..c12ef6f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mine-wagon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/miner.svg b/client/public/icons/game-icons/ffffff/delapouite/miner.svg new file mode 100644 index 00000000..6b606f77 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/miner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mineral-pearls.svg b/client/public/icons/game-icons/ffffff/delapouite/mineral-pearls.svg new file mode 100644 index 00000000..a6ac36dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mineral-pearls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mini-submarine.svg b/client/public/icons/game-icons/ffffff/delapouite/mini-submarine.svg new file mode 100644 index 00000000..1b1ddaa6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mini-submarine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mining-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/mining-helmet.svg new file mode 100644 index 00000000..e7968280 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mining-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/misdirection.svg b/client/public/icons/game-icons/ffffff/delapouite/misdirection.svg new file mode 100644 index 00000000..a03973d3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/misdirection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/missile-launcher.svg b/client/public/icons/game-icons/ffffff/delapouite/missile-launcher.svg new file mode 100644 index 00000000..e7734542 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/missile-launcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/moai.svg b/client/public/icons/game-icons/ffffff/delapouite/moai.svg new file mode 100644 index 00000000..0809880b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/moai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/modern-city.svg b/client/public/icons/game-icons/ffffff/delapouite/modern-city.svg new file mode 100644 index 00000000..eef6bd72 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/modern-city.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/moka-pot.svg b/client/public/icons/game-icons/ffffff/delapouite/moka-pot.svg new file mode 100644 index 00000000..b4ccf809 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/moka-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/moldova.svg b/client/public/icons/game-icons/ffffff/delapouite/moldova.svg new file mode 100644 index 00000000..5f018444 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/moldova.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mona-lisa.svg b/client/public/icons/game-icons/ffffff/delapouite/mona-lisa.svg new file mode 100644 index 00000000..a38019d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mona-lisa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/moncler-jacket.svg b/client/public/icons/game-icons/ffffff/delapouite/moncler-jacket.svg new file mode 100644 index 00000000..84c82688 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/moncler-jacket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/money-stack.svg b/client/public/icons/game-icons/ffffff/delapouite/money-stack.svg new file mode 100644 index 00000000..9ae48b2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/money-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mongolia.svg b/client/public/icons/game-icons/ffffff/delapouite/mongolia.svg new file mode 100644 index 00000000..fa6a4054 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mongolia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/monk-face.svg b/client/public/icons/game-icons/ffffff/delapouite/monk-face.svg new file mode 100644 index 00000000..f261f682 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/monk-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/monkey-wrench.svg b/client/public/icons/game-icons/ffffff/delapouite/monkey-wrench.svg new file mode 100644 index 00000000..dfa6a039 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/monkey-wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mono-wheel-robot.svg b/client/public/icons/game-icons/ffffff/delapouite/mono-wheel-robot.svg new file mode 100644 index 00000000..dd3af464 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mono-wheel-robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/monstera-leaf.svg b/client/public/icons/game-icons/ffffff/delapouite/monstera-leaf.svg new file mode 100644 index 00000000..81f9a7c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/monstera-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/monument-valley.svg b/client/public/icons/game-icons/ffffff/delapouite/monument-valley.svg new file mode 100644 index 00000000..ae64b146 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/monument-valley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/moon-bats.svg b/client/public/icons/game-icons/ffffff/delapouite/moon-bats.svg new file mode 100644 index 00000000..acc0020c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/moon-bats.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/moon-orbit.svg b/client/public/icons/game-icons/ffffff/delapouite/moon-orbit.svg new file mode 100644 index 00000000..98ed6ce8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/moon-orbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mooring-bollard.svg b/client/public/icons/game-icons/ffffff/delapouite/mooring-bollard.svg new file mode 100644 index 00000000..ade7144c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mooring-bollard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/morgue-feet.svg b/client/public/icons/game-icons/ffffff/delapouite/morgue-feet.svg new file mode 100644 index 00000000..f6111978 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/morgue-feet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/morph-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/morph-ball.svg new file mode 100644 index 00000000..9d013a17 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/morph-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mortar.svg b/client/public/icons/game-icons/ffffff/delapouite/mortar.svg new file mode 100644 index 00000000..c8321e8c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mortar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mountain-cave.svg b/client/public/icons/game-icons/ffffff/delapouite/mountain-cave.svg new file mode 100644 index 00000000..b5757bcf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mountain-cave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mountain-road.svg b/client/public/icons/game-icons/ffffff/delapouite/mountain-road.svg new file mode 100644 index 00000000..998cc229 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mountain-road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mouse.svg b/client/public/icons/game-icons/ffffff/delapouite/mouse.svg new file mode 100644 index 00000000..a0019d87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/move.svg b/client/public/icons/game-icons/ffffff/delapouite/move.svg new file mode 100644 index 00000000..12b9fc31 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mp5.svg b/client/public/icons/game-icons/ffffff/delapouite/mp5.svg new file mode 100644 index 00000000..832bb6ab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mp5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mug-shot.svg b/client/public/icons/game-icons/ffffff/delapouite/mug-shot.svg new file mode 100644 index 00000000..612b8032 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mug-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/multi-directions.svg b/client/public/icons/game-icons/ffffff/delapouite/multi-directions.svg new file mode 100644 index 00000000..2329f5eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/multi-directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/multiple-targets.svg b/client/public/icons/game-icons/ffffff/delapouite/multiple-targets.svg new file mode 100644 index 00000000..74aa5fe9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/multiple-targets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mummy-head.svg b/client/public/icons/game-icons/ffffff/delapouite/mummy-head.svg new file mode 100644 index 00000000..bbff9642 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mummy-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/muscular-torso.svg b/client/public/icons/game-icons/ffffff/delapouite/muscular-torso.svg new file mode 100644 index 00000000..2e695b1e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/muscular-torso.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mushroom-house.svg b/client/public/icons/game-icons/ffffff/delapouite/mushroom-house.svg new file mode 100644 index 00000000..cb58ea9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mushroom-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mushrooms-cluster.svg b/client/public/icons/game-icons/ffffff/delapouite/mushrooms-cluster.svg new file mode 100644 index 00000000..0fa59a01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mushrooms-cluster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mushrooms.svg b/client/public/icons/game-icons/ffffff/delapouite/mushrooms.svg new file mode 100644 index 00000000..ad2554a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mushrooms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/musical-keyboard.svg b/client/public/icons/game-icons/ffffff/delapouite/musical-keyboard.svg new file mode 100644 index 00000000..e9759079 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/musical-keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/musical-notes.svg b/client/public/icons/game-icons/ffffff/delapouite/musical-notes.svg new file mode 100644 index 00000000..118de0e1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/musical-notes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/musical-score.svg b/client/public/icons/game-icons/ffffff/delapouite/musical-score.svg new file mode 100644 index 00000000..5425a949 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/musical-score.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mussel.svg b/client/public/icons/game-icons/ffffff/delapouite/mussel.svg new file mode 100644 index 00000000..712036ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mussel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mustache.svg b/client/public/icons/game-icons/ffffff/delapouite/mustache.svg new file mode 100644 index 00000000..1b3ed219 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mustache.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/mute.svg b/client/public/icons/game-icons/ffffff/delapouite/mute.svg new file mode 100644 index 00000000..63404668 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nachos.svg b/client/public/icons/game-icons/ffffff/delapouite/nachos.svg new file mode 100644 index 00000000..a97b00f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nachos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nano-bot.svg b/client/public/icons/game-icons/ffffff/delapouite/nano-bot.svg new file mode 100644 index 00000000..82f9787c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nano-bot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/neck-bite.svg b/client/public/icons/game-icons/ffffff/delapouite/neck-bite.svg new file mode 100644 index 00000000..ee853405 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/neck-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/necklace-display.svg b/client/public/icons/game-icons/ffffff/delapouite/necklace-display.svg new file mode 100644 index 00000000..885bfa80 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/necklace-display.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nectar.svg b/client/public/icons/game-icons/ffffff/delapouite/nectar.svg new file mode 100644 index 00000000..2e730062 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nectar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nefertiti.svg b/client/public/icons/game-icons/ffffff/delapouite/nefertiti.svg new file mode 100644 index 00000000..1b720f7e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nefertiti.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nest-birds.svg b/client/public/icons/game-icons/ffffff/delapouite/nest-birds.svg new file mode 100644 index 00000000..155bb2c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nest-birds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nest-eggs.svg b/client/public/icons/game-icons/ffffff/delapouite/nest-eggs.svg new file mode 100644 index 00000000..c15fbb4f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nest-eggs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nested-hearts.svg b/client/public/icons/game-icons/ffffff/delapouite/nested-hearts.svg new file mode 100644 index 00000000..5bb62cde --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nested-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nested-hexagons.svg b/client/public/icons/game-icons/ffffff/delapouite/nested-hexagons.svg new file mode 100644 index 00000000..64134f43 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nested-hexagons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/network-bars.svg b/client/public/icons/game-icons/ffffff/delapouite/network-bars.svg new file mode 100644 index 00000000..7edd36d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/network-bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/new-born.svg b/client/public/icons/game-icons/ffffff/delapouite/new-born.svg new file mode 100644 index 00000000..5228de7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/new-born.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/newspaper.svg b/client/public/icons/game-icons/ffffff/delapouite/newspaper.svg new file mode 100644 index 00000000..a5de34e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/next-button.svg b/client/public/icons/game-icons/ffffff/delapouite/next-button.svg new file mode 100644 index 00000000..ddf2c5aa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/next-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nigeria.svg b/client/public/icons/game-icons/ffffff/delapouite/nigeria.svg new file mode 100644 index 00000000..48b04e97 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nigeria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/night-sleep.svg b/client/public/icons/game-icons/ffffff/delapouite/night-sleep.svg new file mode 100644 index 00000000..1d8e7aec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/night-sleep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/night-vision.svg b/client/public/icons/game-icons/ffffff/delapouite/night-vision.svg new file mode 100644 index 00000000..a3006312 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/night-vision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ninja-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/ninja-armor.svg new file mode 100644 index 00000000..56ba56de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ninja-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ninja-velociraptor.svg b/client/public/icons/game-icons/ffffff/delapouite/ninja-velociraptor.svg new file mode 100644 index 00000000..b6f59124 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ninja-velociraptor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/noodles.svg b/client/public/icons/game-icons/ffffff/delapouite/noodles.svg new file mode 100644 index 00000000..6c89199d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/noodles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nose-front.svg b/client/public/icons/game-icons/ffffff/delapouite/nose-front.svg new file mode 100644 index 00000000..a33a2ad6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nose-front.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nose-side.svg b/client/public/icons/game-icons/ffffff/delapouite/nose-side.svg new file mode 100644 index 00000000..c7dffd4d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nose-side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/notebook.svg b/client/public/icons/game-icons/ffffff/delapouite/notebook.svg new file mode 100644 index 00000000..8290fc9f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/notebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nuclear-plant.svg b/client/public/icons/game-icons/ffffff/delapouite/nuclear-plant.svg new file mode 100644 index 00000000..d8faa2e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nuclear-plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nuclear-waste.svg b/client/public/icons/game-icons/ffffff/delapouite/nuclear-waste.svg new file mode 100644 index 00000000..78886b02 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nuclear-waste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nunchaku.svg b/client/public/icons/game-icons/ffffff/delapouite/nunchaku.svg new file mode 100644 index 00000000..df96ed0f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nunchaku.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nurse-female.svg b/client/public/icons/game-icons/ffffff/delapouite/nurse-female.svg new file mode 100644 index 00000000..9876d8c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nurse-female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/nurse-male.svg b/client/public/icons/game-icons/ffffff/delapouite/nurse-male.svg new file mode 100644 index 00000000..332411c2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/nurse-male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/o-brick.svg b/client/public/icons/game-icons/ffffff/delapouite/o-brick.svg new file mode 100644 index 00000000..5b6923b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/o-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oak-leaf.svg b/client/public/icons/game-icons/ffffff/delapouite/oak-leaf.svg new file mode 100644 index 00000000..51252d8b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oak-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oasis.svg b/client/public/icons/game-icons/ffffff/delapouite/oasis.svg new file mode 100644 index 00000000..4a9feab0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oasis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/obelisk.svg b/client/public/icons/game-icons/ffffff/delapouite/obelisk.svg new file mode 100644 index 00000000..c61b730f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/obelisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/observatory.svg b/client/public/icons/game-icons/ffffff/delapouite/observatory.svg new file mode 100644 index 00000000..27381786 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/observatory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ocarina.svg b/client/public/icons/game-icons/ffffff/delapouite/ocarina.svg new file mode 100644 index 00000000..30c99836 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ocarina.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oden.svg b/client/public/icons/game-icons/ffffff/delapouite/oden.svg new file mode 100644 index 00000000..815c0022 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oden.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/office-chair.svg b/client/public/icons/game-icons/ffffff/delapouite/office-chair.svg new file mode 100644 index 00000000..5a5aed74 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/office-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/offshore-platform.svg b/client/public/icons/game-icons/ffffff/delapouite/offshore-platform.svg new file mode 100644 index 00000000..4bdde5a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/offshore-platform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ogre.svg b/client/public/icons/game-icons/ffffff/delapouite/ogre.svg new file mode 100644 index 00000000..a5cc0def --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ogre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oil-can.svg b/client/public/icons/game-icons/ffffff/delapouite/oil-can.svg new file mode 100644 index 00000000..cb796c6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oil-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oil-pump.svg b/client/public/icons/game-icons/ffffff/delapouite/oil-pump.svg new file mode 100644 index 00000000..9fee76fe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oil-pump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oil-rig.svg b/client/public/icons/game-icons/ffffff/delapouite/oil-rig.svg new file mode 100644 index 00000000..c803ac82 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oil-rig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/old-lantern.svg b/client/public/icons/game-icons/ffffff/delapouite/old-lantern.svg new file mode 100644 index 00000000..56aa1ec6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/old-lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/old-microphone.svg b/client/public/icons/game-icons/ffffff/delapouite/old-microphone.svg new file mode 100644 index 00000000..4217e182 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/old-microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/old-wagon.svg b/client/public/icons/game-icons/ffffff/delapouite/old-wagon.svg new file mode 100644 index 00000000..99dddb1b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/old-wagon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/olive.svg b/client/public/icons/game-icons/ffffff/delapouite/olive.svg new file mode 100644 index 00000000..1715e365 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/olive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oni.svg b/client/public/icons/game-icons/ffffff/delapouite/oni.svg new file mode 100644 index 00000000..1900de98 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/onigori.svg b/client/public/icons/game-icons/ffffff/delapouite/onigori.svg new file mode 100644 index 00000000..4f4a6e33 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/onigori.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/open-folder.svg b/client/public/icons/game-icons/ffffff/delapouite/open-folder.svg new file mode 100644 index 00000000..415a1409 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/open-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/open-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/open-gate.svg new file mode 100644 index 00000000..61862069 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/open-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/opened-food-can.svg b/client/public/icons/game-icons/ffffff/delapouite/opened-food-can.svg new file mode 100644 index 00000000..71c21170 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/opened-food-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ophiuchus.svg b/client/public/icons/game-icons/ffffff/delapouite/ophiuchus.svg new file mode 100644 index 00000000..0f9c6c26 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ophiuchus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/opposite-hearts.svg b/client/public/icons/game-icons/ffffff/delapouite/opposite-hearts.svg new file mode 100644 index 00000000..044ae1c3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/opposite-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/orange-slice.svg b/client/public/icons/game-icons/ffffff/delapouite/orange-slice.svg new file mode 100644 index 00000000..5496541b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/orange-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/orange.svg b/client/public/icons/game-icons/ffffff/delapouite/orange.svg new file mode 100644 index 00000000..b6ab9c8b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/orange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/orc-head.svg b/client/public/icons/game-icons/ffffff/delapouite/orc-head.svg new file mode 100644 index 00000000..f7e01a5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/orc-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/organigram.svg b/client/public/icons/game-icons/ffffff/delapouite/organigram.svg new file mode 100644 index 00000000..b94ace2c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/organigram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ostrich.svg b/client/public/icons/game-icons/ffffff/delapouite/ostrich.svg new file mode 100644 index 00000000..69932100 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ostrich.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/otamatone.svg b/client/public/icons/game-icons/ffffff/delapouite/otamatone.svg new file mode 100644 index 00000000..cded4b23 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/otamatone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/outback-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/outback-hat.svg new file mode 100644 index 00000000..d13bb8e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/outback-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/overlord-helm.svg b/client/public/icons/game-icons/ffffff/delapouite/overlord-helm.svg new file mode 100644 index 00000000..f9fb2bb7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/overlord-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oyster-pearl.svg b/client/public/icons/game-icons/ffffff/delapouite/oyster-pearl.svg new file mode 100644 index 00000000..21772cab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oyster-pearl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/oyster.svg b/client/public/icons/game-icons/ffffff/delapouite/oyster.svg new file mode 100644 index 00000000..ccf9611a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/oyster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/packed-planks.svg b/client/public/icons/game-icons/ffffff/delapouite/packed-planks.svg new file mode 100644 index 00000000..4d833208 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/packed-planks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paddle-steamer.svg b/client/public/icons/game-icons/ffffff/delapouite/paddle-steamer.svg new file mode 100644 index 00000000..4ef865e3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paddle-steamer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paddles.svg b/client/public/icons/game-icons/ffffff/delapouite/paddles.svg new file mode 100644 index 00000000..e0ff87f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paddles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/padlock-open.svg b/client/public/icons/game-icons/ffffff/delapouite/padlock-open.svg new file mode 100644 index 00000000..e5398f14 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/padlock-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pagoda.svg b/client/public/icons/game-icons/ffffff/delapouite/pagoda.svg new file mode 100644 index 00000000..6905108e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pagoda.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paint-brush.svg b/client/public/icons/game-icons/ffffff/delapouite/paint-brush.svg new file mode 100644 index 00000000..47c515fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paint-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paint-bucket.svg b/client/public/icons/game-icons/ffffff/delapouite/paint-bucket.svg new file mode 100644 index 00000000..8244db72 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paint-bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paint-roller.svg b/client/public/icons/game-icons/ffffff/delapouite/paint-roller.svg new file mode 100644 index 00000000..13176353 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paint-roller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/painted-pottery.svg b/client/public/icons/game-icons/ffffff/delapouite/painted-pottery.svg new file mode 100644 index 00000000..891b3ba8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/painted-pottery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/palette.svg b/client/public/icons/game-icons/ffffff/delapouite/palette.svg new file mode 100644 index 00000000..f64620d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/palisade.svg b/client/public/icons/game-icons/ffffff/delapouite/palisade.svg new file mode 100644 index 00000000..63c3e516 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/palisade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/palm-tree.svg b/client/public/icons/game-icons/ffffff/delapouite/palm-tree.svg new file mode 100644 index 00000000..6bb92cd3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/palm-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pan-flute.svg b/client/public/icons/game-icons/ffffff/delapouite/pan-flute.svg new file mode 100644 index 00000000..5a40d3e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pan-flute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/panda.svg b/client/public/icons/game-icons/ffffff/delapouite/panda.svg new file mode 100644 index 00000000..b35d9cf8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/panda.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/panzerfaust.svg b/client/public/icons/game-icons/ffffff/delapouite/panzerfaust.svg new file mode 100644 index 00000000..d8a1ab8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/panzerfaust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paper-boat.svg b/client/public/icons/game-icons/ffffff/delapouite/paper-boat.svg new file mode 100644 index 00000000..30a1ee33 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paper-boat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paper-clip.svg b/client/public/icons/game-icons/ffffff/delapouite/paper-clip.svg new file mode 100644 index 00000000..933be96d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paper-clip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paper-plane.svg b/client/public/icons/game-icons/ffffff/delapouite/paper-plane.svg new file mode 100644 index 00000000..110ab1f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paper-tray.svg b/client/public/icons/game-icons/ffffff/delapouite/paper-tray.svg new file mode 100644 index 00000000..b5594c3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paper-tray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paper-windmill.svg b/client/public/icons/game-icons/ffffff/delapouite/paper-windmill.svg new file mode 100644 index 00000000..daa33c17 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paper-windmill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/papyrus.svg b/client/public/icons/game-icons/ffffff/delapouite/papyrus.svg new file mode 100644 index 00000000..f8fd11ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/papyrus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/paraguay.svg b/client/public/icons/game-icons/ffffff/delapouite/paraguay.svg new file mode 100644 index 00000000..2f141554 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/paraguay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/parasaurolophus.svg b/client/public/icons/game-icons/ffffff/delapouite/parasaurolophus.svg new file mode 100644 index 00000000..3996df95 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/parasaurolophus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/park-bench.svg b/client/public/icons/game-icons/ffffff/delapouite/park-bench.svg new file mode 100644 index 00000000..e2164aaa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/park-bench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/party-flags.svg b/client/public/icons/game-icons/ffffff/delapouite/party-flags.svg new file mode 100644 index 00000000..f73348d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/party-flags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/party-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/party-hat.svg new file mode 100644 index 00000000..b56e4f4d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/party-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/party-popper.svg b/client/public/icons/game-icons/ffffff/delapouite/party-popper.svg new file mode 100644 index 00000000..1c50c883 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/party-popper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/passport.svg b/client/public/icons/game-icons/ffffff/delapouite/passport.svg new file mode 100644 index 00000000..c0d2b3bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/passport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/path-distance.svg b/client/public/icons/game-icons/ffffff/delapouite/path-distance.svg new file mode 100644 index 00000000..386e55eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/path-distance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/path-tile.svg b/client/public/icons/game-icons/ffffff/delapouite/path-tile.svg new file mode 100644 index 00000000..d05ac9f7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/path-tile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pay-money.svg b/client/public/icons/game-icons/ffffff/delapouite/pay-money.svg new file mode 100644 index 00000000..50dbd731 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pay-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/peace-dove.svg b/client/public/icons/game-icons/ffffff/delapouite/peace-dove.svg new file mode 100644 index 00000000..c9ae6e58 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/peace-dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/peach.svg b/client/public/icons/game-icons/ffffff/delapouite/peach.svg new file mode 100644 index 00000000..6c69ba41 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/peach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pear.svg b/client/public/icons/game-icons/ffffff/delapouite/pear.svg new file mode 100644 index 00000000..73c7c112 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pearl-earring.svg b/client/public/icons/game-icons/ffffff/delapouite/pearl-earring.svg new file mode 100644 index 00000000..1c8aa3d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pearl-earring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pearl-necklace.svg b/client/public/icons/game-icons/ffffff/delapouite/pearl-necklace.svg new file mode 100644 index 00000000..338c61a3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pearl-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/peas.svg b/client/public/icons/game-icons/ffffff/delapouite/peas.svg new file mode 100644 index 00000000..cdc998cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/peas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pelvis-bone.svg b/client/public/icons/game-icons/ffffff/delapouite/pelvis-bone.svg new file mode 100644 index 00000000..3213d44f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pelvis-bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pencil-brush.svg b/client/public/icons/game-icons/ffffff/delapouite/pencil-brush.svg new file mode 100644 index 00000000..a84947de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pencil-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pencil-ruler.svg b/client/public/icons/game-icons/ffffff/delapouite/pencil-ruler.svg new file mode 100644 index 00000000..734ac40d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pencil-ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pencil.svg b/client/public/icons/game-icons/ffffff/delapouite/pencil.svg new file mode 100644 index 00000000..879c16fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pendant-key.svg b/client/public/icons/game-icons/ffffff/delapouite/pendant-key.svg new file mode 100644 index 00000000..4aebdab0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pendant-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pendulum-swing.svg b/client/public/icons/game-icons/ffffff/delapouite/pendulum-swing.svg new file mode 100644 index 00000000..588377d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pendulum-swing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/penguin.svg b/client/public/icons/game-icons/ffffff/delapouite/penguin.svg new file mode 100644 index 00000000..a82a334d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/penguin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/periscope.svg b/client/public/icons/game-icons/ffffff/delapouite/periscope.svg new file mode 100644 index 00000000..f0f46cef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/periscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/person-in-bed.svg b/client/public/icons/game-icons/ffffff/delapouite/person-in-bed.svg new file mode 100644 index 00000000..7bc0acf5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/person-in-bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/person.svg b/client/public/icons/game-icons/ffffff/delapouite/person.svg new file mode 100644 index 00000000..8ac17f57 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/person.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-five.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-five.svg new file mode 100644 index 00000000..fa18dbf1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-four.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-four.svg new file mode 100644 index 00000000..c8d1925b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-one.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-one.svg new file mode 100644 index 00000000..c74f1861 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-five.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-five.svg new file mode 100644 index 00000000..89fa8157 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-four.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-four.svg new file mode 100644 index 00000000..b5c0d5bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-one.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-one.svg new file mode 100644 index 00000000..dc4cf739 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-random.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-random.svg new file mode 100644 index 00000000..f8b09589 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-random.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-six.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-six.svg new file mode 100644 index 00000000..5911e6a4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-three.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-three.svg new file mode 100644 index 00000000..b0ce6711 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-two.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-two.svg new file mode 100644 index 00000000..28ec29b9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six-faces-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six.svg new file mode 100644 index 00000000..c00d9432 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-three.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-three.svg new file mode 100644 index 00000000..ee69da1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-two.svg b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-two.svg new file mode 100644 index 00000000..73d0d020 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/perspective-dice-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/peru.svg b/client/public/icons/game-icons/ffffff/delapouite/peru.svg new file mode 100644 index 00000000..4221ccb8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/peru.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pharoah.svg b/client/public/icons/game-icons/ffffff/delapouite/pharoah.svg new file mode 100644 index 00000000..f035db3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pharoah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/phone.svg b/client/public/icons/game-icons/ffffff/delapouite/phone.svg new file mode 100644 index 00000000..08f55707 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/photo-camera.svg b/client/public/icons/game-icons/ffffff/delapouite/photo-camera.svg new file mode 100644 index 00000000..75e5c377 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/photo-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/phrygian-cap.svg b/client/public/icons/game-icons/ffffff/delapouite/phrygian-cap.svg new file mode 100644 index 00000000..d6373505 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/phrygian-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/piano-keys.svg b/client/public/icons/game-icons/ffffff/delapouite/piano-keys.svg new file mode 100644 index 00000000..ec062f7f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/piano-keys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pick-of-destiny.svg b/client/public/icons/game-icons/ffffff/delapouite/pick-of-destiny.svg new file mode 100644 index 00000000..2d891a7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pick-of-destiny.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pickle.svg b/client/public/icons/game-icons/ffffff/delapouite/pickle.svg new file mode 100644 index 00000000..11d09df1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pickle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pie-chart.svg b/client/public/icons/game-icons/ffffff/delapouite/pie-chart.svg new file mode 100644 index 00000000..036cc94b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pie-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/piggy-bank.svg b/client/public/icons/game-icons/ffffff/delapouite/piggy-bank.svg new file mode 100644 index 00000000..42a1dd18 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/piggy-bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pikeman.svg b/client/public/icons/game-icons/ffffff/delapouite/pikeman.svg new file mode 100644 index 00000000..794f3f77 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pikeman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pilgrim-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/pilgrim-hat.svg new file mode 100644 index 00000000..fe5d6ba6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pilgrim-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pillow.svg b/client/public/icons/game-icons/ffffff/delapouite/pillow.svg new file mode 100644 index 00000000..80d04d8f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pillow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pimiento.svg b/client/public/icons/game-icons/ffffff/delapouite/pimiento.svg new file mode 100644 index 00000000..8dfff07c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pimiento.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pin.svg b/client/public/icons/game-icons/ffffff/delapouite/pin.svg new file mode 100644 index 00000000..5581e89f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pinata.svg b/client/public/icons/game-icons/ffffff/delapouite/pinata.svg new file mode 100644 index 00000000..8168b9f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pinata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pinball-flipper.svg b/client/public/icons/game-icons/ffffff/delapouite/pinball-flipper.svg new file mode 100644 index 00000000..ea26e685 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pinball-flipper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pineapple.svg b/client/public/icons/game-icons/ffffff/delapouite/pineapple.svg new file mode 100644 index 00000000..32059a80 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pineapple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ping-pong-bat.svg b/client/public/icons/game-icons/ffffff/delapouite/ping-pong-bat.svg new file mode 100644 index 00000000..f9f81ef8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ping-pong-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pipes.svg b/client/public/icons/game-icons/ffffff/delapouite/pipes.svg new file mode 100644 index 00000000..e8df376f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pipes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/piranha.svg b/client/public/icons/game-icons/ffffff/delapouite/piranha.svg new file mode 100644 index 00000000..f144d08d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/piranha.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pirate-cannon.svg b/client/public/icons/game-icons/ffffff/delapouite/pirate-cannon.svg new file mode 100644 index 00000000..3db117ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pirate-cannon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pirate-captain.svg b/client/public/icons/game-icons/ffffff/delapouite/pirate-captain.svg new file mode 100644 index 00000000..246e8e8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pirate-captain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pirate-coat.svg b/client/public/icons/game-icons/ffffff/delapouite/pirate-coat.svg new file mode 100644 index 00000000..60cb93a7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pirate-coat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pirate-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/pirate-flag.svg new file mode 100644 index 00000000..3aa6e9ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pirate-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pirate-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/pirate-hat.svg new file mode 100644 index 00000000..81388205 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pirate-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pirate-hook.svg b/client/public/icons/game-icons/ffffff/delapouite/pirate-hook.svg new file mode 100644 index 00000000..a9704bdc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pirate-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pisa-tower.svg b/client/public/icons/game-icons/ffffff/delapouite/pisa-tower.svg new file mode 100644 index 00000000..6d57c9c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pisa-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pisces.svg b/client/public/icons/game-icons/ffffff/delapouite/pisces.svg new file mode 100644 index 00000000..768355f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pisces.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pitchfork.svg b/client/public/icons/game-icons/ffffff/delapouite/pitchfork.svg new file mode 100644 index 00000000..22782102 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pitchfork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pizza-slice.svg b/client/public/icons/game-icons/ffffff/delapouite/pizza-slice.svg new file mode 100644 index 00000000..71362c5c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pizza-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plague-doctor-profile.svg b/client/public/icons/game-icons/ffffff/delapouite/plague-doctor-profile.svg new file mode 100644 index 00000000..ef407994 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plague-doctor-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plain-arrow.svg b/client/public/icons/game-icons/ffffff/delapouite/plain-arrow.svg new file mode 100644 index 00000000..dee7fdf4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plain-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plain-circle.svg b/client/public/icons/game-icons/ffffff/delapouite/plain-circle.svg new file mode 100644 index 00000000..d996342a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plain-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plain-padlock.svg b/client/public/icons/game-icons/ffffff/delapouite/plain-padlock.svg new file mode 100644 index 00000000..5a26289d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plain-padlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plain-square.svg b/client/public/icons/game-icons/ffffff/delapouite/plain-square.svg new file mode 100644 index 00000000..7edd83b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plain-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plane-pilot.svg b/client/public/icons/game-icons/ffffff/delapouite/plane-pilot.svg new file mode 100644 index 00000000..332a3b1e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plane-pilot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plane-wing.svg b/client/public/icons/game-icons/ffffff/delapouite/plane-wing.svg new file mode 100644 index 00000000..0964b39d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plane-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/planet-conquest.svg b/client/public/icons/game-icons/ffffff/delapouite/planet-conquest.svg new file mode 100644 index 00000000..f39c3923 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/planet-conquest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/planet-core.svg b/client/public/icons/game-icons/ffffff/delapouite/planet-core.svg new file mode 100644 index 00000000..ab77a38c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/planet-core.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/planks.svg b/client/public/icons/game-icons/ffffff/delapouite/planks.svg new file mode 100644 index 00000000..89de5a50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/planks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plant-roots.svg b/client/public/icons/game-icons/ffffff/delapouite/plant-roots.svg new file mode 100644 index 00000000..c32b9318 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plant-roots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plant-seed.svg b/client/public/icons/game-icons/ffffff/delapouite/plant-seed.svg new file mode 100644 index 00000000..ed949236 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plant-seed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plant-watering.svg b/client/public/icons/game-icons/ffffff/delapouite/plant-watering.svg new file mode 100644 index 00000000..09d7b104 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plant-watering.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plastic-duck.svg b/client/public/icons/game-icons/ffffff/delapouite/plastic-duck.svg new file mode 100644 index 00000000..b5ce6a2b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plastic-duck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/player-base.svg b/client/public/icons/game-icons/ffffff/delapouite/player-base.svg new file mode 100644 index 00000000..41c2b2d6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/player-base.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/player-next.svg b/client/public/icons/game-icons/ffffff/delapouite/player-next.svg new file mode 100644 index 00000000..48dba8e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/player-next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/player-previous.svg b/client/public/icons/game-icons/ffffff/delapouite/player-previous.svg new file mode 100644 index 00000000..593c1d5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/player-previous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/player-time.svg b/client/public/icons/game-icons/ffffff/delapouite/player-time.svg new file mode 100644 index 00000000..6b6411b1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/player-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plesiosaurus.svg b/client/public/icons/game-icons/ffffff/delapouite/plesiosaurus.svg new file mode 100644 index 00000000..a7a4d1f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plesiosaurus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plow.svg b/client/public/icons/game-icons/ffffff/delapouite/plow.svg new file mode 100644 index 00000000..e902f299 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plug.svg b/client/public/icons/game-icons/ffffff/delapouite/plug.svg new file mode 100644 index 00000000..22434ed5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/plum.svg b/client/public/icons/game-icons/ffffff/delapouite/plum.svg new file mode 100644 index 00000000..14ac3ed4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plum.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/delapouite/plunger.svg b/client/public/icons/game-icons/ffffff/delapouite/plunger.svg new file mode 100644 index 00000000..1bb0dded --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/plunger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pocket-radio.svg b/client/public/icons/game-icons/ffffff/delapouite/pocket-radio.svg new file mode 100644 index 00000000..a59d9bee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pocket-radio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/podium-second.svg b/client/public/icons/game-icons/ffffff/delapouite/podium-second.svg new file mode 100644 index 00000000..8dbbffd6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/podium-second.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/podium-third.svg b/client/public/icons/game-icons/ffffff/delapouite/podium-third.svg new file mode 100644 index 00000000..9e7dacbf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/podium-third.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/podium-winner.svg b/client/public/icons/game-icons/ffffff/delapouite/podium-winner.svg new file mode 100644 index 00000000..a12b4a93 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/podium-winner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/podium.svg b/client/public/icons/game-icons/ffffff/delapouite/podium.svg new file mode 100644 index 00000000..e408224a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/podium.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/delapouite/poland.svg b/client/public/icons/game-icons/ffffff/delapouite/poland.svg new file mode 100644 index 00000000..ef07d7cf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/poland.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/polar-star.svg b/client/public/icons/game-icons/ffffff/delapouite/polar-star.svg new file mode 100644 index 00000000..94e47ab6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/polar-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/police-car.svg b/client/public/icons/game-icons/ffffff/delapouite/police-car.svg new file mode 100644 index 00000000..028548ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/police-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/police-officer-head.svg b/client/public/icons/game-icons/ffffff/delapouite/police-officer-head.svg new file mode 100644 index 00000000..3c0c6cf2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/police-officer-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/police-target.svg b/client/public/icons/game-icons/ffffff/delapouite/police-target.svg new file mode 100644 index 00000000..df61f27f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/police-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/polo-shirt.svg b/client/public/icons/game-icons/ffffff/delapouite/polo-shirt.svg new file mode 100644 index 00000000..04144605 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/polo-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/poncho.svg b/client/public/icons/game-icons/ffffff/delapouite/poncho.svg new file mode 100644 index 00000000..5c0f10b1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/poncho.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pool-dive.svg b/client/public/icons/game-icons/ffffff/delapouite/pool-dive.svg new file mode 100644 index 00000000..7a4595f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pool-dive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pool-table-corner.svg b/client/public/icons/game-icons/ffffff/delapouite/pool-table-corner.svg new file mode 100644 index 00000000..002b2285 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pool-table-corner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pool-triangle.svg b/client/public/icons/game-icons/ffffff/delapouite/pool-triangle.svg new file mode 100644 index 00000000..afbb9fb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pool-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/popcorn.svg b/client/public/icons/game-icons/ffffff/delapouite/popcorn.svg new file mode 100644 index 00000000..63cf05fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/popcorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pope-crown.svg b/client/public/icons/game-icons/ffffff/delapouite/pope-crown.svg new file mode 100644 index 00000000..4e22dc97 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pope-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/porcelain-vase.svg b/client/public/icons/game-icons/ffffff/delapouite/porcelain-vase.svg new file mode 100644 index 00000000..ec3c829a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/porcelain-vase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/porcupinefish.svg b/client/public/icons/game-icons/ffffff/delapouite/porcupinefish.svg new file mode 100644 index 00000000..41382240 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/porcupinefish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/portrait.svg b/client/public/icons/game-icons/ffffff/delapouite/portrait.svg new file mode 100644 index 00000000..02445836 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/portrait.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/portugal.svg b/client/public/icons/game-icons/ffffff/delapouite/portugal.svg new file mode 100644 index 00000000..8685e720 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/portugal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/position-marker.svg b/client/public/icons/game-icons/ffffff/delapouite/position-marker.svg new file mode 100644 index 00000000..c0804728 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/position-marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/post-office.svg b/client/public/icons/game-icons/ffffff/delapouite/post-office.svg new file mode 100644 index 00000000..01f6bdd3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/post-office.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/post-stamp.svg b/client/public/icons/game-icons/ffffff/delapouite/post-stamp.svg new file mode 100644 index 00000000..a72b5228 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/post-stamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/potato.svg b/client/public/icons/game-icons/ffffff/delapouite/potato.svg new file mode 100644 index 00000000..e10884c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/potato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pouring-pot.svg b/client/public/icons/game-icons/ffffff/delapouite/pouring-pot.svg new file mode 100644 index 00000000..f10a37ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pouring-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/powder-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/powder-bag.svg new file mode 100644 index 00000000..89d5fed1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/powder-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/power-generator.svg b/client/public/icons/game-icons/ffffff/delapouite/power-generator.svg new file mode 100644 index 00000000..54082660 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/power-generator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/power-ring.svg b/client/public/icons/game-icons/ffffff/delapouite/power-ring.svg new file mode 100644 index 00000000..4a173eed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/power-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/prayer-beads.svg b/client/public/icons/game-icons/ffffff/delapouite/prayer-beads.svg new file mode 100644 index 00000000..dd11554e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/prayer-beads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/praying-mantis.svg b/client/public/icons/game-icons/ffffff/delapouite/praying-mantis.svg new file mode 100644 index 00000000..75f8f359 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/praying-mantis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/present.svg b/client/public/icons/game-icons/ffffff/delapouite/present.svg new file mode 100644 index 00000000..f3c9411c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/present.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pretzel.svg b/client/public/icons/game-icons/ffffff/delapouite/pretzel.svg new file mode 100644 index 00000000..1e7454e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pretzel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/previous-button.svg b/client/public/icons/game-icons/ffffff/delapouite/previous-button.svg new file mode 100644 index 00000000..25d95150 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/previous-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/price-tag.svg b/client/public/icons/game-icons/ffffff/delapouite/price-tag.svg new file mode 100644 index 00000000..4ec6481b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/price-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/primitive-necklace.svg b/client/public/icons/game-icons/ffffff/delapouite/primitive-necklace.svg new file mode 100644 index 00000000..027c61bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/primitive-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/primitive-torch.svg b/client/public/icons/game-icons/ffffff/delapouite/primitive-torch.svg new file mode 100644 index 00000000..37401e7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/primitive-torch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/prism.svg b/client/public/icons/game-icons/ffffff/delapouite/prism.svg new file mode 100644 index 00000000..2a030bdb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/prism.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/prisoner.svg b/client/public/icons/game-icons/ffffff/delapouite/prisoner.svg new file mode 100644 index 00000000..585134f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/prisoner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/private-first-class.svg b/client/public/icons/game-icons/ffffff/delapouite/private-first-class.svg new file mode 100644 index 00000000..50084ae5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/private-first-class.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/private.svg b/client/public/icons/game-icons/ffffff/delapouite/private.svg new file mode 100644 index 00000000..cded399a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/private.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/progression.svg b/client/public/icons/game-icons/ffffff/delapouite/progression.svg new file mode 100644 index 00000000..c8d36fd7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/progression.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/propeller-beanie.svg b/client/public/icons/game-icons/ffffff/delapouite/propeller-beanie.svg new file mode 100644 index 00000000..88e2462a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/propeller-beanie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/protection-glasses.svg b/client/public/icons/game-icons/ffffff/delapouite/protection-glasses.svg new file mode 100644 index 00000000..d33d5091 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/protection-glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pschent-double-crown.svg b/client/public/icons/game-icons/ffffff/delapouite/pschent-double-crown.svg new file mode 100644 index 00000000..90e7b79b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pschent-double-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pterodactylus.svg b/client/public/icons/game-icons/ffffff/delapouite/pterodactylus.svg new file mode 100644 index 00000000..9a7cb0a8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pterodactylus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/public-speaker.svg b/client/public/icons/game-icons/ffffff/delapouite/public-speaker.svg new file mode 100644 index 00000000..9268948f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/public-speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pull.svg b/client/public/icons/game-icons/ffffff/delapouite/pull.svg new file mode 100644 index 00000000..de374d22 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pulley-hook.svg b/client/public/icons/game-icons/ffffff/delapouite/pulley-hook.svg new file mode 100644 index 00000000..0ecf6ce8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pulley-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pumpkin.svg b/client/public/icons/game-icons/ffffff/delapouite/pumpkin.svg new file mode 100644 index 00000000..23eb63e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pumpkin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/punching-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/punching-bag.svg new file mode 100644 index 00000000..6d953008 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/punching-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/purple-tentacle.svg b/client/public/icons/game-icons/ffffff/delapouite/purple-tentacle.svg new file mode 100644 index 00000000..c9bd8825 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/purple-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/push.svg b/client/public/icons/game-icons/ffffff/delapouite/push.svg new file mode 100644 index 00000000..094ee838 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/push.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/puzzle.svg b/client/public/icons/game-icons/ffffff/delapouite/puzzle.svg new file mode 100644 index 00000000..33b4d4e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pylon.svg b/client/public/icons/game-icons/ffffff/delapouite/pylon.svg new file mode 100644 index 00000000..4009ecfb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pylon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/pyre.svg b/client/public/icons/game-icons/ffffff/delapouite/pyre.svg new file mode 100644 index 00000000..d06dea99 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/pyre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/qaitbay-citadel.svg b/client/public/icons/game-icons/ffffff/delapouite/qaitbay-citadel.svg new file mode 100644 index 00000000..9d024134 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/qaitbay-citadel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/quick-man.svg b/client/public/icons/game-icons/ffffff/delapouite/quick-man.svg new file mode 100644 index 00000000..3e522b72 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/quick-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/quiver.svg b/client/public/icons/game-icons/ffffff/delapouite/quiver.svg new file mode 100644 index 00000000..84c58b57 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/quiver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rabbit-head.svg b/client/public/icons/game-icons/ffffff/delapouite/rabbit-head.svg new file mode 100644 index 00000000..f9346117 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rabbit-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rabbit.svg b/client/public/icons/game-icons/ffffff/delapouite/rabbit.svg new file mode 100644 index 00000000..ec7e57b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rabbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/raccoon-head.svg b/client/public/icons/game-icons/ffffff/delapouite/raccoon-head.svg new file mode 100644 index 00000000..248bc3c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/raccoon-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/radar-cross-section.svg b/client/public/icons/game-icons/ffffff/delapouite/radar-cross-section.svg new file mode 100644 index 00000000..48230763 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/radar-cross-section.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/raddish.svg b/client/public/icons/game-icons/ffffff/delapouite/raddish.svg new file mode 100644 index 00000000..1d462ae1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/raddish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/radiations.svg b/client/public/icons/game-icons/ffffff/delapouite/radiations.svg new file mode 100644 index 00000000..1fd357c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/radiations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/radio-tower.svg b/client/public/icons/game-icons/ffffff/delapouite/radio-tower.svg new file mode 100644 index 00000000..5cc377ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/radio-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/raft.svg b/client/public/icons/game-icons/ffffff/delapouite/raft.svg new file mode 100644 index 00000000..95bd61ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/raft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rail-road.svg b/client/public/icons/game-icons/ffffff/delapouite/rail-road.svg new file mode 100644 index 00000000..a8744995 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rail-road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/railway.svg b/client/public/icons/game-icons/ffffff/delapouite/railway.svg new file mode 100644 index 00000000..8f1b3d57 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/railway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rake.svg b/client/public/icons/game-icons/ffffff/delapouite/rake.svg new file mode 100644 index 00000000..20585948 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ram-profile.svg b/client/public/icons/game-icons/ffffff/delapouite/ram-profile.svg new file mode 100644 index 00000000..dabbd47a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ram-profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ranch-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/ranch-gate.svg new file mode 100644 index 00000000..3d5b20f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ranch-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/raspberry.svg b/client/public/icons/game-icons/ffffff/delapouite/raspberry.svg new file mode 100644 index 00000000..648aa290 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/raspberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rat.svg b/client/public/icons/game-icons/ffffff/delapouite/rat.svg new file mode 100644 index 00000000..d0334747 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rattlesnake.svg b/client/public/icons/game-icons/ffffff/delapouite/rattlesnake.svg new file mode 100644 index 00000000..c9993e9e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rattlesnake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/raw-egg.svg b/client/public/icons/game-icons/ffffff/delapouite/raw-egg.svg new file mode 100644 index 00000000..b592db19 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/raw-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/razor.svg b/client/public/icons/game-icons/ffffff/delapouite/razor.svg new file mode 100644 index 00000000..92b62344 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/razor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/receive-money.svg b/client/public/icons/game-icons/ffffff/delapouite/receive-money.svg new file mode 100644 index 00000000..66fa2a08 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/receive-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/red-carpet.svg b/client/public/icons/game-icons/ffffff/delapouite/red-carpet.svg new file mode 100644 index 00000000..cabf5145 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/red-carpet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/reed.svg b/client/public/icons/game-icons/ffffff/delapouite/reed.svg new file mode 100644 index 00000000..09ad4701 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/reed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/refinery.svg b/client/public/icons/game-icons/ffffff/delapouite/refinery.svg new file mode 100644 index 00000000..e692e53b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/refinery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/reload-gun-barrel.svg b/client/public/icons/game-icons/ffffff/delapouite/reload-gun-barrel.svg new file mode 100644 index 00000000..acb8a890 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/reload-gun-barrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/remedy.svg b/client/public/icons/game-icons/ffffff/delapouite/remedy.svg new file mode 100644 index 00000000..55d8784b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/remedy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rempart.svg b/client/public/icons/game-icons/ffffff/delapouite/rempart.svg new file mode 100644 index 00000000..6eaf4e4e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rempart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/reptile-tail.svg b/client/public/icons/game-icons/ffffff/delapouite/reptile-tail.svg new file mode 100644 index 00000000..0849d6ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/reptile-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/resize.svg b/client/public/icons/game-icons/ffffff/delapouite/resize.svg new file mode 100644 index 00000000..c6d1cae8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/resize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/resting-vampire.svg b/client/public/icons/game-icons/ffffff/delapouite/resting-vampire.svg new file mode 100644 index 00000000..1a57177d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/resting-vampire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/revolver.svg b/client/public/icons/game-icons/ffffff/delapouite/revolver.svg new file mode 100644 index 00000000..0d623166 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/revolver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rhinoceros-horn.svg b/client/public/icons/game-icons/ffffff/delapouite/rhinoceros-horn.svg new file mode 100644 index 00000000..abd197ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rhinoceros-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rialto-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/rialto-bridge.svg new file mode 100644 index 00000000..710da24d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rialto-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ribbon-medal.svg b/client/public/icons/game-icons/ffffff/delapouite/ribbon-medal.svg new file mode 100644 index 00000000..6f5d5267 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ribbon-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ribbon-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/ribbon-shield.svg new file mode 100644 index 00000000..e3d071a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ribbon-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ring-box.svg b/client/public/icons/game-icons/ffffff/delapouite/ring-box.svg new file mode 100644 index 00000000..243902c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ring-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ring-mould.svg b/client/public/icons/game-icons/ffffff/delapouite/ring-mould.svg new file mode 100644 index 00000000..276f65bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ring-mould.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ring.svg b/client/public/icons/game-icons/ffffff/delapouite/ring.svg new file mode 100644 index 00000000..925a3236 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ringing-alarm.svg b/client/public/icons/game-icons/ffffff/delapouite/ringing-alarm.svg new file mode 100644 index 00000000..4f0ee17c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ringing-alarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ringmaster.svg b/client/public/icons/game-icons/ffffff/delapouite/ringmaster.svg new file mode 100644 index 00000000..d9ff2447 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ringmaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/river.svg b/client/public/icons/game-icons/ffffff/delapouite/river.svg new file mode 100644 index 00000000..eae8de46 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/river.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/road.svg b/client/public/icons/game-icons/ffffff/delapouite/road.svg new file mode 100644 index 00000000..6c9704d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/robber-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/robber-mask.svg new file mode 100644 index 00000000..86f1e6f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/robber-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/robber.svg b/client/public/icons/game-icons/ffffff/delapouite/robber.svg new file mode 100644 index 00000000..6fe4d71d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/robber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/robin-hood-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/robin-hood-hat.svg new file mode 100644 index 00000000..8e641f16 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/robin-hood-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/robot-antennas.svg b/client/public/icons/game-icons/ffffff/delapouite/robot-antennas.svg new file mode 100644 index 00000000..2c324e3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/robot-antennas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/robot-grab.svg b/client/public/icons/game-icons/ffffff/delapouite/robot-grab.svg new file mode 100644 index 00000000..ddf2eafc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/robot-grab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/robot-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/robot-helmet.svg new file mode 100644 index 00000000..499a8e3b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/robot-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/robot-leg.svg b/client/public/icons/game-icons/ffffff/delapouite/robot-leg.svg new file mode 100644 index 00000000..663fb3c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/robot-leg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rock-golem.svg b/client/public/icons/game-icons/ffffff/delapouite/rock-golem.svg new file mode 100644 index 00000000..ecce1d50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rock-golem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rocket-thruster.svg b/client/public/icons/game-icons/ffffff/delapouite/rocket-thruster.svg new file mode 100644 index 00000000..95c94444 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rocket-thruster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rocking-chair.svg b/client/public/icons/game-icons/ffffff/delapouite/rocking-chair.svg new file mode 100644 index 00000000..51b29479 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rocking-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rod-of-asclepius.svg b/client/public/icons/game-icons/ffffff/delapouite/rod-of-asclepius.svg new file mode 100644 index 00000000..bc1b079d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rod-of-asclepius.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rolled-cloth.svg b/client/public/icons/game-icons/ffffff/delapouite/rolled-cloth.svg new file mode 100644 index 00000000..c0313652 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rolled-cloth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/roller-skate.svg b/client/public/icons/game-icons/ffffff/delapouite/roller-skate.svg new file mode 100644 index 00000000..4b936ab7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/roller-skate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rolling-dice-cup.svg b/client/public/icons/game-icons/ffffff/delapouite/rolling-dice-cup.svg new file mode 100644 index 00000000..16aae139 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rolling-dice-cup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rolling-dices.svg b/client/public/icons/game-icons/ffffff/delapouite/rolling-dices.svg new file mode 100644 index 00000000..cfe97dd0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rolling-dices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/roman-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/roman-shield.svg new file mode 100644 index 00000000..107f1744 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/roman-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/roman-toga.svg b/client/public/icons/game-icons/ffffff/delapouite/roman-toga.svg new file mode 100644 index 00000000..3761b8b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/roman-toga.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rooster.svg b/client/public/icons/game-icons/ffffff/delapouite/rooster.svg new file mode 100644 index 00000000..37fed9af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rooster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rope-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/rope-bridge.svg new file mode 100644 index 00000000..6a4f5d2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rope-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rope-coil.svg b/client/public/icons/game-icons/ffffff/delapouite/rope-coil.svg new file mode 100644 index 00000000..8aeecf1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rope-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rope-dart.svg b/client/public/icons/game-icons/ffffff/delapouite/rope-dart.svg new file mode 100644 index 00000000..2069bdfa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rope-dart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ropeway.svg b/client/public/icons/game-icons/ffffff/delapouite/ropeway.svg new file mode 100644 index 00000000..cef56cb3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ropeway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/round-knob.svg b/client/public/icons/game-icons/ffffff/delapouite/round-knob.svg new file mode 100644 index 00000000..19ff4c28 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/round-knob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/round-silo.svg b/client/public/icons/game-icons/ffffff/delapouite/round-silo.svg new file mode 100644 index 00000000..75d7bb9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/round-silo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/round-star.svg b/client/public/icons/game-icons/ffffff/delapouite/round-star.svg new file mode 100644 index 00000000..56fbd093 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/round-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/round-straw-bale.svg b/client/public/icons/game-icons/ffffff/delapouite/round-straw-bale.svg new file mode 100644 index 00000000..37e9c6c0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/round-straw-bale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/round-table.svg b/client/public/icons/game-icons/ffffff/delapouite/round-table.svg new file mode 100644 index 00000000..20f3c1a8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/round-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rss.svg b/client/public/icons/game-icons/ffffff/delapouite/rss.svg new file mode 100644 index 00000000..f96cde5c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rub-el-hizb.svg b/client/public/icons/game-icons/ffffff/delapouite/rub-el-hizb.svg new file mode 100644 index 00000000..8d4315bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rub-el-hizb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rubber-boot.svg b/client/public/icons/game-icons/ffffff/delapouite/rubber-boot.svg new file mode 100644 index 00000000..4204fd3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rubber-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rugby-conversion.svg b/client/public/icons/game-icons/ffffff/delapouite/rugby-conversion.svg new file mode 100644 index 00000000..30d8b2e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rugby-conversion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rule-book.svg b/client/public/icons/game-icons/ffffff/delapouite/rule-book.svg new file mode 100644 index 00000000..9f7317d7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rule-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/running-shoe.svg b/client/public/icons/game-icons/ffffff/delapouite/running-shoe.svg new file mode 100644 index 00000000..d3c88491 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/running-shoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rupee.svg b/client/public/icons/game-icons/ffffff/delapouite/rupee.svg new file mode 100644 index 00000000..d2d9d649 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rupee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/rusty-sword.svg b/client/public/icons/game-icons/ffffff/delapouite/rusty-sword.svg new file mode 100644 index 00000000..d15f01a8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/rusty-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/s-brick.svg b/client/public/icons/game-icons/ffffff/delapouite/s-brick.svg new file mode 100644 index 00000000..56e83fcf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/s-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/saber-and-pistol.svg b/client/public/icons/game-icons/ffffff/delapouite/saber-and-pistol.svg new file mode 100644 index 00000000..5b1c4494 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/saber-and-pistol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/saber-toothed-cat-head.svg b/client/public/icons/game-icons/ffffff/delapouite/saber-toothed-cat-head.svg new file mode 100644 index 00000000..d1e15c46 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/saber-toothed-cat-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/saddle.svg b/client/public/icons/game-icons/ffffff/delapouite/saddle.svg new file mode 100644 index 00000000..33d2ff12 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/saddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/safety-pin.svg b/client/public/icons/game-icons/ffffff/delapouite/safety-pin.svg new file mode 100644 index 00000000..e7ae0473 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/safety-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sagittarius.svg b/client/public/icons/game-icons/ffffff/delapouite/sagittarius.svg new file mode 100644 index 00000000..28465542 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sagittarius.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sai.svg b/client/public/icons/game-icons/ffffff/delapouite/sai.svg new file mode 100644 index 00000000..418c0b30 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sail.svg b/client/public/icons/game-icons/ffffff/delapouite/sail.svg new file mode 100644 index 00000000..65d277f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sailboat.svg b/client/public/icons/game-icons/ffffff/delapouite/sailboat.svg new file mode 100644 index 00000000..385d1381 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sailboat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/saint-basil-cathedral.svg b/client/public/icons/game-icons/ffffff/delapouite/saint-basil-cathedral.svg new file mode 100644 index 00000000..96c5bf79 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/saint-basil-cathedral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/saiyan-suit.svg b/client/public/icons/game-icons/ffffff/delapouite/saiyan-suit.svg new file mode 100644 index 00000000..e14e7938 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/saiyan-suit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/saloon-doors.svg b/client/public/icons/game-icons/ffffff/delapouite/saloon-doors.svg new file mode 100644 index 00000000..c3429981 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/saloon-doors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/saloon.svg b/client/public/icons/game-icons/ffffff/delapouite/saloon.svg new file mode 100644 index 00000000..4fb6aef8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/saloon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/samara-mosque.svg b/client/public/icons/game-icons/ffffff/delapouite/samara-mosque.svg new file mode 100644 index 00000000..c72cfed5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/samara-mosque.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/samurai-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/samurai-helmet.svg new file mode 100644 index 00000000..27a9d0fb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/samurai-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/samus-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/samus-helmet.svg new file mode 100644 index 00000000..84673225 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/samus-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sand-castle.svg b/client/public/icons/game-icons/ffffff/delapouite/sand-castle.svg new file mode 100644 index 00000000..cab43d95 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sand-castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sand-snake.svg b/client/public/icons/game-icons/ffffff/delapouite/sand-snake.svg new file mode 100644 index 00000000..f2668a0c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sand-snake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sandal.svg b/client/public/icons/game-icons/ffffff/delapouite/sandal.svg new file mode 100644 index 00000000..5debe31c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sandal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sandstorm.svg b/client/public/icons/game-icons/ffffff/delapouite/sandstorm.svg new file mode 100644 index 00000000..32587d29 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sandstorm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sandwich.svg b/client/public/icons/game-icons/ffffff/delapouite/sandwich.svg new file mode 100644 index 00000000..2c826b85 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sandwich.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/santa-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/santa-hat.svg new file mode 100644 index 00000000..60750117 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/santa-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sarcophagus.svg b/client/public/icons/game-icons/ffffff/delapouite/sarcophagus.svg new file mode 100644 index 00000000..53e20a7e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sarcophagus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sasquatch.svg b/client/public/icons/game-icons/ffffff/delapouite/sasquatch.svg new file mode 100644 index 00000000..92902359 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sasquatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/satellite-communication.svg b/client/public/icons/game-icons/ffffff/delapouite/satellite-communication.svg new file mode 100644 index 00000000..7b373c47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/satellite-communication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sauropod-head.svg b/client/public/icons/game-icons/ffffff/delapouite/sauropod-head.svg new file mode 100644 index 00000000..3bb2cb4d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sauropod-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sausage.svg b/client/public/icons/game-icons/ffffff/delapouite/sausage.svg new file mode 100644 index 00000000..023e91b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sausage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sausages-ribbon.svg b/client/public/icons/game-icons/ffffff/delapouite/sausages-ribbon.svg new file mode 100644 index 00000000..767d6377 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sausages-ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/save-arrow.svg b/client/public/icons/game-icons/ffffff/delapouite/save-arrow.svg new file mode 100644 index 00000000..ca52b783 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/save-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/save.svg b/client/public/icons/game-icons/ffffff/delapouite/save.svg new file mode 100644 index 00000000..a4898e84 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sawed-off-shotgun.svg b/client/public/icons/game-icons/ffffff/delapouite/sawed-off-shotgun.svg new file mode 100644 index 00000000..ba6e78c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sawed-off-shotgun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/saxophone.svg b/client/public/icons/game-icons/ffffff/delapouite/saxophone.svg new file mode 100644 index 00000000..30c7eff3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/saxophone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/scabbard.svg b/client/public/icons/game-icons/ffffff/delapouite/scabbard.svg new file mode 100644 index 00000000..e96f4855 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/scabbard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/school-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/school-bag.svg new file mode 100644 index 00000000..4223cb5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/school-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/school-of-fish.svg b/client/public/icons/game-icons/ffffff/delapouite/school-of-fish.svg new file mode 100644 index 00000000..0bf296f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/school-of-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/scooter.svg b/client/public/icons/game-icons/ffffff/delapouite/scooter.svg new file mode 100644 index 00000000..68e5aa89 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/scooter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/scorpio.svg b/client/public/icons/game-icons/ffffff/delapouite/scorpio.svg new file mode 100644 index 00000000..a2f523d3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/scorpio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/scout-ship.svg b/client/public/icons/game-icons/ffffff/delapouite/scout-ship.svg new file mode 100644 index 00000000..0dac931d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/scout-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/screw.svg b/client/public/icons/game-icons/ffffff/delapouite/screw.svg new file mode 100644 index 00000000..6e0a1947 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/screw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/scroll-quill.svg b/client/public/icons/game-icons/ffffff/delapouite/scroll-quill.svg new file mode 100644 index 00000000..440b9292 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/scroll-quill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/scuba-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/scuba-mask.svg new file mode 100644 index 00000000..bdedabb4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/scuba-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/scuba-tanks.svg b/client/public/icons/game-icons/ffffff/delapouite/scuba-tanks.svg new file mode 100644 index 00000000..61aa2d98 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/scuba-tanks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sea-cliff.svg b/client/public/icons/game-icons/ffffff/delapouite/sea-cliff.svg new file mode 100644 index 00000000..1264c096 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sea-cliff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sea-star.svg b/client/public/icons/game-icons/ffffff/delapouite/sea-star.svg new file mode 100644 index 00000000..2bee401d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sea-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sea-turtle.svg b/client/public/icons/game-icons/ffffff/delapouite/sea-turtle.svg new file mode 100644 index 00000000..d5ad2ca3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sea-turtle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sea-urchin.svg b/client/public/icons/game-icons/ffffff/delapouite/sea-urchin.svg new file mode 100644 index 00000000..60f69ed0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sea-urchin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/seagull.svg b/client/public/icons/game-icons/ffffff/delapouite/seagull.svg new file mode 100644 index 00000000..af2e328d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/seagull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/seahorse.svg b/client/public/icons/game-icons/ffffff/delapouite/seahorse.svg new file mode 100644 index 00000000..373160dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/seahorse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/secret-book.svg b/client/public/icons/game-icons/ffffff/delapouite/secret-book.svg new file mode 100644 index 00000000..2f55d3f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/secret-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/secret-door.svg b/client/public/icons/game-icons/ffffff/delapouite/secret-door.svg new file mode 100644 index 00000000..4b711ab6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/secret-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/security-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/security-gate.svg new file mode 100644 index 00000000..72c0fcc9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/security-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/seedling.svg b/client/public/icons/game-icons/ffffff/delapouite/seedling.svg new file mode 100644 index 00000000..d6c44ac3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/seedling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sell-card.svg b/client/public/icons/game-icons/ffffff/delapouite/sell-card.svg new file mode 100644 index 00000000..ee5777d6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sell-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sergeant.svg b/client/public/icons/game-icons/ffffff/delapouite/sergeant.svg new file mode 100644 index 00000000..4f8d6761 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sergeant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/server-rack.svg b/client/public/icons/game-icons/ffffff/delapouite/server-rack.svg new file mode 100644 index 00000000..f66438ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/server-rack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sesame.svg b/client/public/icons/game-icons/ffffff/delapouite/sesame.svg new file mode 100644 index 00000000..d6ea76e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sesame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/settings-knobs.svg b/client/public/icons/game-icons/ffffff/delapouite/settings-knobs.svg new file mode 100644 index 00000000..7796e899 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/settings-knobs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/seven-pointed-star.svg b/client/public/icons/game-icons/ffffff/delapouite/seven-pointed-star.svg new file mode 100644 index 00000000..91012c44 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/seven-pointed-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sewing-string.svg b/client/public/icons/game-icons/ffffff/delapouite/sewing-string.svg new file mode 100644 index 00000000..52a62d3e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sewing-string.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sextant.svg b/client/public/icons/game-icons/ffffff/delapouite/sextant.svg new file mode 100644 index 00000000..c5159e12 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sextant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shaking-hands.svg b/client/public/icons/game-icons/ffffff/delapouite/shaking-hands.svg new file mode 100644 index 00000000..20298033 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shaking-hands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shambling-mound.svg b/client/public/icons/game-icons/ffffff/delapouite/shambling-mound.svg new file mode 100644 index 00000000..a5ae537e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shambling-mound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shambling-zombie.svg b/client/public/icons/game-icons/ffffff/delapouite/shambling-zombie.svg new file mode 100644 index 00000000..a3201aca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shambling-zombie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shamrock.svg b/client/public/icons/game-icons/ffffff/delapouite/shamrock.svg new file mode 100644 index 00000000..91a90a67 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shamrock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/share.svg b/client/public/icons/game-icons/ffffff/delapouite/share.svg new file mode 100644 index 00000000..72dab396 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shark-bite.svg b/client/public/icons/game-icons/ffffff/delapouite/shark-bite.svg new file mode 100644 index 00000000..f5f358ac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shark-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shark-fin.svg b/client/public/icons/game-icons/ffffff/delapouite/shark-fin.svg new file mode 100644 index 00000000..d3ed24b3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shark-fin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sharp-axe.svg b/client/public/icons/game-icons/ffffff/delapouite/sharp-axe.svg new file mode 100644 index 00000000..f18ac107 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sharp-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sharp-halberd.svg b/client/public/icons/game-icons/ffffff/delapouite/sharp-halberd.svg new file mode 100644 index 00000000..0a4b16ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sharp-halberd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shattered-heart.svg b/client/public/icons/game-icons/ffffff/delapouite/shattered-heart.svg new file mode 100644 index 00000000..f4e48ee9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shattered-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shears.svg b/client/public/icons/game-icons/ffffff/delapouite/shears.svg new file mode 100644 index 00000000..9001bd0a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sheep.svg b/client/public/icons/game-icons/ffffff/delapouite/sheep.svg new file mode 100644 index 00000000..637fbfcc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sheep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sherlock-holmes.svg b/client/public/icons/game-icons/ffffff/delapouite/sherlock-holmes.svg new file mode 100644 index 00000000..c661bb9a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sherlock-holmes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shield-bash.svg b/client/public/icons/game-icons/ffffff/delapouite/shield-bash.svg new file mode 100644 index 00000000..24ca8841 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shield-bash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shield-impact.svg b/client/public/icons/game-icons/ffffff/delapouite/shield-impact.svg new file mode 100644 index 00000000..3f04aacd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shield-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shield-opposition.svg b/client/public/icons/game-icons/ffffff/delapouite/shield-opposition.svg new file mode 100644 index 00000000..8190ee21 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shield-opposition.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shinto-shrine-mirror.svg b/client/public/icons/game-icons/ffffff/delapouite/shinto-shrine-mirror.svg new file mode 100644 index 00000000..3fd3cbf6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shinto-shrine-mirror.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shinto-shrine.svg b/client/public/icons/game-icons/ffffff/delapouite/shinto-shrine.svg new file mode 100644 index 00000000..ed7d00b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shinto-shrine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ship-bow.svg b/client/public/icons/game-icons/ffffff/delapouite/ship-bow.svg new file mode 100644 index 00000000..ca47fba9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ship-bow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ship-wheel.svg b/client/public/icons/game-icons/ffffff/delapouite/ship-wheel.svg new file mode 100644 index 00000000..e52d6ba2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ship-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ship-wreck.svg b/client/public/icons/game-icons/ffffff/delapouite/ship-wreck.svg new file mode 100644 index 00000000..dfb561df --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ship-wreck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shirt-button.svg b/client/public/icons/game-icons/ffffff/delapouite/shirt-button.svg new file mode 100644 index 00000000..b2187f35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shirt-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shoebill-stork.svg b/client/public/icons/game-icons/ffffff/delapouite/shoebill-stork.svg new file mode 100644 index 00000000..b458e854 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shoebill-stork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shop.svg b/client/public/icons/game-icons/ffffff/delapouite/shop.svg new file mode 100644 index 00000000..448f1589 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shopping-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/shopping-bag.svg new file mode 100644 index 00000000..0326873f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shopping-cart.svg b/client/public/icons/game-icons/ffffff/delapouite/shopping-cart.svg new file mode 100644 index 00000000..95979efe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shorts.svg b/client/public/icons/game-icons/ffffff/delapouite/shorts.svg new file mode 100644 index 00000000..15013cd0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shorts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shotgun-rounds.svg b/client/public/icons/game-icons/ffffff/delapouite/shotgun-rounds.svg new file mode 100644 index 00000000..3215543d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shotgun-rounds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shoulder-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/shoulder-armor.svg new file mode 100644 index 00000000..e6ab8cb3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shoulder-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shoulder-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/shoulder-bag.svg new file mode 100644 index 00000000..2dfc5195 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shoulder-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shower.svg b/client/public/icons/game-icons/ffffff/delapouite/shower.svg new file mode 100644 index 00000000..24a4f96e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shrimp.svg b/client/public/icons/game-icons/ffffff/delapouite/shrimp.svg new file mode 100644 index 00000000..fb42c28d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shrimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shrug.svg b/client/public/icons/game-icons/ffffff/delapouite/shrug.svg new file mode 100644 index 00000000..85dbdb93 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shrug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/shuttlecock.svg b/client/public/icons/game-icons/ffffff/delapouite/shuttlecock.svg new file mode 100644 index 00000000..8a4016a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/shuttlecock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sickle.svg b/client/public/icons/game-icons/ffffff/delapouite/sickle.svg new file mode 100644 index 00000000..c1233e3e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sickle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/siege-tower.svg b/client/public/icons/game-icons/ffffff/delapouite/siege-tower.svg new file mode 100644 index 00000000..5988a3d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/siege-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/silenced.svg b/client/public/icons/game-icons/ffffff/delapouite/silenced.svg new file mode 100644 index 00000000..c3d0bccd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/silenced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/silex.svg b/client/public/icons/game-icons/ffffff/delapouite/silex.svg new file mode 100644 index 00000000..8777b430 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/silex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/silver-bullet.svg b/client/public/icons/game-icons/ffffff/delapouite/silver-bullet.svg new file mode 100644 index 00000000..6d1bfbf7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/silver-bullet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sinagot.svg b/client/public/icons/game-icons/ffffff/delapouite/sinagot.svg new file mode 100644 index 00000000..189ddb1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sinagot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sinking-ship.svg b/client/public/icons/game-icons/ffffff/delapouite/sinking-ship.svg new file mode 100644 index 00000000..e4e314b9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sinking-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sitting-dog.svg b/client/public/icons/game-icons/ffffff/delapouite/sitting-dog.svg new file mode 100644 index 00000000..85314fe0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sitting-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skateboard.svg b/client/public/icons/game-icons/ffffff/delapouite/skateboard.svg new file mode 100644 index 00000000..49f6c7b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skateboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skeletal-hand.svg b/client/public/icons/game-icons/ffffff/delapouite/skeletal-hand.svg new file mode 100644 index 00000000..d76e7f7d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skeletal-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ski-boot.svg b/client/public/icons/game-icons/ffffff/delapouite/ski-boot.svg new file mode 100644 index 00000000..dd08a6c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ski-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skier.svg b/client/public/icons/game-icons/ffffff/delapouite/skier.svg new file mode 100644 index 00000000..493fcbc5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skills.svg b/client/public/icons/game-icons/ffffff/delapouite/skills.svg new file mode 100644 index 00000000..6ed91551 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skimmer-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/skimmer-hat.svg new file mode 100644 index 00000000..e73bbdce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skimmer-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skipping-rope.svg b/client/public/icons/game-icons/ffffff/delapouite/skipping-rope.svg new file mode 100644 index 00000000..b10ac961 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skipping-rope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skirt.svg b/client/public/icons/game-icons/ffffff/delapouite/skirt.svg new file mode 100644 index 00000000..0f18f9b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skis.svg b/client/public/icons/game-icons/ffffff/delapouite/skis.svg new file mode 100644 index 00000000..0be6f315 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/skull-staff.svg b/client/public/icons/game-icons/ffffff/delapouite/skull-staff.svg new file mode 100644 index 00000000..c2d6900a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/skull-staff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/slalom.svg b/client/public/icons/game-icons/ffffff/delapouite/slalom.svg new file mode 100644 index 00000000..12e19381 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/slalom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sleeping-bag.svg b/client/public/icons/game-icons/ffffff/delapouite/sleeping-bag.svg new file mode 100644 index 00000000..f1db732f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sleeping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sleeveless-jacket.svg b/client/public/icons/game-icons/ffffff/delapouite/sleeveless-jacket.svg new file mode 100644 index 00000000..de0e1fd0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sleeveless-jacket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sleeveless-top.svg b/client/public/icons/game-icons/ffffff/delapouite/sleeveless-top.svg new file mode 100644 index 00000000..200e8adb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sleeveless-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sliced-mushroom.svg b/client/public/icons/game-icons/ffffff/delapouite/sliced-mushroom.svg new file mode 100644 index 00000000..a3b104d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sliced-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sliced-sausage.svg b/client/public/icons/game-icons/ffffff/delapouite/sliced-sausage.svg new file mode 100644 index 00000000..c5251d20 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sliced-sausage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/slime.svg b/client/public/icons/game-icons/ffffff/delapouite/slime.svg new file mode 100644 index 00000000..402c6fab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/slime.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sling.svg b/client/public/icons/game-icons/ffffff/delapouite/sling.svg new file mode 100644 index 00000000..eda0db84 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/slingshot.svg b/client/public/icons/game-icons/ffffff/delapouite/slingshot.svg new file mode 100644 index 00000000..e0de408b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/slingshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/slipknot.svg b/client/public/icons/game-icons/ffffff/delapouite/slipknot.svg new file mode 100644 index 00000000..bf12b1a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/slipknot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/slippers.svg b/client/public/icons/game-icons/ffffff/delapouite/slippers.svg new file mode 100644 index 00000000..dd201a74 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/slippers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/slumbering-sanctuary.svg b/client/public/icons/game-icons/ffffff/delapouite/slumbering-sanctuary.svg new file mode 100644 index 00000000..c6bc5fb2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/slumbering-sanctuary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/smart.svg b/client/public/icons/game-icons/ffffff/delapouite/smart.svg new file mode 100644 index 00000000..c9d229be --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/smart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/smartphone.svg b/client/public/icons/game-icons/ffffff/delapouite/smartphone.svg new file mode 100644 index 00000000..5a45ef20 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/smoking-pipe.svg b/client/public/icons/game-icons/ffffff/delapouite/smoking-pipe.svg new file mode 100644 index 00000000..37b538d7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/smoking-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/smoking-volcano.svg b/client/public/icons/game-icons/ffffff/delapouite/smoking-volcano.svg new file mode 100644 index 00000000..5d888ae6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/smoking-volcano.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/snail-eyes.svg b/client/public/icons/game-icons/ffffff/delapouite/snail-eyes.svg new file mode 100644 index 00000000..1ceb1fdf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/snail-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/snake-egg.svg b/client/public/icons/game-icons/ffffff/delapouite/snake-egg.svg new file mode 100644 index 00000000..4894fb9a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/snake-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/snake-jar.svg b/client/public/icons/game-icons/ffffff/delapouite/snake-jar.svg new file mode 100644 index 00000000..cb9d8010 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/snake-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/snake-spiral.svg b/client/public/icons/game-icons/ffffff/delapouite/snake-spiral.svg new file mode 100644 index 00000000..ac5c8b35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/snake-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/snake-tongue.svg b/client/public/icons/game-icons/ffffff/delapouite/snake-tongue.svg new file mode 100644 index 00000000..b8361870 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/snake-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sniffing-dog.svg b/client/public/icons/game-icons/ffffff/delapouite/sniffing-dog.svg new file mode 100644 index 00000000..170de227 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sniffing-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/snitch-quidditch-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/snitch-quidditch-ball.svg new file mode 100644 index 00000000..8b13244e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/snitch-quidditch-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/snowboard.svg b/client/public/icons/game-icons/ffffff/delapouite/snowboard.svg new file mode 100644 index 00000000..e23de2f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/snowboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/soap.svg b/client/public/icons/game-icons/ffffff/delapouite/soap.svg new file mode 100644 index 00000000..512064c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/soap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/soccer-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/soccer-ball.svg new file mode 100644 index 00000000..560adefc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/soccer-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/soccer-field.svg b/client/public/icons/game-icons/ffffff/delapouite/soccer-field.svg new file mode 100644 index 00000000..2557f4f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/soccer-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/soccer-kick.svg b/client/public/icons/game-icons/ffffff/delapouite/soccer-kick.svg new file mode 100644 index 00000000..5a753866 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/soccer-kick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/socks.svg b/client/public/icons/game-icons/ffffff/delapouite/socks.svg new file mode 100644 index 00000000..d7778896 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/socks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sofa.svg b/client/public/icons/game-icons/ffffff/delapouite/sofa.svg new file mode 100644 index 00000000..81462811 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sofa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/solar-system.svg b/client/public/icons/game-icons/ffffff/delapouite/solar-system.svg new file mode 100644 index 00000000..d802ee06 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/solar-system.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/solar-time.svg b/client/public/icons/game-icons/ffffff/delapouite/solar-time.svg new file mode 100644 index 00000000..e2cecc65 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/solar-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/solid-leaf.svg b/client/public/icons/game-icons/ffffff/delapouite/solid-leaf.svg new file mode 100644 index 00000000..3fb9a894 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/solid-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sombrero.svg b/client/public/icons/game-icons/ffffff/delapouite/sombrero.svg new file mode 100644 index 00000000..633f2bf7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sombrero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sonic-shoes.svg b/client/public/icons/game-icons/ffffff/delapouite/sonic-shoes.svg new file mode 100644 index 00000000..0abb4e1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sonic-shoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/soul-vessel.svg b/client/public/icons/game-icons/ffffff/delapouite/soul-vessel.svg new file mode 100644 index 00000000..e5af8ecb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/soul-vessel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sound-off.svg b/client/public/icons/game-icons/ffffff/delapouite/sound-off.svg new file mode 100644 index 00000000..31b32559 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sound-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sound-on.svg b/client/public/icons/game-icons/ffffff/delapouite/sound-on.svg new file mode 100644 index 00000000..d81ebded --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sound-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/south-africa-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/south-africa-flag.svg new file mode 100644 index 00000000..f0f5f3f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/south-africa-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/south-africa.svg b/client/public/icons/game-icons/ffffff/delapouite/south-africa.svg new file mode 100644 index 00000000..a47d1453 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/south-africa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/south-america.svg b/client/public/icons/game-icons/ffffff/delapouite/south-america.svg new file mode 100644 index 00000000..3a1e604d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/south-america.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/south-korea.svg b/client/public/icons/game-icons/ffffff/delapouite/south-korea.svg new file mode 100644 index 00000000..60ff3a71 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/south-korea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/space-needle.svg b/client/public/icons/game-icons/ffffff/delapouite/space-needle.svg new file mode 100644 index 00000000..f429ba5d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/space-needle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/space-shuttle.svg b/client/public/icons/game-icons/ffffff/delapouite/space-shuttle.svg new file mode 100644 index 00000000..06f7e983 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/space-shuttle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spaceship.svg b/client/public/icons/game-icons/ffffff/delapouite/spaceship.svg new file mode 100644 index 00000000..8f01e469 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spaceship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spain.svg b/client/public/icons/game-icons/ffffff/delapouite/spain.svg new file mode 100644 index 00000000..077b6952 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spark-plug.svg b/client/public/icons/game-icons/ffffff/delapouite/spark-plug.svg new file mode 100644 index 00000000..d02ea013 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spark-plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sparkles.svg b/client/public/icons/game-icons/ffffff/delapouite/sparkles.svg new file mode 100644 index 00000000..6067bd7f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sparkles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spartan-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/spartan-helmet.svg new file mode 100644 index 00000000..ff17949c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spartan-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/speaker-off.svg b/client/public/icons/game-icons/ffffff/delapouite/speaker-off.svg new file mode 100644 index 00000000..638b023b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/speaker-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/speaker.svg b/client/public/icons/game-icons/ffffff/delapouite/speaker.svg new file mode 100644 index 00000000..22e88f41 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spear-feather.svg b/client/public/icons/game-icons/ffffff/delapouite/spear-feather.svg new file mode 100644 index 00000000..34bb74f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spear-feather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spearfishing.svg b/client/public/icons/game-icons/ffffff/delapouite/spearfishing.svg new file mode 100644 index 00000000..b47adfcd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spearfishing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/speed-boat.svg b/client/public/icons/game-icons/ffffff/delapouite/speed-boat.svg new file mode 100644 index 00000000..3be95fdf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/speed-boat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/speedometer.svg b/client/public/icons/game-icons/ffffff/delapouite/speedometer.svg new file mode 100644 index 00000000..d24c342d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/speedometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spell-book.svg b/client/public/icons/game-icons/ffffff/delapouite/spell-book.svg new file mode 100644 index 00000000..0097a2b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spell-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sperm-whale.svg b/client/public/icons/game-icons/ffffff/delapouite/sperm-whale.svg new file mode 100644 index 00000000..04d66bf2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sperm-whale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spider-bot.svg b/client/public/icons/game-icons/ffffff/delapouite/spider-bot.svg new file mode 100644 index 00000000..a6aa29dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spider-bot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spider-eye.svg b/client/public/icons/game-icons/ffffff/delapouite/spider-eye.svg new file mode 100644 index 00000000..9c27d2e6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spider-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spider-mask.svg b/client/public/icons/game-icons/ffffff/delapouite/spider-mask.svg new file mode 100644 index 00000000..b4a1ddf4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spider-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiked-dragon-head.svg b/client/public/icons/game-icons/ffffff/delapouite/spiked-dragon-head.svg new file mode 100644 index 00000000..035c2d87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiked-dragon-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiked-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/spiked-shield.svg new file mode 100644 index 00000000..0ac8d164 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiked-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiked-shoulder-armor.svg b/client/public/icons/game-icons/ffffff/delapouite/spiked-shoulder-armor.svg new file mode 100644 index 00000000..293f513f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiked-shoulder-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiked-trunk.svg b/client/public/icons/game-icons/ffffff/delapouite/spiked-trunk.svg new file mode 100644 index 00000000..4c2eb38f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiked-trunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiked-wall.svg b/client/public/icons/game-icons/ffffff/delapouite/spiked-wall.svg new file mode 100644 index 00000000..0f8f6b48 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiked-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiky-pit.svg b/client/public/icons/game-icons/ffffff/delapouite/spiky-pit.svg new file mode 100644 index 00000000..05fa35cf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiky-pit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiky-wing.svg b/client/public/icons/game-icons/ffffff/delapouite/spiky-wing.svg new file mode 100644 index 00000000..7d9ce89c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiky-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiral-hilt.svg b/client/public/icons/game-icons/ffffff/delapouite/spiral-hilt.svg new file mode 100644 index 00000000..7a8e0c62 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiral-hilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spiral-lollipop.svg b/client/public/icons/game-icons/ffffff/delapouite/spiral-lollipop.svg new file mode 100644 index 00000000..4996f432 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spiral-lollipop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/split-arrows.svg b/client/public/icons/game-icons/ffffff/delapouite/split-arrows.svg new file mode 100644 index 00000000..d2515e87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/split-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spock-hand.svg b/client/public/icons/game-icons/ffffff/delapouite/spock-hand.svg new file mode 100644 index 00000000..c056c7fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spock-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spooky-house.svg b/client/public/icons/game-icons/ffffff/delapouite/spooky-house.svg new file mode 100644 index 00000000..db5f9f46 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spooky-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sport-medal.svg b/client/public/icons/game-icons/ffffff/delapouite/sport-medal.svg new file mode 100644 index 00000000..23b15569 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sport-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spring.svg b/client/public/icons/game-icons/ffffff/delapouite/spring.svg new file mode 100644 index 00000000..014fd15b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/spy.svg b/client/public/icons/game-icons/ffffff/delapouite/spy.svg new file mode 100644 index 00000000..8c8255ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/spy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/square.svg b/client/public/icons/game-icons/ffffff/delapouite/square.svg new file mode 100644 index 00000000..f9de4657 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/squirrel.svg b/client/public/icons/game-icons/ffffff/delapouite/squirrel.svg new file mode 100644 index 00000000..d42c3e9f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/squirrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sri-lanka.svg b/client/public/icons/game-icons/ffffff/delapouite/sri-lanka.svg new file mode 100644 index 00000000..03a5bd60 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sri-lanka.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stabbed-note.svg b/client/public/icons/game-icons/ffffff/delapouite/stabbed-note.svg new file mode 100644 index 00000000..9dd79c38 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stabbed-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stable.svg b/client/public/icons/game-icons/ffffff/delapouite/stable.svg new file mode 100644 index 00000000..4c7a63d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stack.svg b/client/public/icons/game-icons/ffffff/delapouite/stack.svg new file mode 100644 index 00000000..ca2512fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stairs-cake.svg b/client/public/icons/game-icons/ffffff/delapouite/stairs-cake.svg new file mode 100644 index 00000000..c3f9cf7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stairs-cake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stairs-goal.svg b/client/public/icons/game-icons/ffffff/delapouite/stairs-goal.svg new file mode 100644 index 00000000..1927997b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stairs-goal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stairs.svg b/client/public/icons/game-icons/ffffff/delapouite/stairs.svg new file mode 100644 index 00000000..9cb11ea8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stake-hammer.svg b/client/public/icons/game-icons/ffffff/delapouite/stake-hammer.svg new file mode 100644 index 00000000..badcf4cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stake-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stakes-fence.svg b/client/public/icons/game-icons/ffffff/delapouite/stakes-fence.svg new file mode 100644 index 00000000..33f531ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stakes-fence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stalactites.svg b/client/public/icons/game-icons/ffffff/delapouite/stalactites.svg new file mode 100644 index 00000000..da00374e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stalactites.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stamper.svg b/client/public/icons/game-icons/ffffff/delapouite/stamper.svg new file mode 100644 index 00000000..650894db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stamper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/star-altar.svg b/client/public/icons/game-icons/ffffff/delapouite/star-altar.svg new file mode 100644 index 00000000..07837450 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/star-altar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/star-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/star-flag.svg new file mode 100644 index 00000000..0ba4f8c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/star-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/star-formation.svg b/client/public/icons/game-icons/ffffff/delapouite/star-formation.svg new file mode 100644 index 00000000..7bc3a70a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/star-formation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/star-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/star-gate.svg new file mode 100644 index 00000000..5504fb1d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/star-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/star-key.svg b/client/public/icons/game-icons/ffffff/delapouite/star-key.svg new file mode 100644 index 00000000..ddf0779f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/star-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/star-medal.svg b/client/public/icons/game-icons/ffffff/delapouite/star-medal.svg new file mode 100644 index 00000000..37aeea9f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/star-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/star-struck.svg b/client/public/icons/game-icons/ffffff/delapouite/star-struck.svg new file mode 100644 index 00000000..ec4e8f34 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/star-struck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/starfighter.svg b/client/public/icons/game-icons/ffffff/delapouite/starfighter.svg new file mode 100644 index 00000000..117d8889 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/starfighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stars-stack.svg b/client/public/icons/game-icons/ffffff/delapouite/stars-stack.svg new file mode 100644 index 00000000..954651eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stars-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/steak.svg b/client/public/icons/game-icons/ffffff/delapouite/steak.svg new file mode 100644 index 00000000..3e7eb8d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/steak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stealth-bomber.svg b/client/public/icons/game-icons/ffffff/delapouite/stealth-bomber.svg new file mode 100644 index 00000000..e767b4f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stealth-bomber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/steam-blast.svg b/client/public/icons/game-icons/ffffff/delapouite/steam-blast.svg new file mode 100644 index 00000000..b7a97f09 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/steam-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/steam-locomotive.svg b/client/public/icons/game-icons/ffffff/delapouite/steam-locomotive.svg new file mode 100644 index 00000000..7ce0bf82 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/steam-locomotive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/steam.svg b/client/public/icons/game-icons/ffffff/delapouite/steam.svg new file mode 100644 index 00000000..92318172 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/steampunk-goggles.svg b/client/public/icons/game-icons/ffffff/delapouite/steampunk-goggles.svg new file mode 100644 index 00000000..236ba404 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/steampunk-goggles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/steering-wheel.svg b/client/public/icons/game-icons/ffffff/delapouite/steering-wheel.svg new file mode 100644 index 00000000..7b95de8e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/steering-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stegosaurus-scales.svg b/client/public/icons/game-icons/ffffff/delapouite/stegosaurus-scales.svg new file mode 100644 index 00000000..60a6ece2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stegosaurus-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stethoscope.svg b/client/public/icons/game-icons/ffffff/delapouite/stethoscope.svg new file mode 100644 index 00000000..bc21ce01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stethoscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stick-frame.svg b/client/public/icons/game-icons/ffffff/delapouite/stick-frame.svg new file mode 100644 index 00000000..ca1fdd01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stick-frame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sticky-boot.svg b/client/public/icons/game-icons/ffffff/delapouite/sticky-boot.svg new file mode 100644 index 00000000..b8140c31 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sticky-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stockpiles.svg b/client/public/icons/game-icons/ffffff/delapouite/stockpiles.svg new file mode 100644 index 00000000..2aae67fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stockpiles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stomach.svg b/client/public/icons/game-icons/ffffff/delapouite/stomach.svg new file mode 100644 index 00000000..c904c165 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stomach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stone-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/stone-bridge.svg new file mode 100644 index 00000000..08238ed2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stone-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stone-bust.svg b/client/public/icons/game-icons/ffffff/delapouite/stone-bust.svg new file mode 100644 index 00000000..525269f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stone-bust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stone-path.svg b/client/public/icons/game-icons/ffffff/delapouite/stone-path.svg new file mode 100644 index 00000000..821a04fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stone-path.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stone-pile.svg b/client/public/icons/game-icons/ffffff/delapouite/stone-pile.svg new file mode 100644 index 00000000..73162107 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stone-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stone-stack.svg b/client/public/icons/game-icons/ffffff/delapouite/stone-stack.svg new file mode 100644 index 00000000..ca07c5e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stone-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stone-wall.svg b/client/public/icons/game-icons/ffffff/delapouite/stone-wall.svg new file mode 100644 index 00000000..bc6e43ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stone-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stone-wheel.svg b/client/public/icons/game-icons/ffffff/delapouite/stone-wheel.svg new file mode 100644 index 00000000..9a899a03 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stone-wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stop-sign.svg b/client/public/icons/game-icons/ffffff/delapouite/stop-sign.svg new file mode 100644 index 00000000..0a5a90c3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stop-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stork-delivery.svg b/client/public/icons/game-icons/ffffff/delapouite/stork-delivery.svg new file mode 100644 index 00000000..aca2f22b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stork-delivery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/straight-pipe.svg b/client/public/icons/game-icons/ffffff/delapouite/straight-pipe.svg new file mode 100644 index 00000000..2ae56a0c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/straight-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/strawberry.svg b/client/public/icons/game-icons/ffffff/delapouite/strawberry.svg new file mode 100644 index 00000000..ded95bb8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/strawberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/street-light.svg b/client/public/icons/game-icons/ffffff/delapouite/street-light.svg new file mode 100644 index 00000000..835bb63e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/street-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/striped-sun.svg b/client/public/icons/game-icons/ffffff/delapouite/striped-sun.svg new file mode 100644 index 00000000..bf643f2e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/striped-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/strong-man.svg b/client/public/icons/game-icons/ffffff/delapouite/strong-man.svg new file mode 100644 index 00000000..ee2379e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/strong-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/strongbox.svg b/client/public/icons/game-icons/ffffff/delapouite/strongbox.svg new file mode 100644 index 00000000..5b1cdea8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/strongbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stump-regrowth.svg b/client/public/icons/game-icons/ffffff/delapouite/stump-regrowth.svg new file mode 100644 index 00000000..2c294716 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stump-regrowth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/stun-grenade.svg b/client/public/icons/game-icons/ffffff/delapouite/stun-grenade.svg new file mode 100644 index 00000000..b929e1d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/stun-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/submarine-missile.svg b/client/public/icons/game-icons/ffffff/delapouite/submarine-missile.svg new file mode 100644 index 00000000..99a7226a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/submarine-missile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/submarine.svg b/client/public/icons/game-icons/ffffff/delapouite/submarine.svg new file mode 100644 index 00000000..e70b20d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/submarine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/subway.svg b/client/public/icons/game-icons/ffffff/delapouite/subway.svg new file mode 100644 index 00000000..9f419f68 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/subway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sugar-cane.svg b/client/public/icons/game-icons/ffffff/delapouite/sugar-cane.svg new file mode 100644 index 00000000..cdc8a2c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sugar-cane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/suitcase.svg b/client/public/icons/game-icons/ffffff/delapouite/suitcase.svg new file mode 100644 index 00000000..02d799b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/suitcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/summits.svg b/client/public/icons/game-icons/ffffff/delapouite/summits.svg new file mode 100644 index 00000000..dafb62fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/summits.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sun-cloud.svg b/client/public/icons/game-icons/ffffff/delapouite/sun-cloud.svg new file mode 100644 index 00000000..746ef586 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sun-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sun-priest.svg b/client/public/icons/game-icons/ffffff/delapouite/sun-priest.svg new file mode 100644 index 00000000..4c73abea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sun-priest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sun-spear.svg b/client/public/icons/game-icons/ffffff/delapouite/sun-spear.svg new file mode 100644 index 00000000..daff7241 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sun-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sunflower.svg b/client/public/icons/game-icons/ffffff/delapouite/sunflower.svg new file mode 100644 index 00000000..693d924a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sunflower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sunglasses.svg b/client/public/icons/game-icons/ffffff/delapouite/sunglasses.svg new file mode 100644 index 00000000..02a19df5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sunglasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sunrise.svg b/client/public/icons/game-icons/ffffff/delapouite/sunrise.svg new file mode 100644 index 00000000..ceab20f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sunrise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sunset.svg b/client/public/icons/game-icons/ffffff/delapouite/sunset.svg new file mode 100644 index 00000000..ba9d628e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sunset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/surf-board.svg b/client/public/icons/game-icons/ffffff/delapouite/surf-board.svg new file mode 100644 index 00000000..2655f383 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/surf-board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/surfer-van.svg b/client/public/icons/game-icons/ffffff/delapouite/surfer-van.svg new file mode 100644 index 00000000..6933b11e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/surfer-van.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sushis.svg b/client/public/icons/game-icons/ffffff/delapouite/sushis.svg new file mode 100644 index 00000000..80439074 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sushis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/suspension-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/suspension-bridge.svg new file mode 100644 index 00000000..203eb3e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/suspension-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sverd-i-fjell.svg b/client/public/icons/game-icons/ffffff/delapouite/sverd-i-fjell.svg new file mode 100644 index 00000000..2d8ab1e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sverd-i-fjell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/swallow.svg b/client/public/icons/game-icons/ffffff/delapouite/swallow.svg new file mode 100644 index 00000000..7f906917 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/swallow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/swallower.svg b/client/public/icons/game-icons/ffffff/delapouite/swallower.svg new file mode 100644 index 00000000..c9bedd23 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/swallower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/swamp-bat.svg b/client/public/icons/game-icons/ffffff/delapouite/swamp-bat.svg new file mode 100644 index 00000000..9cdb9e48 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/swamp-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/swamp.svg b/client/public/icons/game-icons/ffffff/delapouite/swamp.svg new file mode 100644 index 00000000..715e5d2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/swamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/swimfins.svg b/client/public/icons/game-icons/ffffff/delapouite/swimfins.svg new file mode 100644 index 00000000..68aa64b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/swimfins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/swipe-card.svg b/client/public/icons/game-icons/ffffff/delapouite/swipe-card.svg new file mode 100644 index 00000000..35c268a1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/swipe-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/swiss-army-knife.svg b/client/public/icons/game-icons/ffffff/delapouite/swiss-army-knife.svg new file mode 100644 index 00000000..51bec618 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/swiss-army-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/switch-weapon.svg b/client/public/icons/game-icons/ffffff/delapouite/switch-weapon.svg new file mode 100644 index 00000000..e7d6f57c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/switch-weapon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/switzerland.svg b/client/public/icons/game-icons/ffffff/delapouite/switzerland.svg new file mode 100644 index 00000000..bd8aeb2c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/switzerland.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sword-altar.svg b/client/public/icons/game-icons/ffffff/delapouite/sword-altar.svg new file mode 100644 index 00000000..c290051c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sword-altar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sword-brandish.svg b/client/public/icons/game-icons/ffffff/delapouite/sword-brandish.svg new file mode 100644 index 00000000..15911819 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sword-brandish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sword-mold.svg b/client/public/icons/game-icons/ffffff/delapouite/sword-mold.svg new file mode 100644 index 00000000..8f531fd5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sword-mold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/swords-power.svg b/client/public/icons/game-icons/ffffff/delapouite/swords-power.svg new file mode 100644 index 00000000..afaf7228 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/swords-power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/sydney-opera-house.svg b/client/public/icons/game-icons/ffffff/delapouite/sydney-opera-house.svg new file mode 100644 index 00000000..500e3abf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/sydney-opera-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/t-brick.svg b/client/public/icons/game-icons/ffffff/delapouite/t-brick.svg new file mode 100644 index 00000000..6a005a38 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/t-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/t-rex-skull.svg b/client/public/icons/game-icons/ffffff/delapouite/t-rex-skull.svg new file mode 100644 index 00000000..66531e50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/t-rex-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/t-shirt.svg b/client/public/icons/game-icons/ffffff/delapouite/t-shirt.svg new file mode 100644 index 00000000..13a4f552 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/t-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/table.svg b/client/public/icons/game-icons/ffffff/delapouite/table.svg new file mode 100644 index 00000000..887f25e3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tabletop-players.svg b/client/public/icons/game-icons/ffffff/delapouite/tabletop-players.svg new file mode 100644 index 00000000..c6c3e81d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tabletop-players.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tacos.svg b/client/public/icons/game-icons/ffffff/delapouite/tacos.svg new file mode 100644 index 00000000..4770f766 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tacos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tadpole.svg b/client/public/icons/game-icons/ffffff/delapouite/tadpole.svg new file mode 100644 index 00000000..337b12a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tadpole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/take-my-money.svg b/client/public/icons/game-icons/ffffff/delapouite/take-my-money.svg new file mode 100644 index 00000000..58453a3f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/take-my-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tall-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/tall-bridge.svg new file mode 100644 index 00000000..72fbf7af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tall-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tally-mark-5.svg b/client/public/icons/game-icons/ffffff/delapouite/tally-mark-5.svg new file mode 100644 index 00000000..36f560c3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tally-mark-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tambourine.svg b/client/public/icons/game-icons/ffffff/delapouite/tambourine.svg new file mode 100644 index 00000000..7075ee53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tambourine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tangerine.svg b/client/public/icons/game-icons/ffffff/delapouite/tangerine.svg new file mode 100644 index 00000000..1dc2efc0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tangerine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tank-top.svg b/client/public/icons/game-icons/ffffff/delapouite/tank-top.svg new file mode 100644 index 00000000..3c0ff17d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tank-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tanzania.svg b/client/public/icons/game-icons/ffffff/delapouite/tanzania.svg new file mode 100644 index 00000000..83524c9e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tanzania.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tap.svg b/client/public/icons/game-icons/ffffff/delapouite/tap.svg new file mode 100644 index 00000000..09f184d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tapir.svg b/client/public/icons/game-icons/ffffff/delapouite/tapir.svg new file mode 100644 index 00000000..a1c475c3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tapir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/target-poster.svg b/client/public/icons/game-icons/ffffff/delapouite/target-poster.svg new file mode 100644 index 00000000..a10ea907 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/target-poster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/target-prize.svg b/client/public/icons/game-icons/ffffff/delapouite/target-prize.svg new file mode 100644 index 00000000..c7a432e3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/target-prize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/taurus.svg b/client/public/icons/game-icons/ffffff/delapouite/taurus.svg new file mode 100644 index 00000000..3fe99727 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/taurus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tavern-sign.svg b/client/public/icons/game-icons/ffffff/delapouite/tavern-sign.svg new file mode 100644 index 00000000..4915bb2b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tavern-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/teacher.svg b/client/public/icons/game-icons/ffffff/delapouite/teacher.svg new file mode 100644 index 00000000..9f812e27 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/teacher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/team-downgrade.svg b/client/public/icons/game-icons/ffffff/delapouite/team-downgrade.svg new file mode 100644 index 00000000..874c379f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/team-downgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/team-idea.svg b/client/public/icons/game-icons/ffffff/delapouite/team-idea.svg new file mode 100644 index 00000000..f1966ce0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/team-idea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/team-upgrade.svg b/client/public/icons/game-icons/ffffff/delapouite/team-upgrade.svg new file mode 100644 index 00000000..9f56d703 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/team-upgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/teapot-leaves.svg b/client/public/icons/game-icons/ffffff/delapouite/teapot-leaves.svg new file mode 100644 index 00000000..18dae2a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/teapot-leaves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tee-pipe.svg b/client/public/icons/game-icons/ffffff/delapouite/tee-pipe.svg new file mode 100644 index 00000000..8ab503e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tee-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/telescope.svg b/client/public/icons/game-icons/ffffff/delapouite/telescope.svg new file mode 100644 index 00000000..4cb53af4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/telescope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/templar-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/templar-shield.svg new file mode 100644 index 00000000..6ffd041b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/templar-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/temple-door.svg b/client/public/icons/game-icons/ffffff/delapouite/temple-door.svg new file mode 100644 index 00000000..8042984d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/temple-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/temple-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/temple-gate.svg new file mode 100644 index 00000000..19c725d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/temple-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/temporary-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/temporary-shield.svg new file mode 100644 index 00000000..1fad4815 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/temporary-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tennis-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/tennis-ball.svg new file mode 100644 index 00000000..52f9b5c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tennis-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tennis-court.svg b/client/public/icons/game-icons/ffffff/delapouite/tennis-court.svg new file mode 100644 index 00000000..bfd92128 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tennis-court.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tennis-racket.svg b/client/public/icons/game-icons/ffffff/delapouite/tennis-racket.svg new file mode 100644 index 00000000..31e8d9c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tennis-racket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tentacles-barrier.svg b/client/public/icons/game-icons/ffffff/delapouite/tentacles-barrier.svg new file mode 100644 index 00000000..aaf4bb2f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tentacles-barrier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/texas.svg b/client/public/icons/game-icons/ffffff/delapouite/texas.svg new file mode 100644 index 00000000..63fab286 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/texas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/theater-curtains.svg b/client/public/icons/game-icons/ffffff/delapouite/theater-curtains.svg new file mode 100644 index 00000000..050b01e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/theater-curtains.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/theater.svg b/client/public/icons/game-icons/ffffff/delapouite/theater.svg new file mode 100644 index 00000000..c78a47dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/theater.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/thermometer-cold.svg b/client/public/icons/game-icons/ffffff/delapouite/thermometer-cold.svg new file mode 100644 index 00000000..b27e5681 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/thermometer-cold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/thermometer-hot.svg b/client/public/icons/game-icons/ffffff/delapouite/thermometer-hot.svg new file mode 100644 index 00000000..dbc33dde --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/thermometer-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/think.svg b/client/public/icons/game-icons/ffffff/delapouite/think.svg new file mode 100644 index 00000000..c399f0fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/think.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/thor-hammer.svg b/client/public/icons/game-icons/ffffff/delapouite/thor-hammer.svg new file mode 100644 index 00000000..113f5673 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/thor-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/three-friends.svg b/client/public/icons/game-icons/ffffff/delapouite/three-friends.svg new file mode 100644 index 00000000..9111be88 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/three-friends.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/throne-king.svg b/client/public/icons/game-icons/ffffff/delapouite/throne-king.svg new file mode 100644 index 00000000..3a0a4c33 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/throne-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/throwing-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/throwing-ball.svg new file mode 100644 index 00000000..1de4870e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/throwing-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/thrust-bend.svg b/client/public/icons/game-icons/ffffff/delapouite/thrust-bend.svg new file mode 100644 index 00000000..3fd8127a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/thrust-bend.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/thumb-down.svg b/client/public/icons/game-icons/ffffff/delapouite/thumb-down.svg new file mode 100644 index 00000000..bb62032a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/thumb-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/thumb-up.svg b/client/public/icons/game-icons/ffffff/delapouite/thumb-up.svg new file mode 100644 index 00000000..7ea66ed8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/thumb-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/thwomp.svg b/client/public/icons/game-icons/ffffff/delapouite/thwomp.svg new file mode 100644 index 00000000..ea7ca228 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/thwomp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tiara.svg b/client/public/icons/game-icons/ffffff/delapouite/tiara.svg new file mode 100644 index 00000000..8518f4ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tiara.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tic-tac-toe.svg b/client/public/icons/game-icons/ffffff/delapouite/tic-tac-toe.svg new file mode 100644 index 00000000..9af28d93 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tic-tac-toe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ticket.svg b/client/public/icons/game-icons/ffffff/delapouite/ticket.svg new file mode 100644 index 00000000..b165d4fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ticket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tie.svg b/client/public/icons/game-icons/ffffff/delapouite/tie.svg new file mode 100644 index 00000000..107e0454 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tiger-head.svg b/client/public/icons/game-icons/ffffff/delapouite/tiger-head.svg new file mode 100644 index 00000000..c1d02716 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tiger-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tiger.svg b/client/public/icons/game-icons/ffffff/delapouite/tiger.svg new file mode 100644 index 00000000..5a713578 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tiger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tightrope.svg b/client/public/icons/game-icons/ffffff/delapouite/tightrope.svg new file mode 100644 index 00000000..b8b403b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tightrope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/time-dynamite.svg b/client/public/icons/game-icons/ffffff/delapouite/time-dynamite.svg new file mode 100644 index 00000000..79048ee6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/time-dynamite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/time-synchronization.svg b/client/public/icons/game-icons/ffffff/delapouite/time-synchronization.svg new file mode 100644 index 00000000..b09ccb3d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/time-synchronization.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tipi.svg b/client/public/icons/game-icons/ffffff/delapouite/tipi.svg new file mode 100644 index 00000000..8023dd61 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tipi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tire-iron-cross.svg b/client/public/icons/game-icons/ffffff/delapouite/tire-iron-cross.svg new file mode 100644 index 00000000..f17ff1c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tire-iron-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tire-iron.svg b/client/public/icons/game-icons/ffffff/delapouite/tire-iron.svg new file mode 100644 index 00000000..ae5ffbd2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tire-iron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tire-tracks.svg b/client/public/icons/game-icons/ffffff/delapouite/tire-tracks.svg new file mode 100644 index 00000000..96dbbe5d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tire-tracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tired-eye.svg b/client/public/icons/game-icons/ffffff/delapouite/tired-eye.svg new file mode 100644 index 00000000..6af0ba15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tired-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/toaster.svg b/client/public/icons/game-icons/ffffff/delapouite/toaster.svg new file mode 100644 index 00000000..fe0615b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/toaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/toggles.svg b/client/public/icons/game-icons/ffffff/delapouite/toggles.svg new file mode 100644 index 00000000..10cf9597 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/toggles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/token.svg b/client/public/icons/game-icons/ffffff/delapouite/token.svg new file mode 100644 index 00000000..c627e46e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/token.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tomahawk.svg b/client/public/icons/game-icons/ffffff/delapouite/tomahawk.svg new file mode 100644 index 00000000..4b20ef7e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tomahawk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tomato.svg b/client/public/icons/game-icons/ffffff/delapouite/tomato.svg new file mode 100644 index 00000000..ba5d2506 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tomato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tongue.svg b/client/public/icons/game-icons/ffffff/delapouite/tongue.svg new file mode 100644 index 00000000..b881c1db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/toolbox.svg b/client/public/icons/game-icons/ffffff/delapouite/toolbox.svg new file mode 100644 index 00000000..3cdf25c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/toolbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/torch.svg b/client/public/icons/game-icons/ffffff/delapouite/torch.svg new file mode 100644 index 00000000..9fb84b58 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/torch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/torpedo.svg b/client/public/icons/game-icons/ffffff/delapouite/torpedo.svg new file mode 100644 index 00000000..4eaae06b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/torpedo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tortoise.svg b/client/public/icons/game-icons/ffffff/delapouite/tortoise.svg new file mode 100644 index 00000000..29946d93 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tortoise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/totem.svg b/client/public/icons/game-icons/ffffff/delapouite/totem.svg new file mode 100644 index 00000000..eaa1eafe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/totem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/toucan.svg b/client/public/icons/game-icons/ffffff/delapouite/toucan.svg new file mode 100644 index 00000000..5891f1f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/toucan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tow-truck.svg b/client/public/icons/game-icons/ffffff/delapouite/tow-truck.svg new file mode 100644 index 00000000..f8bbbc69 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tow-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/towel.svg b/client/public/icons/game-icons/ffffff/delapouite/towel.svg new file mode 100644 index 00000000..d89fc01f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/towel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tower-bridge.svg b/client/public/icons/game-icons/ffffff/delapouite/tower-bridge.svg new file mode 100644 index 00000000..a8e21391 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tower-bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tower-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/tower-flag.svg new file mode 100644 index 00000000..92154c01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tower-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/toy-mallet.svg b/client/public/icons/game-icons/ffffff/delapouite/toy-mallet.svg new file mode 100644 index 00000000..ea0b3d19 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/toy-mallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tracked-robot.svg b/client/public/icons/game-icons/ffffff/delapouite/tracked-robot.svg new file mode 100644 index 00000000..a0580faf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tracked-robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/traffic-cone.svg b/client/public/icons/game-icons/ffffff/delapouite/traffic-cone.svg new file mode 100644 index 00000000..9a0597c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/traffic-cone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-green.svg b/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-green.svg new file mode 100644 index 00000000..bb3f72fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-orange.svg b/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-orange.svg new file mode 100644 index 00000000..65d9d3bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-orange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-ready-to-go.svg b/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-ready-to-go.svg new file mode 100644 index 00000000..bbb3fa09 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-ready-to-go.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-red.svg b/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-red.svg new file mode 100644 index 00000000..dafb8d47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/traffic-lights-red.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trail.svg b/client/public/icons/game-icons/ffffff/delapouite/trail.svg new file mode 100644 index 00000000..853f4043 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/transform.svg b/client/public/icons/game-icons/ffffff/delapouite/transform.svg new file mode 100644 index 00000000..30892175 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/transform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trash-can.svg b/client/public/icons/game-icons/ffffff/delapouite/trash-can.svg new file mode 100644 index 00000000..2d76b766 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trash-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/travel-dress.svg b/client/public/icons/game-icons/ffffff/delapouite/travel-dress.svg new file mode 100644 index 00000000..d296b89f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/travel-dress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trebuchet.svg b/client/public/icons/game-icons/ffffff/delapouite/trebuchet.svg new file mode 100644 index 00000000..9e5d1eaf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trebuchet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tree-beehive.svg b/client/public/icons/game-icons/ffffff/delapouite/tree-beehive.svg new file mode 100644 index 00000000..cab2969a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tree-beehive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tree-door.svg b/client/public/icons/game-icons/ffffff/delapouite/tree-door.svg new file mode 100644 index 00000000..473faed1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tree-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tree-growth.svg b/client/public/icons/game-icons/ffffff/delapouite/tree-growth.svg new file mode 100644 index 00000000..0322bd42 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tree-growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tree-roots.svg b/client/public/icons/game-icons/ffffff/delapouite/tree-roots.svg new file mode 100644 index 00000000..1eb0c858 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tree-roots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tree-swing.svg b/client/public/icons/game-icons/ffffff/delapouite/tree-swing.svg new file mode 100644 index 00000000..79ef2e55 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tree-swing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/triangle-target.svg b/client/public/icons/game-icons/ffffff/delapouite/triangle-target.svg new file mode 100644 index 00000000..0f0d1058 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/triangle-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tribal-gear.svg b/client/public/icons/game-icons/ffffff/delapouite/tribal-gear.svg new file mode 100644 index 00000000..1be19b1b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tribal-gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tribal-pendant.svg b/client/public/icons/game-icons/ffffff/delapouite/tribal-pendant.svg new file mode 100644 index 00000000..64a314d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tribal-pendant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tribal-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/tribal-shield.svg new file mode 100644 index 00000000..9570b460 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tribal-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tribunal-jury.svg b/client/public/icons/game-icons/ffffff/delapouite/tribunal-jury.svg new file mode 100644 index 00000000..f0c87deb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tribunal-jury.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/triceratops-head.svg b/client/public/icons/game-icons/ffffff/delapouite/triceratops-head.svg new file mode 100644 index 00000000..e375285e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/triceratops-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trident-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/trident-shield.svg new file mode 100644 index 00000000..7320d5a7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trident-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/triforce.svg b/client/public/icons/game-icons/ffffff/delapouite/triforce.svg new file mode 100644 index 00000000..968ab5ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/triforce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trinacria.svg b/client/public/icons/game-icons/ffffff/delapouite/trinacria.svg new file mode 100644 index 00000000..729901a1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trinacria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/triple-gate.svg b/client/public/icons/game-icons/ffffff/delapouite/triple-gate.svg new file mode 100644 index 00000000..3cff650b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/triple-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/triquetra.svg b/client/public/icons/game-icons/ffffff/delapouite/triquetra.svg new file mode 100644 index 00000000..4a9e1cb6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/triquetra.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/delapouite/trireme.svg b/client/public/icons/game-icons/ffffff/delapouite/trireme.svg new file mode 100644 index 00000000..21ff2c8a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trireme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/troglodyte.svg b/client/public/icons/game-icons/ffffff/delapouite/troglodyte.svg new file mode 100644 index 00000000..acc023d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/troglodyte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trojan-horse.svg b/client/public/icons/game-icons/ffffff/delapouite/trojan-horse.svg new file mode 100644 index 00000000..aa4f1596 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trojan-horse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trophies-shelf.svg b/client/public/icons/game-icons/ffffff/delapouite/trophies-shelf.svg new file mode 100644 index 00000000..c2cf1ca3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trophies-shelf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trophy-cup.svg b/client/public/icons/game-icons/ffffff/delapouite/trophy-cup.svg new file mode 100644 index 00000000..19c99576 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trophy-cup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tropical-fish.svg b/client/public/icons/game-icons/ffffff/delapouite/tropical-fish.svg new file mode 100644 index 00000000..d3f43e73 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tropical-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trowel.svg b/client/public/icons/game-icons/ffffff/delapouite/trowel.svg new file mode 100644 index 00000000..c81b3f9f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trowel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/truce.svg b/client/public/icons/game-icons/ffffff/delapouite/truce.svg new file mode 100644 index 00000000..7d0367e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/truce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/truck.svg b/client/public/icons/game-icons/ffffff/delapouite/truck.svg new file mode 100644 index 00000000..61ec489d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trumpet-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/trumpet-flag.svg new file mode 100644 index 00000000..46db2eb8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trumpet-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trumpet.svg b/client/public/icons/game-icons/ffffff/delapouite/trumpet.svg new file mode 100644 index 00000000..5795ef26 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trumpet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/trunk-mushroom.svg b/client/public/icons/game-icons/ffffff/delapouite/trunk-mushroom.svg new file mode 100644 index 00000000..17bd6957 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/trunk-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tumbleweed.svg b/client/public/icons/game-icons/ffffff/delapouite/tumbleweed.svg new file mode 100644 index 00000000..e5d3b849 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tumbleweed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tunisia.svg b/client/public/icons/game-icons/ffffff/delapouite/tunisia.svg new file mode 100644 index 00000000..f5470186 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tunisia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/turban.svg b/client/public/icons/game-icons/ffffff/delapouite/turban.svg new file mode 100644 index 00000000..85cd6e26 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/turban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/turbine.svg b/client/public/icons/game-icons/ffffff/delapouite/turbine.svg new file mode 100644 index 00000000..14c5984d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/turbine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/turnstile.svg b/client/public/icons/game-icons/ffffff/delapouite/turnstile.svg new file mode 100644 index 00000000..d383b3c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/turnstile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tusks-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/tusks-flag.svg new file mode 100644 index 00000000..1ba2d377 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tusks-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tv-remote.svg b/client/public/icons/game-icons/ffffff/delapouite/tv-remote.svg new file mode 100644 index 00000000..9c41f83e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tv-remote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tv-tower.svg b/client/public/icons/game-icons/ffffff/delapouite/tv-tower.svg new file mode 100644 index 00000000..f064106a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tv-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/tv.svg b/client/public/icons/game-icons/ffffff/delapouite/tv.svg new file mode 100644 index 00000000..41dd9ba4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/two-coins.svg b/client/public/icons/game-icons/ffffff/delapouite/two-coins.svg new file mode 100644 index 00000000..bd5e68ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/two-coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/two-handed-sword.svg b/client/public/icons/game-icons/ffffff/delapouite/two-handed-sword.svg new file mode 100644 index 00000000..eec7888f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/two-handed-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/udder.svg b/client/public/icons/game-icons/ffffff/delapouite/udder.svg new file mode 100644 index 00000000..200ea574 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/udder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ufo.svg b/client/public/icons/game-icons/ffffff/delapouite/ufo.svg new file mode 100644 index 00000000..e3f25f2e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ufo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/uluru.svg b/client/public/icons/game-icons/ffffff/delapouite/uluru.svg new file mode 100644 index 00000000..1e3b7f0b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/uluru.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/umbrella-bayonet.svg b/client/public/icons/game-icons/ffffff/delapouite/umbrella-bayonet.svg new file mode 100644 index 00000000..53286223 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/umbrella-bayonet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/unbalanced.svg b/client/public/icons/game-icons/ffffff/delapouite/unbalanced.svg new file mode 100644 index 00000000..b4179215 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/unbalanced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/underground-cave.svg b/client/public/icons/game-icons/ffffff/delapouite/underground-cave.svg new file mode 100644 index 00000000..12f97287 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/underground-cave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/underwear-shorts.svg b/client/public/icons/game-icons/ffffff/delapouite/underwear-shorts.svg new file mode 100644 index 00000000..d75b3b40 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/underwear-shorts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/underwear.svg b/client/public/icons/game-icons/ffffff/delapouite/underwear.svg new file mode 100644 index 00000000..22066bc8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/underwear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/unicorn.svg b/client/public/icons/game-icons/ffffff/delapouite/unicorn.svg new file mode 100644 index 00000000..1367afd3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/unicorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/unicycle.svg b/client/public/icons/game-icons/ffffff/delapouite/unicycle.svg new file mode 100644 index 00000000..6465a20d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/unicycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/union-jack.svg b/client/public/icons/game-icons/ffffff/delapouite/union-jack.svg new file mode 100644 index 00000000..9b970acf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/union-jack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/up-card.svg b/client/public/icons/game-icons/ffffff/delapouite/up-card.svg new file mode 100644 index 00000000..f0c309c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/up-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/upgrade.svg b/client/public/icons/game-icons/ffffff/delapouite/upgrade.svg new file mode 100644 index 00000000..9854f013 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/upgrade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/uprising.svg b/client/public/icons/game-icons/ffffff/delapouite/uprising.svg new file mode 100644 index 00000000..e02c7016 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/uprising.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ursa-major.svg b/client/public/icons/game-icons/ffffff/delapouite/ursa-major.svg new file mode 100644 index 00000000..39a27956 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ursa-major.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/uruguay.svg b/client/public/icons/game-icons/ffffff/delapouite/uruguay.svg new file mode 100644 index 00000000..56f37109 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/uruguay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/usa-flag.svg b/client/public/icons/game-icons/ffffff/delapouite/usa-flag.svg new file mode 100644 index 00000000..61ee3dfe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/usa-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/usb-key.svg b/client/public/icons/game-icons/ffffff/delapouite/usb-key.svg new file mode 100644 index 00000000..0ebd0777 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/usb-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/ushanka.svg b/client/public/icons/game-icons/ffffff/delapouite/ushanka.svg new file mode 100644 index 00000000..18faeef4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/ushanka.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/uzi.svg b/client/public/icons/game-icons/ffffff/delapouite/uzi.svg new file mode 100644 index 00000000..fcab80c3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/uzi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vacuum-cleaner.svg b/client/public/icons/game-icons/ffffff/delapouite/vacuum-cleaner.svg new file mode 100644 index 00000000..3236ac20 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vacuum-cleaner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/valve.svg b/client/public/icons/game-icons/ffffff/delapouite/valve.svg new file mode 100644 index 00000000..b60ff52f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/valve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vampire-cape.svg b/client/public/icons/game-icons/ffffff/delapouite/vampire-cape.svg new file mode 100644 index 00000000..422dcea4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vampire-cape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vampire-dracula.svg b/client/public/icons/game-icons/ffffff/delapouite/vampire-dracula.svg new file mode 100644 index 00000000..4e5e1075 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vampire-dracula.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/van-damme-split.svg b/client/public/icons/game-icons/ffffff/delapouite/van-damme-split.svg new file mode 100644 index 00000000..a3033b40 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/van-damme-split.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/velocipede.svg b/client/public/icons/game-icons/ffffff/delapouite/velocipede.svg new file mode 100644 index 00000000..ee79ea57 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/velocipede.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/velociraptor-tracks.svg b/client/public/icons/game-icons/ffffff/delapouite/velociraptor-tracks.svg new file mode 100644 index 00000000..25ebb9b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/velociraptor-tracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/velociraptor.svg b/client/public/icons/game-icons/ffffff/delapouite/velociraptor.svg new file mode 100644 index 00000000..db63ef93 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/velociraptor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vending-machine.svg b/client/public/icons/game-icons/ffffff/delapouite/vending-machine.svg new file mode 100644 index 00000000..b961bfc4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vending-machine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/venezuela.svg b/client/public/icons/game-icons/ffffff/delapouite/venezuela.svg new file mode 100644 index 00000000..65b48ef0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/venezuela.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/venus-of-willendorf.svg b/client/public/icons/game-icons/ffffff/delapouite/venus-of-willendorf.svg new file mode 100644 index 00000000..b1e2a81d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/venus-of-willendorf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vertical-banner.svg b/client/public/icons/game-icons/ffffff/delapouite/vertical-banner.svg new file mode 100644 index 00000000..07d3839c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vertical-banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vertical-flip.svg b/client/public/icons/game-icons/ffffff/delapouite/vertical-flip.svg new file mode 100644 index 00000000..b533bb8c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vertical-flip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vibrating-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/vibrating-shield.svg new file mode 100644 index 00000000..89c3268f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vibrating-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vibrating-smartphone.svg b/client/public/icons/game-icons/ffffff/delapouite/vibrating-smartphone.svg new file mode 100644 index 00000000..d9a0a343 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vibrating-smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/video-camera.svg b/client/public/icons/game-icons/ffffff/delapouite/video-camera.svg new file mode 100644 index 00000000..fbb96945 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/video-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/video-conference.svg b/client/public/icons/game-icons/ffffff/delapouite/video-conference.svg new file mode 100644 index 00000000..a70a59f6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/video-conference.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/viking-church.svg b/client/public/icons/game-icons/ffffff/delapouite/viking-church.svg new file mode 100644 index 00000000..789b583d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/viking-church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/viking-head.svg b/client/public/icons/game-icons/ffffff/delapouite/viking-head.svg new file mode 100644 index 00000000..cf19adc7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/viking-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/viking-helmet.svg b/client/public/icons/game-icons/ffffff/delapouite/viking-helmet.svg new file mode 100644 index 00000000..7d1a25cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/viking-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/viking-longhouse.svg b/client/public/icons/game-icons/ffffff/delapouite/viking-longhouse.svg new file mode 100644 index 00000000..266e8135 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/viking-longhouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/viking-shield.svg b/client/public/icons/game-icons/ffffff/delapouite/viking-shield.svg new file mode 100644 index 00000000..dd06cf42 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/viking-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/village.svg b/client/public/icons/game-icons/ffffff/delapouite/village.svg new file mode 100644 index 00000000..bdb07625 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/village.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vines.svg b/client/public/icons/game-icons/ffffff/delapouite/vines.svg new file mode 100644 index 00000000..a16af92c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/virgo.svg b/client/public/icons/game-icons/ffffff/delapouite/virgo.svg new file mode 100644 index 00000000..91bef25e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/virgo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/virtual-marker.svg b/client/public/icons/game-icons/ffffff/delapouite/virtual-marker.svg new file mode 100644 index 00000000..41d52777 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/virtual-marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vitruvian-man.svg b/client/public/icons/game-icons/ffffff/delapouite/vitruvian-man.svg new file mode 100644 index 00000000..28fc58c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vitruvian-man.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/volleyball-ball.svg b/client/public/icons/game-icons/ffffff/delapouite/volleyball-ball.svg new file mode 100644 index 00000000..c0331031 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/volleyball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vote.svg b/client/public/icons/game-icons/ffffff/delapouite/vote.svg new file mode 100644 index 00000000..4b2af36b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vr-headset.svg b/client/public/icons/game-icons/ffffff/delapouite/vr-headset.svg new file mode 100644 index 00000000..4305892e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vr-headset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/vuvuzelas.svg b/client/public/icons/game-icons/ffffff/delapouite/vuvuzelas.svg new file mode 100644 index 00000000..6dfcc425 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/vuvuzelas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/walk.svg b/client/public/icons/game-icons/ffffff/delapouite/walk.svg new file mode 100644 index 00000000..26d08ea7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/walkie-talkie.svg b/client/public/icons/game-icons/ffffff/delapouite/walkie-talkie.svg new file mode 100644 index 00000000..efc9119f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/walkie-talkie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/walking-scout.svg b/client/public/icons/game-icons/ffffff/delapouite/walking-scout.svg new file mode 100644 index 00000000..c6c811d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/walking-scout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/walking-turret.svg b/client/public/icons/game-icons/ffffff/delapouite/walking-turret.svg new file mode 100644 index 00000000..9c6399ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/walking-turret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wall-light.svg b/client/public/icons/game-icons/ffffff/delapouite/wall-light.svg new file mode 100644 index 00000000..b3227f11 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wall-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wallet.svg b/client/public/icons/game-icons/ffffff/delapouite/wallet.svg new file mode 100644 index 00000000..b4915f5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/walrus-head.svg b/client/public/icons/game-icons/ffffff/delapouite/walrus-head.svg new file mode 100644 index 00000000..40157d03 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/walrus-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wanted-reward.svg b/client/public/icons/game-icons/ffffff/delapouite/wanted-reward.svg new file mode 100644 index 00000000..e0bf3dcb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wanted-reward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/war-axe.svg b/client/public/icons/game-icons/ffffff/delapouite/war-axe.svg new file mode 100644 index 00000000..dd988418 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/war-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/war-bonnet.svg b/client/public/icons/game-icons/ffffff/delapouite/war-bonnet.svg new file mode 100644 index 00000000..89316630 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/war-bonnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/war-pick.svg b/client/public/icons/game-icons/ffffff/delapouite/war-pick.svg new file mode 100644 index 00000000..61bcd060 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/war-pick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/warhammer.svg b/client/public/icons/game-icons/ffffff/delapouite/warhammer.svg new file mode 100644 index 00000000..f26c3e45 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/warhammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/warlock-eye.svg b/client/public/icons/game-icons/ffffff/delapouite/warlock-eye.svg new file mode 100644 index 00000000..fbd29954 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/warlock-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/warlock-hood.svg b/client/public/icons/game-icons/ffffff/delapouite/warlock-hood.svg new file mode 100644 index 00000000..81d9c216 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/warlock-hood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/warp-pipe.svg b/client/public/icons/game-icons/ffffff/delapouite/warp-pipe.svg new file mode 100644 index 00000000..839cb63e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/warp-pipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/washing-machine.svg b/client/public/icons/game-icons/ffffff/delapouite/washing-machine.svg new file mode 100644 index 00000000..ae18dd63 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/washing-machine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/watch.svg b/client/public/icons/game-icons/ffffff/delapouite/watch.svg new file mode 100644 index 00000000..ce5d86aa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/watchtower.svg b/client/public/icons/game-icons/ffffff/delapouite/watchtower.svg new file mode 100644 index 00000000..fd06eda0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/watchtower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-bottle.svg b/client/public/icons/game-icons/ffffff/delapouite/water-bottle.svg new file mode 100644 index 00000000..1d73678c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-diviner-stick.svg b/client/public/icons/game-icons/ffffff/delapouite/water-diviner-stick.svg new file mode 100644 index 00000000..2df57eed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-diviner-stick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-flask.svg b/client/public/icons/game-icons/ffffff/delapouite/water-flask.svg new file mode 100644 index 00000000..dc5ff5e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-fountain.svg b/client/public/icons/game-icons/ffffff/delapouite/water-fountain.svg new file mode 100644 index 00000000..3a71f6f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-fountain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-gallon.svg b/client/public/icons/game-icons/ffffff/delapouite/water-gallon.svg new file mode 100644 index 00000000..e07e585d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-gallon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-gun.svg b/client/public/icons/game-icons/ffffff/delapouite/water-gun.svg new file mode 100644 index 00000000..6804f296 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-polo.svg b/client/public/icons/game-icons/ffffff/delapouite/water-polo.svg new file mode 100644 index 00000000..0dbee578 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-polo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-recycling.svg b/client/public/icons/game-icons/ffffff/delapouite/water-recycling.svg new file mode 100644 index 00000000..1c57637b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-recycling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-tank.svg b/client/public/icons/game-icons/ffffff/delapouite/water-tank.svg new file mode 100644 index 00000000..e700c10e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/water-tower.svg b/client/public/icons/game-icons/ffffff/delapouite/water-tower.svg new file mode 100644 index 00000000..b13ebb18 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/water-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/waterfall.svg b/client/public/icons/game-icons/ffffff/delapouite/waterfall.svg new file mode 100644 index 00000000..ffd9313c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/waterfall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/watering-can.svg b/client/public/icons/game-icons/ffffff/delapouite/watering-can.svg new file mode 100644 index 00000000..fc88c663 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/watering-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/watermelon.svg b/client/public/icons/game-icons/ffffff/delapouite/watermelon.svg new file mode 100644 index 00000000..06f48ab0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/watermelon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/waterskin.svg b/client/public/icons/game-icons/ffffff/delapouite/waterskin.svg new file mode 100644 index 00000000..f14f39e8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/waterskin.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/delapouite/wave-surfer.svg b/client/public/icons/game-icons/ffffff/delapouite/wave-surfer.svg new file mode 100644 index 00000000..87081661 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wave-surfer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wax-tablet.svg b/client/public/icons/game-icons/ffffff/delapouite/wax-tablet.svg new file mode 100644 index 00000000..019f9308 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wax-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/weight-lifting-down.svg b/client/public/icons/game-icons/ffffff/delapouite/weight-lifting-down.svg new file mode 100644 index 00000000..6832003a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/weight-lifting-down.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/delapouite/weight-lifting-up.svg b/client/public/icons/game-icons/ffffff/delapouite/weight-lifting-up.svg new file mode 100644 index 00000000..b40fe7df --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/weight-lifting-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/weight-scale.svg b/client/public/icons/game-icons/ffffff/delapouite/weight-scale.svg new file mode 100644 index 00000000..3eb9b12a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/weight-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/weight.svg b/client/public/icons/game-icons/ffffff/delapouite/weight.svg new file mode 100644 index 00000000..ccfc1bcf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/weight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/well.svg b/client/public/icons/game-icons/ffffff/delapouite/well.svg new file mode 100644 index 00000000..aebde1e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/well.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/western-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/western-hat.svg new file mode 100644 index 00000000..86a4a02e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/western-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/whale-tail.svg b/client/public/icons/game-icons/ffffff/delapouite/whale-tail.svg new file mode 100644 index 00000000..882c35b8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/whale-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wheelbarrow.svg b/client/public/icons/game-icons/ffffff/delapouite/wheelbarrow.svg new file mode 100644 index 00000000..7f7d0b31 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wheelbarrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/whisk.svg b/client/public/icons/game-icons/ffffff/delapouite/whisk.svg new file mode 100644 index 00000000..782bb679 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/whisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/whistle.svg b/client/public/icons/game-icons/ffffff/delapouite/whistle.svg new file mode 100644 index 00000000..59136648 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/whistle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wifi-router.svg b/client/public/icons/game-icons/ffffff/delapouite/wifi-router.svg new file mode 100644 index 00000000..9a9b4701 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wifi-router.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wind-turbine.svg b/client/public/icons/game-icons/ffffff/delapouite/wind-turbine.svg new file mode 100644 index 00000000..00f835f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wind-turbine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/windmill.svg b/client/public/icons/game-icons/ffffff/delapouite/windmill.svg new file mode 100644 index 00000000..69bb5ff1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/windmill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/window-bars.svg b/client/public/icons/game-icons/ffffff/delapouite/window-bars.svg new file mode 100644 index 00000000..1d9d8cb4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/window-bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/window.svg b/client/public/icons/game-icons/ffffff/delapouite/window.svg new file mode 100644 index 00000000..c9bea89d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/windpump.svg b/client/public/icons/game-icons/ffffff/delapouite/windpump.svg new file mode 100644 index 00000000..870de5ec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/windpump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/windsock.svg b/client/public/icons/game-icons/ffffff/delapouite/windsock.svg new file mode 100644 index 00000000..791fb44e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/windsock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wine-bottle.svg b/client/public/icons/game-icons/ffffff/delapouite/wine-bottle.svg new file mode 100644 index 00000000..37c17d7e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wine-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/winged-scepter.svg b/client/public/icons/game-icons/ffffff/delapouite/winged-scepter.svg new file mode 100644 index 00000000..639a63ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/winged-scepter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/winter-gloves.svg b/client/public/icons/game-icons/ffffff/delapouite/winter-gloves.svg new file mode 100644 index 00000000..33d4c24d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/winter-gloves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/winter-hat.svg b/client/public/icons/game-icons/ffffff/delapouite/winter-hat.svg new file mode 100644 index 00000000..f14671b0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/winter-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wire-coil.svg b/client/public/icons/game-icons/ffffff/delapouite/wire-coil.svg new file mode 100644 index 00000000..bcb2fb45 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wire-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wireframe-globe.svg b/client/public/icons/game-icons/ffffff/delapouite/wireframe-globe.svg new file mode 100644 index 00000000..f8607e06 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wireframe-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wisdom.svg b/client/public/icons/game-icons/ffffff/delapouite/wisdom.svg new file mode 100644 index 00000000..77242deb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wisdom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wizard-face.svg b/client/public/icons/game-icons/ffffff/delapouite/wizard-face.svg new file mode 100644 index 00000000..1c7ac2e8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wizard-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wolverine-claws.svg b/client/public/icons/game-icons/ffffff/delapouite/wolverine-claws.svg new file mode 100644 index 00000000..e05d57e8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wolverine-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/woman-elf-face.svg b/client/public/icons/game-icons/ffffff/delapouite/woman-elf-face.svg new file mode 100644 index 00000000..37d5ece0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/woman-elf-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wood-beam.svg b/client/public/icons/game-icons/ffffff/delapouite/wood-beam.svg new file mode 100644 index 00000000..f7b7db20 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wood-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wood-cabin.svg b/client/public/icons/game-icons/ffffff/delapouite/wood-cabin.svg new file mode 100644 index 00000000..8e90d05c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wood-cabin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wood-canoe.svg b/client/public/icons/game-icons/ffffff/delapouite/wood-canoe.svg new file mode 100644 index 00000000..b1028fbe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wood-canoe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wood-club.svg b/client/public/icons/game-icons/ffffff/delapouite/wood-club.svg new file mode 100644 index 00000000..08a0475f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wood-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wood-frame.svg b/client/public/icons/game-icons/ffffff/delapouite/wood-frame.svg new file mode 100644 index 00000000..ebc8c232 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wood-frame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wood-pile.svg b/client/public/icons/game-icons/ffffff/delapouite/wood-pile.svg new file mode 100644 index 00000000..8992e348 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wood-pile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wood-stick.svg b/client/public/icons/game-icons/ffffff/delapouite/wood-stick.svg new file mode 100644 index 00000000..ea931cfb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wood-stick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wooden-chair.svg b/client/public/icons/game-icons/ffffff/delapouite/wooden-chair.svg new file mode 100644 index 00000000..5327945d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wooden-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wooden-clogs.svg b/client/public/icons/game-icons/ffffff/delapouite/wooden-clogs.svg new file mode 100644 index 00000000..5ed19958 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wooden-clogs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wooden-crate.svg b/client/public/icons/game-icons/ffffff/delapouite/wooden-crate.svg new file mode 100644 index 00000000..0424c667 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wooden-crate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wooden-pegleg.svg b/client/public/icons/game-icons/ffffff/delapouite/wooden-pegleg.svg new file mode 100644 index 00000000..63a8e896 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wooden-pegleg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wooden-pier.svg b/client/public/icons/game-icons/ffffff/delapouite/wooden-pier.svg new file mode 100644 index 00000000..61a37e49 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wooden-pier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/wool.svg b/client/public/icons/game-icons/ffffff/delapouite/wool.svg new file mode 100644 index 00000000..53561031 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/wool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/worms.svg b/client/public/icons/game-icons/ffffff/delapouite/worms.svg new file mode 100644 index 00000000..a6d0b383 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/worms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/xylophone.svg b/client/public/icons/game-icons/ffffff/delapouite/xylophone.svg new file mode 100644 index 00000000..ad3a058e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/xylophone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/yarn.svg b/client/public/icons/game-icons/ffffff/delapouite/yarn.svg new file mode 100644 index 00000000..123a601f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/yarn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/yin-yang.svg b/client/public/icons/game-icons/ffffff/delapouite/yin-yang.svg new file mode 100644 index 00000000..83a2589d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/yin-yang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/yunluo.svg b/client/public/icons/game-icons/ffffff/delapouite/yunluo.svg new file mode 100644 index 00000000..999dd63e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/yunluo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/z-brick.svg b/client/public/icons/game-icons/ffffff/delapouite/z-brick.svg new file mode 100644 index 00000000..c5869c43 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/z-brick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/zat-gun.svg b/client/public/icons/game-icons/ffffff/delapouite/zat-gun.svg new file mode 100644 index 00000000..668489f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/zat-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/zigzag-hieroglyph.svg b/client/public/icons/game-icons/ffffff/delapouite/zigzag-hieroglyph.svg new file mode 100644 index 00000000..bf515d56 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/zigzag-hieroglyph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/delapouite/zipper.svg b/client/public/icons/game-icons/ffffff/delapouite/zipper.svg new file mode 100644 index 00000000..a68607bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/delapouite/zipper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/card-discard.svg b/client/public/icons/game-icons/ffffff/faithtoken/card-discard.svg new file mode 100644 index 00000000..04cc0f4b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/card-discard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/card-draw.svg b/client/public/icons/game-icons/ffffff/faithtoken/card-draw.svg new file mode 100644 index 00000000..812b35cf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/card-draw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/card-pick.svg b/client/public/icons/game-icons/ffffff/faithtoken/card-pick.svg new file mode 100644 index 00000000..819b8bcb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/card-pick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/card-random.svg b/client/public/icons/game-icons/ffffff/faithtoken/card-random.svg new file mode 100644 index 00000000..74a373c4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/card-random.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/dragon-head.svg b/client/public/icons/game-icons/ffffff/faithtoken/dragon-head.svg new file mode 100644 index 00000000..a01e9252 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/dragon-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/forward-sun.svg b/client/public/icons/game-icons/ffffff/faithtoken/forward-sun.svg new file mode 100644 index 00000000..2aca838c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/forward-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/minerals.svg b/client/public/icons/game-icons/ffffff/faithtoken/minerals.svg new file mode 100644 index 00000000..0309e860 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/minerals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/nautilus-shell.svg b/client/public/icons/game-icons/ffffff/faithtoken/nautilus-shell.svg new file mode 100644 index 00000000..43529c7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/nautilus-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/ninja-star.svg b/client/public/icons/game-icons/ffffff/faithtoken/ninja-star.svg new file mode 100644 index 00000000..e80b3bc0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/ninja-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/faithtoken/ore.svg b/client/public/icons/game-icons/ffffff/faithtoken/ore.svg new file mode 100644 index 00000000..c9b19228 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/faithtoken/ore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/felbrigg/dodge.svg b/client/public/icons/game-icons/ffffff/felbrigg/dodge.svg new file mode 100644 index 00000000..69297aa4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/felbrigg/dodge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/felbrigg/overhead.svg b/client/public/icons/game-icons/ffffff/felbrigg/overhead.svg new file mode 100644 index 00000000..2de7922b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/felbrigg/overhead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/felbrigg/sideswipe.svg b/client/public/icons/game-icons/ffffff/felbrigg/sideswipe.svg new file mode 100644 index 00000000..b43fa57a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/felbrigg/sideswipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/felbrigg/thrust.svg b/client/public/icons/game-icons/ffffff/felbrigg/thrust.svg new file mode 100644 index 00000000..8804746d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/felbrigg/thrust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/felbrigg/underhand.svg b/client/public/icons/game-icons/ffffff/felbrigg/underhand.svg new file mode 100644 index 00000000..6d0f9b8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/felbrigg/underhand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/generalace135/fingers-crossed.svg b/client/public/icons/game-icons/ffffff/generalace135/fingers-crossed.svg new file mode 100644 index 00000000..fb91a069 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/generalace135/fingers-crossed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/generalace135/shepherds-crook.svg b/client/public/icons/game-icons/ffffff/generalace135/shepherds-crook.svg new file mode 100644 index 00000000..bcca2a8e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/generalace135/shepherds-crook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/guard13007/pause-button.svg b/client/public/icons/game-icons/ffffff/guard13007/pause-button.svg new file mode 100644 index 00000000..f15cf141 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/guard13007/pause-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/guard13007/play-button.svg b/client/public/icons/game-icons/ffffff/guard13007/play-button.svg new file mode 100644 index 00000000..ec0a8d04 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/guard13007/play-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/guard13007/soda-can.svg b/client/public/icons/game-icons/ffffff/guard13007/soda-can.svg new file mode 100644 index 00000000..14eb46a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/guard13007/soda-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/heavenly-dog/catapult.svg b/client/public/icons/game-icons/ffffff/heavenly-dog/catapult.svg new file mode 100644 index 00000000..db25b502 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/heavenly-dog/catapult.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/heavenly-dog/defensive-wall.svg b/client/public/icons/game-icons/ffffff/heavenly-dog/defensive-wall.svg new file mode 100644 index 00000000..2425b7d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/heavenly-dog/defensive-wall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/irongamer/armored-pants.svg b/client/public/icons/game-icons/ffffff/irongamer/armored-pants.svg new file mode 100644 index 00000000..3aff5869 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/irongamer/armored-pants.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/john-colburn/pistol-gun.svg b/client/public/icons/game-icons/ffffff/john-colburn/pistol-gun.svg new file mode 100644 index 00000000..dd07952f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/john-colburn/pistol-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/john-redman/paper.svg b/client/public/icons/game-icons/ffffff/john-redman/paper.svg new file mode 100644 index 00000000..f32af46f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/john-redman/paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/john-redman/rock.svg b/client/public/icons/game-icons/ffffff/john-redman/rock.svg new file mode 100644 index 00000000..5fe5f751 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/john-redman/rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/john-redman/scissors.svg b/client/public/icons/game-icons/ffffff/john-redman/scissors.svg new file mode 100644 index 00000000..aecf5df2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/john-redman/scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/kier-heyl/dwarf-helmet.svg b/client/public/icons/game-icons/ffffff/kier-heyl/dwarf-helmet.svg new file mode 100644 index 00000000..3ff27508 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/kier-heyl/dwarf-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/kier-heyl/dwarf-king.svg b/client/public/icons/game-icons/ffffff/kier-heyl/dwarf-king.svg new file mode 100644 index 00000000..1487d61e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/kier-heyl/dwarf-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/kier-heyl/elf-helmet.svg b/client/public/icons/game-icons/ffffff/kier-heyl/elf-helmet.svg new file mode 100644 index 00000000..41659e8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/kier-heyl/elf-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ace.svg b/client/public/icons/game-icons/ffffff/lorc/ace.svg new file mode 100644 index 00000000..c02ff90c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/acid-blob.svg b/client/public/icons/game-icons/ffffff/lorc/acid-blob.svg new file mode 100644 index 00000000..685b9457 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/acid-blob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/acorn.svg b/client/public/icons/game-icons/ffffff/lorc/acorn.svg new file mode 100644 index 00000000..a6ed1f38 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/acorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/aerial-signal.svg b/client/public/icons/game-icons/ffffff/lorc/aerial-signal.svg new file mode 100644 index 00000000..2a250b71 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/aerial-signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/aerodynamic-harpoon.svg b/client/public/icons/game-icons/ffffff/lorc/aerodynamic-harpoon.svg new file mode 100644 index 00000000..6f64297b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/aerodynamic-harpoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/aerosol.svg b/client/public/icons/game-icons/ffffff/lorc/aerosol.svg new file mode 100644 index 00000000..d934f591 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/aerosol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/afterburn.svg b/client/public/icons/game-icons/ffffff/lorc/afterburn.svg new file mode 100644 index 00000000..6855aeda --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/afterburn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/air-zigzag.svg b/client/public/icons/game-icons/ffffff/lorc/air-zigzag.svg new file mode 100644 index 00000000..f0aac41b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/air-zigzag.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/lorc/alien-fire.svg b/client/public/icons/game-icons/ffffff/lorc/alien-fire.svg new file mode 100644 index 00000000..5057d9f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/alien-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/alien-skull.svg b/client/public/icons/game-icons/ffffff/lorc/alien-skull.svg new file mode 100644 index 00000000..0b1b8b83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/alien-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/alien-stare.svg b/client/public/icons/game-icons/ffffff/lorc/alien-stare.svg new file mode 100644 index 00000000..c6f18ca1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/alien-stare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/all-for-one.svg b/client/public/icons/game-icons/ffffff/lorc/all-for-one.svg new file mode 100644 index 00000000..dc8ccb58 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/all-for-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/alligator-clip.svg b/client/public/icons/game-icons/ffffff/lorc/alligator-clip.svg new file mode 100644 index 00000000..401194fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/alligator-clip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ammonite-fossil.svg b/client/public/icons/game-icons/ffffff/lorc/ammonite-fossil.svg new file mode 100644 index 00000000..146c37e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ammonite-fossil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ammonite.svg b/client/public/icons/game-icons/ffffff/lorc/ammonite.svg new file mode 100644 index 00000000..1494e781 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ammonite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/anatomy.svg b/client/public/icons/game-icons/ffffff/lorc/anatomy.svg new file mode 100644 index 00000000..1689539a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/anatomy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/anchor.svg b/client/public/icons/game-icons/ffffff/lorc/anchor.svg new file mode 100644 index 00000000..4baa154a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/anchor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/android-mask.svg b/client/public/icons/game-icons/ffffff/lorc/android-mask.svg new file mode 100644 index 00000000..f5dd0243 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/android-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/andromeda-chain.svg b/client/public/icons/game-icons/ffffff/lorc/andromeda-chain.svg new file mode 100644 index 00000000..d36434b9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/andromeda-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/angel-outfit.svg b/client/public/icons/game-icons/ffffff/lorc/angel-outfit.svg new file mode 100644 index 00000000..8900ce97 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/angel-outfit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/angel-wings.svg b/client/public/icons/game-icons/ffffff/lorc/angel-wings.svg new file mode 100644 index 00000000..2b78624e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/angel-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/angler-fish.svg b/client/public/icons/game-icons/ffffff/lorc/angler-fish.svg new file mode 100644 index 00000000..dfb97ff0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/angler-fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/angular-spider.svg b/client/public/icons/game-icons/ffffff/lorc/angular-spider.svg new file mode 100644 index 00000000..868c7bc3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/angular-spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/animal-skull.svg b/client/public/icons/game-icons/ffffff/lorc/animal-skull.svg new file mode 100644 index 00000000..1edd57c2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/animal-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ankh.svg b/client/public/icons/game-icons/ffffff/lorc/ankh.svg new file mode 100644 index 00000000..7e04231f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ankh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/anthem.svg b/client/public/icons/game-icons/ffffff/lorc/anthem.svg new file mode 100644 index 00000000..bd185344 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/anthem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/anvil-impact.svg b/client/public/icons/game-icons/ffffff/lorc/anvil-impact.svg new file mode 100644 index 00000000..4ac9fe7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/anvil-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/anvil.svg b/client/public/icons/game-icons/ffffff/lorc/anvil.svg new file mode 100644 index 00000000..f15858f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/anvil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/apple-maggot.svg b/client/public/icons/game-icons/ffffff/lorc/apple-maggot.svg new file mode 100644 index 00000000..1ebbeb3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/apple-maggot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/apple-seeds.svg b/client/public/icons/game-icons/ffffff/lorc/apple-seeds.svg new file mode 100644 index 00000000..5dc59090 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/apple-seeds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/archery-target.svg b/client/public/icons/game-icons/ffffff/lorc/archery-target.svg new file mode 100644 index 00000000..15a1258c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/archery-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/architect-mask.svg b/client/public/icons/game-icons/ffffff/lorc/architect-mask.svg new file mode 100644 index 00000000..ed001a9b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/architect-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arcing-bolt.svg b/client/public/icons/game-icons/ffffff/lorc/arcing-bolt.svg new file mode 100644 index 00000000..bddcd7ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arcing-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/armadillo-tail.svg b/client/public/icons/game-icons/ffffff/lorc/armadillo-tail.svg new file mode 100644 index 00000000..eedcd1d6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/armadillo-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/armor-vest.svg b/client/public/icons/game-icons/ffffff/lorc/armor-vest.svg new file mode 100644 index 00000000..29912f99 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/armor-vest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/armoured-shell.svg b/client/public/icons/game-icons/ffffff/lorc/armoured-shell.svg new file mode 100644 index 00000000..062e8c4d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/armoured-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arrow-cluster.svg b/client/public/icons/game-icons/ffffff/lorc/arrow-cluster.svg new file mode 100644 index 00000000..2b8dd605 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arrow-cluster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arrow-dunk.svg b/client/public/icons/game-icons/ffffff/lorc/arrow-dunk.svg new file mode 100644 index 00000000..53185468 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arrow-dunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arrow-flights.svg b/client/public/icons/game-icons/ffffff/lorc/arrow-flights.svg new file mode 100644 index 00000000..bc1a27cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arrow-flights.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arrow-scope.svg b/client/public/icons/game-icons/ffffff/lorc/arrow-scope.svg new file mode 100644 index 00000000..8319dc91 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arrow-scope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arrowed.svg b/client/public/icons/game-icons/ffffff/lorc/arrowed.svg new file mode 100644 index 00000000..3b630ce9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arrowed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arrowhead.svg b/client/public/icons/game-icons/ffffff/lorc/arrowhead.svg new file mode 100644 index 00000000..2aa84163 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arrowhead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arrows-shield.svg b/client/public/icons/game-icons/ffffff/lorc/arrows-shield.svg new file mode 100644 index 00000000..1b00337e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arrows-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/arson.svg b/client/public/icons/game-icons/ffffff/lorc/arson.svg new file mode 100644 index 00000000..399cd1ac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/arson.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/artificial-hive.svg b/client/public/icons/game-icons/ffffff/lorc/artificial-hive.svg new file mode 100644 index 00000000..75477f2e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/artificial-hive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/assassin-pocket.svg b/client/public/icons/game-icons/ffffff/lorc/assassin-pocket.svg new file mode 100644 index 00000000..1782d23c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/assassin-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/at-sea.svg b/client/public/icons/game-icons/ffffff/lorc/at-sea.svg new file mode 100644 index 00000000..81b1c765 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/at-sea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/atomic-slashes.svg b/client/public/icons/game-icons/ffffff/lorc/atomic-slashes.svg new file mode 100644 index 00000000..31c19db3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/atomic-slashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/aubergine.svg b/client/public/icons/game-icons/ffffff/lorc/aubergine.svg new file mode 100644 index 00000000..de724331 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/aubergine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/aura.svg b/client/public/icons/game-icons/ffffff/lorc/aura.svg new file mode 100644 index 00000000..5d5e2857 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/auto-repair.svg b/client/public/icons/game-icons/ffffff/lorc/auto-repair.svg new file mode 100644 index 00000000..584c5613 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/auto-repair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/autogun.svg b/client/public/icons/game-icons/ffffff/lorc/autogun.svg new file mode 100644 index 00000000..e06990cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/autogun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/automatic-sas.svg b/client/public/icons/game-icons/ffffff/lorc/automatic-sas.svg new file mode 100644 index 00000000..93828c81 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/automatic-sas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/awareness.svg b/client/public/icons/game-icons/ffffff/lorc/awareness.svg new file mode 100644 index 00000000..13030090 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/awareness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/axe-in-stump.svg b/client/public/icons/game-icons/ffffff/lorc/axe-in-stump.svg new file mode 100644 index 00000000..637403f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/axe-in-stump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/axe-swing.svg b/client/public/icons/game-icons/ffffff/lorc/axe-swing.svg new file mode 100644 index 00000000..1c274f40 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/axe-swing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/back-forth.svg b/client/public/icons/game-icons/ffffff/lorc/back-forth.svg new file mode 100644 index 00000000..b5a7b8ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/back-forth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/back-pain.svg b/client/public/icons/game-icons/ffffff/lorc/back-pain.svg new file mode 100644 index 00000000..21f5ac72 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/back-pain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/backbone-shell.svg b/client/public/icons/game-icons/ffffff/lorc/backbone-shell.svg new file mode 100644 index 00000000..d434e4a8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/backbone-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/backstab.svg b/client/public/icons/game-icons/ffffff/lorc/backstab.svg new file mode 100644 index 00000000..beaa1b06 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/backstab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/backup.svg b/client/public/icons/game-icons/ffffff/lorc/backup.svg new file mode 100644 index 00000000..522bdb92 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/backup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ball-glow.svg b/client/public/icons/game-icons/ffffff/lorc/ball-glow.svg new file mode 100644 index 00000000..5dbdd306 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ball-glow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ball-heart.svg b/client/public/icons/game-icons/ffffff/lorc/ball-heart.svg new file mode 100644 index 00000000..e950807c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ball-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/balloons.svg b/client/public/icons/game-icons/ffffff/lorc/balloons.svg new file mode 100644 index 00000000..3743f968 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/balloons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bandage-roll.svg b/client/public/icons/game-icons/ffffff/lorc/bandage-roll.svg new file mode 100644 index 00000000..51409411 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bandage-roll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bandaged.svg b/client/public/icons/game-icons/ffffff/lorc/bandaged.svg new file mode 100644 index 00000000..d9f355bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bandaged.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barbed-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/barbed-arrow.svg new file mode 100644 index 00000000..9b415429 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barbed-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barbed-coil.svg b/client/public/icons/game-icons/ffffff/lorc/barbed-coil.svg new file mode 100644 index 00000000..bf862e7e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barbed-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barbed-nails.svg b/client/public/icons/game-icons/ffffff/lorc/barbed-nails.svg new file mode 100644 index 00000000..461e95f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barbed-nails.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barbed-spear.svg b/client/public/icons/game-icons/ffffff/lorc/barbed-spear.svg new file mode 100644 index 00000000..2da26f7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barbed-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barbed-star.svg b/client/public/icons/game-icons/ffffff/lorc/barbed-star.svg new file mode 100644 index 00000000..b94a88ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barbed-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barbed-sun.svg b/client/public/icons/game-icons/ffffff/lorc/barbed-sun.svg new file mode 100644 index 00000000..9d0122dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barbed-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barbed-wire.svg b/client/public/icons/game-icons/ffffff/lorc/barbed-wire.svg new file mode 100644 index 00000000..482fab37 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barbed-wire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barbute.svg b/client/public/icons/game-icons/ffffff/lorc/barbute.svg new file mode 100644 index 00000000..89c4f42e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barbute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/barefoot.svg b/client/public/icons/game-icons/ffffff/lorc/barefoot.svg new file mode 100644 index 00000000..ebda1a00 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/barefoot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bat-blade.svg b/client/public/icons/game-icons/ffffff/lorc/bat-blade.svg new file mode 100644 index 00000000..b1d71c7d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bat-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bat-wing.svg b/client/public/icons/game-icons/ffffff/lorc/bat-wing.svg new file mode 100644 index 00000000..6ccdde7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bat-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/battered-axe.svg b/client/public/icons/game-icons/ffffff/lorc/battered-axe.svg new file mode 100644 index 00000000..6689ff49 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/battered-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/batteries.svg b/client/public/icons/game-icons/ffffff/lorc/batteries.svg new file mode 100644 index 00000000..166ca3fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/batteries.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/battle-axe.svg b/client/public/icons/game-icons/ffffff/lorc/battle-axe.svg new file mode 100644 index 00000000..36bb4bd2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/battle-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/battle-gear.svg b/client/public/icons/game-icons/ffffff/lorc/battle-gear.svg new file mode 100644 index 00000000..e3b78142 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/battle-gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/battle-tank.svg b/client/public/icons/game-icons/ffffff/lorc/battle-tank.svg new file mode 100644 index 00000000..3fe332ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/battle-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/batwing-emblem.svg b/client/public/icons/game-icons/ffffff/lorc/batwing-emblem.svg new file mode 100644 index 00000000..ede936d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/batwing-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beam-wake.svg b/client/public/icons/game-icons/ffffff/lorc/beam-wake.svg new file mode 100644 index 00000000..3a96e617 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beam-wake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beams-aura.svg b/client/public/icons/game-icons/ffffff/lorc/beams-aura.svg new file mode 100644 index 00000000..1893cc81 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beams-aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beanstalk.svg b/client/public/icons/game-icons/ffffff/lorc/beanstalk.svg new file mode 100644 index 00000000..857f2d42 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beanstalk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beard.svg b/client/public/icons/game-icons/ffffff/lorc/beard.svg new file mode 100644 index 00000000..39343d19 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beast-eye.svg b/client/public/icons/game-icons/ffffff/lorc/beast-eye.svg new file mode 100644 index 00000000..0ace108a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beast-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bee.svg b/client/public/icons/game-icons/ffffff/lorc/bee.svg new file mode 100644 index 00000000..6d469510 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beech.svg b/client/public/icons/game-icons/ffffff/lorc/beech.svg new file mode 100644 index 00000000..763a6a47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beer-stein.svg b/client/public/icons/game-icons/ffffff/lorc/beer-stein.svg new file mode 100644 index 00000000..965257bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beer-stein.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beetle-shell.svg b/client/public/icons/game-icons/ffffff/lorc/beetle-shell.svg new file mode 100644 index 00000000..8e9f63dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beetle-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/behold.svg b/client/public/icons/game-icons/ffffff/lorc/behold.svg new file mode 100644 index 00000000..55ce7688 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/behold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bell-shield.svg b/client/public/icons/game-icons/ffffff/lorc/bell-shield.svg new file mode 100644 index 00000000..835bc71d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bell-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/belt-buckles.svg b/client/public/icons/game-icons/ffffff/lorc/belt-buckles.svg new file mode 100644 index 00000000..ef4b377b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/belt-buckles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bestial-fangs.svg b/client/public/icons/game-icons/ffffff/lorc/bestial-fangs.svg new file mode 100644 index 00000000..79a7b215 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bestial-fangs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/beveled-star.svg b/client/public/icons/game-icons/ffffff/lorc/beveled-star.svg new file mode 100644 index 00000000..19f5715b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/beveled-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/big-wave.svg b/client/public/icons/game-icons/ffffff/lorc/big-wave.svg new file mode 100644 index 00000000..a4d33318 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/big-wave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/biohazard.svg b/client/public/icons/game-icons/ffffff/lorc/biohazard.svg new file mode 100644 index 00000000..c4f4cc7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/biohazard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bird-claw.svg b/client/public/icons/game-icons/ffffff/lorc/bird-claw.svg new file mode 100644 index 00000000..20b439dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bird-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bird-limb.svg b/client/public/icons/game-icons/ffffff/lorc/bird-limb.svg new file mode 100644 index 00000000..bf3b0076 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bird-limb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bird-mask.svg b/client/public/icons/game-icons/ffffff/lorc/bird-mask.svg new file mode 100644 index 00000000..c30a8698 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bird-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bird-twitter.svg b/client/public/icons/game-icons/ffffff/lorc/bird-twitter.svg new file mode 100644 index 00000000..8eae81d6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bird-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/black-bar.svg b/client/public/icons/game-icons/ffffff/lorc/black-bar.svg new file mode 100644 index 00000000..f22022a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/black-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/black-flag.svg b/client/public/icons/game-icons/ffffff/lorc/black-flag.svg new file mode 100644 index 00000000..98a73e8c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/black-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/black-hand-shield.svg b/client/public/icons/game-icons/ffffff/lorc/black-hand-shield.svg new file mode 100644 index 00000000..55da1005 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/black-hand-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/black-hole-bolas.svg b/client/public/icons/game-icons/ffffff/lorc/black-hole-bolas.svg new file mode 100644 index 00000000..951dc052 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/black-hole-bolas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/blackball.svg b/client/public/icons/game-icons/ffffff/lorc/blackball.svg new file mode 100644 index 00000000..af0b32ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/blackball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/blackcurrant.svg b/client/public/icons/game-icons/ffffff/lorc/blackcurrant.svg new file mode 100644 index 00000000..b1012ab9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/blackcurrant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/blade-bite.svg b/client/public/icons/game-icons/ffffff/lorc/blade-bite.svg new file mode 100644 index 00000000..32742d50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/blade-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/blade-drag.svg b/client/public/icons/game-icons/ffffff/lorc/blade-drag.svg new file mode 100644 index 00000000..12a5ecb3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/blade-drag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/blade-fall.svg b/client/public/icons/game-icons/ffffff/lorc/blade-fall.svg new file mode 100644 index 00000000..785d2031 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/blade-fall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bleeding-eye.svg b/client/public/icons/game-icons/ffffff/lorc/bleeding-eye.svg new file mode 100644 index 00000000..8f46c046 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bleeding-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bleeding-heart.svg b/client/public/icons/game-icons/ffffff/lorc/bleeding-heart.svg new file mode 100644 index 00000000..c35c07dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bleeding-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bleeding-wound.svg b/client/public/icons/game-icons/ffffff/lorc/bleeding-wound.svg new file mode 100644 index 00000000..33a58eb3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bleeding-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bloody-stash.svg b/client/public/icons/game-icons/ffffff/lorc/bloody-stash.svg new file mode 100644 index 00000000..834f4424 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bloody-stash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bloody-sword.svg b/client/public/icons/game-icons/ffffff/lorc/bloody-sword.svg new file mode 100644 index 00000000..3030563a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bloody-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/blunderbuss.svg b/client/public/icons/game-icons/ffffff/lorc/blunderbuss.svg new file mode 100644 index 00000000..56e6765c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/blunderbuss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boar-tusks.svg b/client/public/icons/game-icons/ffffff/lorc/boar-tusks.svg new file mode 100644 index 00000000..aed25ecb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boar-tusks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/body-swapping.svg b/client/public/icons/game-icons/ffffff/lorc/body-swapping.svg new file mode 100644 index 00000000..0e119d33 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/body-swapping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boiling-bubbles.svg b/client/public/icons/game-icons/ffffff/lorc/boiling-bubbles.svg new file mode 100644 index 00000000..d9929ba2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boiling-bubbles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bolas.svg b/client/public/icons/game-icons/ffffff/lorc/bolas.svg new file mode 100644 index 00000000..14ae9886 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bolas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bolt-eye.svg b/client/public/icons/game-icons/ffffff/lorc/bolt-eye.svg new file mode 100644 index 00000000..72a278b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bolt-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bolt-saw.svg b/client/public/icons/game-icons/ffffff/lorc/bolt-saw.svg new file mode 100644 index 00000000..6f38ec7f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bolt-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bolt-shield.svg b/client/public/icons/game-icons/ffffff/lorc/bolt-shield.svg new file mode 100644 index 00000000..0b61c79b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bolt-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bolter-gun.svg b/client/public/icons/game-icons/ffffff/lorc/bolter-gun.svg new file mode 100644 index 00000000..02b25236 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bolter-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bombing-run.svg b/client/public/icons/game-icons/ffffff/lorc/bombing-run.svg new file mode 100644 index 00000000..b7c8f02f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bombing-run.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bone-gnawer.svg b/client/public/icons/game-icons/ffffff/lorc/bone-gnawer.svg new file mode 100644 index 00000000..1c209d5e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bone-gnawer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bone-knife.svg b/client/public/icons/game-icons/ffffff/lorc/bone-knife.svg new file mode 100644 index 00000000..e20bb5ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bone-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/book-aura.svg b/client/public/icons/game-icons/ffffff/lorc/book-aura.svg new file mode 100644 index 00000000..0ac7e598 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/book-aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/book-cover.svg b/client/public/icons/game-icons/ffffff/lorc/book-cover.svg new file mode 100644 index 00000000..1304bfad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/book-cover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/book-storm.svg b/client/public/icons/game-icons/ffffff/lorc/book-storm.svg new file mode 100644 index 00000000..3beb3bfd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/book-storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bookmark.svg b/client/public/icons/game-icons/ffffff/lorc/bookmark.svg new file mode 100644 index 00000000..c638e992 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bookmarklet.svg b/client/public/icons/game-icons/ffffff/lorc/bookmarklet.svg new file mode 100644 index 00000000..84552b7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bookmarklet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boomerang-sun.svg b/client/public/icons/game-icons/ffffff/lorc/boomerang-sun.svg new file mode 100644 index 00000000..5fef3f15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boomerang-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boot-kick.svg b/client/public/icons/game-icons/ffffff/lorc/boot-kick.svg new file mode 100644 index 00000000..21da133c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boot-kick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boot-prints.svg b/client/public/icons/game-icons/ffffff/lorc/boot-prints.svg new file mode 100644 index 00000000..00ad3b4d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boot-prints.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boot-stomp.svg b/client/public/icons/game-icons/ffffff/lorc/boot-stomp.svg new file mode 100644 index 00000000..7c239825 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boot-stomp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boots.svg b/client/public/icons/game-icons/ffffff/lorc/boots.svg new file mode 100644 index 00000000..64fb0c1e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bordered-shield.svg b/client/public/icons/game-icons/ffffff/lorc/bordered-shield.svg new file mode 100644 index 00000000..d58c35d0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bordered-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bottle-vapors.svg b/client/public/icons/game-icons/ffffff/lorc/bottle-vapors.svg new file mode 100644 index 00000000..2a8486e1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bottle-vapors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bottled-bolt.svg b/client/public/icons/game-icons/ffffff/lorc/bottled-bolt.svg new file mode 100644 index 00000000..7fe382eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bottled-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bottom-right-3d-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/bottom-right-3d-arrow.svg new file mode 100644 index 00000000..abe7ca27 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bottom-right-3d-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bouncing-sword.svg b/client/public/icons/game-icons/ffffff/lorc/bouncing-sword.svg new file mode 100644 index 00000000..748550dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bouncing-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bowie-knife.svg b/client/public/icons/game-icons/ffffff/lorc/bowie-knife.svg new file mode 100644 index 00000000..504f6d88 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bowie-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bowl-spiral.svg b/client/public/icons/game-icons/ffffff/lorc/bowl-spiral.svg new file mode 100644 index 00000000..9f0adc30 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bowl-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bowling-propulsion.svg b/client/public/icons/game-icons/ffffff/lorc/bowling-propulsion.svg new file mode 100644 index 00000000..9bd91b0c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bowling-propulsion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bowman.svg b/client/public/icons/game-icons/ffffff/lorc/bowman.svg new file mode 100644 index 00000000..aac7465e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bowman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boxing-glove-surprise.svg b/client/public/icons/game-icons/ffffff/lorc/boxing-glove-surprise.svg new file mode 100644 index 00000000..ada45b9b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boxing-glove-surprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/boxing-glove.svg b/client/public/icons/game-icons/ffffff/lorc/boxing-glove.svg new file mode 100644 index 00000000..2e80b8af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/boxing-glove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/brain-freeze.svg b/client/public/icons/game-icons/ffffff/lorc/brain-freeze.svg new file mode 100644 index 00000000..b9e74525 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/brain-freeze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/brain-stem.svg b/client/public/icons/game-icons/ffffff/lorc/brain-stem.svg new file mode 100644 index 00000000..843af87f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/brain-stem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/brain.svg b/client/public/icons/game-icons/ffffff/lorc/brain.svg new file mode 100644 index 00000000..4225d7d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/brainstorm.svg b/client/public/icons/game-icons/ffffff/lorc/brainstorm.svg new file mode 100644 index 00000000..91683b58 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/brainstorm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/branch-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/branch-arrow.svg new file mode 100644 index 00000000..ae6a6bfa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/branch-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/brandy-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/brandy-bottle.svg new file mode 100644 index 00000000..d37acf3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/brandy-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/brass-eye.svg b/client/public/icons/game-icons/ffffff/lorc/brass-eye.svg new file mode 100644 index 00000000..d6ef84cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/brass-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/breastplate.svg b/client/public/icons/game-icons/ffffff/lorc/breastplate.svg new file mode 100644 index 00000000..12c3662e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/breastplate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bridge.svg b/client/public/icons/game-icons/ffffff/lorc/bridge.svg new file mode 100644 index 00000000..9878e30b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bright-explosion.svg b/client/public/icons/game-icons/ffffff/lorc/bright-explosion.svg new file mode 100644 index 00000000..b1cf2b86 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bright-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broad-dagger.svg b/client/public/icons/game-icons/ffffff/lorc/broad-dagger.svg new file mode 100644 index 00000000..e301507f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broad-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broadhead-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/broadhead-arrow.svg new file mode 100644 index 00000000..5cb39f6f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broadhead-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broadsword.svg b/client/public/icons/game-icons/ffffff/lorc/broadsword.svg new file mode 100644 index 00000000..12610c91 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broadsword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broken-bone.svg b/client/public/icons/game-icons/ffffff/lorc/broken-bone.svg new file mode 100644 index 00000000..65db9516 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broken-bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broken-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/broken-bottle.svg new file mode 100644 index 00000000..a0e50dc5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broken-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broken-heart-zone.svg b/client/public/icons/game-icons/ffffff/lorc/broken-heart-zone.svg new file mode 100644 index 00000000..f160c2dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broken-heart-zone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broken-heart.svg b/client/public/icons/game-icons/ffffff/lorc/broken-heart.svg new file mode 100644 index 00000000..05b32644 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broken-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broken-ribbon.svg b/client/public/icons/game-icons/ffffff/lorc/broken-ribbon.svg new file mode 100644 index 00000000..51926f06 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broken-ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broken-shield.svg b/client/public/icons/game-icons/ffffff/lorc/broken-shield.svg new file mode 100644 index 00000000..fb63dbeb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broken-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broken-skull.svg b/client/public/icons/game-icons/ffffff/lorc/broken-skull.svg new file mode 100644 index 00000000..8d0c4040 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broken-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/broken-tablet.svg b/client/public/icons/game-icons/ffffff/lorc/broken-tablet.svg new file mode 100644 index 00000000..3dd76042 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/broken-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bubble-field.svg b/client/public/icons/game-icons/ffffff/lorc/bubble-field.svg new file mode 100644 index 00000000..a4cd1a8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bubble-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bubbles.svg b/client/public/icons/game-icons/ffffff/lorc/bubbles.svg new file mode 100644 index 00000000..4cfae617 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bubbles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bubbling-beam.svg b/client/public/icons/game-icons/ffffff/lorc/bubbling-beam.svg new file mode 100644 index 00000000..fe14ae26 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bubbling-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bubbling-bowl.svg b/client/public/icons/game-icons/ffffff/lorc/bubbling-bowl.svg new file mode 100644 index 00000000..e6ff1eb8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bubbling-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bubbling-flask.svg b/client/public/icons/game-icons/ffffff/lorc/bubbling-flask.svg new file mode 100644 index 00000000..4e38157d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bubbling-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bud.svg b/client/public/icons/game-icons/ffffff/lorc/bud.svg new file mode 100644 index 00000000..17793202 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bugle-call.svg b/client/public/icons/game-icons/ffffff/lorc/bugle-call.svg new file mode 100644 index 00000000..4082c254 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bugle-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bulb.svg b/client/public/icons/game-icons/ffffff/lorc/bulb.svg new file mode 100644 index 00000000..62d32471 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bull-horns.svg b/client/public/icons/game-icons/ffffff/lorc/bull-horns.svg new file mode 100644 index 00000000..c9bdd08c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bull-horns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bull.svg b/client/public/icons/game-icons/ffffff/lorc/bull.svg new file mode 100644 index 00000000..b3b0e030 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/bullets.svg b/client/public/icons/game-icons/ffffff/lorc/bullets.svg new file mode 100644 index 00000000..3d8dd06a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/bullets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-blobs.svg b/client/public/icons/game-icons/ffffff/lorc/burning-blobs.svg new file mode 100644 index 00000000..4ad13bef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-blobs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-book.svg b/client/public/icons/game-icons/ffffff/lorc/burning-book.svg new file mode 100644 index 00000000..a7781869 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-dot.svg b/client/public/icons/game-icons/ffffff/lorc/burning-dot.svg new file mode 100644 index 00000000..8675a977 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-dot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-embers.svg b/client/public/icons/game-icons/ffffff/lorc/burning-embers.svg new file mode 100644 index 00000000..722c9b84 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-embers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-eye.svg b/client/public/icons/game-icons/ffffff/lorc/burning-eye.svg new file mode 100644 index 00000000..988ef408 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-meteor.svg b/client/public/icons/game-icons/ffffff/lorc/burning-meteor.svg new file mode 100644 index 00000000..674a1805 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-meteor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-passion.svg b/client/public/icons/game-icons/ffffff/lorc/burning-passion.svg new file mode 100644 index 00000000..187753d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-passion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-round-shot.svg b/client/public/icons/game-icons/ffffff/lorc/burning-round-shot.svg new file mode 100644 index 00000000..04b8f40f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-round-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burning-tree.svg b/client/public/icons/game-icons/ffffff/lorc/burning-tree.svg new file mode 100644 index 00000000..511f3716 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burning-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/burst-blob.svg b/client/public/icons/game-icons/ffffff/lorc/burst-blob.svg new file mode 100644 index 00000000..e410eaac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/burst-blob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/butterfly-warning.svg b/client/public/icons/game-icons/ffffff/lorc/butterfly-warning.svg new file mode 100644 index 00000000..ca9f1d08 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/butterfly-warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/butterfly.svg b/client/public/icons/game-icons/ffffff/lorc/butterfly.svg new file mode 100644 index 00000000..f4d27e6d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/butterfly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/caged-ball.svg b/client/public/icons/game-icons/ffffff/lorc/caged-ball.svg new file mode 100644 index 00000000..a733e98a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/caged-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cake-slice.svg b/client/public/icons/game-icons/ffffff/lorc/cake-slice.svg new file mode 100644 index 00000000..9ba7ce7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cake-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/caldera.svg b/client/public/icons/game-icons/ffffff/lorc/caldera.svg new file mode 100644 index 00000000..91651efa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/caldera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/campfire.svg b/client/public/icons/game-icons/ffffff/lorc/campfire.svg new file mode 100644 index 00000000..6549c146 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/campfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/candle-flame.svg b/client/public/icons/game-icons/ffffff/lorc/candle-flame.svg new file mode 100644 index 00000000..f661b0dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/candle-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/candle-holder.svg b/client/public/icons/game-icons/ffffff/lorc/candle-holder.svg new file mode 100644 index 00000000..106560dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/candle-holder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/candle-light.svg b/client/public/icons/game-icons/ffffff/lorc/candle-light.svg new file mode 100644 index 00000000..6b506ed3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/candle-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/candle-skull.svg b/client/public/icons/game-icons/ffffff/lorc/candle-skull.svg new file mode 100644 index 00000000..4ee72fcd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/candle-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/candlebright.svg b/client/public/icons/game-icons/ffffff/lorc/candlebright.svg new file mode 100644 index 00000000..d5841f51 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/candlebright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cannister.svg b/client/public/icons/game-icons/ffffff/lorc/cannister.svg new file mode 100644 index 00000000..b7915a75 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cannister.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cannon-ball.svg b/client/public/icons/game-icons/ffffff/lorc/cannon-ball.svg new file mode 100644 index 00000000..0618f70b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cannon-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cannon-shot.svg b/client/public/icons/game-icons/ffffff/lorc/cannon-shot.svg new file mode 100644 index 00000000..21700afc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cannon-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cannon.svg b/client/public/icons/game-icons/ffffff/lorc/cannon.svg new file mode 100644 index 00000000..f070a893 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cannon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/capitol.svg b/client/public/icons/game-icons/ffffff/lorc/capitol.svg new file mode 100644 index 00000000..b29d19d6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/capitol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cargo-crane.svg b/client/public/icons/game-icons/ffffff/lorc/cargo-crane.svg new file mode 100644 index 00000000..bfa35707 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cargo-crane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/carillon.svg b/client/public/icons/game-icons/ffffff/lorc/carillon.svg new file mode 100644 index 00000000..dec8d9f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/carillon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/carnivore-mouth.svg b/client/public/icons/game-icons/ffffff/lorc/carnivore-mouth.svg new file mode 100644 index 00000000..ab1015c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/carnivore-mouth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/carrion.svg b/client/public/icons/game-icons/ffffff/lorc/carrion.svg new file mode 100644 index 00000000..057ab321 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/carrion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cartwheel.svg b/client/public/icons/game-icons/ffffff/lorc/cartwheel.svg new file mode 100644 index 00000000..05ab1e22 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cartwheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cash.svg b/client/public/icons/game-icons/ffffff/lorc/cash.svg new file mode 100644 index 00000000..1d8dd37c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/castle.svg b/client/public/icons/game-icons/ffffff/lorc/castle.svg new file mode 100644 index 00000000..e4da51d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cat.svg b/client/public/icons/game-icons/ffffff/lorc/cat.svg new file mode 100644 index 00000000..d4d26bac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cauldron.svg b/client/public/icons/game-icons/ffffff/lorc/cauldron.svg new file mode 100644 index 00000000..b5d06cf8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cauldron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/celebration-fire.svg b/client/public/icons/game-icons/ffffff/lorc/celebration-fire.svg new file mode 100644 index 00000000..89c7baa4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/celebration-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/centipede.svg b/client/public/icons/game-icons/ffffff/lorc/centipede.svg new file mode 100644 index 00000000..d712ee65 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/centipede.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chained-arrow-heads.svg b/client/public/icons/game-icons/ffffff/lorc/chained-arrow-heads.svg new file mode 100644 index 00000000..a367cd73 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chained-arrow-heads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chained-heart.svg b/client/public/icons/game-icons/ffffff/lorc/chained-heart.svg new file mode 100644 index 00000000..557d957d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chained-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chalice-drops.svg b/client/public/icons/game-icons/ffffff/lorc/chalice-drops.svg new file mode 100644 index 00000000..4b817684 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chalice-drops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/charged-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/charged-arrow.svg new file mode 100644 index 00000000..862f1f15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/charged-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/charm.svg b/client/public/icons/game-icons/ffffff/lorc/charm.svg new file mode 100644 index 00000000..012bebb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/charm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/checkbox-tree.svg b/client/public/icons/game-icons/ffffff/lorc/checkbox-tree.svg new file mode 100644 index 00000000..9cc9af02 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/checkbox-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/checked-shield.svg b/client/public/icons/game-icons/ffffff/lorc/checked-shield.svg new file mode 100644 index 00000000..f7a356a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/checked-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/checkered-diamond.svg b/client/public/icons/game-icons/ffffff/lorc/checkered-diamond.svg new file mode 100644 index 00000000..4ff3665e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/checkered-diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cheerful.svg b/client/public/icons/game-icons/ffffff/lorc/cheerful.svg new file mode 100644 index 00000000..d58e9a5f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cheerful.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cheese-wedge.svg b/client/public/icons/game-icons/ffffff/lorc/cheese-wedge.svg new file mode 100644 index 00000000..b429d975 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cheese-wedge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chemical-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/chemical-arrow.svg new file mode 100644 index 00000000..7d471923 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chemical-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chemical-bolt.svg b/client/public/icons/game-icons/ffffff/lorc/chemical-bolt.svg new file mode 100644 index 00000000..4cca4af9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chemical-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chemical-drop.svg b/client/public/icons/game-icons/ffffff/lorc/chemical-drop.svg new file mode 100644 index 00000000..ee529e5d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chemical-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chemical-tank.svg b/client/public/icons/game-icons/ffffff/lorc/chemical-tank.svg new file mode 100644 index 00000000..10e58f10 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chemical-tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chewed-heart.svg b/client/public/icons/game-icons/ffffff/lorc/chewed-heart.svg new file mode 100644 index 00000000..ff043379 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chewed-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chewed-skull.svg b/client/public/icons/game-icons/ffffff/lorc/chewed-skull.svg new file mode 100644 index 00000000..a45977f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chewed-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chicken-leg.svg b/client/public/icons/game-icons/ffffff/lorc/chicken-leg.svg new file mode 100644 index 00000000..2f73330e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chicken-leg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/chopped-skull.svg b/client/public/icons/game-icons/ffffff/lorc/chopped-skull.svg new file mode 100644 index 00000000..3ca7f66a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/chopped-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/circle-cage.svg b/client/public/icons/game-icons/ffffff/lorc/circle-cage.svg new file mode 100644 index 00000000..daea5766 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/circle-cage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/circle-claws.svg b/client/public/icons/game-icons/ffffff/lorc/circle-claws.svg new file mode 100644 index 00000000..d1b908a3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/circle-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/circle-sparks.svg b/client/public/icons/game-icons/ffffff/lorc/circle-sparks.svg new file mode 100644 index 00000000..fbb357c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/circle-sparks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/circuitry.svg b/client/public/icons/game-icons/ffffff/lorc/circuitry.svg new file mode 100644 index 00000000..c6d28d78 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/circuitry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/circular-sawblade.svg b/client/public/icons/game-icons/ffffff/lorc/circular-sawblade.svg new file mode 100644 index 00000000..a572c9c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/circular-sawblade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/claw-hammer.svg b/client/public/icons/game-icons/ffffff/lorc/claw-hammer.svg new file mode 100644 index 00000000..bd6b5676 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/claw-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/claw-slashes.svg b/client/public/icons/game-icons/ffffff/lorc/claw-slashes.svg new file mode 100644 index 00000000..1262c09c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/claw-slashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/claw-string.svg b/client/public/icons/game-icons/ffffff/lorc/claw-string.svg new file mode 100644 index 00000000..c4715aec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/claw-string.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cloak-dagger.svg b/client/public/icons/game-icons/ffffff/lorc/cloak-dagger.svg new file mode 100644 index 00000000..2d3834ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cloak-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/clockwork.svg b/client/public/icons/game-icons/ffffff/lorc/clockwork.svg new file mode 100644 index 00000000..fbed5067 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/clockwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cloud-ring.svg b/client/public/icons/game-icons/ffffff/lorc/cloud-ring.svg new file mode 100644 index 00000000..85fdbb5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cloud-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cloudy-fork.svg b/client/public/icons/game-icons/ffffff/lorc/cloudy-fork.svg new file mode 100644 index 00000000..4265cded --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cloudy-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/clout.svg b/client/public/icons/game-icons/ffffff/lorc/clout.svg new file mode 100644 index 00000000..fb479249 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/clout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/clover.svg b/client/public/icons/game-icons/ffffff/lorc/clover.svg new file mode 100644 index 00000000..f2094084 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/clover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cluster-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/cluster-bomb.svg new file mode 100644 index 00000000..647b6c5e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cluster-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cobweb.svg b/client/public/icons/game-icons/ffffff/lorc/cobweb.svg new file mode 100644 index 00000000..e7becf77 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cobweb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/coffee-mug.svg b/client/public/icons/game-icons/ffffff/lorc/coffee-mug.svg new file mode 100644 index 00000000..97629034 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/coffee-mug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/coffin.svg b/client/public/icons/game-icons/ffffff/lorc/coffin.svg new file mode 100644 index 00000000..a1350012 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/coffin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cog-lock.svg b/client/public/icons/game-icons/ffffff/lorc/cog-lock.svg new file mode 100644 index 00000000..a883c90d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cog-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cog.svg b/client/public/icons/game-icons/ffffff/lorc/cog.svg new file mode 100644 index 00000000..d27d31dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cogsplosion.svg b/client/public/icons/game-icons/ffffff/lorc/cogsplosion.svg new file mode 100644 index 00000000..7365cf39 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cogsplosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/coiling-curl.svg b/client/public/icons/game-icons/ffffff/lorc/coiling-curl.svg new file mode 100644 index 00000000..a2140fa0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/coiling-curl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cold-heart.svg b/client/public/icons/game-icons/ffffff/lorc/cold-heart.svg new file mode 100644 index 00000000..e99657e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cold-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/coma.svg b/client/public/icons/game-icons/ffffff/lorc/coma.svg new file mode 100644 index 00000000..cea7e3cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/coma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/comb.svg b/client/public/icons/game-icons/ffffff/lorc/comb.svg new file mode 100644 index 00000000..99895821 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/comb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/comet-spark.svg b/client/public/icons/game-icons/ffffff/lorc/comet-spark.svg new file mode 100644 index 00000000..4977971f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/comet-spark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/compass.svg b/client/public/icons/game-icons/ffffff/lorc/compass.svg new file mode 100644 index 00000000..09094b3b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/concentration-orb.svg b/client/public/icons/game-icons/ffffff/lorc/concentration-orb.svg new file mode 100644 index 00000000..ed3bbba9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/concentration-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/concentric-crescents.svg b/client/public/icons/game-icons/ffffff/lorc/concentric-crescents.svg new file mode 100644 index 00000000..f206db2f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/concentric-crescents.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/condor-emblem.svg b/client/public/icons/game-icons/ffffff/lorc/condor-emblem.svg new file mode 100644 index 00000000..0483efeb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/condor-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/condylura-skull.svg b/client/public/icons/game-icons/ffffff/lorc/condylura-skull.svg new file mode 100644 index 00000000..bde523f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/condylura-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/conversation.svg b/client/public/icons/game-icons/ffffff/lorc/conversation.svg new file mode 100644 index 00000000..7c2543e1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/conversation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cool-spices.svg b/client/public/icons/game-icons/ffffff/lorc/cool-spices.svg new file mode 100644 index 00000000..6f23050f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cool-spices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/corked-tube.svg b/client/public/icons/game-icons/ffffff/lorc/corked-tube.svg new file mode 100644 index 00000000..0d13bc18 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/corked-tube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/corner-explosion.svg b/client/public/icons/game-icons/ffffff/lorc/corner-explosion.svg new file mode 100644 index 00000000..6de6fec6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/corner-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cowled.svg b/client/public/icons/game-icons/ffffff/lorc/cowled.svg new file mode 100644 index 00000000..d5d28342 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cowled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cpu-shot.svg b/client/public/icons/game-icons/ffffff/lorc/cpu-shot.svg new file mode 100644 index 00000000..6af047b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cpu-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crab-claw.svg b/client/public/icons/game-icons/ffffff/lorc/crab-claw.svg new file mode 100644 index 00000000..6d7e7b48 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crab-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crab.svg b/client/public/icons/game-icons/ffffff/lorc/crab.svg new file mode 100644 index 00000000..92dbea55 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cracked-alien-skull.svg b/client/public/icons/game-icons/ffffff/lorc/cracked-alien-skull.svg new file mode 100644 index 00000000..0ab2635d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cracked-alien-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cracked-ball-dunk.svg b/client/public/icons/game-icons/ffffff/lorc/cracked-ball-dunk.svg new file mode 100644 index 00000000..e10f3bac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cracked-ball-dunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cracked-disc.svg b/client/public/icons/game-icons/ffffff/lorc/cracked-disc.svg new file mode 100644 index 00000000..10036ae1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cracked-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cracked-glass.svg b/client/public/icons/game-icons/ffffff/lorc/cracked-glass.svg new file mode 100644 index 00000000..4b42a62a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cracked-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cracked-helm.svg b/client/public/icons/game-icons/ffffff/lorc/cracked-helm.svg new file mode 100644 index 00000000..fc6f8e69 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cracked-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cracked-mask.svg b/client/public/icons/game-icons/ffffff/lorc/cracked-mask.svg new file mode 100644 index 00000000..6d2fd61e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cracked-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cracked-saber.svg b/client/public/icons/game-icons/ffffff/lorc/cracked-saber.svg new file mode 100644 index 00000000..5ab10725 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cracked-saber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cracked-shield.svg b/client/public/icons/game-icons/ffffff/lorc/cracked-shield.svg new file mode 100644 index 00000000..cf5412cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cracked-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crags.svg b/client/public/icons/game-icons/ffffff/lorc/crags.svg new file mode 100644 index 00000000..5f7af32f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crenulated-shield.svg b/client/public/icons/game-icons/ffffff/lorc/crenulated-shield.svg new file mode 100644 index 00000000..b2858d35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crenulated-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crescent-blade.svg b/client/public/icons/game-icons/ffffff/lorc/crescent-blade.svg new file mode 100644 index 00000000..89bfb8e6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crescent-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crested-helmet.svg b/client/public/icons/game-icons/ffffff/lorc/crested-helmet.svg new file mode 100644 index 00000000..0d98d5c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crested-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/croc-jaws.svg b/client/public/icons/game-icons/ffffff/lorc/croc-jaws.svg new file mode 100644 index 00000000..49f3cf97 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/croc-jaws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/croc-sword.svg b/client/public/icons/game-icons/ffffff/lorc/croc-sword.svg new file mode 100644 index 00000000..4ebda990 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/croc-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/croissants-pupil.svg b/client/public/icons/game-icons/ffffff/lorc/croissants-pupil.svg new file mode 100644 index 00000000..5a45d263 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/croissants-pupil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cross-flare.svg b/client/public/icons/game-icons/ffffff/lorc/cross-flare.svg new file mode 100644 index 00000000..6b73c881 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cross-flare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cross-mark.svg b/client/public/icons/game-icons/ffffff/lorc/cross-mark.svg new file mode 100644 index 00000000..181bb07c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cross-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-air-flows.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-air-flows.svg new file mode 100644 index 00000000..661d5e4a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-air-flows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-axes.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-axes.svg new file mode 100644 index 00000000..724f4c0e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-axes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-bones.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-bones.svg new file mode 100644 index 00000000..0c3fe52c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-bones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-chains.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-chains.svg new file mode 100644 index 00000000..116ccd83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-chains.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-claws.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-claws.svg new file mode 100644 index 00000000..8a8e510a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-pistols.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-pistols.svg new file mode 100644 index 00000000..31c2145e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-pistols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-sabres.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-sabres.svg new file mode 100644 index 00000000..72fc84b3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-sabres.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-slashes.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-slashes.svg new file mode 100644 index 00000000..d2cfb136 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-slashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crossed-swords.svg b/client/public/icons/game-icons/ffffff/lorc/crossed-swords.svg new file mode 100644 index 00000000..52d6ebaf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crossed-swords.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crosshair-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/crosshair-arrow.svg new file mode 100644 index 00000000..8105eb3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crosshair-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crow-dive.svg b/client/public/icons/game-icons/ffffff/lorc/crow-dive.svg new file mode 100644 index 00000000..56d18051 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crow-dive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crown-coin.svg b/client/public/icons/game-icons/ffffff/lorc/crown-coin.svg new file mode 100644 index 00000000..2f0e50a3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crown-coin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crown-of-thorns.svg b/client/public/icons/game-icons/ffffff/lorc/crown-of-thorns.svg new file mode 100644 index 00000000..31f66d0a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crown-of-thorns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crown.svg b/client/public/icons/game-icons/ffffff/lorc/crown.svg new file mode 100644 index 00000000..d2ae17ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crowned-explosion.svg b/client/public/icons/game-icons/ffffff/lorc/crowned-explosion.svg new file mode 100644 index 00000000..6c2fa14f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crowned-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crowned-heart.svg b/client/public/icons/game-icons/ffffff/lorc/crowned-heart.svg new file mode 100644 index 00000000..e1646f9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crowned-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crowned-skull.svg b/client/public/icons/game-icons/ffffff/lorc/crowned-skull.svg new file mode 100644 index 00000000..5f5c428c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crowned-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crumbling-ball.svg b/client/public/icons/game-icons/ffffff/lorc/crumbling-ball.svg new file mode 100644 index 00000000..30f45e80 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crumbling-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crystal-ball.svg b/client/public/icons/game-icons/ffffff/lorc/crystal-ball.svg new file mode 100644 index 00000000..de904ade --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crystal-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crystal-bars.svg b/client/public/icons/game-icons/ffffff/lorc/crystal-bars.svg new file mode 100644 index 00000000..532d5de3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crystal-bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crystal-cluster.svg b/client/public/icons/game-icons/ffffff/lorc/crystal-cluster.svg new file mode 100644 index 00000000..17c8c19b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crystal-cluster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crystal-eye.svg b/client/public/icons/game-icons/ffffff/lorc/crystal-eye.svg new file mode 100644 index 00000000..d3d4e5e1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crystal-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crystal-growth.svg b/client/public/icons/game-icons/ffffff/lorc/crystal-growth.svg new file mode 100644 index 00000000..9759ce8a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crystal-growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crystal-shine.svg b/client/public/icons/game-icons/ffffff/lorc/crystal-shine.svg new file mode 100644 index 00000000..8594f60a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crystal-shine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crystal-wand.svg b/client/public/icons/game-icons/ffffff/lorc/crystal-wand.svg new file mode 100644 index 00000000..d0fefb10 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crystal-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/crystalize.svg b/client/public/icons/game-icons/ffffff/lorc/crystalize.svg new file mode 100644 index 00000000..2346e9c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/crystalize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cubeforce.svg b/client/public/icons/game-icons/ffffff/lorc/cubeforce.svg new file mode 100644 index 00000000..93862273 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cubeforce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cubes.svg b/client/public/icons/game-icons/ffffff/lorc/cubes.svg new file mode 100644 index 00000000..afa4b848 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cultist.svg b/client/public/icons/game-icons/ffffff/lorc/cultist.svg new file mode 100644 index 00000000..ea52552b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cultist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cupidon-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/cupidon-arrow.svg new file mode 100644 index 00000000..98ebddff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cupidon-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/curled-leaf.svg b/client/public/icons/game-icons/ffffff/lorc/curled-leaf.svg new file mode 100644 index 00000000..8fa85e87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/curled-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/curled-tentacle.svg b/client/public/icons/game-icons/ffffff/lorc/curled-tentacle.svg new file mode 100644 index 00000000..cd57c576 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/curled-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/curling-vines.svg b/client/public/icons/game-icons/ffffff/lorc/curling-vines.svg new file mode 100644 index 00000000..4962b26d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/curling-vines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/curly-mask.svg b/client/public/icons/game-icons/ffffff/lorc/curly-mask.svg new file mode 100644 index 00000000..b79f55f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/curly-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/curly-wing.svg b/client/public/icons/game-icons/ffffff/lorc/curly-wing.svg new file mode 100644 index 00000000..61ed9450 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/curly-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cursed-star.svg b/client/public/icons/game-icons/ffffff/lorc/cursed-star.svg new file mode 100644 index 00000000..def55617 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cursed-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/curvy-knife.svg b/client/public/icons/game-icons/ffffff/lorc/curvy-knife.svg new file mode 100644 index 00000000..a086c223 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/curvy-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cut-diamond.svg b/client/public/icons/game-icons/ffffff/lorc/cut-diamond.svg new file mode 100644 index 00000000..f84d9f54 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cut-diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cut-palm.svg b/client/public/icons/game-icons/ffffff/lorc/cut-palm.svg new file mode 100644 index 00000000..fbe1213b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cut-palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cycle.svg b/client/public/icons/game-icons/ffffff/lorc/cycle.svg new file mode 100644 index 00000000..d5fe453e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/cyclops.svg b/client/public/icons/game-icons/ffffff/lorc/cyclops.svg new file mode 100644 index 00000000..03113523 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/cyclops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/daemon-skull.svg b/client/public/icons/game-icons/ffffff/lorc/daemon-skull.svg new file mode 100644 index 00000000..1438697a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/daemon-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/daggers.svg b/client/public/icons/game-icons/ffffff/lorc/daggers.svg new file mode 100644 index 00000000..42529eaf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/daggers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/daisy.svg b/client/public/icons/game-icons/ffffff/lorc/daisy.svg new file mode 100644 index 00000000..2feedee6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/daisy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dark-squad.svg b/client/public/icons/game-icons/ffffff/lorc/dark-squad.svg new file mode 100644 index 00000000..96648402 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dark-squad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dead-eye.svg b/client/public/icons/game-icons/ffffff/lorc/dead-eye.svg new file mode 100644 index 00000000..57bac422 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dead-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dead-wood.svg b/client/public/icons/game-icons/ffffff/lorc/dead-wood.svg new file mode 100644 index 00000000..f37bc86c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dead-wood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/deadly-strike.svg b/client/public/icons/game-icons/ffffff/lorc/deadly-strike.svg new file mode 100644 index 00000000..486e91da --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/deadly-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/death-note.svg b/client/public/icons/game-icons/ffffff/lorc/death-note.svg new file mode 100644 index 00000000..372454ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/death-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/death-zone.svg b/client/public/icons/game-icons/ffffff/lorc/death-zone.svg new file mode 100644 index 00000000..171ced93 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/death-zone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/deathcab.svg b/client/public/icons/game-icons/ffffff/lorc/deathcab.svg new file mode 100644 index 00000000..80557931 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/deathcab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/decapitation.svg b/client/public/icons/game-icons/ffffff/lorc/decapitation.svg new file mode 100644 index 00000000..0423bdb3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/decapitation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/defibrilate.svg b/client/public/icons/game-icons/ffffff/lorc/defibrilate.svg new file mode 100644 index 00000000..4d21e6c2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/defibrilate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/delighted.svg b/client/public/icons/game-icons/ffffff/lorc/delighted.svg new file mode 100644 index 00000000..0c48e386 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/delighted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/demolish.svg b/client/public/icons/game-icons/ffffff/lorc/demolish.svg new file mode 100644 index 00000000..152cf589 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/demolish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dervish-swords.svg b/client/public/icons/game-icons/ffffff/lorc/dervish-swords.svg new file mode 100644 index 00000000..209ea130 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dervish-swords.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/desert-skull.svg b/client/public/icons/game-icons/ffffff/lorc/desert-skull.svg new file mode 100644 index 00000000..442953e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/desert-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/desk-lamp.svg b/client/public/icons/game-icons/ffffff/lorc/desk-lamp.svg new file mode 100644 index 00000000..d308d934 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/desk-lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/despair.svg b/client/public/icons/game-icons/ffffff/lorc/despair.svg new file mode 100644 index 00000000..7c4d240b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/despair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dew.svg b/client/public/icons/game-icons/ffffff/lorc/dew.svg new file mode 100644 index 00000000..16fad68b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/diablo-skull.svg b/client/public/icons/game-icons/ffffff/lorc/diablo-skull.svg new file mode 100644 index 00000000..b746b12d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/diablo-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/diamond-hard.svg b/client/public/icons/game-icons/ffffff/lorc/diamond-hard.svg new file mode 100644 index 00000000..2cc62136 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/diamond-hard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/diamonds-smile.svg b/client/public/icons/game-icons/ffffff/lorc/diamonds-smile.svg new file mode 100644 index 00000000..e3b49600 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/diamonds-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dig-dug.svg b/client/public/icons/game-icons/ffffff/lorc/dig-dug.svg new file mode 100644 index 00000000..6c2f71c4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dig-dug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dinosaur-bones.svg b/client/public/icons/game-icons/ffffff/lorc/dinosaur-bones.svg new file mode 100644 index 00000000..8afecf6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dinosaur-bones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dinosaur-egg.svg b/client/public/icons/game-icons/ffffff/lorc/dinosaur-egg.svg new file mode 100644 index 00000000..15d573ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dinosaur-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dinosaur-rex.svg b/client/public/icons/game-icons/ffffff/lorc/dinosaur-rex.svg new file mode 100644 index 00000000..f15ca063 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dinosaur-rex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/direwolf.svg b/client/public/icons/game-icons/ffffff/lorc/direwolf.svg new file mode 100644 index 00000000..0adff6cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/direwolf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/disc.svg b/client/public/icons/game-icons/ffffff/lorc/disc.svg new file mode 100644 index 00000000..404e32a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/disintegrate.svg b/client/public/icons/game-icons/ffffff/lorc/disintegrate.svg new file mode 100644 index 00000000..1ce444bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/disintegrate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/distraction.svg b/client/public/icons/game-icons/ffffff/lorc/distraction.svg new file mode 100644 index 00000000..f097871c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/distraction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/divergence.svg b/client/public/icons/game-icons/ffffff/lorc/divergence.svg new file mode 100644 index 00000000..1ef59a05 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/divergence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/divert.svg b/client/public/icons/game-icons/ffffff/lorc/divert.svg new file mode 100644 index 00000000..e379141b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/divert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/divided-spiral.svg b/client/public/icons/game-icons/ffffff/lorc/divided-spiral.svg new file mode 100644 index 00000000..5838c2d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/divided-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/diving-dagger.svg b/client/public/icons/game-icons/ffffff/lorc/diving-dagger.svg new file mode 100644 index 00000000..b9b31e1c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/diving-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dna1.svg b/client/public/icons/game-icons/ffffff/lorc/dna1.svg new file mode 100644 index 00000000..f38f87ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dna1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dna2.svg b/client/public/icons/game-icons/ffffff/lorc/dna2.svg new file mode 100644 index 00000000..58a7d020 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dna2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/doctor-face.svg b/client/public/icons/game-icons/ffffff/lorc/doctor-face.svg new file mode 100644 index 00000000..e2ab060c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/doctor-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dodging.svg b/client/public/icons/game-icons/ffffff/lorc/dodging.svg new file mode 100644 index 00000000..0c946933 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dodging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/domino-mask.svg b/client/public/icons/game-icons/ffffff/lorc/domino-mask.svg new file mode 100644 index 00000000..5e01af3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/domino-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/doorway.svg b/client/public/icons/game-icons/ffffff/lorc/doorway.svg new file mode 100644 index 00000000..8e6d63b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/doorway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dorsal-scales.svg b/client/public/icons/game-icons/ffffff/lorc/dorsal-scales.svg new file mode 100644 index 00000000..3fde6e0d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dorsal-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/double-diaphragm.svg b/client/public/icons/game-icons/ffffff/lorc/double-diaphragm.svg new file mode 100644 index 00000000..1be6d1b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/double-diaphragm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/double-dragon.svg b/client/public/icons/game-icons/ffffff/lorc/double-dragon.svg new file mode 100644 index 00000000..6988d76b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/double-dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/double-face-mask.svg b/client/public/icons/game-icons/ffffff/lorc/double-face-mask.svg new file mode 100644 index 00000000..e682e592 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/double-face-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/double-quaver.svg b/client/public/icons/game-icons/ffffff/lorc/double-quaver.svg new file mode 100644 index 00000000..7f701528 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/double-quaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/double-ringed-orb.svg b/client/public/icons/game-icons/ffffff/lorc/double-ringed-orb.svg new file mode 100644 index 00000000..ab0d3a4a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/double-ringed-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/double-shot.svg b/client/public/icons/game-icons/ffffff/lorc/double-shot.svg new file mode 100644 index 00000000..a588d5f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/double-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dove.svg b/client/public/icons/game-icons/ffffff/lorc/dove.svg new file mode 100644 index 00000000..1a8c62b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dozen.svg b/client/public/icons/game-icons/ffffff/lorc/dozen.svg new file mode 100644 index 00000000..075f041d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dozen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dragon-balls.svg b/client/public/icons/game-icons/ffffff/lorc/dragon-balls.svg new file mode 100644 index 00000000..aa5f458e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dragon-balls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dragon-breath.svg b/client/public/icons/game-icons/ffffff/lorc/dragon-breath.svg new file mode 100644 index 00000000..db92f2f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dragon-breath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dragon-head.svg b/client/public/icons/game-icons/ffffff/lorc/dragon-head.svg new file mode 100644 index 00000000..0ae7d303 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dragon-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dragon-spiral.svg b/client/public/icons/game-icons/ffffff/lorc/dragon-spiral.svg new file mode 100644 index 00000000..38675790 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dragon-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dragonfly.svg b/client/public/icons/game-icons/ffffff/lorc/dragonfly.svg new file mode 100644 index 00000000..67155fa0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dragonfly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/drama-masks.svg b/client/public/icons/game-icons/ffffff/lorc/drama-masks.svg new file mode 100644 index 00000000..f3dc7796 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/drama-masks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dread-skull.svg b/client/public/icons/game-icons/ffffff/lorc/dread-skull.svg new file mode 100644 index 00000000..bd3e682b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dread-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/drill.svg b/client/public/icons/game-icons/ffffff/lorc/drill.svg new file mode 100644 index 00000000..67556939 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/drill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/drink-me.svg b/client/public/icons/game-icons/ffffff/lorc/drink-me.svg new file mode 100644 index 00000000..58aca685 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/drink-me.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dripping-blade.svg b/client/public/icons/game-icons/ffffff/lorc/dripping-blade.svg new file mode 100644 index 00000000..29fb15de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dripping-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dripping-goo.svg b/client/public/icons/game-icons/ffffff/lorc/dripping-goo.svg new file mode 100644 index 00000000..1db16d6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dripping-goo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dripping-honey.svg b/client/public/icons/game-icons/ffffff/lorc/dripping-honey.svg new file mode 100644 index 00000000..f3148149 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dripping-honey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dripping-knife.svg b/client/public/icons/game-icons/ffffff/lorc/dripping-knife.svg new file mode 100644 index 00000000..afab2a85 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dripping-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dripping-star.svg b/client/public/icons/game-icons/ffffff/lorc/dripping-star.svg new file mode 100644 index 00000000..98594959 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dripping-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dripping-stone.svg b/client/public/icons/game-icons/ffffff/lorc/dripping-stone.svg new file mode 100644 index 00000000..58109e9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dripping-stone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dripping-sword.svg b/client/public/icons/game-icons/ffffff/lorc/dripping-sword.svg new file mode 100644 index 00000000..9de89068 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dripping-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dripping-tube.svg b/client/public/icons/game-icons/ffffff/lorc/dripping-tube.svg new file mode 100644 index 00000000..c4f05081 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dripping-tube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/drop.svg b/client/public/icons/game-icons/ffffff/lorc/drop.svg new file mode 100644 index 00000000..b4cad66a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/droplet-splash.svg b/client/public/icons/game-icons/ffffff/lorc/droplet-splash.svg new file mode 100644 index 00000000..ebb55757 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/droplet-splash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/droplets.svg b/client/public/icons/game-icons/ffffff/lorc/droplets.svg new file mode 100644 index 00000000..5b23a1f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/droplets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/drowning.svg b/client/public/icons/game-icons/ffffff/lorc/drowning.svg new file mode 100644 index 00000000..cb679c19 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/drowning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/duality-mask.svg b/client/public/icons/game-icons/ffffff/lorc/duality-mask.svg new file mode 100644 index 00000000..25713e5c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/duality-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/duality.svg b/client/public/icons/game-icons/ffffff/lorc/duality.svg new file mode 100644 index 00000000..054dd501 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/duality.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/dust-cloud.svg b/client/public/icons/game-icons/ffffff/lorc/dust-cloud.svg new file mode 100644 index 00000000..cc6f8d38 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/dust-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eagle-emblem.svg b/client/public/icons/game-icons/ffffff/lorc/eagle-emblem.svg new file mode 100644 index 00000000..bd704f5d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eagle-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/earth-crack.svg b/client/public/icons/game-icons/ffffff/lorc/earth-crack.svg new file mode 100644 index 00000000..5e5708a5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/earth-crack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/earth-spit.svg b/client/public/icons/game-icons/ffffff/lorc/earth-spit.svg new file mode 100644 index 00000000..b3c59c45 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/earth-spit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/earwig.svg b/client/public/icons/game-icons/ffffff/lorc/earwig.svg new file mode 100644 index 00000000..4cb5ca83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/earwig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/echo-ripples.svg b/client/public/icons/game-icons/ffffff/lorc/echo-ripples.svg new file mode 100644 index 00000000..5070d0f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/echo-ripples.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eclipse-flare.svg b/client/public/icons/game-icons/ffffff/lorc/eclipse-flare.svg new file mode 100644 index 00000000..6d88f923 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eclipse-flare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eclipse-saw.svg b/client/public/icons/game-icons/ffffff/lorc/eclipse-saw.svg new file mode 100644 index 00000000..fd1ec746 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eclipse-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eclipse.svg b/client/public/icons/game-icons/ffffff/lorc/eclipse.svg new file mode 100644 index 00000000..24d1341f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eclipse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/edge-crack.svg b/client/public/icons/game-icons/ffffff/lorc/edge-crack.svg new file mode 100644 index 00000000..9edc9e9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/edge-crack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/edged-shield.svg b/client/public/icons/game-icons/ffffff/lorc/edged-shield.svg new file mode 100644 index 00000000..06ea318a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/edged-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/egg-clutch.svg b/client/public/icons/game-icons/ffffff/lorc/egg-clutch.svg new file mode 100644 index 00000000..9e7f4f55 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/egg-clutch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/egg-defense.svg b/client/public/icons/game-icons/ffffff/lorc/egg-defense.svg new file mode 100644 index 00000000..69b9e8e1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/egg-defense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/elderberry.svg b/client/public/icons/game-icons/ffffff/lorc/elderberry.svg new file mode 100644 index 00000000..b9cd089a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/elderberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/electric-whip.svg b/client/public/icons/game-icons/ffffff/lorc/electric-whip.svg new file mode 100644 index 00000000..20e14420 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/electric-whip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/electrical-crescent.svg b/client/public/icons/game-icons/ffffff/lorc/electrical-crescent.svg new file mode 100644 index 00000000..fbf7db77 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/electrical-crescent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ember-shot.svg b/client/public/icons/game-icons/ffffff/lorc/ember-shot.svg new file mode 100644 index 00000000..ba699096 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ember-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/embrassed-energy.svg b/client/public/icons/game-icons/ffffff/lorc/embrassed-energy.svg new file mode 100644 index 00000000..3601cfbb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/embrassed-energy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/embryo.svg b/client/public/icons/game-icons/ffffff/lorc/embryo.svg new file mode 100644 index 00000000..4627c062 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/embryo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/emerald.svg b/client/public/icons/game-icons/ffffff/lorc/emerald.svg new file mode 100644 index 00000000..fe0d66ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/emerald.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/empty-hourglass.svg b/client/public/icons/game-icons/ffffff/lorc/empty-hourglass.svg new file mode 100644 index 00000000..c2d4eb72 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/empty-hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/energise.svg b/client/public/icons/game-icons/ffffff/lorc/energise.svg new file mode 100644 index 00000000..9f0ae730 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/energise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/energy-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/energy-arrow.svg new file mode 100644 index 00000000..c8715fb8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/energy-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/energy-breath.svg b/client/public/icons/game-icons/ffffff/lorc/energy-breath.svg new file mode 100644 index 00000000..8ad84229 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/energy-breath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/energy-shield.svg b/client/public/icons/game-icons/ffffff/lorc/energy-shield.svg new file mode 100644 index 00000000..7199baf3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/energy-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/energy-sword.svg b/client/public/icons/game-icons/ffffff/lorc/energy-sword.svg new file mode 100644 index 00000000..d42a4dcd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/energy-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/engagement-ring.svg b/client/public/icons/game-icons/ffffff/lorc/engagement-ring.svg new file mode 100644 index 00000000..4e77aad9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/engagement-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/enlightenment.svg b/client/public/icons/game-icons/ffffff/lorc/enlightenment.svg new file mode 100644 index 00000000..ea98e43f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/enlightenment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ent-mouth.svg b/client/public/icons/game-icons/ffffff/lorc/ent-mouth.svg new file mode 100644 index 00000000..3bd36aad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ent-mouth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/entangled-typhoon.svg b/client/public/icons/game-icons/ffffff/lorc/entangled-typhoon.svg new file mode 100644 index 00000000..83a1f665 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/entangled-typhoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/envelope.svg b/client/public/icons/game-icons/ffffff/lorc/envelope.svg new file mode 100644 index 00000000..06c0006c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/erlenmeyer.svg b/client/public/icons/game-icons/ffffff/lorc/erlenmeyer.svg new file mode 100644 index 00000000..3614e8e6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/erlenmeyer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eruption.svg b/client/public/icons/game-icons/ffffff/lorc/eruption.svg new file mode 100644 index 00000000..53fca815 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eruption.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eskimo.svg b/client/public/icons/game-icons/ffffff/lorc/eskimo.svg new file mode 100644 index 00000000..bbcfc8e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eskimo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-bat.svg b/client/public/icons/game-icons/ffffff/lorc/evil-bat.svg new file mode 100644 index 00000000..08055d64 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-book.svg b/client/public/icons/game-icons/ffffff/lorc/evil-book.svg new file mode 100644 index 00000000..9b422242 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-bud.svg b/client/public/icons/game-icons/ffffff/lorc/evil-bud.svg new file mode 100644 index 00000000..69f701c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-bud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-comet.svg b/client/public/icons/game-icons/ffffff/lorc/evil-comet.svg new file mode 100644 index 00000000..39489fb4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-comet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-fork.svg b/client/public/icons/game-icons/ffffff/lorc/evil-fork.svg new file mode 100644 index 00000000..64cb3e27 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-hand.svg b/client/public/icons/game-icons/ffffff/lorc/evil-hand.svg new file mode 100644 index 00000000..fd44ec6e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-minion.svg b/client/public/icons/game-icons/ffffff/lorc/evil-minion.svg new file mode 100644 index 00000000..a0acc331 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-minion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-moon.svg b/client/public/icons/game-icons/ffffff/lorc/evil-moon.svg new file mode 100644 index 00000000..c82ae0b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/evil-tree.svg b/client/public/icons/game-icons/ffffff/lorc/evil-tree.svg new file mode 100644 index 00000000..082f9b2f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/evil-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/expanded-rays.svg b/client/public/icons/game-icons/ffffff/lorc/expanded-rays.svg new file mode 100644 index 00000000..d3d0409b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/expanded-rays.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/explosion-rays.svg b/client/public/icons/game-icons/ffffff/lorc/explosion-rays.svg new file mode 100644 index 00000000..eb2fac00 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/explosion-rays.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/explosive-materials.svg b/client/public/icons/game-icons/ffffff/lorc/explosive-materials.svg new file mode 100644 index 00000000..b3153cb4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/explosive-materials.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/explosive-meeting.svg b/client/public/icons/game-icons/ffffff/lorc/explosive-meeting.svg new file mode 100644 index 00000000..2a9b303c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/explosive-meeting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/extra-lucid.svg b/client/public/icons/game-icons/ffffff/lorc/extra-lucid.svg new file mode 100644 index 00000000..361d2e49 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/extra-lucid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/extraction-orb.svg b/client/public/icons/game-icons/ffffff/lorc/extraction-orb.svg new file mode 100644 index 00000000..3d94ff07 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/extraction-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eye-shield.svg b/client/public/icons/game-icons/ffffff/lorc/eye-shield.svg new file mode 100644 index 00000000..72dfe467 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eye-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eyeball.svg b/client/public/icons/game-icons/ffffff/lorc/eyeball.svg new file mode 100644 index 00000000..6cb50194 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eyeball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eyedropper.svg b/client/public/icons/game-icons/ffffff/lorc/eyedropper.svg new file mode 100644 index 00000000..8491b20a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eyedropper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/eyestalk.svg b/client/public/icons/game-icons/ffffff/lorc/eyestalk.svg new file mode 100644 index 00000000..587cdfcf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/eyestalk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fairy-wand.svg b/client/public/icons/game-icons/ffffff/lorc/fairy-wand.svg new file mode 100644 index 00000000..9633bf74 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fairy-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fairy.svg b/client/public/icons/game-icons/ffffff/lorc/fairy.svg new file mode 100644 index 00000000..e1f2710a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fairy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/falling-blob.svg b/client/public/icons/game-icons/ffffff/lorc/falling-blob.svg new file mode 100644 index 00000000..99e31db9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/falling-blob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/falling-boulder.svg b/client/public/icons/game-icons/ffffff/lorc/falling-boulder.svg new file mode 100644 index 00000000..a3915774 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/falling-boulder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/falling-eye.svg b/client/public/icons/game-icons/ffffff/lorc/falling-eye.svg new file mode 100644 index 00000000..d670afc2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/falling-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/falling-leaf.svg b/client/public/icons/game-icons/ffffff/lorc/falling-leaf.svg new file mode 100644 index 00000000..f61c85c2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/falling-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/falling-ovoid.svg b/client/public/icons/game-icons/ffffff/lorc/falling-ovoid.svg new file mode 100644 index 00000000..ea29b072 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/falling-ovoid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fanged-skull.svg b/client/public/icons/game-icons/ffffff/lorc/fanged-skull.svg new file mode 100644 index 00000000..25d796f7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fanged-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fangs-circle.svg b/client/public/icons/game-icons/ffffff/lorc/fangs-circle.svg new file mode 100644 index 00000000..8510a147 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fangs-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fast-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/fast-arrow.svg new file mode 100644 index 00000000..d6e639be --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fast-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/feather-wound.svg b/client/public/icons/game-icons/ffffff/lorc/feather-wound.svg new file mode 100644 index 00000000..5439f5ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/feather-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/feather.svg b/client/public/icons/game-icons/ffffff/lorc/feather.svg new file mode 100644 index 00000000..7836cc6d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/feather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/feathered-wing.svg b/client/public/icons/game-icons/ffffff/lorc/feathered-wing.svg new file mode 100644 index 00000000..ca0dfe39 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/feathered-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fedora.svg b/client/public/icons/game-icons/ffffff/lorc/fedora.svg new file mode 100644 index 00000000..65816446 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fedora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/field.svg b/client/public/icons/game-icons/ffffff/lorc/field.svg new file mode 100644 index 00000000..88909eaf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-ace.svg b/client/public/icons/game-icons/ffffff/lorc/fire-ace.svg new file mode 100644 index 00000000..76832275 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-ace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-axe.svg b/client/public/icons/game-icons/ffffff/lorc/fire-axe.svg new file mode 100644 index 00000000..e52552bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/fire-bomb.svg new file mode 100644 index 00000000..61530b6c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/fire-bottle.svg new file mode 100644 index 00000000..f1a69834 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-bowl.svg b/client/public/icons/game-icons/ffffff/lorc/fire-bowl.svg new file mode 100644 index 00000000..4f769500 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-breath.svg b/client/public/icons/game-icons/ffffff/lorc/fire-breath.svg new file mode 100644 index 00000000..b4253c02 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-breath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-dash.svg b/client/public/icons/game-icons/ffffff/lorc/fire-dash.svg new file mode 100644 index 00000000..abfb8746 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-dash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-punch.svg b/client/public/icons/game-icons/ffffff/lorc/fire-punch.svg new file mode 100644 index 00000000..783bae66 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-ray.svg b/client/public/icons/game-icons/ffffff/lorc/fire-ray.svg new file mode 100644 index 00000000..b197f1aa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-ring.svg b/client/public/icons/game-icons/ffffff/lorc/fire-ring.svg new file mode 100644 index 00000000..71ec7d4f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-shield.svg b/client/public/icons/game-icons/ffffff/lorc/fire-shield.svg new file mode 100644 index 00000000..477f87d7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-silhouette.svg b/client/public/icons/game-icons/ffffff/lorc/fire-silhouette.svg new file mode 100644 index 00000000..0b966ebc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-silhouette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-tail.svg b/client/public/icons/game-icons/ffffff/lorc/fire-tail.svg new file mode 100644 index 00000000..fe1a0e5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-wave.svg b/client/public/icons/game-icons/ffffff/lorc/fire-wave.svg new file mode 100644 index 00000000..20179673 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-wave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fire-zone.svg b/client/public/icons/game-icons/ffffff/lorc/fire-zone.svg new file mode 100644 index 00000000..10277404 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fire-zone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fireball.svg b/client/public/icons/game-icons/ffffff/lorc/fireball.svg new file mode 100644 index 00000000..7fdc819b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fireball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/firework-rocket.svg b/client/public/icons/game-icons/ffffff/lorc/firework-rocket.svg new file mode 100644 index 00000000..d9b1ffc9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/firework-rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fish-corpse.svg b/client/public/icons/game-icons/ffffff/lorc/fish-corpse.svg new file mode 100644 index 00000000..c9832b05 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fish-corpse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fishbone.svg b/client/public/icons/game-icons/ffffff/lorc/fishbone.svg new file mode 100644 index 00000000..eaa37768 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fishbone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fishhook-fork.svg b/client/public/icons/game-icons/ffffff/lorc/fishhook-fork.svg new file mode 100644 index 00000000..cfcf416c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fishhook-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fishing-hook.svg b/client/public/icons/game-icons/ffffff/lorc/fishing-hook.svg new file mode 100644 index 00000000..67367eb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fishing-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fishing-net.svg b/client/public/icons/game-icons/ffffff/lorc/fishing-net.svg new file mode 100644 index 00000000..3c367558 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fishing-net.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fission.svg b/client/public/icons/game-icons/ffffff/lorc/fission.svg new file mode 100644 index 00000000..44d36c1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fission.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fist.svg b/client/public/icons/game-icons/ffffff/lorc/fist.svg new file mode 100644 index 00000000..de44abf4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fizzing-flask.svg b/client/public/icons/game-icons/ffffff/lorc/fizzing-flask.svg new file mode 100644 index 00000000..97067195 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fizzing-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flame-claws.svg b/client/public/icons/game-icons/ffffff/lorc/flame-claws.svg new file mode 100644 index 00000000..6327dece --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flame-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flame-spin.svg b/client/public/icons/game-icons/ffffff/lorc/flame-spin.svg new file mode 100644 index 00000000..7915e007 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flame-spin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flame-tunnel.svg b/client/public/icons/game-icons/ffffff/lorc/flame-tunnel.svg new file mode 100644 index 00000000..3c13bad7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flame-tunnel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flamed-leaf.svg b/client/public/icons/game-icons/ffffff/lorc/flamed-leaf.svg new file mode 100644 index 00000000..6843c27f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flamed-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flaming-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/flaming-arrow.svg new file mode 100644 index 00000000..ab8869e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flaming-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flaming-claw.svg b/client/public/icons/game-icons/ffffff/lorc/flaming-claw.svg new file mode 100644 index 00000000..2967575e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flaming-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flaming-sheet.svg b/client/public/icons/game-icons/ffffff/lorc/flaming-sheet.svg new file mode 100644 index 00000000..b7175235 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flaming-sheet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flaming-trident.svg b/client/public/icons/game-icons/ffffff/lorc/flaming-trident.svg new file mode 100644 index 00000000..69effb01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flaming-trident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flash-grenade.svg b/client/public/icons/game-icons/ffffff/lorc/flash-grenade.svg new file mode 100644 index 00000000..9494a66a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flash-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flat-hammer.svg b/client/public/icons/game-icons/ffffff/lorc/flat-hammer.svg new file mode 100644 index 00000000..e4dbd6e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flat-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flat-paw-print.svg b/client/public/icons/game-icons/ffffff/lorc/flat-paw-print.svg new file mode 100644 index 00000000..2f6e3d29 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flat-paw-print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flat-star.svg b/client/public/icons/game-icons/ffffff/lorc/flat-star.svg new file mode 100644 index 00000000..6eaf1f71 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flat-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fleshy-mass.svg b/client/public/icons/game-icons/ffffff/lorc/fleshy-mass.svg new file mode 100644 index 00000000..6b3414f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fleshy-mass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flexible-star.svg b/client/public/icons/game-icons/ffffff/lorc/flexible-star.svg new file mode 100644 index 00000000..26aea9e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flexible-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/floating-crystal.svg b/client/public/icons/game-icons/ffffff/lorc/floating-crystal.svg new file mode 100644 index 00000000..410a540d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/floating-crystal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flower-pot.svg b/client/public/icons/game-icons/ffffff/lorc/flower-pot.svg new file mode 100644 index 00000000..5bcb8df2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flower-pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flower-twirl.svg b/client/public/icons/game-icons/ffffff/lorc/flower-twirl.svg new file mode 100644 index 00000000..ed4f4b6e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flower-twirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flowers.svg b/client/public/icons/game-icons/ffffff/lorc/flowers.svg new file mode 100644 index 00000000..9f402a84 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fluffy-cloud.svg b/client/public/icons/game-icons/ffffff/lorc/fluffy-cloud.svg new file mode 100644 index 00000000..2f3c0380 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fluffy-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fluffy-flame.svg b/client/public/icons/game-icons/ffffff/lorc/fluffy-flame.svg new file mode 100644 index 00000000..c0ea7404 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fluffy-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fluffy-swirl.svg b/client/public/icons/game-icons/ffffff/lorc/fluffy-swirl.svg new file mode 100644 index 00000000..1363f6ae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fluffy-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fluffy-trefoil.svg b/client/public/icons/game-icons/ffffff/lorc/fluffy-trefoil.svg new file mode 100644 index 00000000..0ca8f200 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fluffy-trefoil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fluffy-wing.svg b/client/public/icons/game-icons/ffffff/lorc/fluffy-wing.svg new file mode 100644 index 00000000..d30aa175 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fluffy-wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flying-dagger.svg b/client/public/icons/game-icons/ffffff/lorc/flying-dagger.svg new file mode 100644 index 00000000..65dec570 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flying-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/flying-flag.svg b/client/public/icons/game-icons/ffffff/lorc/flying-flag.svg new file mode 100644 index 00000000..428c7f0c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/flying-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/foam.svg b/client/public/icons/game-icons/ffffff/lorc/foam.svg new file mode 100644 index 00000000..9acbeaab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/foam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/foamy-disc.svg b/client/public/icons/game-icons/ffffff/lorc/foamy-disc.svg new file mode 100644 index 00000000..f1f9362c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/foamy-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/focused-lightning.svg b/client/public/icons/game-icons/ffffff/lorc/focused-lightning.svg new file mode 100644 index 00000000..0b735735 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/focused-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/folded-paper.svg b/client/public/icons/game-icons/ffffff/lorc/folded-paper.svg new file mode 100644 index 00000000..ae02a249 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/folded-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/food-chain.svg b/client/public/icons/game-icons/ffffff/lorc/food-chain.svg new file mode 100644 index 00000000..292e404d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/food-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/foot-trip.svg b/client/public/icons/game-icons/ffffff/lorc/foot-trip.svg new file mode 100644 index 00000000..dc21174a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/foot-trip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/footprint.svg b/client/public/icons/game-icons/ffffff/lorc/footprint.svg new file mode 100644 index 00000000..105cd94a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/footprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/forward-field.svg b/client/public/icons/game-icons/ffffff/lorc/forward-field.svg new file mode 100644 index 00000000..d7c398be --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/forward-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fossil.svg b/client/public/icons/game-icons/ffffff/lorc/fossil.svg new file mode 100644 index 00000000..c5f123a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fossil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fountain-pen.svg b/client/public/icons/game-icons/ffffff/lorc/fountain-pen.svg new file mode 100644 index 00000000..09f352d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fountain-pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fountain.svg b/client/public/icons/game-icons/ffffff/lorc/fountain.svg new file mode 100644 index 00000000..932f06d1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fountain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fox-head.svg b/client/public/icons/game-icons/ffffff/lorc/fox-head.svg new file mode 100644 index 00000000..8cfcba89 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fox-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fragmented-meteor.svg b/client/public/icons/game-icons/ffffff/lorc/fragmented-meteor.svg new file mode 100644 index 00000000..8f2b18f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fragmented-meteor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fragmented-sword.svg b/client/public/icons/game-icons/ffffff/lorc/fragmented-sword.svg new file mode 100644 index 00000000..285ccce1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fragmented-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fragrance.svg b/client/public/icons/game-icons/ffffff/lorc/fragrance.svg new file mode 100644 index 00000000..76eed613 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fragrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/frankenstein-creature.svg b/client/public/icons/game-icons/ffffff/lorc/frankenstein-creature.svg new file mode 100644 index 00000000..64fc294a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/frankenstein-creature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/frayed-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/frayed-arrow.svg new file mode 100644 index 00000000..2a1e1049 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/frayed-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/freedom-dove.svg b/client/public/icons/game-icons/ffffff/lorc/freedom-dove.svg new file mode 100644 index 00000000..be3054c2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/freedom-dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/frog.svg b/client/public/icons/game-icons/ffffff/lorc/frog.svg new file mode 100644 index 00000000..16160170 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/front-teeth.svg b/client/public/icons/game-icons/ffffff/lorc/front-teeth.svg new file mode 100644 index 00000000..d9019594 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/front-teeth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/frontal-lobe.svg b/client/public/icons/game-icons/ffffff/lorc/frontal-lobe.svg new file mode 100644 index 00000000..2707c492 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/frontal-lobe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/frostfire.svg b/client/public/icons/game-icons/ffffff/lorc/frostfire.svg new file mode 100644 index 00000000..06ba2fec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/frostfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/frozen-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/frozen-arrow.svg new file mode 100644 index 00000000..55b7194a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/frozen-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/frozen-block.svg b/client/public/icons/game-icons/ffffff/lorc/frozen-block.svg new file mode 100644 index 00000000..01a0df69 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/frozen-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/frozen-orb.svg b/client/public/icons/game-icons/ffffff/lorc/frozen-orb.svg new file mode 100644 index 00000000..ffe6c0c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/frozen-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fruiting.svg b/client/public/icons/game-icons/ffffff/lorc/fruiting.svg new file mode 100644 index 00000000..d5c8d319 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fruiting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/fulguro-punch.svg b/client/public/icons/game-icons/ffffff/lorc/fulguro-punch.svg new file mode 100644 index 00000000..12719524 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/fulguro-punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/galleon.svg b/client/public/icons/game-icons/ffffff/lorc/galleon.svg new file mode 100644 index 00000000..2727af96 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/galleon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gamepad-cross.svg b/client/public/icons/game-icons/ffffff/lorc/gamepad-cross.svg new file mode 100644 index 00000000..0e13d9af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gamepad-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gas-mask.svg b/client/public/icons/game-icons/ffffff/lorc/gas-mask.svg new file mode 100644 index 00000000..654575e8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gas-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gavel.svg b/client/public/icons/game-icons/ffffff/lorc/gavel.svg new file mode 100644 index 00000000..548c324b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gavel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gaze.svg b/client/public/icons/game-icons/ffffff/lorc/gaze.svg new file mode 100644 index 00000000..23d5014a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gaze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gear-hammer.svg b/client/public/icons/game-icons/ffffff/lorc/gear-hammer.svg new file mode 100644 index 00000000..428b3b51 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gear-hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gears.svg b/client/public/icons/game-icons/ffffff/lorc/gears.svg new file mode 100644 index 00000000..02592de9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gecko.svg b/client/public/icons/game-icons/ffffff/lorc/gecko.svg new file mode 100644 index 00000000..9dd3c47a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gecko.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gem-chain.svg b/client/public/icons/game-icons/ffffff/lorc/gem-chain.svg new file mode 100644 index 00000000..e110f8ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gem-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gem-necklace.svg b/client/public/icons/game-icons/ffffff/lorc/gem-necklace.svg new file mode 100644 index 00000000..f7cf31b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gem-necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gem-pendant.svg b/client/public/icons/game-icons/ffffff/lorc/gem-pendant.svg new file mode 100644 index 00000000..424eea5d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gem-pendant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gems.svg b/client/public/icons/game-icons/ffffff/lorc/gems.svg new file mode 100644 index 00000000..02ae2c37 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ghost-ally.svg b/client/public/icons/game-icons/ffffff/lorc/ghost-ally.svg new file mode 100644 index 00000000..122b09b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ghost-ally.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ghost.svg b/client/public/icons/game-icons/ffffff/lorc/ghost.svg new file mode 100644 index 00000000..7a1dc643 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gibbet.svg b/client/public/icons/game-icons/ffffff/lorc/gibbet.svg new file mode 100644 index 00000000..a9dfce2c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gibbet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gift-of-knowledge.svg b/client/public/icons/game-icons/ffffff/lorc/gift-of-knowledge.svg new file mode 100644 index 00000000..f0935f3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gift-of-knowledge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gift-trap.svg b/client/public/icons/game-icons/ffffff/lorc/gift-trap.svg new file mode 100644 index 00000000..1d5180b8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gift-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/glass-heart.svg b/client/public/icons/game-icons/ffffff/lorc/glass-heart.svg new file mode 100644 index 00000000..f760b22d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/glass-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/glass-shot.svg b/client/public/icons/game-icons/ffffff/lorc/glass-shot.svg new file mode 100644 index 00000000..7b26b7f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/glass-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/globe.svg b/client/public/icons/game-icons/ffffff/lorc/globe.svg new file mode 100644 index 00000000..78e21540 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gloop.svg b/client/public/icons/game-icons/ffffff/lorc/gloop.svg new file mode 100644 index 00000000..9dc601ac --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gloop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/glowing-hands.svg b/client/public/icons/game-icons/ffffff/lorc/glowing-hands.svg new file mode 100644 index 00000000..a76fa1bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/glowing-hands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gluttonous-smile.svg b/client/public/icons/game-icons/ffffff/lorc/gluttonous-smile.svg new file mode 100644 index 00000000..8ff8a74b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gluttonous-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gluttony.svg b/client/public/icons/game-icons/ffffff/lorc/gluttony.svg new file mode 100644 index 00000000..affde2cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gluttony.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gold-scarab.svg b/client/public/icons/game-icons/ffffff/lorc/gold-scarab.svg new file mode 100644 index 00000000..4ba1fbb5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gold-scarab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gold-shell.svg b/client/public/icons/game-icons/ffffff/lorc/gold-shell.svg new file mode 100644 index 00000000..9056aebb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gold-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/goo-explosion.svg b/client/public/icons/game-icons/ffffff/lorc/goo-explosion.svg new file mode 100644 index 00000000..bf8c809b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/goo-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/goo-skull.svg b/client/public/icons/game-icons/ffffff/lorc/goo-skull.svg new file mode 100644 index 00000000..e23af54a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/goo-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/goo-spurt.svg b/client/public/icons/game-icons/ffffff/lorc/goo-spurt.svg new file mode 100644 index 00000000..14af0bf1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/goo-spurt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gooey-daemon.svg b/client/public/icons/game-icons/ffffff/lorc/gooey-daemon.svg new file mode 100644 index 00000000..d0385bf9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gooey-daemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gooey-eyed-sun.svg b/client/public/icons/game-icons/ffffff/lorc/gooey-eyed-sun.svg new file mode 100644 index 00000000..55533a4b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gooey-eyed-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gooey-impact.svg b/client/public/icons/game-icons/ffffff/lorc/gooey-impact.svg new file mode 100644 index 00000000..8d8e69da --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gooey-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gooey-molecule.svg b/client/public/icons/game-icons/ffffff/lorc/gooey-molecule.svg new file mode 100644 index 00000000..670d031a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gooey-molecule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gooey-sword.svg b/client/public/icons/game-icons/ffffff/lorc/gooey-sword.svg new file mode 100644 index 00000000..2a0e4fc8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gooey-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gothic-cross.svg b/client/public/icons/game-icons/ffffff/lorc/gothic-cross.svg new file mode 100644 index 00000000..87bb94bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gothic-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/grab.svg b/client/public/icons/game-icons/ffffff/lorc/grab.svg new file mode 100644 index 00000000..e0859153 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/grab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/grapes.svg b/client/public/icons/game-icons/ffffff/lorc/grapes.svg new file mode 100644 index 00000000..4688e902 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/grapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/grapple.svg b/client/public/icons/game-icons/ffffff/lorc/grapple.svg new file mode 100644 index 00000000..4d827665 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/grapple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/grasping-claws.svg b/client/public/icons/game-icons/ffffff/lorc/grasping-claws.svg new file mode 100644 index 00000000..29621acb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/grasping-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/grease-trap.svg b/client/public/icons/game-icons/ffffff/lorc/grease-trap.svg new file mode 100644 index 00000000..74eb3321 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/grease-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/grenade.svg b/client/public/icons/game-icons/ffffff/lorc/grenade.svg new file mode 100644 index 00000000..d4641da8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/grim-reaper.svg b/client/public/icons/game-icons/ffffff/lorc/grim-reaper.svg new file mode 100644 index 00000000..cf2a75f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/grim-reaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ground-sprout.svg b/client/public/icons/game-icons/ffffff/lorc/ground-sprout.svg new file mode 100644 index 00000000..2fe006be --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ground-sprout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/groundbreaker.svg b/client/public/icons/game-icons/ffffff/lorc/groundbreaker.svg new file mode 100644 index 00000000..c0c5b8f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/groundbreaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/grouped-drops.svg b/client/public/icons/game-icons/ffffff/lorc/grouped-drops.svg new file mode 100644 index 00000000..b5079c47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/grouped-drops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/guarded-tower.svg b/client/public/icons/game-icons/ffffff/lorc/guarded-tower.svg new file mode 100644 index 00000000..8d23a066 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/guarded-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/guillotine.svg b/client/public/icons/game-icons/ffffff/lorc/guillotine.svg new file mode 100644 index 00000000..93236387 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/guillotine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/guitar.svg b/client/public/icons/game-icons/ffffff/lorc/guitar.svg new file mode 100644 index 00000000..a9b9075c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/guitar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/gunshot.svg b/client/public/icons/game-icons/ffffff/lorc/gunshot.svg new file mode 100644 index 00000000..bfe703b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/gunshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/halberd-shuriken.svg b/client/public/icons/game-icons/ffffff/lorc/halberd-shuriken.svg new file mode 100644 index 00000000..536a83c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/halberd-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/halberd.svg b/client/public/icons/game-icons/ffffff/lorc/halberd.svg new file mode 100644 index 00000000..e4d07426 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/halberd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/half-heart.svg b/client/public/icons/game-icons/ffffff/lorc/half-heart.svg new file mode 100644 index 00000000..b97fa950 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/half-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/half-tornado.svg b/client/public/icons/game-icons/ffffff/lorc/half-tornado.svg new file mode 100644 index 00000000..5ea708df --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/half-tornado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hammer-drop.svg b/client/public/icons/game-icons/ffffff/lorc/hammer-drop.svg new file mode 100644 index 00000000..2cccfed0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hammer-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hammer-nails.svg b/client/public/icons/game-icons/ffffff/lorc/hammer-nails.svg new file mode 100644 index 00000000..473814bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hammer-nails.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hand.svg b/client/public/icons/game-icons/ffffff/lorc/hand.svg new file mode 100644 index 00000000..fdd02218 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/handcuffs.svg b/client/public/icons/game-icons/ffffff/lorc/handcuffs.svg new file mode 100644 index 00000000..e1f22b3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/handcuffs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hanging-spider.svg b/client/public/icons/game-icons/ffffff/lorc/hanging-spider.svg new file mode 100644 index 00000000..06d957c2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hanging-spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/happy-skull.svg b/client/public/icons/game-icons/ffffff/lorc/happy-skull.svg new file mode 100644 index 00000000..84595ef0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/happy-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/harpoon-chain.svg b/client/public/icons/game-icons/ffffff/lorc/harpoon-chain.svg new file mode 100644 index 00000000..ca9a4583 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/harpoon-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/harpoon-trident.svg b/client/public/icons/game-icons/ffffff/lorc/harpoon-trident.svg new file mode 100644 index 00000000..3daca5fe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/harpoon-trident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/harpy.svg b/client/public/icons/game-icons/ffffff/lorc/harpy.svg new file mode 100644 index 00000000..1b80e7de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/harpy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/harry-potter-skull.svg b/client/public/icons/game-icons/ffffff/lorc/harry-potter-skull.svg new file mode 100644 index 00000000..c74a3c3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/harry-potter-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hatchets.svg b/client/public/icons/game-icons/ffffff/lorc/hatchets.svg new file mode 100644 index 00000000..99c27a5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hatchets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/haunting.svg b/client/public/icons/game-icons/ffffff/lorc/haunting.svg new file mode 100644 index 00000000..cd0fc77a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/haunting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hawk-emblem.svg b/client/public/icons/game-icons/ffffff/lorc/hawk-emblem.svg new file mode 100644 index 00000000..8e0bb763 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hawk-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hazard-sign.svg b/client/public/icons/game-icons/ffffff/lorc/hazard-sign.svg new file mode 100644 index 00000000..4d207017 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hazard-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/headshot.svg b/client/public/icons/game-icons/ffffff/lorc/headshot.svg new file mode 100644 index 00000000..ba6f678e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/headshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heart-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/heart-bottle.svg new file mode 100644 index 00000000..295955db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heart-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heart-drop.svg b/client/public/icons/game-icons/ffffff/lorc/heart-drop.svg new file mode 100644 index 00000000..0d14df74 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heart-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heart-inside.svg b/client/public/icons/game-icons/ffffff/lorc/heart-inside.svg new file mode 100644 index 00000000..27833693 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heart-inside.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heart-organ.svg b/client/public/icons/game-icons/ffffff/lorc/heart-organ.svg new file mode 100644 index 00000000..6e65bfa8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heart-organ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heart-tower.svg b/client/public/icons/game-icons/ffffff/lorc/heart-tower.svg new file mode 100644 index 00000000..79353c85 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heart-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heartburn.svg b/client/public/icons/game-icons/ffffff/lorc/heartburn.svg new file mode 100644 index 00000000..f771fc1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heartburn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heat-haze.svg b/client/public/icons/game-icons/ffffff/lorc/heat-haze.svg new file mode 100644 index 00000000..dc5a2bd8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heat-haze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heavy-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/heavy-arrow.svg new file mode 100644 index 00000000..b94f71ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heavy-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heavy-fall.svg b/client/public/icons/game-icons/ffffff/lorc/heavy-fall.svg new file mode 100644 index 00000000..0ab1ade5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heavy-fall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heavy-helm.svg b/client/public/icons/game-icons/ffffff/lorc/heavy-helm.svg new file mode 100644 index 00000000..a3c50595 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heavy-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heavy-lightning.svg b/client/public/icons/game-icons/ffffff/lorc/heavy-lightning.svg new file mode 100644 index 00000000..1cea7bea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heavy-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heavy-rain.svg b/client/public/icons/game-icons/ffffff/lorc/heavy-rain.svg new file mode 100644 index 00000000..332b071d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heavy-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heavy-thorny-triskelion.svg b/client/public/icons/game-icons/ffffff/lorc/heavy-thorny-triskelion.svg new file mode 100644 index 00000000..89794406 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heavy-thorny-triskelion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/heavy-timer.svg b/client/public/icons/game-icons/ffffff/lorc/heavy-timer.svg new file mode 100644 index 00000000..43b7e301 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/heavy-timer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/helmet-head-shot.svg b/client/public/icons/game-icons/ffffff/lorc/helmet-head-shot.svg new file mode 100644 index 00000000..dca56f53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/helmet-head-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hidden.svg b/client/public/icons/game-icons/ffffff/lorc/hidden.svg new file mode 100644 index 00000000..6fb43fb0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hidden.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/high-five.svg b/client/public/icons/game-icons/ffffff/lorc/high-five.svg new file mode 100644 index 00000000..15fb481b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/high-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/high-shot.svg b/client/public/icons/game-icons/ffffff/lorc/high-shot.svg new file mode 100644 index 00000000..4934cc54 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/high-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hollow-cat.svg b/client/public/icons/game-icons/ffffff/lorc/hollow-cat.svg new file mode 100644 index 00000000..77c76be0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hollow-cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/holy-grail.svg b/client/public/icons/game-icons/ffffff/lorc/holy-grail.svg new file mode 100644 index 00000000..29dfabec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/holy-grail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/holy-symbol.svg b/client/public/icons/game-icons/ffffff/lorc/holy-symbol.svg new file mode 100644 index 00000000..d7008055 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/holy-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/honeycomb.svg b/client/public/icons/game-icons/ffffff/lorc/honeycomb.svg new file mode 100644 index 00000000..fa3a262a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/honeycomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/honeypot.svg b/client/public/icons/game-icons/ffffff/lorc/honeypot.svg new file mode 100644 index 00000000..e0ec00e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/honeypot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hood.svg b/client/public/icons/game-icons/ffffff/lorc/hood.svg new file mode 100644 index 00000000..1ece77e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hoof.svg b/client/public/icons/game-icons/ffffff/lorc/hoof.svg new file mode 100644 index 00000000..d6b140ae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hoof.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/horn-internal.svg b/client/public/icons/game-icons/ffffff/lorc/horn-internal.svg new file mode 100644 index 00000000..9e1942a5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/horn-internal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/horned-helm.svg b/client/public/icons/game-icons/ffffff/lorc/horned-helm.svg new file mode 100644 index 00000000..0f81d181 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/horned-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/horned-skull.svg b/client/public/icons/game-icons/ffffff/lorc/horned-skull.svg new file mode 100644 index 00000000..748d4f5e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/horned-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/horse-head.svg b/client/public/icons/game-icons/ffffff/lorc/horse-head.svg new file mode 100644 index 00000000..6af22944 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/horse-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hospital-cross.svg b/client/public/icons/game-icons/ffffff/lorc/hospital-cross.svg new file mode 100644 index 00000000..23341a44 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hospital-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hot-spices.svg b/client/public/icons/game-icons/ffffff/lorc/hot-spices.svg new file mode 100644 index 00000000..acf77cc3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hot-spices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hound.svg b/client/public/icons/game-icons/ffffff/lorc/hound.svg new file mode 100644 index 00000000..43801710 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hourglass.svg b/client/public/icons/game-icons/ffffff/lorc/hourglass.svg new file mode 100644 index 00000000..ad40f9fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hunting-horn.svg b/client/public/icons/game-icons/ffffff/lorc/hunting-horn.svg new file mode 100644 index 00000000..cb3826bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hunting-horn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hydra-shot.svg b/client/public/icons/game-icons/ffffff/lorc/hydra-shot.svg new file mode 100644 index 00000000..22801353 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hydra-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hydra.svg b/client/public/icons/game-icons/ffffff/lorc/hydra.svg new file mode 100644 index 00000000..ebc9d0bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hydra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hypersonic-bolt.svg b/client/public/icons/game-icons/ffffff/lorc/hypersonic-bolt.svg new file mode 100644 index 00000000..346dcea9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hypersonic-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hypersonic-melon.svg b/client/public/icons/game-icons/ffffff/lorc/hypersonic-melon.svg new file mode 100644 index 00000000..b47f6a80 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hypersonic-melon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/hypodermic-test.svg b/client/public/icons/game-icons/ffffff/lorc/hypodermic-test.svg new file mode 100644 index 00000000..09ef874b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/hypodermic-test.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ice-bolt.svg b/client/public/icons/game-icons/ffffff/lorc/ice-bolt.svg new file mode 100644 index 00000000..2c5b73d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ice-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ice-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/ice-bomb.svg new file mode 100644 index 00000000..3588caf5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ice-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ice-cube.svg b/client/public/icons/game-icons/ffffff/lorc/ice-cube.svg new file mode 100644 index 00000000..03955459 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ice-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ice-shield.svg b/client/public/icons/game-icons/ffffff/lorc/ice-shield.svg new file mode 100644 index 00000000..30333f78 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ice-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ice-spear.svg b/client/public/icons/game-icons/ffffff/lorc/ice-spear.svg new file mode 100644 index 00000000..4146e2a1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ice-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/icebergs.svg b/client/public/icons/game-icons/ffffff/lorc/icebergs.svg new file mode 100644 index 00000000..5b5a3913 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/icebergs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/icicles-aura.svg b/client/public/icons/game-icons/ffffff/lorc/icicles-aura.svg new file mode 100644 index 00000000..08cf7d24 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/icicles-aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/icicles-fence.svg b/client/public/icons/game-icons/ffffff/lorc/icicles-fence.svg new file mode 100644 index 00000000..4883c2c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/icicles-fence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ifrit.svg b/client/public/icons/game-icons/ffffff/lorc/ifrit.svg new file mode 100644 index 00000000..a1368b41 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ifrit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/imbricated-arrows.svg b/client/public/icons/game-icons/ffffff/lorc/imbricated-arrows.svg new file mode 100644 index 00000000..dcef574f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/imbricated-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/imp-laugh.svg b/client/public/icons/game-icons/ffffff/lorc/imp-laugh.svg new file mode 100644 index 00000000..a18eec30 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/imp-laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/imp.svg b/client/public/icons/game-icons/ffffff/lorc/imp.svg new file mode 100644 index 00000000..cd955098 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/imp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/impact-point.svg b/client/public/icons/game-icons/ffffff/lorc/impact-point.svg new file mode 100644 index 00000000..fe8eaac4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/impact-point.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/implosion.svg b/client/public/icons/game-icons/ffffff/lorc/implosion.svg new file mode 100644 index 00000000..b14e5544 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/implosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/imprisoned.svg b/client/public/icons/game-icons/ffffff/lorc/imprisoned.svg new file mode 100644 index 00000000..a12cded5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/imprisoned.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/incense.svg b/client/public/icons/game-icons/ffffff/lorc/incense.svg new file mode 100644 index 00000000..2e8248a9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/incense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/incisors.svg b/client/public/icons/game-icons/ffffff/lorc/incisors.svg new file mode 100644 index 00000000..a4dfe2b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/incisors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/incoming-rocket.svg b/client/public/icons/game-icons/ffffff/lorc/incoming-rocket.svg new file mode 100644 index 00000000..dd3aab0b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/incoming-rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/infested-mass.svg b/client/public/icons/game-icons/ffffff/lorc/infested-mass.svg new file mode 100644 index 00000000..68ae2a6e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/infested-mass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ink-swirl.svg b/client/public/icons/game-icons/ffffff/lorc/ink-swirl.svg new file mode 100644 index 00000000..468bbd1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ink-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/inner-self.svg b/client/public/icons/game-icons/ffffff/lorc/inner-self.svg new file mode 100644 index 00000000..703501ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/inner-self.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/insect-jaws.svg b/client/public/icons/game-icons/ffffff/lorc/insect-jaws.svg new file mode 100644 index 00000000..753a9ea2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/insect-jaws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/interdiction.svg b/client/public/icons/game-icons/ffffff/lorc/interdiction.svg new file mode 100644 index 00000000..62a2a7a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/interdiction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/interlaced-tentacles.svg b/client/public/icons/game-icons/ffffff/lorc/interlaced-tentacles.svg new file mode 100644 index 00000000..31fd227d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/interlaced-tentacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/interleaved-arrows.svg b/client/public/icons/game-icons/ffffff/lorc/interleaved-arrows.svg new file mode 100644 index 00000000..e51183ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/interleaved-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/interleaved-claws.svg b/client/public/icons/game-icons/ffffff/lorc/interleaved-claws.svg new file mode 100644 index 00000000..383e1834 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/interleaved-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/internal-injury.svg b/client/public/icons/game-icons/ffffff/lorc/internal-injury.svg new file mode 100644 index 00000000..65943270 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/internal-injury.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/internal-organ.svg b/client/public/icons/game-icons/ffffff/lorc/internal-organ.svg new file mode 100644 index 00000000..23431884 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/internal-organ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/interstellar-path.svg b/client/public/icons/game-icons/ffffff/lorc/interstellar-path.svg new file mode 100644 index 00000000..4eb491b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/interstellar-path.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ion-cannon-blast.svg b/client/public/icons/game-icons/ffffff/lorc/ion-cannon-blast.svg new file mode 100644 index 00000000..954f8c07 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ion-cannon-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/iron-mask.svg b/client/public/icons/game-icons/ffffff/lorc/iron-mask.svg new file mode 100644 index 00000000..7f9349d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/iron-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/james-bond-aperture.svg b/client/public/icons/game-icons/ffffff/lorc/james-bond-aperture.svg new file mode 100644 index 00000000..4aa10130 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/james-bond-aperture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/jawbone.svg b/client/public/icons/game-icons/ffffff/lorc/jawbone.svg new file mode 100644 index 00000000..9e5c0afc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/jawbone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/jellyfish.svg b/client/public/icons/game-icons/ffffff/lorc/jellyfish.svg new file mode 100644 index 00000000..1561704a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/jellyfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/jetpack.svg b/client/public/icons/game-icons/ffffff/lorc/jetpack.svg new file mode 100644 index 00000000..2032087a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/jetpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/jeweled-chalice.svg b/client/public/icons/game-icons/ffffff/lorc/jeweled-chalice.svg new file mode 100644 index 00000000..71962aa5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/jeweled-chalice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/jigsaw-box.svg b/client/public/icons/game-icons/ffffff/lorc/jigsaw-box.svg new file mode 100644 index 00000000..9cdb0537 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/jigsaw-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/jigsaw-piece.svg b/client/public/icons/game-icons/ffffff/lorc/jigsaw-piece.svg new file mode 100644 index 00000000..0da1a457 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/jigsaw-piece.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/journey.svg b/client/public/icons/game-icons/ffffff/lorc/journey.svg new file mode 100644 index 00000000..b3fca0a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/journey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/juggler.svg b/client/public/icons/game-icons/ffffff/lorc/juggler.svg new file mode 100644 index 00000000..61c39c55 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/juggler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/justice-star.svg b/client/public/icons/game-icons/ffffff/lorc/justice-star.svg new file mode 100644 index 00000000..1b94ad7b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/justice-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/kaleidoscope-pearls.svg b/client/public/icons/game-icons/ffffff/lorc/kaleidoscope-pearls.svg new file mode 100644 index 00000000..45bc7b8b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/kaleidoscope-pearls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/key.svg b/client/public/icons/game-icons/ffffff/lorc/key.svg new file mode 100644 index 00000000..c877764c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/kindle.svg b/client/public/icons/game-icons/ffffff/lorc/kindle.svg new file mode 100644 index 00000000..e32bab71 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/kindle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/king.svg b/client/public/icons/game-icons/ffffff/lorc/king.svg new file mode 100644 index 00000000..a1e7db13 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/kitchen-knives.svg b/client/public/icons/game-icons/ffffff/lorc/kitchen-knives.svg new file mode 100644 index 00000000..f9588cbd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/kitchen-knives.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/knapsack.svg b/client/public/icons/game-icons/ffffff/lorc/knapsack.svg new file mode 100644 index 00000000..b878936f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/knapsack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/knife-fork.svg b/client/public/icons/game-icons/ffffff/lorc/knife-fork.svg new file mode 100644 index 00000000..9a35e0a4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/knife-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/knife-thrust.svg b/client/public/icons/game-icons/ffffff/lorc/knife-thrust.svg new file mode 100644 index 00000000..769666aa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/knife-thrust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lamellar.svg b/client/public/icons/game-icons/ffffff/lorc/lamellar.svg new file mode 100644 index 00000000..ae757892 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lamellar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lamprey-mouth.svg b/client/public/icons/game-icons/ffffff/lorc/lamprey-mouth.svg new file mode 100644 index 00000000..70e794e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lamprey-mouth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/land-mine.svg b/client/public/icons/game-icons/ffffff/lorc/land-mine.svg new file mode 100644 index 00000000..d592da5e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/land-mine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lantern-flame.svg b/client/public/icons/game-icons/ffffff/lorc/lantern-flame.svg new file mode 100644 index 00000000..0006b0ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lantern-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lantern.svg b/client/public/icons/game-icons/ffffff/lorc/lantern.svg new file mode 100644 index 00000000..bca80ab4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/large-wound.svg b/client/public/icons/game-icons/ffffff/lorc/large-wound.svg new file mode 100644 index 00000000..c634b36f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/large-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/laser-blast.svg b/client/public/icons/game-icons/ffffff/lorc/laser-blast.svg new file mode 100644 index 00000000..2cff301b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/laser-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/laser-precision.svg b/client/public/icons/game-icons/ffffff/lorc/laser-precision.svg new file mode 100644 index 00000000..4caa3d29 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/laser-precision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/laser-sparks.svg b/client/public/icons/game-icons/ffffff/lorc/laser-sparks.svg new file mode 100644 index 00000000..86c3856e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/laser-sparks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/laser-warning.svg b/client/public/icons/game-icons/ffffff/lorc/laser-warning.svg new file mode 100644 index 00000000..a447117f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/laser-warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/laserburn.svg b/client/public/icons/game-icons/ffffff/lorc/laserburn.svg new file mode 100644 index 00000000..319ba419 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/laserburn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/laurel-crown.svg b/client/public/icons/game-icons/ffffff/lorc/laurel-crown.svg new file mode 100644 index 00000000..bacff9db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/laurel-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/laurels.svg b/client/public/icons/game-icons/ffffff/lorc/laurels.svg new file mode 100644 index 00000000..662a4d12 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/laurels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/law-star.svg b/client/public/icons/game-icons/ffffff/lorc/law-star.svg new file mode 100644 index 00000000..0b798890 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/law-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/layered-armor.svg b/client/public/icons/game-icons/ffffff/lorc/layered-armor.svg new file mode 100644 index 00000000..d1efebf9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/layered-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/leaf-skeleton.svg b/client/public/icons/game-icons/ffffff/lorc/leaf-skeleton.svg new file mode 100644 index 00000000..1b6f4190 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/leaf-skeleton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/leaf-swirl.svg b/client/public/icons/game-icons/ffffff/lorc/leaf-swirl.svg new file mode 100644 index 00000000..52c4fbef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/leaf-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/leaky-skull.svg b/client/public/icons/game-icons/ffffff/lorc/leaky-skull.svg new file mode 100644 index 00000000..4ae417cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/leaky-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/leather-boot.svg b/client/public/icons/game-icons/ffffff/lorc/leather-boot.svg new file mode 100644 index 00000000..07f37c22 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/leather-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/leather-vest.svg b/client/public/icons/game-icons/ffffff/lorc/leather-vest.svg new file mode 100644 index 00000000..c21fdc1e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/leather-vest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/leeching-worm.svg b/client/public/icons/game-icons/ffffff/lorc/leeching-worm.svg new file mode 100644 index 00000000..e106f3bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/leeching-worm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/letter-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/letter-bomb.svg new file mode 100644 index 00000000..2a4d4c20 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/letter-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lever.svg b/client/public/icons/game-icons/ffffff/lorc/lever.svg new file mode 100644 index 00000000..dcf615bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lever.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/life-in-the-balance.svg b/client/public/icons/game-icons/ffffff/lorc/life-in-the-balance.svg new file mode 100644 index 00000000..ec3b17cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/life-in-the-balance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/life-support.svg b/client/public/icons/game-icons/ffffff/lorc/life-support.svg new file mode 100644 index 00000000..35aab709 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/life-support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/life-tap.svg b/client/public/icons/game-icons/ffffff/lorc/life-tap.svg new file mode 100644 index 00000000..b07ba1c0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/life-tap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lift.svg b/client/public/icons/game-icons/ffffff/lorc/lift.svg new file mode 100644 index 00000000..f4ddbef9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/light-bulb.svg b/client/public/icons/game-icons/ffffff/lorc/light-bulb.svg new file mode 100644 index 00000000..d76702a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/light-bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/light-thorny-triskelion.svg b/client/public/icons/game-icons/ffffff/lorc/light-thorny-triskelion.svg new file mode 100644 index 00000000..013a2d66 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/light-thorny-triskelion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-arc.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-arc.svg new file mode 100644 index 00000000..80a9a891 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-arc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-bow.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-bow.svg new file mode 100644 index 00000000..5526e60f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-bow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-branches.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-branches.svg new file mode 100644 index 00000000..84cd3366 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-branches.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-dissipation.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-dissipation.svg new file mode 100644 index 00000000..d9e28693 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-dissipation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-electron.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-electron.svg new file mode 100644 index 00000000..b7761737 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-electron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-frequency.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-frequency.svg new file mode 100644 index 00000000..109b73a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-frequency.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-helix.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-helix.svg new file mode 100644 index 00000000..de170f6e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-helix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-mask.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-mask.svg new file mode 100644 index 00000000..7ea152ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-saber.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-saber.svg new file mode 100644 index 00000000..dc292f80 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-saber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-shadow.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-shadow.svg new file mode 100644 index 00000000..317ba37c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-shadow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-shield.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-shield.svg new file mode 100644 index 00000000..4a881f81 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-shout.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-shout.svg new file mode 100644 index 00000000..e5aa91b3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-shout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-slashes.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-slashes.svg new file mode 100644 index 00000000..d9808554 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-slashes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-spanner.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-spanner.svg new file mode 100644 index 00000000..252215ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-spanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-storm.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-storm.svg new file mode 100644 index 00000000..e8aba493 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-tear.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-tear.svg new file mode 100644 index 00000000..8b0cad9c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-tear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-tree.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-tree.svg new file mode 100644 index 00000000..1aac63ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lightning-trio.svg b/client/public/icons/game-icons/ffffff/lorc/lightning-trio.svg new file mode 100644 index 00000000..bd15ecc2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lightning-trio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/linden-leaf.svg b/client/public/icons/game-icons/ffffff/lorc/linden-leaf.svg new file mode 100644 index 00000000..e5241749 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/linden-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/linked-rings.svg b/client/public/icons/game-icons/ffffff/lorc/linked-rings.svg new file mode 100644 index 00000000..84d13b2e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/linked-rings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lion.svg b/client/public/icons/game-icons/ffffff/lorc/lion.svg new file mode 100644 index 00000000..4acca8fb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lips.svg b/client/public/icons/game-icons/ffffff/lorc/lips.svg new file mode 100644 index 00000000..f0e9330b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lit-candelabra.svg b/client/public/icons/game-icons/ffffff/lorc/lit-candelabra.svg new file mode 100644 index 00000000..3294222c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lit-candelabra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lizard-tongue.svg b/client/public/icons/game-icons/ffffff/lorc/lizard-tongue.svg new file mode 100644 index 00000000..82997e7d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lizard-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lizardman.svg b/client/public/icons/game-icons/ffffff/lorc/lizardman.svg new file mode 100644 index 00000000..b3fd7a94 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lizardman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lob-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/lob-arrow.svg new file mode 100644 index 00000000..8094d7fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lob-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/locked-chest.svg b/client/public/icons/game-icons/ffffff/lorc/locked-chest.svg new file mode 100644 index 00000000..19fb9eee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/locked-chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/locked-fortress.svg b/client/public/icons/game-icons/ffffff/lorc/locked-fortress.svg new file mode 100644 index 00000000..1fab5f24 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/locked-fortress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/long-antennae-bug.svg b/client/public/icons/game-icons/ffffff/lorc/long-antennae-bug.svg new file mode 100644 index 00000000..5847b83e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/long-antennae-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lotus-flower.svg b/client/public/icons/game-icons/ffffff/lorc/lotus-flower.svg new file mode 100644 index 00000000..c7eac919 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lotus-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lotus.svg b/client/public/icons/game-icons/ffffff/lorc/lotus.svg new file mode 100644 index 00000000..fd2b8eae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lotus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/love-howl.svg b/client/public/icons/game-icons/ffffff/lorc/love-howl.svg new file mode 100644 index 00000000..cfe1e39b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/love-howl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/love-injection.svg b/client/public/icons/game-icons/ffffff/lorc/love-injection.svg new file mode 100644 index 00000000..e20a39bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/love-injection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/love-song.svg b/client/public/icons/game-icons/ffffff/lorc/love-song.svg new file mode 100644 index 00000000..b7304330 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/love-song.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/lyre.svg b/client/public/icons/game-icons/ffffff/lorc/lyre.svg new file mode 100644 index 00000000..989c9cec --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/lyre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mace-head.svg b/client/public/icons/game-icons/ffffff/lorc/mace-head.svg new file mode 100644 index 00000000..5361d2e3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mace-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/machete.svg b/client/public/icons/game-icons/ffffff/lorc/machete.svg new file mode 100644 index 00000000..ef694be1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/machete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mad-scientist.svg b/client/public/icons/game-icons/ffffff/lorc/mad-scientist.svg new file mode 100644 index 00000000..156a33f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mad-scientist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/maggot.svg b/client/public/icons/game-icons/ffffff/lorc/maggot.svg new file mode 100644 index 00000000..88a3521c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/maggot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magic-gate.svg b/client/public/icons/game-icons/ffffff/lorc/magic-gate.svg new file mode 100644 index 00000000..5ca96239 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magic-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magic-lamp.svg b/client/public/icons/game-icons/ffffff/lorc/magic-lamp.svg new file mode 100644 index 00000000..175a31f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magic-lamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magic-palm.svg b/client/public/icons/game-icons/ffffff/lorc/magic-palm.svg new file mode 100644 index 00000000..f212a1b0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magic-palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magic-portal.svg b/client/public/icons/game-icons/ffffff/lorc/magic-portal.svg new file mode 100644 index 00000000..90fb117e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magic-portal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magic-shield.svg b/client/public/icons/game-icons/ffffff/lorc/magic-shield.svg new file mode 100644 index 00000000..d5d0c2b8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magic-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magic-swirl.svg b/client/public/icons/game-icons/ffffff/lorc/magic-swirl.svg new file mode 100644 index 00000000..645ceb76 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magic-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magnet-blast.svg b/client/public/icons/game-icons/ffffff/lorc/magnet-blast.svg new file mode 100644 index 00000000..d7b269bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magnet-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magnet.svg b/client/public/icons/game-icons/ffffff/lorc/magnet.svg new file mode 100644 index 00000000..e114fad7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/magnifying-glass.svg b/client/public/icons/game-icons/ffffff/lorc/magnifying-glass.svg new file mode 100644 index 00000000..e013e331 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/magnifying-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mail-shirt.svg b/client/public/icons/game-icons/ffffff/lorc/mail-shirt.svg new file mode 100644 index 00000000..5025a185 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mail-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mailed-fist.svg b/client/public/icons/game-icons/ffffff/lorc/mailed-fist.svg new file mode 100644 index 00000000..0aafc5e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mailed-fist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/manacles.svg b/client/public/icons/game-icons/ffffff/lorc/manacles.svg new file mode 100644 index 00000000..e9e90299 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/manacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mantrap.svg b/client/public/icons/game-icons/ffffff/lorc/mantrap.svg new file mode 100644 index 00000000..2982a590 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mantrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/maple-leaf.svg b/client/public/icons/game-icons/ffffff/lorc/maple-leaf.svg new file mode 100644 index 00000000..0d04aea9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/maple-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/marrow-drain.svg b/client/public/icons/game-icons/ffffff/lorc/marrow-drain.svg new file mode 100644 index 00000000..d5ff5bca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/marrow-drain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/martini.svg b/client/public/icons/game-icons/ffffff/lorc/martini.svg new file mode 100644 index 00000000..d449e8e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/martini.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/masked-spider.svg b/client/public/icons/game-icons/ffffff/lorc/masked-spider.svg new file mode 100644 index 00000000..5b99fb3b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/masked-spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/master-of-arms.svg b/client/public/icons/game-icons/ffffff/lorc/master-of-arms.svg new file mode 100644 index 00000000..019b7eab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/master-of-arms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/match-head.svg b/client/public/icons/game-icons/ffffff/lorc/match-head.svg new file mode 100644 index 00000000..172ad474 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/match-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/match-tip.svg b/client/public/icons/game-icons/ffffff/lorc/match-tip.svg new file mode 100644 index 00000000..b04344c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/match-tip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/materials-science.svg b/client/public/icons/game-icons/ffffff/lorc/materials-science.svg new file mode 100644 index 00000000..6e241afb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/materials-science.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/maze-cornea.svg b/client/public/icons/game-icons/ffffff/lorc/maze-cornea.svg new file mode 100644 index 00000000..1705d957 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/maze-cornea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/maze-saw.svg b/client/public/icons/game-icons/ffffff/lorc/maze-saw.svg new file mode 100644 index 00000000..68252935 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/maze-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/maze.svg b/client/public/icons/game-icons/ffffff/lorc/maze.svg new file mode 100644 index 00000000..0f42c548 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/maze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/meat-cleaver.svg b/client/public/icons/game-icons/ffffff/lorc/meat-cleaver.svg new file mode 100644 index 00000000..81ed0383 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/meat-cleaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/meat-hook.svg b/client/public/icons/game-icons/ffffff/lorc/meat-hook.svg new file mode 100644 index 00000000..d2083323 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/meat-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/meat.svg b/client/public/icons/game-icons/ffffff/lorc/meat.svg new file mode 100644 index 00000000..40fc39aa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/meat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mechanical-arm.svg b/client/public/icons/game-icons/ffffff/lorc/mechanical-arm.svg new file mode 100644 index 00000000..7c56a98b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mechanical-arm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/medal-skull.svg b/client/public/icons/game-icons/ffffff/lorc/medal-skull.svg new file mode 100644 index 00000000..82b71180 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/medal-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/medal.svg b/client/public/icons/game-icons/ffffff/lorc/medal.svg new file mode 100644 index 00000000..5f9b1b5c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/meditation.svg b/client/public/icons/game-icons/ffffff/lorc/meditation.svg new file mode 100644 index 00000000..a4e6a4ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/meditation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/megabot.svg b/client/public/icons/game-icons/ffffff/lorc/megabot.svg new file mode 100644 index 00000000..01759c14 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/megabot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mesh-ball.svg b/client/public/icons/game-icons/ffffff/lorc/mesh-ball.svg new file mode 100644 index 00000000..2efa8034 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mesh-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/metal-bar.svg b/client/public/icons/game-icons/ffffff/lorc/metal-bar.svg new file mode 100644 index 00000000..fa4c60f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/metal-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/metal-disc.svg b/client/public/icons/game-icons/ffffff/lorc/metal-disc.svg new file mode 100644 index 00000000..95fcb62b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/metal-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/metal-hand.svg b/client/public/icons/game-icons/ffffff/lorc/metal-hand.svg new file mode 100644 index 00000000..a7c1e73d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/metal-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/metal-scales.svg b/client/public/icons/game-icons/ffffff/lorc/metal-scales.svg new file mode 100644 index 00000000..1ca3dbc7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/metal-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/meteor-impact.svg b/client/public/icons/game-icons/ffffff/lorc/meteor-impact.svg new file mode 100644 index 00000000..c9403720 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/meteor-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/microchip.svg b/client/public/icons/game-icons/ffffff/lorc/microchip.svg new file mode 100644 index 00000000..8f788f27 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/microchip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/microscope-lens.svg b/client/public/icons/game-icons/ffffff/lorc/microscope-lens.svg new file mode 100644 index 00000000..491e896a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/microscope-lens.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/middle-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/middle-arrow.svg new file mode 100644 index 00000000..d0303887 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/middle-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/midnight-claw.svg b/client/public/icons/game-icons/ffffff/lorc/midnight-claw.svg new file mode 100644 index 00000000..8d6e9c1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/midnight-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mighty-spanner.svg b/client/public/icons/game-icons/ffffff/lorc/mighty-spanner.svg new file mode 100644 index 00000000..183eb8c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mighty-spanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mine-explosion.svg b/client/public/icons/game-icons/ffffff/lorc/mine-explosion.svg new file mode 100644 index 00000000..131f0384 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mine-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mineral-heart.svg b/client/public/icons/game-icons/ffffff/lorc/mineral-heart.svg new file mode 100644 index 00000000..4d361660 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mineral-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/minigun.svg b/client/public/icons/game-icons/ffffff/lorc/minigun.svg new file mode 100644 index 00000000..d76d7f9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/minigun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mining.svg b/client/public/icons/game-icons/ffffff/lorc/mining.svg new file mode 100644 index 00000000..f60bf39a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mining.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/minions.svg b/client/public/icons/game-icons/ffffff/lorc/minions.svg new file mode 100644 index 00000000..b45a0c30 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/minions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/minotaur.svg b/client/public/icons/game-icons/ffffff/lorc/minotaur.svg new file mode 100644 index 00000000..f5fbaeb2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/minotaur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/miracle-medecine.svg b/client/public/icons/game-icons/ffffff/lorc/miracle-medecine.svg new file mode 100644 index 00000000..e96bb307 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/miracle-medecine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mirror-mirror.svg b/client/public/icons/game-icons/ffffff/lorc/mirror-mirror.svg new file mode 100644 index 00000000..8a397acd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mirror-mirror.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/missile-mech.svg b/client/public/icons/game-icons/ffffff/lorc/missile-mech.svg new file mode 100644 index 00000000..bc66bcf6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/missile-mech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/missile-pod.svg b/client/public/icons/game-icons/ffffff/lorc/missile-pod.svg new file mode 100644 index 00000000..a4947038 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/missile-pod.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/missile-swarm.svg b/client/public/icons/game-icons/ffffff/lorc/missile-swarm.svg new file mode 100644 index 00000000..0aa6b322 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/missile-swarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mite.svg b/client/public/icons/game-icons/ffffff/lorc/mite.svg new file mode 100644 index 00000000..09d6a586 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/moebius-star.svg b/client/public/icons/game-icons/ffffff/lorc/moebius-star.svg new file mode 100644 index 00000000..0fc7b3c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/moebius-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/moebius-trefoil.svg b/client/public/icons/game-icons/ffffff/lorc/moebius-trefoil.svg new file mode 100644 index 00000000..f33526db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/moebius-trefoil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/moebius-triangle.svg b/client/public/icons/game-icons/ffffff/lorc/moebius-triangle.svg new file mode 100644 index 00000000..59e6a4b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/moebius-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/molecule.svg b/client/public/icons/game-icons/ffffff/lorc/molecule.svg new file mode 100644 index 00000000..fbc5780f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/molecule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/molotov.svg b/client/public/icons/game-icons/ffffff/lorc/molotov.svg new file mode 100644 index 00000000..8c0f15f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/molotov.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/monkey.svg b/client/public/icons/game-icons/ffffff/lorc/monkey.svg new file mode 100644 index 00000000..1f9816b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/monkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/monster-grasp.svg b/client/public/icons/game-icons/ffffff/lorc/monster-grasp.svg new file mode 100644 index 00000000..adad0c75 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/monster-grasp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/moon-claws.svg b/client/public/icons/game-icons/ffffff/lorc/moon-claws.svg new file mode 100644 index 00000000..77cd69e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/moon-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/moon.svg b/client/public/icons/game-icons/ffffff/lorc/moon.svg new file mode 100644 index 00000000..c413ed40 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/morbid-humour.svg b/client/public/icons/game-icons/ffffff/lorc/morbid-humour.svg new file mode 100644 index 00000000..3e93bb65 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/morbid-humour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mountains.svg b/client/public/icons/game-icons/ffffff/lorc/mountains.svg new file mode 100644 index 00000000..5be1cf01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mountains.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mountaintop.svg b/client/public/icons/game-icons/ffffff/lorc/mountaintop.svg new file mode 100644 index 00000000..00a0c408 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mountaintop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mouse.svg b/client/public/icons/game-icons/ffffff/lorc/mouse.svg new file mode 100644 index 00000000..35eb9616 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mouth-watering.svg b/client/public/icons/game-icons/ffffff/lorc/mouth-watering.svg new file mode 100644 index 00000000..d7dd4a40 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mouth-watering.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/movement-sensor.svg b/client/public/icons/game-icons/ffffff/lorc/movement-sensor.svg new file mode 100644 index 00000000..9788393d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/movement-sensor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mucous-pillar.svg b/client/public/icons/game-icons/ffffff/lorc/mucous-pillar.svg new file mode 100644 index 00000000..803d894d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mucous-pillar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/muscle-fat.svg b/client/public/icons/game-icons/ffffff/lorc/muscle-fat.svg new file mode 100644 index 00000000..30760f8e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/muscle-fat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/muscle-up.svg b/client/public/icons/game-icons/ffffff/lorc/muscle-up.svg new file mode 100644 index 00000000..bc2ff65e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/muscle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mushroom-cloud.svg b/client/public/icons/game-icons/ffffff/lorc/mushroom-cloud.svg new file mode 100644 index 00000000..32131681 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mushroom-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mushroom-gills.svg b/client/public/icons/game-icons/ffffff/lorc/mushroom-gills.svg new file mode 100644 index 00000000..e150749f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mushroom-gills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/mushroom.svg b/client/public/icons/game-icons/ffffff/lorc/mushroom.svg new file mode 100644 index 00000000..b108ff69 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/music-spell.svg b/client/public/icons/game-icons/ffffff/lorc/music-spell.svg new file mode 100644 index 00000000..385068da --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/music-spell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/nailed-foot.svg b/client/public/icons/game-icons/ffffff/lorc/nailed-foot.svg new file mode 100644 index 00000000..dda8eff1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/nailed-foot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/nailed-head.svg b/client/public/icons/game-icons/ffffff/lorc/nailed-head.svg new file mode 100644 index 00000000..5692566d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/nailed-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/nails.svg b/client/public/icons/game-icons/ffffff/lorc/nails.svg new file mode 100644 index 00000000..2a0d5197 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/nails.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/needle-drill.svg b/client/public/icons/game-icons/ffffff/lorc/needle-drill.svg new file mode 100644 index 00000000..e590bf7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/needle-drill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/needle-jaws.svg b/client/public/icons/game-icons/ffffff/lorc/needle-jaws.svg new file mode 100644 index 00000000..4481134c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/needle-jaws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/nested-eclipses.svg b/client/public/icons/game-icons/ffffff/lorc/nested-eclipses.svg new file mode 100644 index 00000000..444d8438 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/nested-eclipses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/new-shoot.svg b/client/public/icons/game-icons/ffffff/lorc/new-shoot.svg new file mode 100644 index 00000000..03e30199 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/new-shoot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/night-sky.svg b/client/public/icons/game-icons/ffffff/lorc/night-sky.svg new file mode 100644 index 00000000..743850c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/night-sky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ninja-mask.svg b/client/public/icons/game-icons/ffffff/lorc/ninja-mask.svg new file mode 100644 index 00000000..5ffa892e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ninja-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/noodle-ball.svg b/client/public/icons/game-icons/ffffff/lorc/noodle-ball.svg new file mode 100644 index 00000000..2f2716e8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/noodle-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/nothing-to-say.svg b/client/public/icons/game-icons/ffffff/lorc/nothing-to-say.svg new file mode 100644 index 00000000..3c07cd15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/nothing-to-say.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/oak.svg b/client/public/icons/game-icons/ffffff/lorc/oak.svg new file mode 100644 index 00000000..582f2943 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/oak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/oat.svg b/client/public/icons/game-icons/ffffff/lorc/oat.svg new file mode 100644 index 00000000..8a1b15b0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/oat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/octogonal-eye.svg b/client/public/icons/game-icons/ffffff/lorc/octogonal-eye.svg new file mode 100644 index 00000000..0e134c6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/octogonal-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/octoman.svg b/client/public/icons/game-icons/ffffff/lorc/octoman.svg new file mode 100644 index 00000000..1f7ffe91 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/octoman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/octopus.svg b/client/public/icons/game-icons/ffffff/lorc/octopus.svg new file mode 100644 index 00000000..55920c15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/octopus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/oily-spiral.svg b/client/public/icons/game-icons/ffffff/lorc/oily-spiral.svg new file mode 100644 index 00000000..90cc0ce7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/oily-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/omega.svg b/client/public/icons/game-icons/ffffff/lorc/omega.svg new file mode 100644 index 00000000..4d6c7812 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/omega.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/on-target.svg b/client/public/icons/game-icons/ffffff/lorc/on-target.svg new file mode 100644 index 00000000..13a742f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/on-target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/one-eyed.svg b/client/public/icons/game-icons/ffffff/lorc/one-eyed.svg new file mode 100644 index 00000000..71e6d2d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/one-eyed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/open-book.svg b/client/public/icons/game-icons/ffffff/lorc/open-book.svg new file mode 100644 index 00000000..f51844ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/open-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/open-wound.svg b/client/public/icons/game-icons/ffffff/lorc/open-wound.svg new file mode 100644 index 00000000..65669c15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/open-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/opening-shell.svg b/client/public/icons/game-icons/ffffff/lorc/opening-shell.svg new file mode 100644 index 00000000..635c5550 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/opening-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/oppression.svg b/client/public/icons/game-icons/ffffff/lorc/oppression.svg new file mode 100644 index 00000000..2509ff09 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/oppression.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/orb-direction.svg b/client/public/icons/game-icons/ffffff/lorc/orb-direction.svg new file mode 100644 index 00000000..89ad544b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/orb-direction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/orbital-rays.svg b/client/public/icons/game-icons/ffffff/lorc/orbital-rays.svg new file mode 100644 index 00000000..e1e09335 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/orbital-rays.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/orbital.svg b/client/public/icons/game-icons/ffffff/lorc/orbital.svg new file mode 100644 index 00000000..1eda4ef6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/orbital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ouroboros.svg b/client/public/icons/game-icons/ffffff/lorc/ouroboros.svg new file mode 100644 index 00000000..cd3f94e3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ouroboros.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/over-infinity.svg b/client/public/icons/game-icons/ffffff/lorc/over-infinity.svg new file mode 100644 index 00000000..cead7c06 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/over-infinity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/overdose.svg b/client/public/icons/game-icons/ffffff/lorc/overdose.svg new file mode 100644 index 00000000..bb294d7e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/overdose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/overdrive.svg b/client/public/icons/game-icons/ffffff/lorc/overdrive.svg new file mode 100644 index 00000000..a1568856 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/overdrive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/owl.svg b/client/public/icons/game-icons/ffffff/lorc/owl.svg new file mode 100644 index 00000000..8906b5cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/owl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/padlock.svg b/client/public/icons/game-icons/ffffff/lorc/padlock.svg new file mode 100644 index 00000000..e9f8d2ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/padlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/palm.svg b/client/public/icons/game-icons/ffffff/lorc/palm.svg new file mode 100644 index 00000000..b069ed5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/paper-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/paper-arrow.svg new file mode 100644 index 00000000..d76124d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/paper-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/paper-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/paper-bomb.svg new file mode 100644 index 00000000..1d21e36f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/paper-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/paper-lantern.svg b/client/public/icons/game-icons/ffffff/lorc/paper-lantern.svg new file mode 100644 index 00000000..035392a4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/paper-lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/papers.svg b/client/public/icons/game-icons/ffffff/lorc/papers.svg new file mode 100644 index 00000000..bd6f9312 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/papers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/parachute.svg b/client/public/icons/game-icons/ffffff/lorc/parachute.svg new file mode 100644 index 00000000..fbcd956c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/parachute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/paranoia.svg b/client/public/icons/game-icons/ffffff/lorc/paranoia.svg new file mode 100644 index 00000000..60922c86 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/paranoia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/parmecia.svg b/client/public/icons/game-icons/ffffff/lorc/parmecia.svg new file mode 100644 index 00000000..706cff32 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/parmecia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/parrot-head.svg b/client/public/icons/game-icons/ffffff/lorc/parrot-head.svg new file mode 100644 index 00000000..3b5fac18 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/parrot-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/paw-front.svg b/client/public/icons/game-icons/ffffff/lorc/paw-front.svg new file mode 100644 index 00000000..b74eaea5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/paw-front.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/paw-heart.svg b/client/public/icons/game-icons/ffffff/lorc/paw-heart.svg new file mode 100644 index 00000000..47b602a7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/paw-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/paw-print.svg b/client/public/icons/game-icons/ffffff/lorc/paw-print.svg new file mode 100644 index 00000000..e29f4b0f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/paw-print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/paw.svg b/client/public/icons/game-icons/ffffff/lorc/paw.svg new file mode 100644 index 00000000..cd88cf3d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/paw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pawn.svg b/client/public/icons/game-icons/ffffff/lorc/pawn.svg new file mode 100644 index 00000000..3d1b1d1c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pawn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/peaks.svg b/client/public/icons/game-icons/ffffff/lorc/peaks.svg new file mode 100644 index 00000000..8384c9a1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/peaks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pentagram-rose.svg b/client/public/icons/game-icons/ffffff/lorc/pentagram-rose.svg new file mode 100644 index 00000000..1510aece --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pentagram-rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pentarrows-tornado.svg b/client/public/icons/game-icons/ffffff/lorc/pentarrows-tornado.svg new file mode 100644 index 00000000..5883383f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pentarrows-tornado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/perfume-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/perfume-bottle.svg new file mode 100644 index 00000000..839dd7ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/perfume-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/perpendicular-rings.svg b/client/public/icons/game-icons/ffffff/lorc/perpendicular-rings.svg new file mode 100644 index 00000000..c10c30af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/perpendicular-rings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pie-slice.svg b/client/public/icons/game-icons/ffffff/lorc/pie-slice.svg new file mode 100644 index 00000000..bc3d53e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pie-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/piece-skull.svg b/client/public/icons/game-icons/ffffff/lorc/piece-skull.svg new file mode 100644 index 00000000..64435a61 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/piece-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pierced-body.svg b/client/public/icons/game-icons/ffffff/lorc/pierced-body.svg new file mode 100644 index 00000000..46b3ebdb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pierced-body.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pierced-heart.svg b/client/public/icons/game-icons/ffffff/lorc/pierced-heart.svg new file mode 100644 index 00000000..7896924e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pierced-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/piercing-sword.svg b/client/public/icons/game-icons/ffffff/lorc/piercing-sword.svg new file mode 100644 index 00000000..55344e3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/piercing-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pig-face.svg b/client/public/icons/game-icons/ffffff/lorc/pig-face.svg new file mode 100644 index 00000000..b2a01128 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pig-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pill-drop.svg b/client/public/icons/game-icons/ffffff/lorc/pill-drop.svg new file mode 100644 index 00000000..8886acd2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pill-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pill.svg b/client/public/icons/game-icons/ffffff/lorc/pill.svg new file mode 100644 index 00000000..1f775634 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pincers.svg b/client/public/icons/game-icons/ffffff/lorc/pincers.svg new file mode 100644 index 00000000..a5ea58ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pincers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pine-tree.svg b/client/public/icons/game-icons/ffffff/lorc/pine-tree.svg new file mode 100644 index 00000000..3cfddf4b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pine-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pirate-grave.svg b/client/public/icons/game-icons/ffffff/lorc/pirate-grave.svg new file mode 100644 index 00000000..a27dadb2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pirate-grave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pirate-skull.svg b/client/public/icons/game-icons/ffffff/lorc/pirate-skull.svg new file mode 100644 index 00000000..2131b628 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pirate-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pizza-cutter.svg b/client/public/icons/game-icons/ffffff/lorc/pizza-cutter.svg new file mode 100644 index 00000000..790b1fc1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pizza-cutter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/plain-dagger.svg b/client/public/icons/game-icons/ffffff/lorc/plain-dagger.svg new file mode 100644 index 00000000..4005527b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/plain-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/plasma-bolt.svg b/client/public/icons/game-icons/ffffff/lorc/plasma-bolt.svg new file mode 100644 index 00000000..2616da83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/plasma-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/plastron.svg b/client/public/icons/game-icons/ffffff/lorc/plastron.svg new file mode 100644 index 00000000..01689fd6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/plastron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/plate-claw.svg b/client/public/icons/game-icons/ffffff/lorc/plate-claw.svg new file mode 100644 index 00000000..9663ec68 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/plate-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pocket-bow.svg b/client/public/icons/game-icons/ffffff/lorc/pocket-bow.svg new file mode 100644 index 00000000..8265043d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pocket-bow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pointing.svg b/client/public/icons/game-icons/ffffff/lorc/pointing.svg new file mode 100644 index 00000000..4c9fdd9c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pointing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pointy-hat.svg b/client/public/icons/game-icons/ffffff/lorc/pointy-hat.svg new file mode 100644 index 00000000..e6cf7135 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pointy-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pointy-sword.svg b/client/public/icons/game-icons/ffffff/lorc/pointy-sword.svg new file mode 100644 index 00000000..b76c1089 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pointy-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/poison-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/poison-bottle.svg new file mode 100644 index 00000000..50cc775f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/poison-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/poison-gas.svg b/client/public/icons/game-icons/ffffff/lorc/poison-gas.svg new file mode 100644 index 00000000..bd0e75c0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/poison-gas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pokecog.svg b/client/public/icons/game-icons/ffffff/lorc/pokecog.svg new file mode 100644 index 00000000..b6c57e47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pokecog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/poker-hand.svg b/client/public/icons/game-icons/ffffff/lorc/poker-hand.svg new file mode 100644 index 00000000..ab99d959 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/poker-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pollen-dust.svg b/client/public/icons/game-icons/ffffff/lorc/pollen-dust.svg new file mode 100644 index 00000000..d838594f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pollen-dust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/portal.svg b/client/public/icons/game-icons/ffffff/lorc/portal.svg new file mode 100644 index 00000000..461dba6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/portal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/portculis.svg b/client/public/icons/game-icons/ffffff/lorc/portculis.svg new file mode 100644 index 00000000..9a92599a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/portculis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/potion-ball.svg b/client/public/icons/game-icons/ffffff/lorc/potion-ball.svg new file mode 100644 index 00000000..29485985 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/potion-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pouring-chalice.svg b/client/public/icons/game-icons/ffffff/lorc/pouring-chalice.svg new file mode 100644 index 00000000..43bb18fe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pouring-chalice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/powder.svg b/client/public/icons/game-icons/ffffff/lorc/powder.svg new file mode 100644 index 00000000..86485346 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/powder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/power-lightning.svg b/client/public/icons/game-icons/ffffff/lorc/power-lightning.svg new file mode 100644 index 00000000..e30dc739 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/power-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/prayer.svg b/client/public/icons/game-icons/ffffff/lorc/prayer.svg new file mode 100644 index 00000000..5aebb9af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/prayer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pretty-fangs.svg b/client/public/icons/game-icons/ffffff/lorc/pretty-fangs.svg new file mode 100644 index 00000000..9bbf1d3e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pretty-fangs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/processor.svg b/client/public/icons/game-icons/ffffff/lorc/processor.svg new file mode 100644 index 00000000..c66ea0d6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/processor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/profit.svg b/client/public/icons/game-icons/ffffff/lorc/profit.svg new file mode 100644 index 00000000..2def7f4c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/profit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/psychic-waves.svg b/client/public/icons/game-icons/ffffff/lorc/psychic-waves.svg new file mode 100644 index 00000000..249d22c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/psychic-waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pummeled.svg b/client/public/icons/game-icons/ffffff/lorc/pummeled.svg new file mode 100644 index 00000000..e34b6ae1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pummeled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pumpkin-lantern.svg b/client/public/icons/game-icons/ffffff/lorc/pumpkin-lantern.svg new file mode 100644 index 00000000..7104685c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pumpkin-lantern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pumpkin-mask.svg b/client/public/icons/game-icons/ffffff/lorc/pumpkin-mask.svg new file mode 100644 index 00000000..1bed802b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pumpkin-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/punch-blast.svg b/client/public/icons/game-icons/ffffff/lorc/punch-blast.svg new file mode 100644 index 00000000..782975d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/punch-blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/punch.svg b/client/public/icons/game-icons/ffffff/lorc/punch.svg new file mode 100644 index 00000000..0d70fdcf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/punch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/puppet.svg b/client/public/icons/game-icons/ffffff/lorc/puppet.svg new file mode 100644 index 00000000..6c080813 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/puppet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/pyromaniac.svg b/client/public/icons/game-icons/ffffff/lorc/pyromaniac.svg new file mode 100644 index 00000000..b29bfcfe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/pyromaniac.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/quake-stomp.svg b/client/public/icons/game-icons/ffffff/lorc/quake-stomp.svg new file mode 100644 index 00000000..d0c0acce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/quake-stomp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/queen-crown.svg b/client/public/icons/game-icons/ffffff/lorc/queen-crown.svg new file mode 100644 index 00000000..0e3fb955 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/queen-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/quick-slash.svg b/client/public/icons/game-icons/ffffff/lorc/quick-slash.svg new file mode 100644 index 00000000..48636ba7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/quick-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/quicksand.svg b/client/public/icons/game-icons/ffffff/lorc/quicksand.svg new file mode 100644 index 00000000..d717e9ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/quicksand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/quill-ink.svg b/client/public/icons/game-icons/ffffff/lorc/quill-ink.svg new file mode 100644 index 00000000..c8414da0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/quill-ink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/quill.svg b/client/public/icons/game-icons/ffffff/lorc/quill.svg new file mode 100644 index 00000000..bf727a31 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/quill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/radar-dish.svg b/client/public/icons/game-icons/ffffff/lorc/radar-dish.svg new file mode 100644 index 00000000..59ddc548 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/radar-dish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/radar-sweep.svg b/client/public/icons/game-icons/ffffff/lorc/radar-sweep.svg new file mode 100644 index 00000000..99fa8a38 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/radar-sweep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/radial-balance.svg b/client/public/icons/game-icons/ffffff/lorc/radial-balance.svg new file mode 100644 index 00000000..df80b83f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/radial-balance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/radioactive.svg b/client/public/icons/game-icons/ffffff/lorc/radioactive.svg new file mode 100644 index 00000000..0d209628 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/radioactive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ragged-wound.svg b/client/public/icons/game-icons/ffffff/lorc/ragged-wound.svg new file mode 100644 index 00000000..2e18603f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ragged-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rainbow-star.svg b/client/public/icons/game-icons/ffffff/lorc/rainbow-star.svg new file mode 100644 index 00000000..595c5064 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rainbow-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/raining.svg b/client/public/icons/game-icons/ffffff/lorc/raining.svg new file mode 100644 index 00000000..1dd9b000 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/raining.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rally-the-troops.svg b/client/public/icons/game-icons/ffffff/lorc/rally-the-troops.svg new file mode 100644 index 00000000..d49098c3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rally-the-troops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ram.svg b/client/public/icons/game-icons/ffffff/lorc/ram.svg new file mode 100644 index 00000000..fd85313d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rapidshare-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/rapidshare-arrow.svg new file mode 100644 index 00000000..91df8db8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rapidshare-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/raven.svg b/client/public/icons/game-icons/ffffff/lorc/raven.svg new file mode 100644 index 00000000..35017df9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/raven.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ray-gun.svg b/client/public/icons/game-icons/ffffff/lorc/ray-gun.svg new file mode 100644 index 00000000..78c45d38 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ray-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/razor-blade.svg b/client/public/icons/game-icons/ffffff/lorc/razor-blade.svg new file mode 100644 index 00000000..e32aa013 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/razor-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/reaper-scythe.svg b/client/public/icons/game-icons/ffffff/lorc/reaper-scythe.svg new file mode 100644 index 00000000..35ece737 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/reaper-scythe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rear-aura.svg b/client/public/icons/game-icons/ffffff/lorc/rear-aura.svg new file mode 100644 index 00000000..f73ce55e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rear-aura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/recycle.svg b/client/public/icons/game-icons/ffffff/lorc/recycle.svg new file mode 100644 index 00000000..e1702c16 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/recycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/relationship-bounds.svg b/client/public/icons/game-icons/ffffff/lorc/relationship-bounds.svg new file mode 100644 index 00000000..ecacd059 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/relationship-bounds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/relic-blade.svg b/client/public/icons/game-icons/ffffff/lorc/relic-blade.svg new file mode 100644 index 00000000..446072dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/relic-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/resonance.svg b/client/public/icons/game-icons/ffffff/lorc/resonance.svg new file mode 100644 index 00000000..4ee9717a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/resonance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/reticule.svg b/client/public/icons/game-icons/ffffff/lorc/reticule.svg new file mode 100644 index 00000000..08eb819f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/reticule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/return-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/return-arrow.svg new file mode 100644 index 00000000..00da59fb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/return-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ribbon.svg b/client/public/icons/game-icons/ffffff/lorc/ribbon.svg new file mode 100644 index 00000000..98e2c130 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ribcage.svg b/client/public/icons/game-icons/ffffff/lorc/ribcage.svg new file mode 100644 index 00000000..fe22d809 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ribcage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ringed-beam.svg b/client/public/icons/game-icons/ffffff/lorc/ringed-beam.svg new file mode 100644 index 00000000..c48413e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ringed-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ringed-planet.svg b/client/public/icons/game-icons/ffffff/lorc/ringed-planet.svg new file mode 100644 index 00000000..99dc0e12 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ringed-planet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ringing-bell.svg b/client/public/icons/game-icons/ffffff/lorc/ringing-bell.svg new file mode 100644 index 00000000..1f5832f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ringing-bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/riot-shield.svg b/client/public/icons/game-icons/ffffff/lorc/riot-shield.svg new file mode 100644 index 00000000..50abf8e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/riot-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/roast-chicken.svg b/client/public/icons/game-icons/ffffff/lorc/roast-chicken.svg new file mode 100644 index 00000000..ccb5455d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/roast-chicken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/robe.svg b/client/public/icons/game-icons/ffffff/lorc/robe.svg new file mode 100644 index 00000000..b2f1e51f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/robe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/robot-golem.svg b/client/public/icons/game-icons/ffffff/lorc/robot-golem.svg new file mode 100644 index 00000000..5ef1de6a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/robot-golem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rock.svg b/client/public/icons/game-icons/ffffff/lorc/rock.svg new file mode 100644 index 00000000..a2a63ce6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rocket-flight.svg b/client/public/icons/game-icons/ffffff/lorc/rocket-flight.svg new file mode 100644 index 00000000..7fe5cee1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rocket-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rocket.svg b/client/public/icons/game-icons/ffffff/lorc/rocket.svg new file mode 100644 index 00000000..01c020bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rogue.svg b/client/public/icons/game-icons/ffffff/lorc/rogue.svg new file mode 100644 index 00000000..5c4cac29 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rogue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rolling-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/rolling-bomb.svg new file mode 100644 index 00000000..3db5dafb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rolling-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rolling-energy.svg b/client/public/icons/game-icons/ffffff/lorc/rolling-energy.svg new file mode 100644 index 00000000..6ed04202 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rolling-energy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/root-tip.svg b/client/public/icons/game-icons/ffffff/lorc/root-tip.svg new file mode 100644 index 00000000..69e14285 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/root-tip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rosa-shield.svg b/client/public/icons/game-icons/ffffff/lorc/rosa-shield.svg new file mode 100644 index 00000000..bb519bd2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rosa-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rose.svg b/client/public/icons/game-icons/ffffff/lorc/rose.svg new file mode 100644 index 00000000..6b2cabf7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rough-wound.svg b/client/public/icons/game-icons/ffffff/lorc/rough-wound.svg new file mode 100644 index 00000000..4d9ea576 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rough-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/round-bottom-flask.svg b/client/public/icons/game-icons/ffffff/lorc/round-bottom-flask.svg new file mode 100644 index 00000000..8e03319b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/round-bottom-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/round-struck.svg b/client/public/icons/game-icons/ffffff/lorc/round-struck.svg new file mode 100644 index 00000000..00f335cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/round-struck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/royal-love.svg b/client/public/icons/game-icons/ffffff/lorc/royal-love.svg new file mode 100644 index 00000000..f2177fa1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/royal-love.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rss.svg b/client/public/icons/game-icons/ffffff/lorc/rss.svg new file mode 100644 index 00000000..5f0e3510 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/run.svg b/client/public/icons/game-icons/ffffff/lorc/run.svg new file mode 100644 index 00000000..134b46fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/run.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rune-stone.svg b/client/public/icons/game-icons/ffffff/lorc/rune-stone.svg new file mode 100644 index 00000000..d0a51920 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rune-stone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/rune-sword.svg b/client/public/icons/game-icons/ffffff/lorc/rune-sword.svg new file mode 100644 index 00000000..6cbc0981 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/rune-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/saber-slash.svg b/client/public/icons/game-icons/ffffff/lorc/saber-slash.svg new file mode 100644 index 00000000..1ff3e6d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/saber-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/saber-tooth.svg b/client/public/icons/game-icons/ffffff/lorc/saber-tooth.svg new file mode 100644 index 00000000..778b5136 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/saber-tooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sabers-choc.svg b/client/public/icons/game-icons/ffffff/lorc/sabers-choc.svg new file mode 100644 index 00000000..1a71e361 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sabers-choc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sacrificial-dagger.svg b/client/public/icons/game-icons/ffffff/lorc/sacrificial-dagger.svg new file mode 100644 index 00000000..95c5c8f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sacrificial-dagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sad-crab.svg b/client/public/icons/game-icons/ffffff/lorc/sad-crab.svg new file mode 100644 index 00000000..770908af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sad-crab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/salamander.svg b/client/public/icons/game-icons/ffffff/lorc/salamander.svg new file mode 100644 index 00000000..b08defd9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/salamander.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/salt-shaker.svg b/client/public/icons/game-icons/ffffff/lorc/salt-shaker.svg new file mode 100644 index 00000000..27a3d320 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/salt-shaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sands-of-time.svg b/client/public/icons/game-icons/ffffff/lorc/sands-of-time.svg new file mode 100644 index 00000000..24bec8e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sands-of-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/saphir.svg b/client/public/icons/game-icons/ffffff/lorc/saphir.svg new file mode 100644 index 00000000..c6978274 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/saphir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sattelite.svg b/client/public/icons/game-icons/ffffff/lorc/sattelite.svg new file mode 100644 index 00000000..e0bde370 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sattelite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/saw-claw.svg b/client/public/icons/game-icons/ffffff/lorc/saw-claw.svg new file mode 100644 index 00000000..98c22770 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/saw-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scale-mail.svg b/client/public/icons/game-icons/ffffff/lorc/scale-mail.svg new file mode 100644 index 00000000..5b5a09d0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scale-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scales.svg b/client/public/icons/game-icons/ffffff/lorc/scales.svg new file mode 100644 index 00000000..e4173551 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scallop.svg b/client/public/icons/game-icons/ffffff/lorc/scallop.svg new file mode 100644 index 00000000..07546e21 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scallop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scalpel-strike.svg b/client/public/icons/game-icons/ffffff/lorc/scalpel-strike.svg new file mode 100644 index 00000000..f39a0e91 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scalpel-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scalpel.svg b/client/public/icons/game-icons/ffffff/lorc/scalpel.svg new file mode 100644 index 00000000..1f16e5e7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scalpel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scar-wound.svg b/client/public/icons/game-icons/ffffff/lorc/scar-wound.svg new file mode 100644 index 00000000..c3811542 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scar-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scarab-beetle.svg b/client/public/icons/game-icons/ffffff/lorc/scarab-beetle.svg new file mode 100644 index 00000000..1264cab9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scarab-beetle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scarecrow.svg b/client/public/icons/game-icons/ffffff/lorc/scarecrow.svg new file mode 100644 index 00000000..89bc6b67 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scarecrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scissors.svg b/client/public/icons/game-icons/ffffff/lorc/scissors.svg new file mode 100644 index 00000000..7b5fb419 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scorpion-tail.svg b/client/public/icons/game-icons/ffffff/lorc/scorpion-tail.svg new file mode 100644 index 00000000..e72a0d6b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scorpion-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scorpion.svg b/client/public/icons/game-icons/ffffff/lorc/scorpion.svg new file mode 100644 index 00000000..e11327f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scorpion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/screaming.svg b/client/public/icons/game-icons/ffffff/lorc/screaming.svg new file mode 100644 index 00000000..2d2e24bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/screaming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/screen-impact.svg b/client/public/icons/game-icons/ffffff/lorc/screen-impact.svg new file mode 100644 index 00000000..0b2e26cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/screen-impact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/screw.svg b/client/public/icons/game-icons/ffffff/lorc/screw.svg new file mode 100644 index 00000000..bdd61c4c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/screw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/screwdriver.svg b/client/public/icons/game-icons/ffffff/lorc/screwdriver.svg new file mode 100644 index 00000000..2c4cbac3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/screwdriver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scroll-unfurled.svg b/client/public/icons/game-icons/ffffff/lorc/scroll-unfurled.svg new file mode 100644 index 00000000..ef053667 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scroll-unfurled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/scythe.svg b/client/public/icons/game-icons/ffffff/lorc/scythe.svg new file mode 100644 index 00000000..5c8bac47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/scythe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sea-dragon.svg b/client/public/icons/game-icons/ffffff/lorc/sea-dragon.svg new file mode 100644 index 00000000..b70fecef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sea-dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sea-serpent.svg b/client/public/icons/game-icons/ffffff/lorc/sea-serpent.svg new file mode 100644 index 00000000..8cc33425 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sea-serpent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/seated-mouse.svg b/client/public/icons/game-icons/ffffff/lorc/seated-mouse.svg new file mode 100644 index 00000000..8ac5d96e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/seated-mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/self-love.svg b/client/public/icons/game-icons/ffffff/lorc/self-love.svg new file mode 100644 index 00000000..c5c48575 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/self-love.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/semi-closed-eye.svg b/client/public/icons/game-icons/ffffff/lorc/semi-closed-eye.svg new file mode 100644 index 00000000..0c829bd7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/semi-closed-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sensuousness.svg b/client/public/icons/game-icons/ffffff/lorc/sensuousness.svg new file mode 100644 index 00000000..160d387d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sensuousness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sentry-gun.svg b/client/public/icons/game-icons/ffffff/lorc/sentry-gun.svg new file mode 100644 index 00000000..22156f96 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sentry-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/serrated-slash.svg b/client/public/icons/game-icons/ffffff/lorc/serrated-slash.svg new file mode 100644 index 00000000..e2c5c477 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/serrated-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sewed-shell.svg b/client/public/icons/game-icons/ffffff/lorc/sewed-shell.svg new file mode 100644 index 00000000..57e8f3ae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sewed-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sewing-needle.svg b/client/public/icons/game-icons/ffffff/lorc/sewing-needle.svg new file mode 100644 index 00000000..a391da26 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sewing-needle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shadow-follower.svg b/client/public/icons/game-icons/ffffff/lorc/shadow-follower.svg new file mode 100644 index 00000000..afa2c2ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shadow-follower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shadow-grasp.svg b/client/public/icons/game-icons/ffffff/lorc/shadow-grasp.svg new file mode 100644 index 00000000..f40fbfb3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shadow-grasp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shard-sword.svg b/client/public/icons/game-icons/ffffff/lorc/shard-sword.svg new file mode 100644 index 00000000..e752c31e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shard-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shark-jaws.svg b/client/public/icons/game-icons/ffffff/lorc/shark-jaws.svg new file mode 100644 index 00000000..92d7250c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shark-jaws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sharp-crown.svg b/client/public/icons/game-icons/ffffff/lorc/sharp-crown.svg new file mode 100644 index 00000000..6286ce8c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sharp-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sharp-lips.svg b/client/public/icons/game-icons/ffffff/lorc/sharp-lips.svg new file mode 100644 index 00000000..fb269be6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sharp-lips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sharp-smile.svg b/client/public/icons/game-icons/ffffff/lorc/sharp-smile.svg new file mode 100644 index 00000000..f693658a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sharp-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sharped-teeth-skull.svg b/client/public/icons/game-icons/ffffff/lorc/sharped-teeth-skull.svg new file mode 100644 index 00000000..4c240c0f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sharped-teeth-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shatter.svg b/client/public/icons/game-icons/ffffff/lorc/shatter.svg new file mode 100644 index 00000000..259c8907 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shatter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shattered-glass.svg b/client/public/icons/game-icons/ffffff/lorc/shattered-glass.svg new file mode 100644 index 00000000..ed00c2e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shattered-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shattered-sword.svg b/client/public/icons/game-icons/ffffff/lorc/shattered-sword.svg new file mode 100644 index 00000000..5a534c8f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shattered-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sheikah-eye.svg b/client/public/icons/game-icons/ffffff/lorc/sheikah-eye.svg new file mode 100644 index 00000000..32a01874 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sheikah-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shield-bounces.svg b/client/public/icons/game-icons/ffffff/lorc/shield-bounces.svg new file mode 100644 index 00000000..9ce58ee2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shield-bounces.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shield-echoes.svg b/client/public/icons/game-icons/ffffff/lorc/shield-echoes.svg new file mode 100644 index 00000000..ae0158b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shield-echoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shield-reflect.svg b/client/public/icons/game-icons/ffffff/lorc/shield-reflect.svg new file mode 100644 index 00000000..dd5952bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shield-reflect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shieldcomb.svg b/client/public/icons/game-icons/ffffff/lorc/shieldcomb.svg new file mode 100644 index 00000000..8a2bddb5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shieldcomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shining-claw.svg b/client/public/icons/game-icons/ffffff/lorc/shining-claw.svg new file mode 100644 index 00000000..5d0925a3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shining-claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shining-heart.svg b/client/public/icons/game-icons/ffffff/lorc/shining-heart.svg new file mode 100644 index 00000000..1a67b394 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shining-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shining-sword.svg b/client/public/icons/game-icons/ffffff/lorc/shining-sword.svg new file mode 100644 index 00000000..09944b31 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shining-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shiny-apple.svg b/client/public/icons/game-icons/ffffff/lorc/shiny-apple.svg new file mode 100644 index 00000000..60f4f2e8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shiny-apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shiny-entrance.svg b/client/public/icons/game-icons/ffffff/lorc/shiny-entrance.svg new file mode 100644 index 00000000..1763ff50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shiny-entrance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shiny-iris.svg b/client/public/icons/game-icons/ffffff/lorc/shiny-iris.svg new file mode 100644 index 00000000..98908cfd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shiny-iris.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shiny-omega.svg b/client/public/icons/game-icons/ffffff/lorc/shiny-omega.svg new file mode 100644 index 00000000..c4b70d1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shiny-omega.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shiny-purse.svg b/client/public/icons/game-icons/ffffff/lorc/shiny-purse.svg new file mode 100644 index 00000000..472cbeea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shiny-purse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shoulder-scales.svg b/client/public/icons/game-icons/ffffff/lorc/shoulder-scales.svg new file mode 100644 index 00000000..1d579e1e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shoulder-scales.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shouting.svg b/client/public/icons/game-icons/ffffff/lorc/shouting.svg new file mode 100644 index 00000000..1c9c80f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shouting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shuriken-aperture.svg b/client/public/icons/game-icons/ffffff/lorc/shuriken-aperture.svg new file mode 100644 index 00000000..a947669d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shuriken-aperture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shuriken.svg b/client/public/icons/game-icons/ffffff/lorc/shuriken.svg new file mode 100644 index 00000000..4c9d644d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/shut-rose.svg b/client/public/icons/game-icons/ffffff/lorc/shut-rose.svg new file mode 100644 index 00000000..b0442663 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/shut-rose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/silence.svg b/client/public/icons/game-icons/ffffff/lorc/silence.svg new file mode 100644 index 00000000..8d813597 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/silence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sing.svg b/client/public/icons/game-icons/ffffff/lorc/sing.svg new file mode 100644 index 00000000..327ea94b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sinking-trap.svg b/client/public/icons/game-icons/ffffff/lorc/sinking-trap.svg new file mode 100644 index 00000000..7bec68c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sinking-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sinusoidal-beam.svg b/client/public/icons/game-icons/ffffff/lorc/sinusoidal-beam.svg new file mode 100644 index 00000000..4d051074 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sinusoidal-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/six-eyes.svg b/client/public/icons/game-icons/ffffff/lorc/six-eyes.svg new file mode 100644 index 00000000..a7c5223d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/six-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skeleton-inside.svg b/client/public/icons/game-icons/ffffff/lorc/skeleton-inside.svg new file mode 100644 index 00000000..fcbd35f6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skeleton-inside.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skeleton-key.svg b/client/public/icons/game-icons/ffffff/lorc/skeleton-key.svg new file mode 100644 index 00000000..0610c9f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skeleton-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skid-mark.svg b/client/public/icons/game-icons/ffffff/lorc/skid-mark.svg new file mode 100644 index 00000000..119f81c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skid-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-bolt.svg b/client/public/icons/game-icons/ffffff/lorc/skull-bolt.svg new file mode 100644 index 00000000..9dc7b398 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-crack.svg b/client/public/icons/game-icons/ffffff/lorc/skull-crack.svg new file mode 100644 index 00000000..c1f65479 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-crack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-crossed-bones.svg b/client/public/icons/game-icons/ffffff/lorc/skull-crossed-bones.svg new file mode 100644 index 00000000..55853c3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-crossed-bones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-in-jar.svg b/client/public/icons/game-icons/ffffff/lorc/skull-in-jar.svg new file mode 100644 index 00000000..d902b7de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-in-jar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-mask.svg b/client/public/icons/game-icons/ffffff/lorc/skull-mask.svg new file mode 100644 index 00000000..14d3421e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-ring.svg b/client/public/icons/game-icons/ffffff/lorc/skull-ring.svg new file mode 100644 index 00000000..d52a1f98 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-shield.svg b/client/public/icons/game-icons/ffffff/lorc/skull-shield.svg new file mode 100644 index 00000000..43e43e90 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-signet.svg b/client/public/icons/game-icons/ffffff/lorc/skull-signet.svg new file mode 100644 index 00000000..9b5a7ba6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-signet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/skull-slices.svg b/client/public/icons/game-icons/ffffff/lorc/skull-slices.svg new file mode 100644 index 00000000..42376873 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/skull-slices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/slap.svg b/client/public/icons/game-icons/ffffff/lorc/slap.svg new file mode 100644 index 00000000..386ce478 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/slap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/slashed-shield.svg b/client/public/icons/game-icons/ffffff/lorc/slashed-shield.svg new file mode 100644 index 00000000..fc96a8b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/slashed-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/slavery-whip.svg b/client/public/icons/game-icons/ffffff/lorc/slavery-whip.svg new file mode 100644 index 00000000..de955736 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/slavery-whip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sleepy.svg b/client/public/icons/game-icons/ffffff/lorc/sleepy.svg new file mode 100644 index 00000000..8dd0a066 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sleepy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sliced-bread.svg b/client/public/icons/game-icons/ffffff/lorc/sliced-bread.svg new file mode 100644 index 00000000..a24c8d05 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sliced-bread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/slicing-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/slicing-arrow.svg new file mode 100644 index 00000000..9f030b23 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/slicing-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sly.svg b/client/public/icons/game-icons/ffffff/lorc/sly.svg new file mode 100644 index 00000000..67a2a871 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/small-fire.svg b/client/public/icons/game-icons/ffffff/lorc/small-fire.svg new file mode 100644 index 00000000..51ab4340 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/small-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/smash-arrows.svg b/client/public/icons/game-icons/ffffff/lorc/smash-arrows.svg new file mode 100644 index 00000000..92439432 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/smash-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/smitten.svg b/client/public/icons/game-icons/ffffff/lorc/smitten.svg new file mode 100644 index 00000000..2687c7b3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/smitten.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/smoking-finger.svg b/client/public/icons/game-icons/ffffff/lorc/smoking-finger.svg new file mode 100644 index 00000000..54a51ca3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/smoking-finger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/smoking-orb.svg b/client/public/icons/game-icons/ffffff/lorc/smoking-orb.svg new file mode 100644 index 00000000..a5b8e570 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/smoking-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snail.svg b/client/public/icons/game-icons/ffffff/lorc/snail.svg new file mode 100644 index 00000000..e3e3e4f8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snake-bite.svg b/client/public/icons/game-icons/ffffff/lorc/snake-bite.svg new file mode 100644 index 00000000..d2b9feda --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snake-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snake-totem.svg b/client/public/icons/game-icons/ffffff/lorc/snake-totem.svg new file mode 100644 index 00000000..dd92a61f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snake-totem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snake.svg b/client/public/icons/game-icons/ffffff/lorc/snake.svg new file mode 100644 index 00000000..4221516b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snatch.svg b/client/public/icons/game-icons/ffffff/lorc/snatch.svg new file mode 100644 index 00000000..4ff93dde --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snout.svg b/client/public/icons/game-icons/ffffff/lorc/snout.svg new file mode 100644 index 00000000..f2840d78 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snow-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/snow-bottle.svg new file mode 100644 index 00000000..62109ff8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snow-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snowflake-1.svg b/client/public/icons/game-icons/ffffff/lorc/snowflake-1.svg new file mode 100644 index 00000000..f0ea9d99 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snowflake-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snowflake-2.svg b/client/public/icons/game-icons/ffffff/lorc/snowflake-2.svg new file mode 100644 index 00000000..b71441ae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snowflake-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snowing.svg b/client/public/icons/game-icons/ffffff/lorc/snowing.svg new file mode 100644 index 00000000..fe0db874 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snowing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/snowman.svg b/client/public/icons/game-icons/ffffff/lorc/snowman.svg new file mode 100644 index 00000000..8bc3ea4c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/snowman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/soap-experiment.svg b/client/public/icons/game-icons/ffffff/lorc/soap-experiment.svg new file mode 100644 index 00000000..01b4fd0d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/soap-experiment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sonic-boom.svg b/client/public/icons/game-icons/ffffff/lorc/sonic-boom.svg new file mode 100644 index 00000000..30128f1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sonic-boom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sonic-lightning.svg b/client/public/icons/game-icons/ffffff/lorc/sonic-lightning.svg new file mode 100644 index 00000000..0e3ca80f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sonic-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sonic-screech.svg b/client/public/icons/game-icons/ffffff/lorc/sonic-screech.svg new file mode 100644 index 00000000..91579d89 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sonic-screech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sonic-shout.svg b/client/public/icons/game-icons/ffffff/lorc/sonic-shout.svg new file mode 100644 index 00000000..6ae17fa9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sonic-shout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/space-suit.svg b/client/public/icons/game-icons/ffffff/lorc/space-suit.svg new file mode 100644 index 00000000..080fc9e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/space-suit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spade-skull.svg b/client/public/icons/game-icons/ffffff/lorc/spade-skull.svg new file mode 100644 index 00000000..2d8d4895 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spade-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spade.svg b/client/public/icons/game-icons/ffffff/lorc/spade.svg new file mode 100644 index 00000000..eec265ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spanner.svg b/client/public/icons/game-icons/ffffff/lorc/spanner.svg new file mode 100644 index 00000000..e2663b53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spark-spirit.svg b/client/public/icons/game-icons/ffffff/lorc/spark-spirit.svg new file mode 100644 index 00000000..291f01e6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spark-spirit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sparkling-sabre.svg b/client/public/icons/game-icons/ffffff/lorc/sparkling-sabre.svg new file mode 100644 index 00000000..9b0661f9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sparkling-sabre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sparky-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/sparky-bomb.svg new file mode 100644 index 00000000..487a81ed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sparky-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sparrow.svg b/client/public/icons/game-icons/ffffff/lorc/sparrow.svg new file mode 100644 index 00000000..63220548 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sparrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spartan.svg b/client/public/icons/game-icons/ffffff/lorc/spartan.svg new file mode 100644 index 00000000..0562ec9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spartan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spatter.svg b/client/public/icons/game-icons/ffffff/lorc/spatter.svg new file mode 100644 index 00000000..0793767f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spatter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spear-hook.svg b/client/public/icons/game-icons/ffffff/lorc/spear-hook.svg new file mode 100644 index 00000000..332b9802 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spear-hook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spears.svg b/client/public/icons/game-icons/ffffff/lorc/spears.svg new file mode 100644 index 00000000..33b86272 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spectacle-lenses.svg b/client/public/icons/game-icons/ffffff/lorc/spectacle-lenses.svg new file mode 100644 index 00000000..af96f136 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spectacle-lenses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spectacles.svg b/client/public/icons/game-icons/ffffff/lorc/spectacles.svg new file mode 100644 index 00000000..8464694d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spectacles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spectre.svg b/client/public/icons/game-icons/ffffff/lorc/spectre.svg new file mode 100644 index 00000000..f1d010f6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spectre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spider-web.svg b/client/public/icons/game-icons/ffffff/lorc/spider-web.svg new file mode 100644 index 00000000..60ed7376 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spider-web.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-armor.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-armor.svg new file mode 100644 index 00000000..016e96a9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-collar.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-collar.svg new file mode 100644 index 00000000..b96252a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-collar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-fence.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-fence.svg new file mode 100644 index 00000000..ef077797 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-fence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-halo.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-halo.svg new file mode 100644 index 00000000..0e7398c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-halo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-mace.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-mace.svg new file mode 100644 index 00000000..0540a73c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-mace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-shell.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-shell.svg new file mode 100644 index 00000000..9d937ba4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-snail.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-snail.svg new file mode 100644 index 00000000..20d23406 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-tail.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-tail.svg new file mode 100644 index 00000000..813a6293 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-tail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiked-tentacle.svg b/client/public/icons/game-icons/ffffff/lorc/spiked-tentacle.svg new file mode 100644 index 00000000..1a27bd2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiked-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiky-eclipse.svg b/client/public/icons/game-icons/ffffff/lorc/spiky-eclipse.svg new file mode 100644 index 00000000..9b19289c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiky-eclipse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiky-explosion.svg b/client/public/icons/game-icons/ffffff/lorc/spiky-explosion.svg new file mode 100644 index 00000000..1ca8dd18 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiky-explosion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiky-field.svg b/client/public/icons/game-icons/ffffff/lorc/spiky-field.svg new file mode 100644 index 00000000..32e2f3b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiky-field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spill.svg b/client/public/icons/game-icons/ffffff/lorc/spill.svg new file mode 100644 index 00000000..c165dff5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spinal-coil.svg b/client/public/icons/game-icons/ffffff/lorc/spinal-coil.svg new file mode 100644 index 00000000..74da0145 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spinal-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spine-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/spine-arrow.svg new file mode 100644 index 00000000..6d1e5bed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spine-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spinning-blades.svg b/client/public/icons/game-icons/ffffff/lorc/spinning-blades.svg new file mode 100644 index 00000000..f7290508 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spinning-blades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spinning-ribbons.svg b/client/public/icons/game-icons/ffffff/lorc/spinning-ribbons.svg new file mode 100644 index 00000000..bcfbb815 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spinning-ribbons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spinning-sword.svg b/client/public/icons/game-icons/ffffff/lorc/spinning-sword.svg new file mode 100644 index 00000000..5880f175 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spinning-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiral-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/spiral-arrow.svg new file mode 100644 index 00000000..478fdc36 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiral-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiral-bloom.svg b/client/public/icons/game-icons/ffffff/lorc/spiral-bloom.svg new file mode 100644 index 00000000..cacfc342 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiral-bloom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiral-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/spiral-bottle.svg new file mode 100644 index 00000000..cb5bed38 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiral-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiral-shell.svg b/client/public/icons/game-icons/ffffff/lorc/spiral-shell.svg new file mode 100644 index 00000000..8dd482a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiral-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiral-tentacle.svg b/client/public/icons/game-icons/ffffff/lorc/spiral-tentacle.svg new file mode 100644 index 00000000..be6baa5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiral-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spiral-thrust.svg b/client/public/icons/game-icons/ffffff/lorc/spiral-thrust.svg new file mode 100644 index 00000000..ab99478a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spiral-thrust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/splash.svg b/client/public/icons/game-icons/ffffff/lorc/splash.svg new file mode 100644 index 00000000..6affa5ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/splash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/splashy-stream.svg b/client/public/icons/game-icons/ffffff/lorc/splashy-stream.svg new file mode 100644 index 00000000..2c394ab2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/splashy-stream.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/split-body.svg b/client/public/icons/game-icons/ffffff/lorc/split-body.svg new file mode 100644 index 00000000..e9baff77 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/split-body.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/split-cross.svg b/client/public/icons/game-icons/ffffff/lorc/split-cross.svg new file mode 100644 index 00000000..797df878 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/split-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/splurt.svg b/client/public/icons/game-icons/ffffff/lorc/splurt.svg new file mode 100644 index 00000000..28408c2e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/splurt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spoon.svg b/client/public/icons/game-icons/ffffff/lorc/spoon.svg new file mode 100644 index 00000000..76250269 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spoted-flower.svg b/client/public/icons/game-icons/ffffff/lorc/spoted-flower.svg new file mode 100644 index 00000000..bbfc954d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spoted-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spotted-arrowhead.svg b/client/public/icons/game-icons/ffffff/lorc/spotted-arrowhead.svg new file mode 100644 index 00000000..b6380051 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spotted-arrowhead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spotted-mushroom.svg b/client/public/icons/game-icons/ffffff/lorc/spotted-mushroom.svg new file mode 100644 index 00000000..58096d87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spotted-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spotted-wound.svg b/client/public/icons/game-icons/ffffff/lorc/spotted-wound.svg new file mode 100644 index 00000000..c3e36523 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spotted-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spoutnik.svg b/client/public/icons/game-icons/ffffff/lorc/spoutnik.svg new file mode 100644 index 00000000..16f459fb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spoutnik.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spray.svg b/client/public/icons/game-icons/ffffff/lorc/spray.svg new file mode 100644 index 00000000..864d7113 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sprint.svg b/client/public/icons/game-icons/ffffff/lorc/sprint.svg new file mode 100644 index 00000000..94b300c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sprout-disc.svg b/client/public/icons/game-icons/ffffff/lorc/sprout-disc.svg new file mode 100644 index 00000000..e51fbff6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sprout-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sprout.svg b/client/public/icons/game-icons/ffffff/lorc/sprout.svg new file mode 100644 index 00000000..5c196d0e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sprout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/spyglass.svg b/client/public/icons/game-icons/ffffff/lorc/spyglass.svg new file mode 100644 index 00000000..63fe81a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/spyglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/square-bottle.svg b/client/public/icons/game-icons/ffffff/lorc/square-bottle.svg new file mode 100644 index 00000000..6b1f2980 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/square-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/squib.svg b/client/public/icons/game-icons/ffffff/lorc/squib.svg new file mode 100644 index 00000000..2aa2019c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/squib.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/squid-head.svg b/client/public/icons/game-icons/ffffff/lorc/squid-head.svg new file mode 100644 index 00000000..1bb3eced --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/squid-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/squid.svg b/client/public/icons/game-icons/ffffff/lorc/squid.svg new file mode 100644 index 00000000..9d64c802 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/squid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stag-head.svg b/client/public/icons/game-icons/ffffff/lorc/stag-head.svg new file mode 100644 index 00000000..b14726eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stag-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stalagtite.svg b/client/public/icons/game-icons/ffffff/lorc/stalagtite.svg new file mode 100644 index 00000000..ccc1edc3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stalagtite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/standing-potion.svg b/client/public/icons/game-icons/ffffff/lorc/standing-potion.svg new file mode 100644 index 00000000..c4a5d345 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/standing-potion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/star-cycle.svg b/client/public/icons/game-icons/ffffff/lorc/star-cycle.svg new file mode 100644 index 00000000..41bd1b50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/star-cycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/star-prominences.svg b/client/public/icons/game-icons/ffffff/lorc/star-prominences.svg new file mode 100644 index 00000000..d5edad19 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/star-prominences.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/star-pupil.svg b/client/public/icons/game-icons/ffffff/lorc/star-pupil.svg new file mode 100644 index 00000000..3c30ad70 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/star-pupil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/star-sattelites.svg b/client/public/icons/game-icons/ffffff/lorc/star-sattelites.svg new file mode 100644 index 00000000..95ddf541 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/star-sattelites.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/star-skull.svg b/client/public/icons/game-icons/ffffff/lorc/star-skull.svg new file mode 100644 index 00000000..c43fba78 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/star-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/star-swirl.svg b/client/public/icons/game-icons/ffffff/lorc/star-swirl.svg new file mode 100644 index 00000000..fd9ad75b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/star-swirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/staryu.svg b/client/public/icons/game-icons/ffffff/lorc/staryu.svg new file mode 100644 index 00000000..0f950269 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/staryu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/static-guard.svg b/client/public/icons/game-icons/ffffff/lorc/static-guard.svg new file mode 100644 index 00000000..16030d1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/static-guard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/static-waves.svg b/client/public/icons/game-icons/ffffff/lorc/static-waves.svg new file mode 100644 index 00000000..dc605000 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/static-waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/static.svg b/client/public/icons/game-icons/ffffff/lorc/static.svg new file mode 100644 index 00000000..9837ec5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/static.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/steel-claws.svg b/client/public/icons/game-icons/ffffff/lorc/steel-claws.svg new file mode 100644 index 00000000..3fab49da --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/steel-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/steeltoe-boots.svg b/client/public/icons/game-icons/ffffff/lorc/steeltoe-boots.svg new file mode 100644 index 00000000..cac95bda --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/steeltoe-boots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/steelwing-emblem.svg b/client/public/icons/game-icons/ffffff/lorc/steelwing-emblem.svg new file mode 100644 index 00000000..825de407 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/steelwing-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stick-splitting.svg b/client/public/icons/game-icons/ffffff/lorc/stick-splitting.svg new file mode 100644 index 00000000..77d81cdb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stick-splitting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sticking-plaster.svg b/client/public/icons/game-icons/ffffff/lorc/sticking-plaster.svg new file mode 100644 index 00000000..61f793d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sticking-plaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stigmata.svg b/client/public/icons/game-icons/ffffff/lorc/stigmata.svg new file mode 100644 index 00000000..7c1e5265 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stigmata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stiletto.svg b/client/public/icons/game-icons/ffffff/lorc/stiletto.svg new file mode 100644 index 00000000..3f7305b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stiletto.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stitched-wound.svg b/client/public/icons/game-icons/ffffff/lorc/stitched-wound.svg new file mode 100644 index 00000000..de3c8e85 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stitched-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stomp-tornado.svg b/client/public/icons/game-icons/ffffff/lorc/stomp-tornado.svg new file mode 100644 index 00000000..6f42b258 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stomp-tornado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stomp.svg b/client/public/icons/game-icons/ffffff/lorc/stomp.svg new file mode 100644 index 00000000..6a422db1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stomp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stone-axe.svg b/client/public/icons/game-icons/ffffff/lorc/stone-axe.svg new file mode 100644 index 00000000..547f35b9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stone-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stone-block.svg b/client/public/icons/game-icons/ffffff/lorc/stone-block.svg new file mode 100644 index 00000000..b3f890eb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stone-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stone-crafting.svg b/client/public/icons/game-icons/ffffff/lorc/stone-crafting.svg new file mode 100644 index 00000000..aaf10c5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stone-crafting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stone-spear.svg b/client/public/icons/game-icons/ffffff/lorc/stone-spear.svg new file mode 100644 index 00000000..3b3634c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stone-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stone-sphere.svg b/client/public/icons/game-icons/ffffff/lorc/stone-sphere.svg new file mode 100644 index 00000000..bbf8c5ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stone-sphere.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stone-tablet.svg b/client/public/icons/game-icons/ffffff/lorc/stone-tablet.svg new file mode 100644 index 00000000..2850987c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stone-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stone-throne.svg b/client/public/icons/game-icons/ffffff/lorc/stone-throne.svg new file mode 100644 index 00000000..55a2aac5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stone-throne.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stone-tower.svg b/client/public/icons/game-icons/ffffff/lorc/stone-tower.svg new file mode 100644 index 00000000..63dd7255 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stone-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stoned-skull.svg b/client/public/icons/game-icons/ffffff/lorc/stoned-skull.svg new file mode 100644 index 00000000..3f6b0159 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stoned-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/stopwatch.svg b/client/public/icons/game-icons/ffffff/lorc/stopwatch.svg new file mode 100644 index 00000000..40d71b15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/strafe.svg b/client/public/icons/game-icons/ffffff/lorc/strafe.svg new file mode 100644 index 00000000..9b86e996 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/strafe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/striking-arrows.svg b/client/public/icons/game-icons/ffffff/lorc/striking-arrows.svg new file mode 100644 index 00000000..7f5ca64b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/striking-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/striking-balls.svg b/client/public/icons/game-icons/ffffff/lorc/striking-balls.svg new file mode 100644 index 00000000..7b254305 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/striking-balls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/striking-clamps.svg b/client/public/icons/game-icons/ffffff/lorc/striking-clamps.svg new file mode 100644 index 00000000..18cafd5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/striking-clamps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/striking-diamonds.svg b/client/public/icons/game-icons/ffffff/lorc/striking-diamonds.svg new file mode 100644 index 00000000..920b7fc0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/striking-diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/striking-splinter.svg b/client/public/icons/game-icons/ffffff/lorc/striking-splinter.svg new file mode 100644 index 00000000..99b3d38f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/striking-splinter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/striped-sword.svg b/client/public/icons/game-icons/ffffff/lorc/striped-sword.svg new file mode 100644 index 00000000..7da3e572 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/striped-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/strong.svg b/client/public/icons/game-icons/ffffff/lorc/strong.svg new file mode 100644 index 00000000..5acd0f67 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/strong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/suckered-tentacle.svg b/client/public/icons/game-icons/ffffff/lorc/suckered-tentacle.svg new file mode 100644 index 00000000..29ad3194 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/suckered-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/suits.svg b/client/public/icons/game-icons/ffffff/lorc/suits.svg new file mode 100644 index 00000000..de28ec14 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/suits.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sun-radiations.svg b/client/public/icons/game-icons/ffffff/lorc/sun-radiations.svg new file mode 100644 index 00000000..256ff4a8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sun-radiations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sun.svg b/client/public/icons/game-icons/ffffff/lorc/sun.svg new file mode 100644 index 00000000..88f2d46e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sunbeams.svg b/client/public/icons/game-icons/ffffff/lorc/sunbeams.svg new file mode 100644 index 00000000..06a3d8f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sunbeams.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sundial.svg b/client/public/icons/game-icons/ffffff/lorc/sundial.svg new file mode 100644 index 00000000..54eed748 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sundial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sunken-eye.svg b/client/public/icons/game-icons/ffffff/lorc/sunken-eye.svg new file mode 100644 index 00000000..47c9144b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sunken-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sunrise.svg b/client/public/icons/game-icons/ffffff/lorc/sunrise.svg new file mode 100644 index 00000000..1a438a1a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sunrise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/super-mushroom.svg b/client/public/icons/game-icons/ffffff/lorc/super-mushroom.svg new file mode 100644 index 00000000..dbcf8996 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/super-mushroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/supersonic-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/supersonic-arrow.svg new file mode 100644 index 00000000..ddea092e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/supersonic-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/supersonic-bullet.svg b/client/public/icons/game-icons/ffffff/lorc/supersonic-bullet.svg new file mode 100644 index 00000000..3b8a9cda --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/supersonic-bullet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/surprised-skull.svg b/client/public/icons/game-icons/ffffff/lorc/surprised-skull.svg new file mode 100644 index 00000000..004d4733 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/surprised-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/surprised.svg b/client/public/icons/game-icons/ffffff/lorc/surprised.svg new file mode 100644 index 00000000..beaa20ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/surprised.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/surrounded-eye.svg b/client/public/icons/game-icons/ffffff/lorc/surrounded-eye.svg new file mode 100644 index 00000000..aa3e6e89 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/surrounded-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/surrounded-shield.svg b/client/public/icons/game-icons/ffffff/lorc/surrounded-shield.svg new file mode 100644 index 00000000..68f1f75d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/surrounded-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/suspicious.svg b/client/public/icons/game-icons/ffffff/lorc/suspicious.svg new file mode 100644 index 00000000..b97b2e03 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/suspicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/swallow.svg b/client/public/icons/game-icons/ffffff/lorc/swallow.svg new file mode 100644 index 00000000..17084190 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/swallow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/swan-breeze.svg b/client/public/icons/game-icons/ffffff/lorc/swan-breeze.svg new file mode 100644 index 00000000..7910392c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/swan-breeze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/swan.svg b/client/public/icons/game-icons/ffffff/lorc/swan.svg new file mode 100644 index 00000000..17b54a24 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/swan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/swap-bag.svg b/client/public/icons/game-icons/ffffff/lorc/swap-bag.svg new file mode 100644 index 00000000..e4ce0228 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/swap-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/swirl-ring.svg b/client/public/icons/game-icons/ffffff/lorc/swirl-ring.svg new file mode 100644 index 00000000..b7f5e6be --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/swirl-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/swirl-string.svg b/client/public/icons/game-icons/ffffff/lorc/swirl-string.svg new file mode 100644 index 00000000..c6fdc9c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/swirl-string.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-array.svg b/client/public/icons/game-icons/ffffff/lorc/sword-array.svg new file mode 100644 index 00000000..c5c4cf55 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-array.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-break.svg b/client/public/icons/game-icons/ffffff/lorc/sword-break.svg new file mode 100644 index 00000000..cd5e53d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-break.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-clash.svg b/client/public/icons/game-icons/ffffff/lorc/sword-clash.svg new file mode 100644 index 00000000..531a4326 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-clash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-hilt.svg b/client/public/icons/game-icons/ffffff/lorc/sword-hilt.svg new file mode 100644 index 00000000..7c78d9f2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-hilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-in-stone.svg b/client/public/icons/game-icons/ffffff/lorc/sword-in-stone.svg new file mode 100644 index 00000000..c40ddf5b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-in-stone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-slice.svg b/client/public/icons/game-icons/ffffff/lorc/sword-slice.svg new file mode 100644 index 00000000..5dc7e27b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-smithing.svg b/client/public/icons/game-icons/ffffff/lorc/sword-smithing.svg new file mode 100644 index 00000000..64c85ea3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-smithing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-spade.svg b/client/public/icons/game-icons/ffffff/lorc/sword-spade.svg new file mode 100644 index 00000000..3c73e16d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-spade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-spin.svg b/client/public/icons/game-icons/ffffff/lorc/sword-spin.svg new file mode 100644 index 00000000..37eb7453 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-spin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-tie.svg b/client/public/icons/game-icons/ffffff/lorc/sword-tie.svg new file mode 100644 index 00000000..9bd20c75 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/sword-wound.svg b/client/public/icons/game-icons/ffffff/lorc/sword-wound.svg new file mode 100644 index 00000000..d2711ae9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/sword-wound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/swords-emblem.svg b/client/public/icons/game-icons/ffffff/lorc/swords-emblem.svg new file mode 100644 index 00000000..1ec38313 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/swords-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/syringe.svg b/client/public/icons/game-icons/ffffff/lorc/syringe.svg new file mode 100644 index 00000000..f86ece3a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/syringe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tank.svg b/client/public/icons/game-icons/ffffff/lorc/tank.svg new file mode 100644 index 00000000..e47f8473 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/target-arrows.svg b/client/public/icons/game-icons/ffffff/lorc/target-arrows.svg new file mode 100644 index 00000000..3e793f36 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/target-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/target-dummy.svg b/client/public/icons/game-icons/ffffff/lorc/target-dummy.svg new file mode 100644 index 00000000..d2eb46c4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/target-dummy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/target-shot.svg b/client/public/icons/game-icons/ffffff/lorc/target-shot.svg new file mode 100644 index 00000000..e6b38bb0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/target-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/targeting.svg b/client/public/icons/game-icons/ffffff/lorc/targeting.svg new file mode 100644 index 00000000..40b57486 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/targeting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tattered-banner.svg b/client/public/icons/game-icons/ffffff/lorc/tattered-banner.svg new file mode 100644 index 00000000..30cc6dd0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tattered-banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/teapot.svg b/client/public/icons/game-icons/ffffff/lorc/teapot.svg new file mode 100644 index 00000000..cd65b2db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/teapot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tear-tracks.svg b/client/public/icons/game-icons/ffffff/lorc/tear-tracks.svg new file mode 100644 index 00000000..6b1cd97a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tear-tracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tearing.svg b/client/public/icons/game-icons/ffffff/lorc/tearing.svg new file mode 100644 index 00000000..2aa12715 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tearing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/techno-heart.svg b/client/public/icons/game-icons/ffffff/lorc/techno-heart.svg new file mode 100644 index 00000000..0f920ba4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/techno-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/telepathy.svg b/client/public/icons/game-icons/ffffff/lorc/telepathy.svg new file mode 100644 index 00000000..a31d9a95 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/telepathy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/teleport.svg b/client/public/icons/game-icons/ffffff/lorc/teleport.svg new file mode 100644 index 00000000..a58317ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/teleport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/templar-eye.svg b/client/public/icons/game-icons/ffffff/lorc/templar-eye.svg new file mode 100644 index 00000000..564710b8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/templar-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/templar-heart.svg b/client/public/icons/game-icons/ffffff/lorc/templar-heart.svg new file mode 100644 index 00000000..349beb77 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/templar-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/temptation.svg b/client/public/icons/game-icons/ffffff/lorc/temptation.svg new file mode 100644 index 00000000..9b673171 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/temptation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tension-snowflake.svg b/client/public/icons/game-icons/ffffff/lorc/tension-snowflake.svg new file mode 100644 index 00000000..592f6f86 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tension-snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tentacle-heart.svg b/client/public/icons/game-icons/ffffff/lorc/tentacle-heart.svg new file mode 100644 index 00000000..d687c8cf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tentacle-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tentacle-strike.svg b/client/public/icons/game-icons/ffffff/lorc/tentacle-strike.svg new file mode 100644 index 00000000..d061dac5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tentacle-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tentacles-skull.svg b/client/public/icons/game-icons/ffffff/lorc/tentacles-skull.svg new file mode 100644 index 00000000..0be2d5ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tentacles-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tentacurl.svg b/client/public/icons/game-icons/ffffff/lorc/tentacurl.svg new file mode 100644 index 00000000..99313e4e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tentacurl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/terror.svg b/client/public/icons/game-icons/ffffff/lorc/terror.svg new file mode 100644 index 00000000..7ba39e14 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/terror.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tesla-coil.svg b/client/public/icons/game-icons/ffffff/lorc/tesla-coil.svg new file mode 100644 index 00000000..8a6b6316 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tesla-coil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tesla-turret.svg b/client/public/icons/game-icons/ffffff/lorc/tesla-turret.svg new file mode 100644 index 00000000..30828be3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tesla-turret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/test-tubes.svg b/client/public/icons/game-icons/ffffff/lorc/test-tubes.svg new file mode 100644 index 00000000..d1fb6eb1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/test-tubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thermometer-scale.svg b/client/public/icons/game-icons/ffffff/lorc/thermometer-scale.svg new file mode 100644 index 00000000..366c5123 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thermometer-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/third-eye.svg b/client/public/icons/game-icons/ffffff/lorc/third-eye.svg new file mode 100644 index 00000000..fabda951 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/third-eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thor-fist.svg b/client/public/icons/game-icons/ffffff/lorc/thor-fist.svg new file mode 100644 index 00000000..977e05b9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thor-fist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thorn-helix.svg b/client/public/icons/game-icons/ffffff/lorc/thorn-helix.svg new file mode 100644 index 00000000..a8644736 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thorn-helix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thorned-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/thorned-arrow.svg new file mode 100644 index 00000000..0a49af0c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thorned-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thorny-tentacle.svg b/client/public/icons/game-icons/ffffff/lorc/thorny-tentacle.svg new file mode 100644 index 00000000..33b309ca --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thorny-tentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thorny-vine.svg b/client/public/icons/game-icons/ffffff/lorc/thorny-vine.svg new file mode 100644 index 00000000..e2a4f356 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thorny-vine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/three-burning-balls.svg b/client/public/icons/game-icons/ffffff/lorc/three-burning-balls.svg new file mode 100644 index 00000000..c62f90f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/three-burning-balls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/three-keys.svg b/client/public/icons/game-icons/ffffff/lorc/three-keys.svg new file mode 100644 index 00000000..e5f1b724 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/three-keys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/three-leaves.svg b/client/public/icons/game-icons/ffffff/lorc/three-leaves.svg new file mode 100644 index 00000000..9634e917 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/three-leaves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thrown-charcoal.svg b/client/public/icons/game-icons/ffffff/lorc/thrown-charcoal.svg new file mode 100644 index 00000000..eef87c23 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thrown-charcoal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thrown-daggers.svg b/client/public/icons/game-icons/ffffff/lorc/thrown-daggers.svg new file mode 100644 index 00000000..55331e22 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thrown-daggers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thrown-knife.svg b/client/public/icons/game-icons/ffffff/lorc/thrown-knife.svg new file mode 100644 index 00000000..76d9a623 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thrown-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thrown-spear.svg b/client/public/icons/game-icons/ffffff/lorc/thrown-spear.svg new file mode 100644 index 00000000..cb0424f1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thrown-spear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thunder-blade.svg b/client/public/icons/game-icons/ffffff/lorc/thunder-blade.svg new file mode 100644 index 00000000..51fb2384 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thunder-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thunder-skull.svg b/client/public/icons/game-icons/ffffff/lorc/thunder-skull.svg new file mode 100644 index 00000000..8890eeeb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thunder-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thunder-struck.svg b/client/public/icons/game-icons/ffffff/lorc/thunder-struck.svg new file mode 100644 index 00000000..84c0c5e6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thunder-struck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/thunderball.svg b/client/public/icons/game-icons/ffffff/lorc/thunderball.svg new file mode 100644 index 00000000..2c5095c0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/thunderball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tick.svg b/client/public/icons/game-icons/ffffff/lorc/tick.svg new file mode 100644 index 00000000..b949e9ad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tied-scroll.svg b/client/public/icons/game-icons/ffffff/lorc/tied-scroll.svg new file mode 100644 index 00000000..e7199575 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tied-scroll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/time-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/time-bomb.svg new file mode 100644 index 00000000..ad028114 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/time-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/time-trap.svg b/client/public/icons/game-icons/ffffff/lorc/time-trap.svg new file mode 100644 index 00000000..a542c28b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/time-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tinker.svg b/client/public/icons/game-icons/ffffff/lorc/tinker.svg new file mode 100644 index 00000000..8955f2cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tinker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/toad-teeth.svg b/client/public/icons/game-icons/ffffff/lorc/toad-teeth.svg new file mode 100644 index 00000000..0a75510e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/toad-teeth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tombstone.svg b/client/public/icons/game-icons/ffffff/lorc/tombstone.svg new file mode 100644 index 00000000..077af94d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tombstone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tooth.svg b/client/public/icons/game-icons/ffffff/lorc/tooth.svg new file mode 100644 index 00000000..eb9f629a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/top-hat.svg b/client/public/icons/game-icons/ffffff/lorc/top-hat.svg new file mode 100644 index 00000000..d6ecdff4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/top-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/top-paw.svg b/client/public/icons/game-icons/ffffff/lorc/top-paw.svg new file mode 100644 index 00000000..44dca94b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/top-paw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tornado-discs.svg b/client/public/icons/game-icons/ffffff/lorc/tornado-discs.svg new file mode 100644 index 00000000..8d42a4af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tornado-discs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tornado.svg b/client/public/icons/game-icons/ffffff/lorc/tornado.svg new file mode 100644 index 00000000..cb76ab15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tornado.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/totem-head.svg b/client/public/icons/game-icons/ffffff/lorc/totem-head.svg new file mode 100644 index 00000000..1c02fa4d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/totem-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/totem-mask.svg b/client/public/icons/game-icons/ffffff/lorc/totem-mask.svg new file mode 100644 index 00000000..4ec2e7f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/totem-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tower-fall.svg b/client/public/icons/game-icons/ffffff/lorc/tower-fall.svg new file mode 100644 index 00000000..e393295e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tower-fall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/trade.svg b/client/public/icons/game-icons/ffffff/lorc/trade.svg new file mode 100644 index 00000000..a4897c62 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/trade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/transfuse.svg b/client/public/icons/game-icons/ffffff/lorc/transfuse.svg new file mode 100644 index 00000000..249d009a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/transfuse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/transparent-tubes.svg b/client/public/icons/game-icons/ffffff/lorc/transparent-tubes.svg new file mode 100644 index 00000000..0e843862 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/transparent-tubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/transportation-rings.svg b/client/public/icons/game-icons/ffffff/lorc/transportation-rings.svg new file mode 100644 index 00000000..2b0ff73c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/transportation-rings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/trap-mask.svg b/client/public/icons/game-icons/ffffff/lorc/trap-mask.svg new file mode 100644 index 00000000..4e232ce1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/trap-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tread.svg b/client/public/icons/game-icons/ffffff/lorc/tread.svg new file mode 100644 index 00000000..3887def1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/treasure-map.svg b/client/public/icons/game-icons/ffffff/lorc/treasure-map.svg new file mode 100644 index 00000000..0cf229ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/treasure-map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tree-branch.svg b/client/public/icons/game-icons/ffffff/lorc/tree-branch.svg new file mode 100644 index 00000000..fc25a3e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tree-branch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/trefoil-lily.svg b/client/public/icons/game-icons/ffffff/lorc/trefoil-lily.svg new file mode 100644 index 00000000..8d08476b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/trefoil-lily.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/trefoil-shuriken.svg b/client/public/icons/game-icons/ffffff/lorc/trefoil-shuriken.svg new file mode 100644 index 00000000..29e605d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/trefoil-shuriken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tribal-mask.svg b/client/public/icons/game-icons/ffffff/lorc/tribal-mask.svg new file mode 100644 index 00000000..cd6a79fb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tribal-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/trident.svg b/client/public/icons/game-icons/ffffff/lorc/trident.svg new file mode 100644 index 00000000..3b274293 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/trident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/trilobite.svg b/client/public/icons/game-icons/ffffff/lorc/trilobite.svg new file mode 100644 index 00000000..4f123263 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/trilobite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triorb.svg b/client/public/icons/game-icons/ffffff/lorc/triorb.svg new file mode 100644 index 00000000..d28033bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triorb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-beak.svg b/client/public/icons/game-icons/ffffff/lorc/triple-beak.svg new file mode 100644 index 00000000..fa157d52 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-beak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-claws.svg b/client/public/icons/game-icons/ffffff/lorc/triple-claws.svg new file mode 100644 index 00000000..e8d59724 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-corn.svg b/client/public/icons/game-icons/ffffff/lorc/triple-corn.svg new file mode 100644 index 00000000..a087d79b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-corn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-lock.svg b/client/public/icons/game-icons/ffffff/lorc/triple-lock.svg new file mode 100644 index 00000000..df47157c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-needle.svg b/client/public/icons/game-icons/ffffff/lorc/triple-needle.svg new file mode 100644 index 00000000..31070498 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-needle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-plier.svg b/client/public/icons/game-icons/ffffff/lorc/triple-plier.svg new file mode 100644 index 00000000..aba9e0fa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-plier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-scratches.svg b/client/public/icons/game-icons/ffffff/lorc/triple-scratches.svg new file mode 100644 index 00000000..0d1a550c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-scratches.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-shells.svg b/client/public/icons/game-icons/ffffff/lorc/triple-shells.svg new file mode 100644 index 00000000..470bf5f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-shells.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-skulls.svg b/client/public/icons/game-icons/ffffff/lorc/triple-skulls.svg new file mode 100644 index 00000000..4e2d7cdd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-skulls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triple-yin.svg b/client/public/icons/game-icons/ffffff/lorc/triple-yin.svg new file mode 100644 index 00000000..3ddc9ecf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triple-yin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tripwire.svg b/client/public/icons/game-icons/ffffff/lorc/tripwire.svg new file mode 100644 index 00000000..68d4f29c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tripwire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/triton-head.svg b/client/public/icons/game-icons/ffffff/lorc/triton-head.svg new file mode 100644 index 00000000..49a76d50 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/triton-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tron-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/tron-arrow.svg new file mode 100644 index 00000000..b17cdb5f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tron-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/trophy.svg b/client/public/icons/game-icons/ffffff/lorc/trophy.svg new file mode 100644 index 00000000..cbeb6998 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/trousers.svg b/client/public/icons/game-icons/ffffff/lorc/trousers.svg new file mode 100644 index 00000000..458fc365 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/trousers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tumor.svg b/client/public/icons/game-icons/ffffff/lorc/tumor.svg new file mode 100644 index 00000000..6ec4dcbd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tumor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tune-pitch.svg b/client/public/icons/game-icons/ffffff/lorc/tune-pitch.svg new file mode 100644 index 00000000..8a3af8f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tune-pitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/turd.svg b/client/public/icons/game-icons/ffffff/lorc/turd.svg new file mode 100644 index 00000000..93975e52 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/turd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/turtle-shell.svg b/client/public/icons/game-icons/ffffff/lorc/turtle-shell.svg new file mode 100644 index 00000000..bb6c783b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/turtle-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/turtle.svg b/client/public/icons/game-icons/ffffff/lorc/turtle.svg new file mode 100644 index 00000000..90537f88 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/turtle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/twin-shell.svg b/client/public/icons/game-icons/ffffff/lorc/twin-shell.svg new file mode 100644 index 00000000..a9539d2a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/twin-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/twirl-center.svg b/client/public/icons/game-icons/ffffff/lorc/twirl-center.svg new file mode 100644 index 00000000..b7b4b4c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/twirl-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/twirly-flower.svg b/client/public/icons/game-icons/ffffff/lorc/twirly-flower.svg new file mode 100644 index 00000000..ad978bd4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/twirly-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/twister.svg b/client/public/icons/game-icons/ffffff/lorc/twister.svg new file mode 100644 index 00000000..60b666b8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/twister.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/two-feathers.svg b/client/public/icons/game-icons/ffffff/lorc/two-feathers.svg new file mode 100644 index 00000000..b22a8825 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/two-feathers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/two-shadows.svg b/client/public/icons/game-icons/ffffff/lorc/two-shadows.svg new file mode 100644 index 00000000..7ad0d93c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/two-shadows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/tyre.svg b/client/public/icons/game-icons/ffffff/lorc/tyre.svg new file mode 100644 index 00000000..c4864c62 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/tyre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ubisoft-sun.svg b/client/public/icons/game-icons/ffffff/lorc/ubisoft-sun.svg new file mode 100644 index 00000000..123f4685 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ubisoft-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/ultrasound.svg b/client/public/icons/game-icons/ffffff/lorc/ultrasound.svg new file mode 100644 index 00000000..da59cb36 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/ultrasound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/umbrella.svg b/client/public/icons/game-icons/ffffff/lorc/umbrella.svg new file mode 100644 index 00000000..8b9d3e21 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/uncertainty.svg b/client/public/icons/game-icons/ffffff/lorc/uncertainty.svg new file mode 100644 index 00000000..76307eb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/uncertainty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/unfriendly-fire.svg b/client/public/icons/game-icons/ffffff/lorc/unfriendly-fire.svg new file mode 100644 index 00000000..41199aa2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/unfriendly-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/unlit-bomb.svg b/client/public/icons/game-icons/ffffff/lorc/unlit-bomb.svg new file mode 100644 index 00000000..d7372188 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/unlit-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/unlit-candelabra.svg b/client/public/icons/game-icons/ffffff/lorc/unlit-candelabra.svg new file mode 100644 index 00000000..56f7d9d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/unlit-candelabra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/unlocking.svg b/client/public/icons/game-icons/ffffff/lorc/unlocking.svg new file mode 100644 index 00000000..16f218c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/unlocking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/unstable-orb.svg b/client/public/icons/game-icons/ffffff/lorc/unstable-orb.svg new file mode 100644 index 00000000..bb77d1cc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/unstable-orb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/unstable-projectile.svg b/client/public/icons/game-icons/ffffff/lorc/unstable-projectile.svg new file mode 100644 index 00000000..ea3a776e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/unstable-projectile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/valley.svg b/client/public/icons/game-icons/ffffff/lorc/valley.svg new file mode 100644 index 00000000..35c85a71 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/valley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vanilla-flower.svg b/client/public/icons/game-icons/ffffff/lorc/vanilla-flower.svg new file mode 100644 index 00000000..9ad588b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vanilla-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vibrating-ball.svg b/client/public/icons/game-icons/ffffff/lorc/vibrating-ball.svg new file mode 100644 index 00000000..b51f53e2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vibrating-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vile-fluid.svg b/client/public/icons/game-icons/ffffff/lorc/vile-fluid.svg new file mode 100644 index 00000000..3fee44dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vile-fluid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vine-flower.svg b/client/public/icons/game-icons/ffffff/lorc/vine-flower.svg new file mode 100644 index 00000000..77d07a09 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vine-flower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vine-leaf.svg b/client/public/icons/game-icons/ffffff/lorc/vine-leaf.svg new file mode 100644 index 00000000..0877ddfa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vine-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vine-whip.svg b/client/public/icons/game-icons/ffffff/lorc/vine-whip.svg new file mode 100644 index 00000000..10209317 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vine-whip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vintage-robot.svg b/client/public/icons/game-icons/ffffff/lorc/vintage-robot.svg new file mode 100644 index 00000000..0f0ceaa8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vintage-robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/viola.svg b/client/public/icons/game-icons/ffffff/lorc/viola.svg new file mode 100644 index 00000000..01a96ea1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/viola.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/virus.svg b/client/public/icons/game-icons/ffffff/lorc/virus.svg new file mode 100644 index 00000000..619ccdd9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/visored-helm.svg b/client/public/icons/game-icons/ffffff/lorc/visored-helm.svg new file mode 100644 index 00000000..d56fba4f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/visored-helm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/volcano.svg b/client/public/icons/game-icons/ffffff/lorc/volcano.svg new file mode 100644 index 00000000..b4c1ca28 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/volcano.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vomiting.svg b/client/public/icons/game-icons/ffffff/lorc/vomiting.svg new file mode 100644 index 00000000..b63f6961 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vomiting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/voodoo-doll.svg b/client/public/icons/game-icons/ffffff/lorc/voodoo-doll.svg new file mode 100644 index 00000000..1f5c8eb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/voodoo-doll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vortex.svg b/client/public/icons/game-icons/ffffff/lorc/vortex.svg new file mode 100644 index 00000000..7b5f984e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vortex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/vulture.svg b/client/public/icons/game-icons/ffffff/lorc/vulture.svg new file mode 100644 index 00000000..c2114a60 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/vulture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/walking-boot.svg b/client/public/icons/game-icons/ffffff/lorc/walking-boot.svg new file mode 100644 index 00000000..94460413 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/walking-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wasp-sting.svg b/client/public/icons/game-icons/ffffff/lorc/wasp-sting.svg new file mode 100644 index 00000000..6d28cdbd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wasp-sting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/water-bolt.svg b/client/public/icons/game-icons/ffffff/lorc/water-bolt.svg new file mode 100644 index 00000000..e39f8071 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/water-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/water-splash.svg b/client/public/icons/game-icons/ffffff/lorc/water-splash.svg new file mode 100644 index 00000000..bffdd23d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/water-splash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wave-crest.svg b/client/public/icons/game-icons/ffffff/lorc/wave-crest.svg new file mode 100644 index 00000000..4512a859 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wave-crest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wave-strike.svg b/client/public/icons/game-icons/ffffff/lorc/wave-strike.svg new file mode 100644 index 00000000..6c98fe37 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wave-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/waves.svg b/client/public/icons/game-icons/ffffff/lorc/waves.svg new file mode 100644 index 00000000..2e99700f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wavy-chains.svg b/client/public/icons/game-icons/ffffff/lorc/wavy-chains.svg new file mode 100644 index 00000000..da4af4a8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wavy-chains.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wavy-itinerary.svg b/client/public/icons/game-icons/ffffff/lorc/wavy-itinerary.svg new file mode 100644 index 00000000..290412d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wavy-itinerary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wax-seal.svg b/client/public/icons/game-icons/ffffff/lorc/wax-seal.svg new file mode 100644 index 00000000..36ee2a9a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wax-seal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/web-spit.svg b/client/public/icons/game-icons/ffffff/lorc/web-spit.svg new file mode 100644 index 00000000..28d78d10 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/web-spit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/werewolf.svg b/client/public/icons/game-icons/ffffff/lorc/werewolf.svg new file mode 100644 index 00000000..2bb39165 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/werewolf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wheat.svg b/client/public/icons/game-icons/ffffff/lorc/wheat.svg new file mode 100644 index 00000000..d14847e0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wheat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/whip.svg b/client/public/icons/game-icons/ffffff/lorc/whip.svg new file mode 100644 index 00000000..9db4336d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/whip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/whiplash.svg b/client/public/icons/game-icons/ffffff/lorc/whiplash.svg new file mode 100644 index 00000000..10ec6a64 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/whiplash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/whirlwind.svg b/client/public/icons/game-icons/ffffff/lorc/whirlwind.svg new file mode 100644 index 00000000..770f9efe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/whirlwind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/white-tower.svg b/client/public/icons/game-icons/ffffff/lorc/white-tower.svg new file mode 100644 index 00000000..570ab989 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/white-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wide-arrow-dunk.svg b/client/public/icons/game-icons/ffffff/lorc/wide-arrow-dunk.svg new file mode 100644 index 00000000..8f513ada --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wide-arrow-dunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wildfires.svg b/client/public/icons/game-icons/ffffff/lorc/wildfires.svg new file mode 100644 index 00000000..d54da7ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wildfires.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/william-tell-skull.svg b/client/public/icons/game-icons/ffffff/lorc/william-tell-skull.svg new file mode 100644 index 00000000..71f5189a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/william-tell-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/william-tell.svg b/client/public/icons/game-icons/ffffff/lorc/william-tell.svg new file mode 100644 index 00000000..547d3033 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/william-tell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wind-hole.svg b/client/public/icons/game-icons/ffffff/lorc/wind-hole.svg new file mode 100644 index 00000000..660aa227 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wind-hole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wind-slap.svg b/client/public/icons/game-icons/ffffff/lorc/wind-slap.svg new file mode 100644 index 00000000..7fb729d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wind-slap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/windy-stripes.svg b/client/public/icons/game-icons/ffffff/lorc/windy-stripes.svg new file mode 100644 index 00000000..67e7e664 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/windy-stripes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wine-glass.svg b/client/public/icons/game-icons/ffffff/lorc/wine-glass.svg new file mode 100644 index 00000000..4d6cf191 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wine-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wing-cloak.svg b/client/public/icons/game-icons/ffffff/lorc/wing-cloak.svg new file mode 100644 index 00000000..3d50d182 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wing-cloak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/winged-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/winged-arrow.svg new file mode 100644 index 00000000..c3a4b398 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/winged-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/winged-emblem.svg b/client/public/icons/game-icons/ffffff/lorc/winged-emblem.svg new file mode 100644 index 00000000..32ca74f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/winged-emblem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/winged-leg.svg b/client/public/icons/game-icons/ffffff/lorc/winged-leg.svg new file mode 100644 index 00000000..ccb3e54c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/winged-leg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/winged-shield.svg b/client/public/icons/game-icons/ffffff/lorc/winged-shield.svg new file mode 100644 index 00000000..8d5d6a12 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/winged-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/winged-sword.svg b/client/public/icons/game-icons/ffffff/lorc/winged-sword.svg new file mode 100644 index 00000000..7cc76c96 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/winged-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wingfoot.svg b/client/public/icons/game-icons/ffffff/lorc/wingfoot.svg new file mode 100644 index 00000000..92aa9ebe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wingfoot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/witch-flight.svg b/client/public/icons/game-icons/ffffff/lorc/witch-flight.svg new file mode 100644 index 00000000..0dfd104e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/witch-flight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wizard-staff.svg b/client/public/icons/game-icons/ffffff/lorc/wizard-staff.svg new file mode 100644 index 00000000..abf82000 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wizard-staff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wolf-head.svg b/client/public/icons/game-icons/ffffff/lorc/wolf-head.svg new file mode 100644 index 00000000..e3b1f883 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wolf-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wolf-howl.svg b/client/public/icons/game-icons/ffffff/lorc/wolf-howl.svg new file mode 100644 index 00000000..c7077145 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wolf-howl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wolf-trap.svg b/client/public/icons/game-icons/ffffff/lorc/wolf-trap.svg new file mode 100644 index 00000000..b6c7aec8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wolf-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wolverine-claws.svg b/client/public/icons/game-icons/ffffff/lorc/wolverine-claws.svg new file mode 100644 index 00000000..e5df5699 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wolverine-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wood-axe.svg b/client/public/icons/game-icons/ffffff/lorc/wood-axe.svg new file mode 100644 index 00000000..01098eab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wood-axe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wooden-door.svg b/client/public/icons/game-icons/ffffff/lorc/wooden-door.svg new file mode 100644 index 00000000..303a276b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wooden-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wooden-fence.svg b/client/public/icons/game-icons/ffffff/lorc/wooden-fence.svg new file mode 100644 index 00000000..52006466 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wooden-fence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wooden-sign.svg b/client/public/icons/game-icons/ffffff/lorc/wooden-sign.svg new file mode 100644 index 00000000..f9ec5c21 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wooden-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/world.svg b/client/public/icons/game-icons/ffffff/lorc/world.svg new file mode 100644 index 00000000..8fa5c919 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/world.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/worm-mouth.svg b/client/public/icons/game-icons/ffffff/lorc/worm-mouth.svg new file mode 100644 index 00000000..45a08d41 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/worm-mouth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/worried-eyes.svg b/client/public/icons/game-icons/ffffff/lorc/worried-eyes.svg new file mode 100644 index 00000000..6707dc58 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/worried-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wrapped-heart.svg b/client/public/icons/game-icons/ffffff/lorc/wrapped-heart.svg new file mode 100644 index 00000000..0580cd0d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wrapped-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wrapped-sweet.svg b/client/public/icons/game-icons/ffffff/lorc/wrapped-sweet.svg new file mode 100644 index 00000000..e9059e80 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wrapped-sweet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wrapping-star.svg b/client/public/icons/game-icons/ffffff/lorc/wrapping-star.svg new file mode 100644 index 00000000..4322c003 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wrapping-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wrecking-ball.svg b/client/public/icons/game-icons/ffffff/lorc/wrecking-ball.svg new file mode 100644 index 00000000..03abb881 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wrecking-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/wyvern.svg b/client/public/icons/game-icons/ffffff/lorc/wyvern.svg new file mode 100644 index 00000000..a3f7a157 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/wyvern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/zebra-shield.svg b/client/public/icons/game-icons/ffffff/lorc/zebra-shield.svg new file mode 100644 index 00000000..935cce08 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/zebra-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/zeus-sword.svg b/client/public/icons/game-icons/ffffff/lorc/zeus-sword.svg new file mode 100644 index 00000000..3cec7abc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/zeus-sword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/zig-arrow.svg b/client/public/icons/game-icons/ffffff/lorc/zig-arrow.svg new file mode 100644 index 00000000..753117cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/zig-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/zigzag-cage.svg b/client/public/icons/game-icons/ffffff/lorc/zigzag-cage.svg new file mode 100644 index 00000000..288240ee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/zigzag-cage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/zigzag-leaf.svg b/client/public/icons/game-icons/ffffff/lorc/zigzag-leaf.svg new file mode 100644 index 00000000..dd19539c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/zigzag-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lorc/zigzag-tune.svg b/client/public/icons/game-icons/ffffff/lorc/zigzag-tune.svg new file mode 100644 index 00000000..29a9ce46 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lorc/zigzag-tune.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/amplitude.svg b/client/public/icons/game-icons/ffffff/lord-berandas/amplitude.svg new file mode 100644 index 00000000..cea7ec24 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/amplitude.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/artificial-intelligence.svg b/client/public/icons/game-icons/ffffff/lord-berandas/artificial-intelligence.svg new file mode 100644 index 00000000..855fe8cd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/artificial-intelligence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/bomber.svg b/client/public/icons/game-icons/ffffff/lord-berandas/bomber.svg new file mode 100644 index 00000000..902ca386 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/bomber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/computing.svg b/client/public/icons/game-icons/ffffff/lord-berandas/computing.svg new file mode 100644 index 00000000..d2d62934 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/computing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/diagram.svg b/client/public/icons/game-icons/ffffff/lord-berandas/diagram.svg new file mode 100644 index 00000000..450b2690 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/heavy-fighter.svg b/client/public/icons/game-icons/ffffff/lord-berandas/heavy-fighter.svg new file mode 100644 index 00000000..eb869df3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/heavy-fighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/holosphere.svg b/client/public/icons/game-icons/ffffff/lord-berandas/holosphere.svg new file mode 100644 index 00000000..37017aa8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/holosphere.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/light-fighter.svg b/client/public/icons/game-icons/ffffff/lord-berandas/light-fighter.svg new file mode 100644 index 00000000..e965577b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/light-fighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/microscope.svg b/client/public/icons/game-icons/ffffff/lord-berandas/microscope.svg new file mode 100644 index 00000000..27c0f84a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/microscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lord-berandas/power-button.svg b/client/public/icons/game-icons/ffffff/lord-berandas/power-button.svg new file mode 100644 index 00000000..6890d71e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lord-berandas/power-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lucasms/belt.svg b/client/public/icons/game-icons/ffffff/lucasms/belt.svg new file mode 100644 index 00000000..f6926ebd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lucasms/belt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lucasms/cloak.svg b/client/public/icons/game-icons/ffffff/lucasms/cloak.svg new file mode 100644 index 00000000..21160dc0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lucasms/cloak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lucasms/necklace.svg b/client/public/icons/game-icons/ffffff/lucasms/necklace.svg new file mode 100644 index 00000000..43d9c64f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lucasms/necklace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lucasms/shirt.svg b/client/public/icons/game-icons/ffffff/lucasms/shirt.svg new file mode 100644 index 00000000..7be8dead --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lucasms/shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/lucasms/trousers.svg b/client/public/icons/game-icons/ffffff/lucasms/trousers.svg new file mode 100644 index 00000000..6f42452f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/lucasms/trousers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/pepijn-poolman/elven-castle.svg b/client/public/icons/game-icons/ffffff/pepijn-poolman/elven-castle.svg new file mode 100644 index 00000000..418496d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/pepijn-poolman/elven-castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/pierre-leducq/anti-aircraft-gun.svg b/client/public/icons/game-icons/ffffff/pierre-leducq/anti-aircraft-gun.svg new file mode 100644 index 00000000..3b1d6a02 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/pierre-leducq/anti-aircraft-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/pierre-leducq/shooner-sailboat.svg b/client/public/icons/game-icons/ffffff/pierre-leducq/shooner-sailboat.svg new file mode 100644 index 00000000..dc0f2182 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/pierre-leducq/shooner-sailboat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/pierre-leducq/small-fishing-sailboat.svg b/client/public/icons/game-icons/ffffff/pierre-leducq/small-fishing-sailboat.svg new file mode 100644 index 00000000..765298a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/pierre-leducq/small-fishing-sailboat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/priorblue/battery-0.svg b/client/public/icons/game-icons/ffffff/priorblue/battery-0.svg new file mode 100644 index 00000000..b7118537 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/priorblue/battery-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/priorblue/battery-100.svg b/client/public/icons/game-icons/ffffff/priorblue/battery-100.svg new file mode 100644 index 00000000..9645ecea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/priorblue/battery-100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/priorblue/battery-25.svg b/client/public/icons/game-icons/ffffff/priorblue/battery-25.svg new file mode 100644 index 00000000..90610d1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/priorblue/battery-25.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/priorblue/battery-50.svg b/client/public/icons/game-icons/ffffff/priorblue/battery-50.svg new file mode 100644 index 00000000..04e63641 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/priorblue/battery-50.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/priorblue/battery-75.svg b/client/public/icons/game-icons/ffffff/priorblue/battery-75.svg new file mode 100644 index 00000000..12106766 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/priorblue/battery-75.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/priorblue/battery-minus.svg b/client/public/icons/game-icons/ffffff/priorblue/battery-minus.svg new file mode 100644 index 00000000..126024ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/priorblue/battery-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/priorblue/battery-plus.svg b/client/public/icons/game-icons/ffffff/priorblue/battery-plus.svg new file mode 100644 index 00000000..8221333d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/priorblue/battery-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/artillery-shell.svg b/client/public/icons/game-icons/ffffff/quoting/artillery-shell.svg new file mode 100644 index 00000000..29709db4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/artillery-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/biplane.svg b/client/public/icons/game-icons/ffffff/quoting/biplane.svg new file mode 100644 index 00000000..107b164e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/biplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/bunker-assault.svg b/client/public/icons/game-icons/ffffff/quoting/bunker-assault.svg new file mode 100644 index 00000000..1839871f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/bunker-assault.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/bunker.svg b/client/public/icons/game-icons/ffffff/quoting/bunker.svg new file mode 100644 index 00000000..d585ba88 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/bunker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/card-pickup.svg b/client/public/icons/game-icons/ffffff/quoting/card-pickup.svg new file mode 100644 index 00000000..d370844b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/card-pickup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/card-play.svg b/client/public/icons/game-icons/ffffff/quoting/card-play.svg new file mode 100644 index 00000000..034b2773 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/card-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/damaged-house.svg b/client/public/icons/game-icons/ffffff/quoting/damaged-house.svg new file mode 100644 index 00000000..4e2297dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/damaged-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/field-gun.svg b/client/public/icons/game-icons/ffffff/quoting/field-gun.svg new file mode 100644 index 00000000..c498d5d4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/field-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/lost-limb.svg b/client/public/icons/game-icons/ffffff/quoting/lost-limb.svg new file mode 100644 index 00000000..e3b6e0d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/lost-limb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/military-ambulance.svg b/client/public/icons/game-icons/ffffff/quoting/military-ambulance.svg new file mode 100644 index 00000000..5301e598 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/military-ambulance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/poppy.svg b/client/public/icons/game-icons/ffffff/quoting/poppy.svg new file mode 100644 index 00000000..02c288d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/poppy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/quoting/trench-assault.svg b/client/public/icons/game-icons/ffffff/quoting/trench-assault.svg new file mode 100644 index 00000000..fc2c3ae1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/quoting/trench-assault.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/rihlsul/chocolate-bar.svg b/client/public/icons/game-icons/ffffff/rihlsul/chocolate-bar.svg new file mode 100644 index 00000000..4cde1ad3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/rihlsul/chocolate-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/rihlsul/milk-carton.svg b/client/public/icons/game-icons/ffffff/rihlsul/milk-carton.svg new file mode 100644 index 00000000..e7800f7b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/rihlsul/milk-carton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/rihlsul/peanut.svg b/client/public/icons/game-icons/ffffff/rihlsul/peanut.svg new file mode 100644 index 00000000..e867e022 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/rihlsul/peanut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/acid-tube.svg b/client/public/icons/game-icons/ffffff/sbed/acid-tube.svg new file mode 100644 index 00000000..6adc9739 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/acid-tube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/acid.svg b/client/public/icons/game-icons/ffffff/sbed/acid.svg new file mode 100644 index 00000000..5fb706e3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/acid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/ammo-box.svg b/client/public/icons/game-icons/ffffff/sbed/ammo-box.svg new file mode 100644 index 00000000..1e8980c1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/ammo-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/arena.svg b/client/public/icons/game-icons/ffffff/sbed/arena.svg new file mode 100644 index 00000000..d3988f1f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/arena.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/battery-pack-alt.svg b/client/public/icons/game-icons/ffffff/sbed/battery-pack-alt.svg new file mode 100644 index 00000000..5f741c5e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/battery-pack-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/battery-pack.svg b/client/public/icons/game-icons/ffffff/sbed/battery-pack.svg new file mode 100644 index 00000000..b901f7bc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/battery-pack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/big-egg.svg b/client/public/icons/game-icons/ffffff/sbed/big-egg.svg new file mode 100644 index 00000000..97284df5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/big-egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/blast.svg b/client/public/icons/game-icons/ffffff/sbed/blast.svg new file mode 100644 index 00000000..e67a371d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/blast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/blaster.svg b/client/public/icons/game-icons/ffffff/sbed/blaster.svg new file mode 100644 index 00000000..9f8967af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/blaster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/burn.svg b/client/public/icons/game-icons/ffffff/sbed/burn.svg new file mode 100644 index 00000000..c0b4df94 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/burn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/cancel.svg b/client/public/icons/game-icons/ffffff/sbed/cancel.svg new file mode 100644 index 00000000..31a6d531 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/cancel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/chaingun.svg b/client/public/icons/game-icons/ffffff/sbed/chaingun.svg new file mode 100644 index 00000000..680d4355 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/chaingun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/circular-saw.svg b/client/public/icons/game-icons/ffffff/sbed/circular-saw.svg new file mode 100644 index 00000000..66ab66a6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/circular-saw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/claw.svg b/client/public/icons/game-icons/ffffff/sbed/claw.svg new file mode 100644 index 00000000..8e76441b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/claw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/clover-spiked.svg b/client/public/icons/game-icons/ffffff/sbed/clover-spiked.svg new file mode 100644 index 00000000..33cc9f13 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/clover-spiked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/clover.svg b/client/public/icons/game-icons/ffffff/sbed/clover.svg new file mode 100644 index 00000000..e8afbf43 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/clover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/crush.svg b/client/public/icons/game-icons/ffffff/sbed/crush.svg new file mode 100644 index 00000000..fdcccd6e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/crush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/death-skull.svg b/client/public/icons/game-icons/ffffff/sbed/death-skull.svg new file mode 100644 index 00000000..1d61d855 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/death-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/doubled.svg b/client/public/icons/game-icons/ffffff/sbed/doubled.svg new file mode 100644 index 00000000..80e3841b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/doubled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/duel.svg b/client/public/icons/game-icons/ffffff/sbed/duel.svg new file mode 100644 index 00000000..4654d7b3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/duel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/egg-pod.svg b/client/public/icons/game-icons/ffffff/sbed/egg-pod.svg new file mode 100644 index 00000000..5a824556 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/egg-pod.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/electric.svg b/client/public/icons/game-icons/ffffff/sbed/electric.svg new file mode 100644 index 00000000..8b12e557 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/electric.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/evil-wings.svg b/client/public/icons/game-icons/ffffff/sbed/evil-wings.svg new file mode 100644 index 00000000..78dc8770 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/evil-wings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/expander.svg b/client/public/icons/game-icons/ffffff/sbed/expander.svg new file mode 100644 index 00000000..ac2b4749 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/expander.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/fall-down.svg b/client/public/icons/game-icons/ffffff/sbed/fall-down.svg new file mode 100644 index 00000000..37976bee --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/fall-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/falling.svg b/client/public/icons/game-icons/ffffff/sbed/falling.svg new file mode 100644 index 00000000..fa14bcf2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/falling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/fire.svg b/client/public/icons/game-icons/ffffff/sbed/fire.svg new file mode 100644 index 00000000..c8f24781 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/fireflake.svg b/client/public/icons/game-icons/ffffff/sbed/fireflake.svg new file mode 100644 index 00000000..8dd16e43 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/fireflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/flake.svg b/client/public/icons/game-icons/ffffff/sbed/flake.svg new file mode 100644 index 00000000..c2eb727e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/flake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/flamer.svg b/client/public/icons/game-icons/ffffff/sbed/flamer.svg new file mode 100644 index 00000000..c0cbdc9e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/flamer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/grenade.svg b/client/public/icons/game-icons/ffffff/sbed/grenade.svg new file mode 100644 index 00000000..6a2de77a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/hand.svg b/client/public/icons/game-icons/ffffff/sbed/hand.svg new file mode 100644 index 00000000..cb94cf6f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/head-shot.svg b/client/public/icons/game-icons/ffffff/sbed/head-shot.svg new file mode 100644 index 00000000..2069e73d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/head-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/health-decrease.svg b/client/public/icons/game-icons/ffffff/sbed/health-decrease.svg new file mode 100644 index 00000000..c74c9ab8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/health-decrease.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/health-increase.svg b/client/public/icons/game-icons/ffffff/sbed/health-increase.svg new file mode 100644 index 00000000..52ddc4ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/health-increase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/health-normal.svg b/client/public/icons/game-icons/ffffff/sbed/health-normal.svg new file mode 100644 index 00000000..2b1dd871 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/health-normal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/helmet.svg b/client/public/icons/game-icons/ffffff/sbed/helmet.svg new file mode 100644 index 00000000..a7b1e219 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/help.svg b/client/public/icons/game-icons/ffffff/sbed/help.svg new file mode 100644 index 00000000..ac8803ff --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/hive.svg b/client/public/icons/game-icons/ffffff/sbed/hive.svg new file mode 100644 index 00000000..37157ec6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/hive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/hot-surface.svg b/client/public/icons/game-icons/ffffff/sbed/hot-surface.svg new file mode 100644 index 00000000..56a2cf20 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/hot-surface.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/jet-pack.svg b/client/public/icons/game-icons/ffffff/sbed/jet-pack.svg new file mode 100644 index 00000000..271d309c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/jet-pack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/kevlar.svg b/client/public/icons/game-icons/ffffff/sbed/kevlar.svg new file mode 100644 index 00000000..003d6c9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/kevlar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/key.svg b/client/public/icons/game-icons/ffffff/sbed/key.svg new file mode 100644 index 00000000..209182d0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/laser-gun.svg b/client/public/icons/game-icons/ffffff/sbed/laser-gun.svg new file mode 100644 index 00000000..3e39fbe3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/laser-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/lava.svg b/client/public/icons/game-icons/ffffff/sbed/lava.svg new file mode 100644 index 00000000..1dc34e02 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/lava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/level-four-advanced.svg b/client/public/icons/game-icons/ffffff/sbed/level-four-advanced.svg new file mode 100644 index 00000000..2a219eed --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/level-four-advanced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/level-four.svg b/client/public/icons/game-icons/ffffff/sbed/level-four.svg new file mode 100644 index 00000000..44142d44 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/level-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/level-three-advanced.svg b/client/public/icons/game-icons/ffffff/sbed/level-three-advanced.svg new file mode 100644 index 00000000..0794d67e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/level-three-advanced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/level-three.svg b/client/public/icons/game-icons/ffffff/sbed/level-three.svg new file mode 100644 index 00000000..c502203a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/level-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/level-two-advanced.svg b/client/public/icons/game-icons/ffffff/sbed/level-two-advanced.svg new file mode 100644 index 00000000..800af642 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/level-two-advanced.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/level-two.svg b/client/public/icons/game-icons/ffffff/sbed/level-two.svg new file mode 100644 index 00000000..b7ef008f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/level-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/lucifer-cannon.svg b/client/public/icons/game-icons/ffffff/sbed/lucifer-cannon.svg new file mode 100644 index 00000000..8a55aef0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/lucifer-cannon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/mass-driver.svg b/client/public/icons/game-icons/ffffff/sbed/mass-driver.svg new file mode 100644 index 00000000..4d4918c9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/mass-driver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/medical-pack-alt.svg b/client/public/icons/game-icons/ffffff/sbed/medical-pack-alt.svg new file mode 100644 index 00000000..955e740d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/medical-pack-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/medical-pack.svg b/client/public/icons/game-icons/ffffff/sbed/medical-pack.svg new file mode 100644 index 00000000..bd703195 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/medical-pack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/nodular.svg b/client/public/icons/game-icons/ffffff/sbed/nodular.svg new file mode 100644 index 00000000..88553c1d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/nodular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/nuclear.svg b/client/public/icons/game-icons/ffffff/sbed/nuclear.svg new file mode 100644 index 00000000..93e65d54 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/nuclear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/overkill.svg b/client/public/icons/game-icons/ffffff/sbed/overkill.svg new file mode 100644 index 00000000..6080d86e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/overkill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/overmind.svg b/client/public/icons/game-icons/ffffff/sbed/overmind.svg new file mode 100644 index 00000000..4f492384 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/overmind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/poison-cloud.svg b/client/public/icons/game-icons/ffffff/sbed/poison-cloud.svg new file mode 100644 index 00000000..c5c71b14 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/poison-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/poison.svg b/client/public/icons/game-icons/ffffff/sbed/poison.svg new file mode 100644 index 00000000..51126871 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/poison.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/pounce.svg b/client/public/icons/game-icons/ffffff/sbed/pounce.svg new file mode 100644 index 00000000..4410de6e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/pounce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/pulse.svg b/client/public/icons/game-icons/ffffff/sbed/pulse.svg new file mode 100644 index 00000000..d06363c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/pulse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/reactor.svg b/client/public/icons/game-icons/ffffff/sbed/reactor.svg new file mode 100644 index 00000000..f6240c84 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/reactor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/regeneration.svg b/client/public/icons/game-icons/ffffff/sbed/regeneration.svg new file mode 100644 index 00000000..75981e5c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/regeneration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/revolt.svg b/client/public/icons/game-icons/ffffff/sbed/revolt.svg new file mode 100644 index 00000000..b252b24f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/revolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/rifle.svg b/client/public/icons/game-icons/ffffff/sbed/rifle.svg new file mode 100644 index 00000000..5788d347 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/rifle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/select.svg b/client/public/icons/game-icons/ffffff/sbed/select.svg new file mode 100644 index 00000000..40e9ef42 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/shield.svg b/client/public/icons/game-icons/ffffff/sbed/shield.svg new file mode 100644 index 00000000..50acf9bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/shotgun.svg b/client/public/icons/game-icons/ffffff/sbed/shotgun.svg new file mode 100644 index 00000000..87add48a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/shotgun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/slow-blob.svg b/client/public/icons/game-icons/ffffff/sbed/slow-blob.svg new file mode 100644 index 00000000..d1e77933 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/slow-blob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/snorkel.svg b/client/public/icons/game-icons/ffffff/sbed/snorkel.svg new file mode 100644 index 00000000..b13ebeaa --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/snorkel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/spawn-node.svg b/client/public/icons/game-icons/ffffff/sbed/spawn-node.svg new file mode 100644 index 00000000..a0952919 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/spawn-node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/spikeball.svg b/client/public/icons/game-icons/ffffff/sbed/spikeball.svg new file mode 100644 index 00000000..9e20b475 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/spikeball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/spikes-full.svg b/client/public/icons/game-icons/ffffff/sbed/spikes-full.svg new file mode 100644 index 00000000..e512c0de --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/spikes-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/spikes-half.svg b/client/public/icons/game-icons/ffffff/sbed/spikes-half.svg new file mode 100644 index 00000000..9e777942 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/spikes-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/spikes-init.svg b/client/public/icons/game-icons/ffffff/sbed/spikes-init.svg new file mode 100644 index 00000000..13ac864c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/spikes-init.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/spikes.svg b/client/public/icons/game-icons/ffffff/sbed/spikes.svg new file mode 100644 index 00000000..e7ca5c5f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/spikes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/splash.svg b/client/public/icons/game-icons/ffffff/sbed/splash.svg new file mode 100644 index 00000000..8fef0137 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/splash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/suicide.svg b/client/public/icons/game-icons/ffffff/sbed/suicide.svg new file mode 100644 index 00000000..785b8712 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/suicide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/syringe.svg b/client/public/icons/game-icons/ffffff/sbed/syringe.svg new file mode 100644 index 00000000..9b65b4c4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/syringe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/target-laser.svg b/client/public/icons/game-icons/ffffff/sbed/target-laser.svg new file mode 100644 index 00000000..3fdcddbe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/target-laser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/targeted.svg b/client/public/icons/game-icons/ffffff/sbed/targeted.svg new file mode 100644 index 00000000..b8d3908d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/targeted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/telefrag.svg b/client/public/icons/game-icons/ffffff/sbed/telefrag.svg new file mode 100644 index 00000000..379f1b58 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/telefrag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/tesla.svg b/client/public/icons/game-icons/ffffff/sbed/tesla.svg new file mode 100644 index 00000000..78befc54 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/tesla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/tombstone.svg b/client/public/icons/game-icons/ffffff/sbed/tombstone.svg new file mode 100644 index 00000000..f5afbb73 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/tombstone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/trample.svg b/client/public/icons/game-icons/ffffff/sbed/trample.svg new file mode 100644 index 00000000..bd218c8c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/trample.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/trigger-hurt.svg b/client/public/icons/game-icons/ffffff/sbed/trigger-hurt.svg new file mode 100644 index 00000000..dbd82bbf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/trigger-hurt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/turret.svg b/client/public/icons/game-icons/ffffff/sbed/turret.svg new file mode 100644 index 00000000..27886354 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/turret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/unplugged.svg b/client/public/icons/game-icons/ffffff/sbed/unplugged.svg new file mode 100644 index 00000000..38e814dd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/unplugged.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/usable.svg b/client/public/icons/game-icons/ffffff/sbed/usable.svg new file mode 100644 index 00000000..f357a741 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/usable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/vial.svg b/client/public/icons/game-icons/ffffff/sbed/vial.svg new file mode 100644 index 00000000..0fe8e8a7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/vial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/water-drop.svg b/client/public/icons/game-icons/ffffff/sbed/water-drop.svg new file mode 100644 index 00000000..896139f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/water-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/weight-crush.svg b/client/public/icons/game-icons/ffffff/sbed/weight-crush.svg new file mode 100644 index 00000000..ed507287 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/weight-crush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sbed/wrench.svg b/client/public/icons/game-icons/ffffff/sbed/wrench.svg new file mode 100644 index 00000000..dfa91e73 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sbed/wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/achievement.svg b/client/public/icons/game-icons/ffffff/skoll/achievement.svg new file mode 100644 index 00000000..02989ce6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/achievement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/air-force.svg b/client/public/icons/game-icons/ffffff/skoll/air-force.svg new file mode 100644 index 00000000..a7a01b59 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/air-force.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/airplane.svg b/client/public/icons/game-icons/ffffff/skoll/airplane.svg new file mode 100644 index 00000000..3887dba5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/airplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/ak47.svg b/client/public/icons/game-icons/ffffff/skoll/ak47.svg new file mode 100644 index 00000000..311b8a72 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/ak47.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/ak47u.svg b/client/public/icons/game-icons/ffffff/skoll/ak47u.svg new file mode 100644 index 00000000..1e46b7ae --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/ak47u.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/allied-star.svg b/client/public/icons/game-icons/ffffff/skoll/allied-star.svg new file mode 100644 index 00000000..0da8bac5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/allied-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/amethyst.svg b/client/public/icons/game-icons/ffffff/skoll/amethyst.svg new file mode 100644 index 00000000..57082adc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/amethyst.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/amputation.svg b/client/public/icons/game-icons/ffffff/skoll/amputation.svg new file mode 100644 index 00000000..5907ac48 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/amputation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/apc.svg b/client/public/icons/game-icons/ffffff/skoll/apc.svg new file mode 100644 index 00000000..b466aab7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/apc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/atom.svg b/client/public/icons/game-icons/ffffff/skoll/atom.svg new file mode 100644 index 00000000..e465108f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/atom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/balaclava.svg b/client/public/icons/game-icons/ffffff/skoll/balaclava.svg new file mode 100644 index 00000000..ae75ce2d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/balaclava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/balkenkreuz.svg b/client/public/icons/game-icons/ffffff/skoll/balkenkreuz.svg new file mode 100644 index 00000000..1170f149 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/balkenkreuz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/ballista.svg b/client/public/icons/game-icons/ffffff/skoll/ballista.svg new file mode 100644 index 00000000..36f62451 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/ballista.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/bat.svg b/client/public/icons/game-icons/ffffff/skoll/bat.svg new file mode 100644 index 00000000..34ff5033 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/baton.svg b/client/public/icons/game-icons/ffffff/skoll/baton.svg new file mode 100644 index 00000000..49a19e20 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/baton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/bayonet.svg b/client/public/icons/game-icons/ffffff/skoll/bayonet.svg new file mode 100644 index 00000000..0615de9f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/bayonet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/big-diamond-ring.svg b/client/public/icons/game-icons/ffffff/skoll/big-diamond-ring.svg new file mode 100644 index 00000000..7fcb319c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/big-diamond-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/blood.svg b/client/public/icons/game-icons/ffffff/skoll/blood.svg new file mode 100644 index 00000000..871fa125 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/blood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/bowie-knife.svg b/client/public/icons/game-icons/ffffff/skoll/bowie-knife.svg new file mode 100644 index 00000000..9a44a113 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/bowie-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/box-trap.svg b/client/public/icons/game-icons/ffffff/skoll/box-trap.svg new file mode 100644 index 00000000..d25a0063 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/box-trap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/bracers.svg b/client/public/icons/game-icons/ffffff/skoll/bracers.svg new file mode 100644 index 00000000..288e030f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/bracers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/breaking-chain.svg b/client/public/icons/game-icons/ffffff/skoll/breaking-chain.svg new file mode 100644 index 00000000..e4de5d4c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/breaking-chain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/brodie-helmet.svg b/client/public/icons/game-icons/ffffff/skoll/brodie-helmet.svg new file mode 100644 index 00000000..ebddade6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/brodie-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/bullseye.svg b/client/public/icons/game-icons/ffffff/skoll/bullseye.svg new file mode 100644 index 00000000..c920e8e9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/bullseye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/bundle-grenade.svg b/client/public/icons/game-icons/ffffff/skoll/bundle-grenade.svg new file mode 100644 index 00000000..1a920e87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/bundle-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/burning-skull.svg b/client/public/icons/game-icons/ffffff/skoll/burning-skull.svg new file mode 100644 index 00000000..0f585479 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/burning-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/butterfly-knife.svg b/client/public/icons/game-icons/ffffff/skoll/butterfly-knife.svg new file mode 100644 index 00000000..c3af011a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/butterfly-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/c96.svg b/client/public/icons/game-icons/ffffff/skoll/c96.svg new file mode 100644 index 00000000..fa81370d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/c96.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/carpet-bombing.svg b/client/public/icons/game-icons/ffffff/skoll/carpet-bombing.svg new file mode 100644 index 00000000..a15b4714 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/carpet-bombing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/cement-shoes.svg b/client/public/icons/game-icons/ffffff/skoll/cement-shoes.svg new file mode 100644 index 00000000..df9e2894 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/cement-shoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/chess-bishop.svg b/client/public/icons/game-icons/ffffff/skoll/chess-bishop.svg new file mode 100644 index 00000000..39e04e01 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/chess-bishop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/chess-king.svg b/client/public/icons/game-icons/ffffff/skoll/chess-king.svg new file mode 100644 index 00000000..4ed6c729 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/chess-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/chess-knight.svg b/client/public/icons/game-icons/ffffff/skoll/chess-knight.svg new file mode 100644 index 00000000..02ba2783 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/chess-knight.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/chess-pawn.svg b/client/public/icons/game-icons/ffffff/skoll/chess-pawn.svg new file mode 100644 index 00000000..45704700 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/chess-pawn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/chess-queen.svg b/client/public/icons/game-icons/ffffff/skoll/chess-queen.svg new file mode 100644 index 00000000..d905483c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/chess-queen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/chess-rook.svg b/client/public/icons/game-icons/ffffff/skoll/chess-rook.svg new file mode 100644 index 00000000..16055755 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/chess-rook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/click.svg b/client/public/icons/game-icons/ffffff/skoll/click.svg new file mode 100644 index 00000000..0058e1bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/click.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/clubs.svg b/client/public/icons/game-icons/ffffff/skoll/clubs.svg new file mode 100644 index 00000000..bac06c64 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/clubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/cobra.svg b/client/public/icons/game-icons/ffffff/skoll/cobra.svg new file mode 100644 index 00000000..7ae93649 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/cobra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/colt-m1911.svg b/client/public/icons/game-icons/ffffff/skoll/colt-m1911.svg new file mode 100644 index 00000000..1a5399f4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/colt-m1911.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/combination-lock.svg b/client/public/icons/game-icons/ffffff/skoll/combination-lock.svg new file mode 100644 index 00000000..888c4b1b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/combination-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/console-controller.svg b/client/public/icons/game-icons/ffffff/skoll/console-controller.svg new file mode 100644 index 00000000..edf53e64 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/console-controller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/crescent-blade.svg b/client/public/icons/game-icons/ffffff/skoll/crescent-blade.svg new file mode 100644 index 00000000..4d405198 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/crescent-blade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/cultist.svg b/client/public/icons/game-icons/ffffff/skoll/cultist.svg new file mode 100644 index 00000000..06b59624 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/cultist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/cz-skorpion.svg b/client/public/icons/game-icons/ffffff/skoll/cz-skorpion.svg new file mode 100644 index 00000000..a290c719 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/cz-skorpion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/d10.svg b/client/public/icons/game-icons/ffffff/skoll/d10.svg new file mode 100644 index 00000000..e5ba2e0e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/d10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/d12.svg b/client/public/icons/game-icons/ffffff/skoll/d12.svg new file mode 100644 index 00000000..0684b1f7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/d12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/d4.svg b/client/public/icons/game-icons/ffffff/skoll/d4.svg new file mode 100644 index 00000000..6f422adb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/d4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/desert-eagle.svg b/client/public/icons/game-icons/ffffff/skoll/desert-eagle.svg new file mode 100644 index 00000000..3529aa83 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/desert-eagle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/diamonds.svg b/client/public/icons/game-icons/ffffff/skoll/diamonds.svg new file mode 100644 index 00000000..96823ff0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/diamonds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/divided-square.svg b/client/public/icons/game-icons/ffffff/skoll/divided-square.svg new file mode 100644 index 00000000..3944ebd6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/divided-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/donkey.svg b/client/public/icons/game-icons/ffffff/skoll/donkey.svg new file mode 100644 index 00000000..772ff3a4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/donkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/dress.svg b/client/public/icons/game-icons/ffffff/skoll/dress.svg new file mode 100644 index 00000000..fbbc739f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/dress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/drop-weapon.svg b/client/public/icons/game-icons/ffffff/skoll/drop-weapon.svg new file mode 100644 index 00000000..99434803 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/drop-weapon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/evil-eyes.svg b/client/public/icons/game-icons/ffffff/skoll/evil-eyes.svg new file mode 100644 index 00000000..f52b9d3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/evil-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/f1-car.svg b/client/public/icons/game-icons/ffffff/skoll/f1-car.svg new file mode 100644 index 00000000..8248f307 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/f1-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/famas.svg b/client/public/icons/game-icons/ffffff/skoll/famas.svg new file mode 100644 index 00000000..165a88ab --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/famas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/fangs.svg b/client/public/icons/game-icons/ffffff/skoll/fangs.svg new file mode 100644 index 00000000..910cf40d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/fangs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/fat.svg b/client/public/icons/game-icons/ffffff/skoll/fat.svg new file mode 100644 index 00000000..c93193fc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/fat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/fetus.svg b/client/public/icons/game-icons/ffffff/skoll/fetus.svg new file mode 100644 index 00000000..b36212e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/fetus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/fist.svg b/client/public/icons/game-icons/ffffff/skoll/fist.svg new file mode 100644 index 00000000..147bf8ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/fist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/flatbed-covered.svg b/client/public/icons/game-icons/ffffff/skoll/flatbed-covered.svg new file mode 100644 index 00000000..125f6a47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/flatbed-covered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/flatbed.svg b/client/public/icons/game-icons/ffffff/skoll/flatbed.svg new file mode 100644 index 00000000..e934a7c4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/flatbed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/fn-fal.svg b/client/public/icons/game-icons/ffffff/skoll/fn-fal.svg new file mode 100644 index 00000000..3ff956b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/fn-fal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/footsteps.svg b/client/public/icons/game-icons/ffffff/skoll/footsteps.svg new file mode 100644 index 00000000..84fcd99d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/footsteps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/fruit-bowl.svg b/client/public/icons/game-icons/ffffff/skoll/fruit-bowl.svg new file mode 100644 index 00000000..023d114d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/fruit-bowl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/gas-mask.svg b/client/public/icons/game-icons/ffffff/skoll/gas-mask.svg new file mode 100644 index 00000000..4325068f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/gas-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/gladius.svg b/client/public/icons/game-icons/ffffff/skoll/gladius.svg new file mode 100644 index 00000000..5ab7c947 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/gladius.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/glider.svg b/client/public/icons/game-icons/ffffff/skoll/glider.svg new file mode 100644 index 00000000..26e907ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/glider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/glock.svg b/client/public/icons/game-icons/ffffff/skoll/glock.svg new file mode 100644 index 00000000..68b8ff9b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/glock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/goat.svg b/client/public/icons/game-icons/ffffff/skoll/goat.svg new file mode 100644 index 00000000..950c77dc --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/goat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/halt.svg b/client/public/icons/game-icons/ffffff/skoll/halt.svg new file mode 100644 index 00000000..3972d74c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/halt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/ham-shank.svg b/client/public/icons/game-icons/ffffff/skoll/ham-shank.svg new file mode 100644 index 00000000..7909ccbf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/ham-shank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/hang-glider.svg b/client/public/icons/game-icons/ffffff/skoll/hang-glider.svg new file mode 100644 index 00000000..8bb8fb89 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/hang-glider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/hasty-grave.svg b/client/public/icons/game-icons/ffffff/skoll/hasty-grave.svg new file mode 100644 index 00000000..d7898ac2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/hasty-grave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/headshot.svg b/client/public/icons/game-icons/ffffff/skoll/headshot.svg new file mode 100644 index 00000000..a3c41557 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/headshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/hearing-disabled.svg b/client/public/icons/game-icons/ffffff/skoll/hearing-disabled.svg new file mode 100644 index 00000000..ebbdeb48 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/hearing-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/hearts.svg b/client/public/icons/game-icons/ffffff/skoll/hearts.svg new file mode 100644 index 00000000..eb3a30d8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/hexes.svg b/client/public/icons/game-icons/ffffff/skoll/hexes.svg new file mode 100644 index 00000000..5420b9cb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/hexes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/inverted-dice-1.svg b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-1.svg new file mode 100644 index 00000000..9bcf31e1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-1.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/inverted-dice-2.svg b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-2.svg new file mode 100644 index 00000000..bea5bb74 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-2.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/inverted-dice-3.svg b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-3.svg new file mode 100644 index 00000000..df6df6db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-3.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/inverted-dice-4.svg b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-4.svg new file mode 100644 index 00000000..3614ca9d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-4.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/inverted-dice-5.svg b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-5.svg new file mode 100644 index 00000000..5b754c40 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-5.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/inverted-dice-6.svg b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-6.svg new file mode 100644 index 00000000..2f85e610 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/inverted-dice-6.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/iron-cross.svg b/client/public/icons/game-icons/ffffff/skoll/iron-cross.svg new file mode 100644 index 00000000..09867701 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/iron-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/jeep.svg b/client/public/icons/game-icons/ffffff/skoll/jeep.svg new file mode 100644 index 00000000..aba13a39 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/jeep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/joint.svg b/client/public/icons/game-icons/ffffff/skoll/joint.svg new file mode 100644 index 00000000..ff7d69b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/joint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/kevlar-vest.svg b/client/public/icons/game-icons/ffffff/skoll/kevlar-vest.svg new file mode 100644 index 00000000..cffc2104 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/kevlar-vest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/knockout.svg b/client/public/icons/game-icons/ffffff/skoll/knockout.svg new file mode 100644 index 00000000..a541c290 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/knockout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/laser-burst.svg b/client/public/icons/game-icons/ffffff/skoll/laser-burst.svg new file mode 100644 index 00000000..bb26e848 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/laser-burst.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/lee-enfield.svg b/client/public/icons/game-icons/ffffff/skoll/lee-enfield.svg new file mode 100644 index 00000000..2e3d0a11 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/lee-enfield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/logging.svg b/client/public/icons/game-icons/ffffff/skoll/logging.svg new file mode 100644 index 00000000..1b601b7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/logging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/long-legged-spider.svg b/client/public/icons/game-icons/ffffff/skoll/long-legged-spider.svg new file mode 100644 index 00000000..67be7f6c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/long-legged-spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/luger.svg b/client/public/icons/game-icons/ffffff/skoll/luger.svg new file mode 100644 index 00000000..588292f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/luger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/m3-grease-gun.svg b/client/public/icons/game-icons/ffffff/skoll/m3-grease-gun.svg new file mode 100644 index 00000000..ceb642d5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/m3-grease-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/mac-10.svg b/client/public/icons/game-icons/ffffff/skoll/mac-10.svg new file mode 100644 index 00000000..56b55dfb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/mac-10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/machine-gun.svg b/client/public/icons/game-icons/ffffff/skoll/machine-gun.svg new file mode 100644 index 00000000..514e2dd2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/machine-gun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/minefield.svg b/client/public/icons/game-icons/ffffff/skoll/minefield.svg new file mode 100644 index 00000000..e577fcc8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/minefield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/molecule.svg b/client/public/icons/game-icons/ffffff/skoll/molecule.svg new file mode 100644 index 00000000..0e1dd6b4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/molecule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/mounted-knight.svg b/client/public/icons/game-icons/ffffff/skoll/mounted-knight.svg new file mode 100644 index 00000000..1e89bb4e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/mounted-knight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/mp-40.svg b/client/public/icons/game-icons/ffffff/skoll/mp-40.svg new file mode 100644 index 00000000..7f132fce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/mp-40.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/mp5.svg b/client/public/icons/game-icons/ffffff/skoll/mp5.svg new file mode 100644 index 00000000..7ea86c7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/mp5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/mp5k.svg b/client/public/icons/game-icons/ffffff/skoll/mp5k.svg new file mode 100644 index 00000000..e41a586b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/mp5k.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/musket.svg b/client/public/icons/game-icons/ffffff/skoll/musket.svg new file mode 100644 index 00000000..98c2bed5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/musket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/nuclear-bomb.svg b/client/public/icons/game-icons/ffffff/skoll/nuclear-bomb.svg new file mode 100644 index 00000000..ced970b2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/nuclear-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/oil-drum.svg b/client/public/icons/game-icons/ffffff/skoll/oil-drum.svg new file mode 100644 index 00000000..ab8f3751 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/oil-drum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/open-chest.svg b/client/public/icons/game-icons/ffffff/skoll/open-chest.svg new file mode 100644 index 00000000..32b8e14a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/open-chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/open-palm.svg b/client/public/icons/game-icons/ffffff/skoll/open-palm.svg new file mode 100644 index 00000000..62b2789e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/open-palm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/open-treasure-chest.svg b/client/public/icons/game-icons/ffffff/skoll/open-treasure-chest.svg new file mode 100644 index 00000000..5dc50f6a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/open-treasure-chest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/orbit.svg b/client/public/icons/game-icons/ffffff/skoll/orbit.svg new file mode 100644 index 00000000..273d1592 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/orbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/p90.svg b/client/public/icons/game-icons/ffffff/skoll/p90.svg new file mode 100644 index 00000000..ee2f18c6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/p90.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/pauldrons.svg b/client/public/icons/game-icons/ffffff/skoll/pauldrons.svg new file mode 100644 index 00000000..b3c253b8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pauldrons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/pc.svg b/client/public/icons/game-icons/ffffff/skoll/pc.svg new file mode 100644 index 00000000..c50a34f0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/pegasus.svg b/client/public/icons/game-icons/ffffff/skoll/pegasus.svg new file mode 100644 index 00000000..77901b35 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pegasus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/pentacle.svg b/client/public/icons/game-icons/ffffff/skoll/pentacle.svg new file mode 100644 index 00000000..35645782 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pentacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/pestle-mortar.svg b/client/public/icons/game-icons/ffffff/skoll/pestle-mortar.svg new file mode 100644 index 00000000..d090c905 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pestle-mortar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/pickelhaube.svg b/client/public/icons/game-icons/ffffff/skoll/pickelhaube.svg new file mode 100644 index 00000000..a436db17 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pickelhaube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/pig.svg b/client/public/icons/game-icons/ffffff/skoll/pig.svg new file mode 100644 index 00000000..d4c5e022 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/platform.svg b/client/public/icons/game-icons/ffffff/skoll/platform.svg new file mode 100644 index 00000000..498d865f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/platform.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/pocket-watch.svg b/client/public/icons/game-icons/ffffff/skoll/pocket-watch.svg new file mode 100644 index 00000000..23fa046a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pocket-watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/pteruges.svg b/client/public/icons/game-icons/ffffff/skoll/pteruges.svg new file mode 100644 index 00000000..a76b780d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/pteruges.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/race-car.svg b/client/public/icons/game-icons/ffffff/skoll/race-car.svg new file mode 100644 index 00000000..7c7b9c0c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/race-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/raise-skeleton.svg b/client/public/icons/game-icons/ffffff/skoll/raise-skeleton.svg new file mode 100644 index 00000000..3869bab2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/raise-skeleton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/raise-zombie.svg b/client/public/icons/game-icons/ffffff/skoll/raise-zombie.svg new file mode 100644 index 00000000..c0f277ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/raise-zombie.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/rank-1.svg b/client/public/icons/game-icons/ffffff/skoll/rank-1.svg new file mode 100644 index 00000000..f44a9146 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/rank-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/rank-2.svg b/client/public/icons/game-icons/ffffff/skoll/rank-2.svg new file mode 100644 index 00000000..bf9e9d92 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/rank-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/rank-3.svg b/client/public/icons/game-icons/ffffff/skoll/rank-3.svg new file mode 100644 index 00000000..7e039c3c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/rank-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/read.svg b/client/public/icons/game-icons/ffffff/skoll/read.svg new file mode 100644 index 00000000..20af98c8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/read.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/retro-controller.svg b/client/public/icons/game-icons/ffffff/skoll/retro-controller.svg new file mode 100644 index 00000000..0ef46883 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/retro-controller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/revolver.svg b/client/public/icons/game-icons/ffffff/skoll/revolver.svg new file mode 100644 index 00000000..5dbc9973 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/revolver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/sea-creature.svg b/client/public/icons/game-icons/ffffff/skoll/sea-creature.svg new file mode 100644 index 00000000..f60f7517 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/sea-creature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/shield-disabled.svg b/client/public/icons/game-icons/ffffff/skoll/shield-disabled.svg new file mode 100644 index 00000000..c17a0595 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/shield-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/siege-ram.svg b/client/public/icons/game-icons/ffffff/skoll/siege-ram.svg new file mode 100644 index 00000000..aea0c527 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/siege-ram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/sight-disabled.svg b/client/public/icons/game-icons/ffffff/skoll/sight-disabled.svg new file mode 100644 index 00000000..1b2c91f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/sight-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/siren.svg b/client/public/icons/game-icons/ffffff/skoll/siren.svg new file mode 100644 index 00000000..2c44b1db --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/siren.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/skeleton.svg b/client/public/icons/game-icons/ffffff/skoll/skeleton.svg new file mode 100644 index 00000000..9d434218 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/skeleton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/smartphone.svg b/client/public/icons/game-icons/ffffff/skoll/smartphone.svg new file mode 100644 index 00000000..782ab61a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/solar-power.svg b/client/public/icons/game-icons/ffffff/skoll/solar-power.svg new file mode 100644 index 00000000..35b139e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/solar-power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/sound-waves.svg b/client/public/icons/game-icons/ffffff/skoll/sound-waves.svg new file mode 100644 index 00000000..244e6b98 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/sound-waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/spades.svg b/client/public/icons/game-icons/ffffff/skoll/spades.svg new file mode 100644 index 00000000..004b6f60 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/spades.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/spectre-m4.svg b/client/public/icons/game-icons/ffffff/skoll/spectre-m4.svg new file mode 100644 index 00000000..0d25cd47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/spectre-m4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/spiked-ball.svg b/client/public/icons/game-icons/ffffff/skoll/spiked-ball.svg new file mode 100644 index 00000000..54081463 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/spiked-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/spiked-bat.svg b/client/public/icons/game-icons/ffffff/skoll/spiked-bat.svg new file mode 100644 index 00000000..17fa0c8a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/spiked-bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/spinning-top.svg b/client/public/icons/game-icons/ffffff/skoll/spinning-top.svg new file mode 100644 index 00000000..c2b6923a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/spinning-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/spotted-bug.svg b/client/public/icons/game-icons/ffffff/skoll/spotted-bug.svg new file mode 100644 index 00000000..9105c29a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/spotted-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/stahlhelm.svg b/client/public/icons/game-icons/ffffff/skoll/stahlhelm.svg new file mode 100644 index 00000000..7c4111c4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/stahlhelm.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/steel-claws.svg b/client/public/icons/game-icons/ffffff/skoll/steel-claws.svg new file mode 100644 index 00000000..560f1416 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/steel-claws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/steel-door.svg b/client/public/icons/game-icons/ffffff/skoll/steel-door.svg new file mode 100644 index 00000000..5075bf7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/steel-door.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/steyr-aug.svg b/client/public/icons/game-icons/ffffff/skoll/steyr-aug.svg new file mode 100644 index 00000000..41422680 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/steyr-aug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/stick-grenade.svg b/client/public/icons/game-icons/ffffff/skoll/stick-grenade.svg new file mode 100644 index 00000000..91654a7d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/stick-grenade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/stiletto.svg b/client/public/icons/game-icons/ffffff/skoll/stiletto.svg new file mode 100644 index 00000000..daa72159 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/stiletto.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/stopwatch.svg b/client/public/icons/game-icons/ffffff/skoll/stopwatch.svg new file mode 100644 index 00000000..c5ae1e4e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/swirled-shell.svg b/client/public/icons/game-icons/ffffff/skoll/swirled-shell.svg new file mode 100644 index 00000000..1b312167 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/swirled-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/switchblade.svg b/client/public/icons/game-icons/ffffff/skoll/switchblade.svg new file mode 100644 index 00000000..0d8c492c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/switchblade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/tablet.svg b/client/public/icons/game-icons/ffffff/skoll/tablet.svg new file mode 100644 index 00000000..428cb14a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/talk.svg b/client/public/icons/game-icons/ffffff/skoll/talk.svg new file mode 100644 index 00000000..ee494a53 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/talk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/tank-tread.svg b/client/public/icons/game-icons/ffffff/skoll/tank-tread.svg new file mode 100644 index 00000000..09a1aa7a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/tank-tread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/tec-9.svg b/client/public/icons/game-icons/ffffff/skoll/tec-9.svg new file mode 100644 index 00000000..0cecd515 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/tec-9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/telescopic-baton.svg b/client/public/icons/game-icons/ffffff/skoll/telescopic-baton.svg new file mode 100644 index 00000000..927fb4fe --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/telescopic-baton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/teller-mine.svg b/client/public/icons/game-icons/ffffff/skoll/teller-mine.svg new file mode 100644 index 00000000..1a68b7c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/teller-mine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/thompson-m1.svg b/client/public/icons/game-icons/ffffff/skoll/thompson-m1.svg new file mode 100644 index 00000000..eec1217a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/thompson-m1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/thompson-m1928.svg b/client/public/icons/game-icons/ffffff/skoll/thompson-m1928.svg new file mode 100644 index 00000000..b372aa28 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/thompson-m1928.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/topaz.svg b/client/public/icons/game-icons/ffffff/skoll/topaz.svg new file mode 100644 index 00000000..c47e238c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/topaz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/trench-body-armor.svg b/client/public/icons/game-icons/ffffff/skoll/trench-body-armor.svg new file mode 100644 index 00000000..68f81fd6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/trench-body-armor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/trench-knife.svg b/client/public/icons/game-icons/ffffff/skoll/trench-knife.svg new file mode 100644 index 00000000..16e3af23 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/trench-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/trench-spade.svg b/client/public/icons/game-icons/ffffff/skoll/trench-spade.svg new file mode 100644 index 00000000..081fe2cf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/trench-spade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/troll.svg b/client/public/icons/game-icons/ffffff/skoll/troll.svg new file mode 100644 index 00000000..dae68166 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/troll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/walther-ppk.svg b/client/public/icons/game-icons/ffffff/skoll/walther-ppk.svg new file mode 100644 index 00000000..e600a754 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/walther-ppk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/winchester-rifle.svg b/client/public/icons/game-icons/ffffff/skoll/winchester-rifle.svg new file mode 100644 index 00000000..23874366 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/winchester-rifle.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/skoll/wooden-helmet.svg b/client/public/icons/game-icons/ffffff/skoll/wooden-helmet.svg new file mode 100644 index 00000000..32245479 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/wooden-helmet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/skoll/zeppelin.svg b/client/public/icons/game-icons/ffffff/skoll/zeppelin.svg new file mode 100644 index 00000000..b16a0fad --- /dev/null +++ b/client/public/icons/game-icons/ffffff/skoll/zeppelin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/sparker/bear-face.svg b/client/public/icons/game-icons/ffffff/sparker/bear-face.svg new file mode 100644 index 00000000..4ae9ab6f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/sparker/bear-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/spencerdub/digital-trace.svg b/client/public/icons/game-icons/ffffff/spencerdub/digital-trace.svg new file mode 100644 index 00000000..cd6b87bb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/spencerdub/digital-trace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/starseeker/potion-of-madness.svg b/client/public/icons/game-icons/ffffff/starseeker/potion-of-madness.svg new file mode 100644 index 00000000..1627251c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/starseeker/potion-of-madness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/various-artists/infinity.svg b/client/public/icons/game-icons/ffffff/various-artists/infinity.svg new file mode 100644 index 00000000..e0114293 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/various-artists/infinity.svg @@ -0,0 +1 @@ + diff --git a/client/public/icons/game-icons/ffffff/various-artists/salmon.svg b/client/public/icons/game-icons/ffffff/various-artists/salmon.svg new file mode 100644 index 00000000..6ed5db36 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/various-artists/salmon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-001.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-001.svg new file mode 100644 index 00000000..00c73fdf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-001.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-002.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-002.svg new file mode 100644 index 00000000..f70fb952 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-002.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-003.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-003.svg new file mode 100644 index 00000000..339973c3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-003.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-004.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-004.svg new file mode 100644 index 00000000..8bd91766 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-004.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-005.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-005.svg new file mode 100644 index 00000000..58249328 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-005.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-006.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-006.svg new file mode 100644 index 00000000..4163dfd8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-006.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-007.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-007.svg new file mode 100644 index 00000000..9de373c7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-007.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-008.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-008.svg new file mode 100644 index 00000000..5c7eef2f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-008.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-009.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-009.svg new file mode 100644 index 00000000..36660395 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-009.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-010.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-010.svg new file mode 100644 index 00000000..c5d4164f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-010.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-011.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-011.svg new file mode 100644 index 00000000..ae61e361 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-011.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-012.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-012.svg new file mode 100644 index 00000000..564093ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-012.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-013.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-013.svg new file mode 100644 index 00000000..bc5abb42 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-013.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-014.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-014.svg new file mode 100644 index 00000000..a11465ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-014.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-015.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-015.svg new file mode 100644 index 00000000..08070265 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-015.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-016.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-016.svg new file mode 100644 index 00000000..e1ac9390 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-016.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-017.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-017.svg new file mode 100644 index 00000000..18a11285 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-017.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-018.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-018.svg new file mode 100644 index 00000000..a5965d26 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-018.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-019.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-019.svg new file mode 100644 index 00000000..e8fe525a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-019.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-020.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-020.svg new file mode 100644 index 00000000..ef1c69e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-020.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-021.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-021.svg new file mode 100644 index 00000000..72d0e2b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-021.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-022.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-022.svg new file mode 100644 index 00000000..bcbc20bf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-022.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-023.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-023.svg new file mode 100644 index 00000000..0bf4ce79 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-023.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-024.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-024.svg new file mode 100644 index 00000000..e751071e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-024.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-025.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-025.svg new file mode 100644 index 00000000..4b757aa5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-025.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-026.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-026.svg new file mode 100644 index 00000000..9f12e0ce --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-026.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-027.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-027.svg new file mode 100644 index 00000000..28dfcb28 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-027.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-028.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-028.svg new file mode 100644 index 00000000..8e9d2d18 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-028.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-029.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-029.svg new file mode 100644 index 00000000..873b57cf --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-029.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-030.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-030.svg new file mode 100644 index 00000000..ad248f9c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-030.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-031.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-031.svg new file mode 100644 index 00000000..13451876 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-031.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-032.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-032.svg new file mode 100644 index 00000000..b87548ea --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-032.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-033.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-033.svg new file mode 100644 index 00000000..cd0bd604 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-033.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-034.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-034.svg new file mode 100644 index 00000000..c436a37b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-034.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-035.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-035.svg new file mode 100644 index 00000000..ef90f0bd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-035.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-036.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-036.svg new file mode 100644 index 00000000..43eaf5b0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-036.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-037.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-037.svg new file mode 100644 index 00000000..8682ef64 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-037.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-038.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-038.svg new file mode 100644 index 00000000..ea75e189 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-038.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-039.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-039.svg new file mode 100644 index 00000000..82cde8b1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-039.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-040.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-040.svg new file mode 100644 index 00000000..52cc601e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-040.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-041.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-041.svg new file mode 100644 index 00000000..4453d2f5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-041.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-042.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-042.svg new file mode 100644 index 00000000..e1175dc9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-042.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-043.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-043.svg new file mode 100644 index 00000000..5424a731 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-043.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-044.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-044.svg new file mode 100644 index 00000000..827044e5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-044.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-045.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-045.svg new file mode 100644 index 00000000..c9ca8a47 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-045.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-046.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-046.svg new file mode 100644 index 00000000..a045d208 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-046.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-047.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-047.svg new file mode 100644 index 00000000..2ed49640 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-047.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-048.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-048.svg new file mode 100644 index 00000000..efc430ef --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-048.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-049.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-049.svg new file mode 100644 index 00000000..b83dec48 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-049.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-050.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-050.svg new file mode 100644 index 00000000..76673d90 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-050.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-051.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-051.svg new file mode 100644 index 00000000..1620752c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-051.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-052.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-052.svg new file mode 100644 index 00000000..25bb67b7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-052.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-053.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-053.svg new file mode 100644 index 00000000..85a93e4b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-053.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-054.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-054.svg new file mode 100644 index 00000000..e6767bf6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-054.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-055.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-055.svg new file mode 100644 index 00000000..80ca5ff2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-055.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-056.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-056.svg new file mode 100644 index 00000000..da035a76 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-056.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-057.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-057.svg new file mode 100644 index 00000000..b22a5d56 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-057.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-058.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-058.svg new file mode 100644 index 00000000..58d4cb7e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-058.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-059.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-059.svg new file mode 100644 index 00000000..3fc4d3d9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-059.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-060.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-060.svg new file mode 100644 index 00000000..f803b8af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-060.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-061.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-061.svg new file mode 100644 index 00000000..3526e80d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-061.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-062.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-062.svg new file mode 100644 index 00000000..53cc106b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-062.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-063.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-063.svg new file mode 100644 index 00000000..3c9dae87 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-063.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-064.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-064.svg new file mode 100644 index 00000000..b33f312f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-064.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-065.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-065.svg new file mode 100644 index 00000000..f3f26bf5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-065.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-066.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-066.svg new file mode 100644 index 00000000..2dc64643 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-066.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-067.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-067.svg new file mode 100644 index 00000000..669264b5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-067.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-068.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-068.svg new file mode 100644 index 00000000..0148e2f3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-068.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-069.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-069.svg new file mode 100644 index 00000000..50419b09 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-069.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-070.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-070.svg new file mode 100644 index 00000000..9ffacde8 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-070.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-071.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-071.svg new file mode 100644 index 00000000..a71d03a2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-071.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-072.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-072.svg new file mode 100644 index 00000000..3d533100 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-072.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-073.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-073.svg new file mode 100644 index 00000000..49f319d2 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-073.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-074.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-074.svg new file mode 100644 index 00000000..9eff42c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-074.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-075.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-075.svg new file mode 100644 index 00000000..e1e61de4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-075.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-076.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-076.svg new file mode 100644 index 00000000..d1f9d536 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-076.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-077.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-077.svg new file mode 100644 index 00000000..80d464af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-077.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-078.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-078.svg new file mode 100644 index 00000000..1f9a4615 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-078.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-079.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-079.svg new file mode 100644 index 00000000..b717721d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-079.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-080.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-080.svg new file mode 100644 index 00000000..c7960257 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-080.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-081.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-081.svg new file mode 100644 index 00000000..779bcb05 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-081.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-082.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-082.svg new file mode 100644 index 00000000..075573c5 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-082.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-083.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-083.svg new file mode 100644 index 00000000..81aaec5a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-083.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-084.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-084.svg new file mode 100644 index 00000000..f1c146b1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-084.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-085.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-085.svg new file mode 100644 index 00000000..36da4594 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-085.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-086.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-086.svg new file mode 100644 index 00000000..f8b9e635 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-086.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-087.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-087.svg new file mode 100644 index 00000000..754634fd --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-087.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-088.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-088.svg new file mode 100644 index 00000000..cc0e07b6 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-088.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-089.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-089.svg new file mode 100644 index 00000000..96346a1d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-089.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-090.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-090.svg new file mode 100644 index 00000000..36dbec29 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-090.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-091.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-091.svg new file mode 100644 index 00000000..b81c6a37 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-091.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-092.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-092.svg new file mode 100644 index 00000000..e2b79437 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-092.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-093.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-093.svg new file mode 100644 index 00000000..7faf1544 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-093.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-094.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-094.svg new file mode 100644 index 00000000..936de988 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-094.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-095.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-095.svg new file mode 100644 index 00000000..387d2ef3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-095.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-096.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-096.svg new file mode 100644 index 00000000..3a96ebfb --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-096.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-097.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-097.svg new file mode 100644 index 00000000..3aff8d7c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-097.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-098.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-098.svg new file mode 100644 index 00000000..9de0cf88 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-098.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-099.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-099.svg new file mode 100644 index 00000000..67094137 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-099.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-100.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-100.svg new file mode 100644 index 00000000..61e75b2a --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-101.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-101.svg new file mode 100644 index 00000000..0ae9ddc7 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-101.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-102.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-102.svg new file mode 100644 index 00000000..6bc11dd4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-102.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-103.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-103.svg new file mode 100644 index 00000000..f23cfdb9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-103.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-104.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-104.svg new file mode 100644 index 00000000..e454c168 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-104.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-105.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-105.svg new file mode 100644 index 00000000..85f25e15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-105.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-106.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-106.svg new file mode 100644 index 00000000..8d313ab3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-106.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-107.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-107.svg new file mode 100644 index 00000000..c9fdaa39 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-107.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-108.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-108.svg new file mode 100644 index 00000000..1cf5b14f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-108.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-109.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-109.svg new file mode 100644 index 00000000..6a8c59a1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-109.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-110.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-110.svg new file mode 100644 index 00000000..28556a15 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-110.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-111.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-111.svg new file mode 100644 index 00000000..4f8b59a0 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-111.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-112.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-112.svg new file mode 100644 index 00000000..9648636f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-112.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-113.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-113.svg new file mode 100644 index 00000000..702bdee3 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-113.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-114.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-114.svg new file mode 100644 index 00000000..41a9fb33 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-114.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-115.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-115.svg new file mode 100644 index 00000000..54b4c1e4 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-115.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-116.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-116.svg new file mode 100644 index 00000000..fc2da334 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-116.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-117.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-117.svg new file mode 100644 index 00000000..db3e5d8f --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-117.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-118.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-118.svg new file mode 100644 index 00000000..503b3728 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-118.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-119.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-119.svg new file mode 100644 index 00000000..8a5adee9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-119.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-120.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-120.svg new file mode 100644 index 00000000..b1d72cf9 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-120.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/viscious-speed/abstract-121.svg b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-121.svg new file mode 100644 index 00000000..3293bbb1 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/viscious-speed/abstract-121.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/willdabeast/black-book.svg b/client/public/icons/game-icons/ffffff/willdabeast/black-book.svg new file mode 100644 index 00000000..68cc9f1d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/willdabeast/black-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/willdabeast/chain-lightning.svg b/client/public/icons/game-icons/ffffff/willdabeast/chain-lightning.svg new file mode 100644 index 00000000..30dc192b --- /dev/null +++ b/client/public/icons/game-icons/ffffff/willdabeast/chain-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/willdabeast/chain-mail.svg b/client/public/icons/game-icons/ffffff/willdabeast/chain-mail.svg new file mode 100644 index 00000000..53d0696e --- /dev/null +++ b/client/public/icons/game-icons/ffffff/willdabeast/chain-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/willdabeast/gold-bar.svg b/client/public/icons/game-icons/ffffff/willdabeast/gold-bar.svg new file mode 100644 index 00000000..0976942c --- /dev/null +++ b/client/public/icons/game-icons/ffffff/willdabeast/gold-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/willdabeast/orb-wand.svg b/client/public/icons/game-icons/ffffff/willdabeast/orb-wand.svg new file mode 100644 index 00000000..9b53f296 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/willdabeast/orb-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/willdabeast/round-shield.svg b/client/public/icons/game-icons/ffffff/willdabeast/round-shield.svg new file mode 100644 index 00000000..860e92af --- /dev/null +++ b/client/public/icons/game-icons/ffffff/willdabeast/round-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/willdabeast/white-book.svg b/client/public/icons/game-icons/ffffff/willdabeast/white-book.svg new file mode 100644 index 00000000..c2b2a094 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/willdabeast/white-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/zajkonur/skull-with-syringe.svg b/client/public/icons/game-icons/ffffff/zajkonur/skull-with-syringe.svg new file mode 100644 index 00000000..b7900a8d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/zajkonur/skull-with-syringe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/zajkonur/violin.svg b/client/public/icons/game-icons/ffffff/zajkonur/violin.svg new file mode 100644 index 00000000..c919459d --- /dev/null +++ b/client/public/icons/game-icons/ffffff/zajkonur/violin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/zeromancer/heart-minus.svg b/client/public/icons/game-icons/ffffff/zeromancer/heart-minus.svg new file mode 100644 index 00000000..5558af06 --- /dev/null +++ b/client/public/icons/game-icons/ffffff/zeromancer/heart-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/game-icons/ffffff/zeromancer/heart-plus.svg b/client/public/icons/game-icons/ffffff/zeromancer/heart-plus.svg new file mode 100644 index 00000000..62f1a3ba --- /dev/null +++ b/client/public/icons/game-icons/ffffff/zeromancer/heart-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/icons/iconoir/regular/accessibility-sign.svg b/client/public/icons/iconoir/regular/accessibility-sign.svg new file mode 100644 index 00000000..51db0f9b --- /dev/null +++ b/client/public/icons/iconoir/regular/accessibility-sign.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/accessibility-tech.svg b/client/public/icons/iconoir/regular/accessibility-tech.svg new file mode 100644 index 00000000..ccaf5916 --- /dev/null +++ b/client/public/icons/iconoir/regular/accessibility-tech.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/accessibility.svg b/client/public/icons/iconoir/regular/accessibility.svg new file mode 100644 index 00000000..2fb8a09c --- /dev/null +++ b/client/public/icons/iconoir/regular/accessibility.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/activity.svg b/client/public/icons/iconoir/regular/activity.svg new file mode 100644 index 00000000..42fa46a2 --- /dev/null +++ b/client/public/icons/iconoir/regular/activity.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/adobe-after-effects.svg b/client/public/icons/iconoir/regular/adobe-after-effects.svg new file mode 100644 index 00000000..565095e4 --- /dev/null +++ b/client/public/icons/iconoir/regular/adobe-after-effects.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/adobe-illustrator.svg b/client/public/icons/iconoir/regular/adobe-illustrator.svg new file mode 100644 index 00000000..251995ab --- /dev/null +++ b/client/public/icons/iconoir/regular/adobe-illustrator.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/adobe-indesign.svg b/client/public/icons/iconoir/regular/adobe-indesign.svg new file mode 100644 index 00000000..9cd2c5b5 --- /dev/null +++ b/client/public/icons/iconoir/regular/adobe-indesign.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/adobe-lightroom.svg b/client/public/icons/iconoir/regular/adobe-lightroom.svg new file mode 100644 index 00000000..f889b0d2 --- /dev/null +++ b/client/public/icons/iconoir/regular/adobe-lightroom.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/adobe-photoshop.svg b/client/public/icons/iconoir/regular/adobe-photoshop.svg new file mode 100644 index 00000000..25724210 --- /dev/null +++ b/client/public/icons/iconoir/regular/adobe-photoshop.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/adobe-xd.svg b/client/public/icons/iconoir/regular/adobe-xd.svg new file mode 100644 index 00000000..b280dc86 --- /dev/null +++ b/client/public/icons/iconoir/regular/adobe-xd.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/african-tree.svg b/client/public/icons/iconoir/regular/african-tree.svg new file mode 100644 index 00000000..f0780b18 --- /dev/null +++ b/client/public/icons/iconoir/regular/african-tree.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/agile.svg b/client/public/icons/iconoir/regular/agile.svg new file mode 100644 index 00000000..a5d4ed68 --- /dev/null +++ b/client/public/icons/iconoir/regular/agile.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/air-conditioner.svg b/client/public/icons/iconoir/regular/air-conditioner.svg new file mode 100644 index 00000000..2a634682 --- /dev/null +++ b/client/public/icons/iconoir/regular/air-conditioner.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/airplane-helix-45deg.svg b/client/public/icons/iconoir/regular/airplane-helix-45deg.svg new file mode 100644 index 00000000..97a9f315 --- /dev/null +++ b/client/public/icons/iconoir/regular/airplane-helix-45deg.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/airplane-helix.svg b/client/public/icons/iconoir/regular/airplane-helix.svg new file mode 100644 index 00000000..bbad6dba --- /dev/null +++ b/client/public/icons/iconoir/regular/airplane-helix.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/airplane-off.svg b/client/public/icons/iconoir/regular/airplane-off.svg new file mode 100644 index 00000000..8f900dbe --- /dev/null +++ b/client/public/icons/iconoir/regular/airplane-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/airplane-rotation.svg b/client/public/icons/iconoir/regular/airplane-rotation.svg new file mode 100644 index 00000000..8fdf25db --- /dev/null +++ b/client/public/icons/iconoir/regular/airplane-rotation.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/airplane.svg b/client/public/icons/iconoir/regular/airplane.svg new file mode 100644 index 00000000..cfa5a8c0 --- /dev/null +++ b/client/public/icons/iconoir/regular/airplane.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/airplay.svg b/client/public/icons/iconoir/regular/airplay.svg new file mode 100644 index 00000000..a3983391 --- /dev/null +++ b/client/public/icons/iconoir/regular/airplay.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/alarm.svg b/client/public/icons/iconoir/regular/alarm.svg new file mode 100644 index 00000000..b5d6b41b --- /dev/null +++ b/client/public/icons/iconoir/regular/alarm.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/album-carousel.svg b/client/public/icons/iconoir/regular/album-carousel.svg new file mode 100644 index 00000000..70f599cf --- /dev/null +++ b/client/public/icons/iconoir/regular/album-carousel.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/album-list.svg b/client/public/icons/iconoir/regular/album-list.svg new file mode 100644 index 00000000..28da96ad --- /dev/null +++ b/client/public/icons/iconoir/regular/album-list.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/album-open.svg b/client/public/icons/iconoir/regular/album-open.svg new file mode 100644 index 00000000..a87477cb --- /dev/null +++ b/client/public/icons/iconoir/regular/album-open.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/album.svg b/client/public/icons/iconoir/regular/album.svg new file mode 100644 index 00000000..cd84a0ab --- /dev/null +++ b/client/public/icons/iconoir/regular/album.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/align-bottom-box.svg b/client/public/icons/iconoir/regular/align-bottom-box.svg new file mode 100644 index 00000000..9a6bbc56 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-bottom-box.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/align-center.svg b/client/public/icons/iconoir/regular/align-center.svg new file mode 100644 index 00000000..1c7e28ce --- /dev/null +++ b/client/public/icons/iconoir/regular/align-center.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/align-horizontal-centers.svg b/client/public/icons/iconoir/regular/align-horizontal-centers.svg new file mode 100644 index 00000000..28e66005 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-horizontal-centers.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/align-horizontal-spacing.svg b/client/public/icons/iconoir/regular/align-horizontal-spacing.svg new file mode 100644 index 00000000..026fe390 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-horizontal-spacing.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/align-justify.svg b/client/public/icons/iconoir/regular/align-justify.svg new file mode 100644 index 00000000..d5d263c4 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-justify.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/align-left-box.svg b/client/public/icons/iconoir/regular/align-left-box.svg new file mode 100644 index 00000000..b1c906bc --- /dev/null +++ b/client/public/icons/iconoir/regular/align-left-box.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/align-left.svg b/client/public/icons/iconoir/regular/align-left.svg new file mode 100644 index 00000000..fc25dca1 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-left.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/align-right-box.svg b/client/public/icons/iconoir/regular/align-right-box.svg new file mode 100644 index 00000000..822c85ac --- /dev/null +++ b/client/public/icons/iconoir/regular/align-right-box.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/align-right.svg b/client/public/icons/iconoir/regular/align-right.svg new file mode 100644 index 00000000..2c3a4925 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/align-top-box.svg b/client/public/icons/iconoir/regular/align-top-box.svg new file mode 100644 index 00000000..35c78a84 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-top-box.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/align-vertical-centers.svg b/client/public/icons/iconoir/regular/align-vertical-centers.svg new file mode 100644 index 00000000..03920576 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-vertical-centers.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/align-vertical-spacing.svg b/client/public/icons/iconoir/regular/align-vertical-spacing.svg new file mode 100644 index 00000000..e45c3fb9 --- /dev/null +++ b/client/public/icons/iconoir/regular/align-vertical-spacing.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/angle-tool.svg b/client/public/icons/iconoir/regular/angle-tool.svg new file mode 100644 index 00000000..4d6c4619 --- /dev/null +++ b/client/public/icons/iconoir/regular/angle-tool.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/antenna-off.svg b/client/public/icons/iconoir/regular/antenna-off.svg new file mode 100644 index 00000000..ccc07503 --- /dev/null +++ b/client/public/icons/iconoir/regular/antenna-off.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/antenna-signal-tag.svg b/client/public/icons/iconoir/regular/antenna-signal-tag.svg new file mode 100644 index 00000000..a09a16d2 --- /dev/null +++ b/client/public/icons/iconoir/regular/antenna-signal-tag.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/antenna-signal.svg b/client/public/icons/iconoir/regular/antenna-signal.svg new file mode 100644 index 00000000..d4ef0f43 --- /dev/null +++ b/client/public/icons/iconoir/regular/antenna-signal.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/antenna.svg b/client/public/icons/iconoir/regular/antenna.svg new file mode 100644 index 00000000..8e4349da --- /dev/null +++ b/client/public/icons/iconoir/regular/antenna.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/app-notification.svg b/client/public/icons/iconoir/regular/app-notification.svg new file mode 100644 index 00000000..bcbfde5b --- /dev/null +++ b/client/public/icons/iconoir/regular/app-notification.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/app-store.svg b/client/public/icons/iconoir/regular/app-store.svg new file mode 100644 index 00000000..beac5276 --- /dev/null +++ b/client/public/icons/iconoir/regular/app-store.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/app-window.svg b/client/public/icons/iconoir/regular/app-window.svg new file mode 100644 index 00000000..507c043d --- /dev/null +++ b/client/public/icons/iconoir/regular/app-window.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/apple-half.svg b/client/public/icons/iconoir/regular/apple-half.svg new file mode 100644 index 00000000..93fcb7b0 --- /dev/null +++ b/client/public/icons/iconoir/regular/apple-half.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/apple-imac-2021-side.svg b/client/public/icons/iconoir/regular/apple-imac-2021-side.svg new file mode 100644 index 00000000..30d4d120 --- /dev/null +++ b/client/public/icons/iconoir/regular/apple-imac-2021-side.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/apple-imac-2021.svg b/client/public/icons/iconoir/regular/apple-imac-2021.svg new file mode 100644 index 00000000..9438997b --- /dev/null +++ b/client/public/icons/iconoir/regular/apple-imac-2021.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/apple-mac.svg b/client/public/icons/iconoir/regular/apple-mac.svg new file mode 100644 index 00000000..50da715b --- /dev/null +++ b/client/public/icons/iconoir/regular/apple-mac.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/apple-shortcuts.svg b/client/public/icons/iconoir/regular/apple-shortcuts.svg new file mode 100644 index 00000000..e2a6867f --- /dev/null +++ b/client/public/icons/iconoir/regular/apple-shortcuts.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/apple-swift.svg b/client/public/icons/iconoir/regular/apple-swift.svg new file mode 100644 index 00000000..20420a32 --- /dev/null +++ b/client/public/icons/iconoir/regular/apple-swift.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/apple-wallet.svg b/client/public/icons/iconoir/regular/apple-wallet.svg new file mode 100644 index 00000000..37e75be2 --- /dev/null +++ b/client/public/icons/iconoir/regular/apple-wallet.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/apple.svg b/client/public/icons/iconoir/regular/apple.svg new file mode 100644 index 00000000..817ebd6a --- /dev/null +++ b/client/public/icons/iconoir/regular/apple.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/ar-tag.svg b/client/public/icons/iconoir/regular/ar-tag.svg new file mode 100644 index 00000000..29d30a10 --- /dev/null +++ b/client/public/icons/iconoir/regular/ar-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/arc-3d-center-point.svg b/client/public/icons/iconoir/regular/arc-3d-center-point.svg new file mode 100644 index 00000000..dc67508c --- /dev/null +++ b/client/public/icons/iconoir/regular/arc-3d-center-point.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/arc-3d.svg b/client/public/icons/iconoir/regular/arc-3d.svg new file mode 100644 index 00000000..8371d044 --- /dev/null +++ b/client/public/icons/iconoir/regular/arc-3d.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/arcade.svg b/client/public/icons/iconoir/regular/arcade.svg new file mode 100644 index 00000000..73438a66 --- /dev/null +++ b/client/public/icons/iconoir/regular/arcade.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/archery-match.svg b/client/public/icons/iconoir/regular/archery-match.svg new file mode 100644 index 00000000..fe4b9996 --- /dev/null +++ b/client/public/icons/iconoir/regular/archery-match.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/archery.svg b/client/public/icons/iconoir/regular/archery.svg new file mode 100644 index 00000000..dc8072e5 --- /dev/null +++ b/client/public/icons/iconoir/regular/archery.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/archive.svg b/client/public/icons/iconoir/regular/archive.svg new file mode 100644 index 00000000..dc7d4674 --- /dev/null +++ b/client/public/icons/iconoir/regular/archive.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/area-search.svg b/client/public/icons/iconoir/regular/area-search.svg new file mode 100644 index 00000000..ed9a4d38 --- /dev/null +++ b/client/public/icons/iconoir/regular/area-search.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/arrow-archery.svg b/client/public/icons/iconoir/regular/arrow-archery.svg new file mode 100644 index 00000000..6366c35b --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-archery.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-down-circle.svg b/client/public/icons/iconoir/regular/arrow-down-circle.svg new file mode 100644 index 00000000..9c1eca5a --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-down-left-circle.svg b/client/public/icons/iconoir/regular/arrow-down-left-circle.svg new file mode 100644 index 00000000..590f0eaf --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down-left-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-down-left-square.svg b/client/public/icons/iconoir/regular/arrow-down-left-square.svg new file mode 100644 index 00000000..44d9b489 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down-left-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-down-left.svg b/client/public/icons/iconoir/regular/arrow-down-left.svg new file mode 100644 index 00000000..d97de17f --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-down-right-circle.svg b/client/public/icons/iconoir/regular/arrow-down-right-circle.svg new file mode 100644 index 00000000..d1c652ac --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down-right-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-down-right-square.svg b/client/public/icons/iconoir/regular/arrow-down-right-square.svg new file mode 100644 index 00000000..0f245676 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down-right-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-down-right.svg b/client/public/icons/iconoir/regular/arrow-down-right.svg new file mode 100644 index 00000000..6f1b2ab2 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-down-tag.svg b/client/public/icons/iconoir/regular/arrow-down-tag.svg new file mode 100644 index 00000000..4a674542 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down-tag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-down.svg b/client/public/icons/iconoir/regular/arrow-down.svg new file mode 100644 index 00000000..9726dcf1 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-email-forward.svg b/client/public/icons/iconoir/regular/arrow-email-forward.svg new file mode 100644 index 00000000..3ce9c96a --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-email-forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-enlarge-tag.svg b/client/public/icons/iconoir/regular/arrow-enlarge-tag.svg new file mode 100644 index 00000000..803e806e --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-enlarge-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/arrow-left-circle.svg b/client/public/icons/iconoir/regular/arrow-left-circle.svg new file mode 100644 index 00000000..31ecc3c3 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-left-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-left-tag.svg b/client/public/icons/iconoir/regular/arrow-left-tag.svg new file mode 100644 index 00000000..ce5de926 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-left-tag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-left.svg b/client/public/icons/iconoir/regular/arrow-left.svg new file mode 100644 index 00000000..b9bb7e5a --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-reduce-tag.svg b/client/public/icons/iconoir/regular/arrow-reduce-tag.svg new file mode 100644 index 00000000..18dcd267 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-reduce-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/arrow-right-circle.svg b/client/public/icons/iconoir/regular/arrow-right-circle.svg new file mode 100644 index 00000000..c1cab405 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-right-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-right-tag.svg b/client/public/icons/iconoir/regular/arrow-right-tag.svg new file mode 100644 index 00000000..a11af77a --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-right-tag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-right.svg b/client/public/icons/iconoir/regular/arrow-right.svg new file mode 100644 index 00000000..8c27e160 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-separate-vertical.svg b/client/public/icons/iconoir/regular/arrow-separate-vertical.svg new file mode 100644 index 00000000..56ef2cb8 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-separate-vertical.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-separate.svg b/client/public/icons/iconoir/regular/arrow-separate.svg new file mode 100644 index 00000000..878392a0 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-separate.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-union-vertical.svg b/client/public/icons/iconoir/regular/arrow-union-vertical.svg new file mode 100644 index 00000000..d26aef9d --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-union-vertical.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-union.svg b/client/public/icons/iconoir/regular/arrow-union.svg new file mode 100644 index 00000000..91232436 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-union.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-up-circle.svg b/client/public/icons/iconoir/regular/arrow-up-circle.svg new file mode 100644 index 00000000..1e6ecd33 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-up-left-circle.svg b/client/public/icons/iconoir/regular/arrow-up-left-circle.svg new file mode 100644 index 00000000..058ef2c4 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up-left-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-up-left-square.svg b/client/public/icons/iconoir/regular/arrow-up-left-square.svg new file mode 100644 index 00000000..1811c518 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up-left-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-up-left.svg b/client/public/icons/iconoir/regular/arrow-up-left.svg new file mode 100644 index 00000000..0cea9b10 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-up-right-circle.svg b/client/public/icons/iconoir/regular/arrow-up-right-circle.svg new file mode 100644 index 00000000..8b4fbb47 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up-right-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-up-right-square.svg b/client/public/icons/iconoir/regular/arrow-up-right-square.svg new file mode 100644 index 00000000..7999bc91 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up-right-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-up-right.svg b/client/public/icons/iconoir/regular/arrow-up-right.svg new file mode 100644 index 00000000..3a079892 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrow-up-tag.svg b/client/public/icons/iconoir/regular/arrow-up-tag.svg new file mode 100644 index 00000000..e81754d7 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up-tag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/arrow-up.svg b/client/public/icons/iconoir/regular/arrow-up.svg new file mode 100644 index 00000000..2eaddfd6 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/arrows-up-from-line.svg b/client/public/icons/iconoir/regular/arrows-up-from-line.svg new file mode 100644 index 00000000..6dc9eaa6 --- /dev/null +++ b/client/public/icons/iconoir/regular/arrows-up-from-line.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/asana.svg b/client/public/icons/iconoir/regular/asana.svg new file mode 100644 index 00000000..67207940 --- /dev/null +++ b/client/public/icons/iconoir/regular/asana.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/asterisk.svg b/client/public/icons/iconoir/regular/asterisk.svg new file mode 100644 index 00000000..99f95293 --- /dev/null +++ b/client/public/icons/iconoir/regular/asterisk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/at-sign-circle.svg b/client/public/icons/iconoir/regular/at-sign-circle.svg new file mode 100644 index 00000000..e95aafda --- /dev/null +++ b/client/public/icons/iconoir/regular/at-sign-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/at-sign.svg b/client/public/icons/iconoir/regular/at-sign.svg new file mode 100644 index 00000000..b4acc88d --- /dev/null +++ b/client/public/icons/iconoir/regular/at-sign.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/atom.svg b/client/public/icons/iconoir/regular/atom.svg new file mode 100644 index 00000000..914acb33 --- /dev/null +++ b/client/public/icons/iconoir/regular/atom.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/attachment.svg b/client/public/icons/iconoir/regular/attachment.svg new file mode 100644 index 00000000..f5a13406 --- /dev/null +++ b/client/public/icons/iconoir/regular/attachment.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/augmented-reality.svg b/client/public/icons/iconoir/regular/augmented-reality.svg new file mode 100644 index 00000000..1500b7b5 --- /dev/null +++ b/client/public/icons/iconoir/regular/augmented-reality.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/auto-flash.svg b/client/public/icons/iconoir/regular/auto-flash.svg new file mode 100644 index 00000000..c0b35b3e --- /dev/null +++ b/client/public/icons/iconoir/regular/auto-flash.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/avi-format.svg b/client/public/icons/iconoir/regular/avi-format.svg new file mode 100644 index 00000000..f2602ff9 --- /dev/null +++ b/client/public/icons/iconoir/regular/avi-format.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/axes.svg b/client/public/icons/iconoir/regular/axes.svg new file mode 100644 index 00000000..f0cf8a21 --- /dev/null +++ b/client/public/icons/iconoir/regular/axes.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/backward-15-seconds.svg b/client/public/icons/iconoir/regular/backward-15-seconds.svg new file mode 100644 index 00000000..a6719cd4 --- /dev/null +++ b/client/public/icons/iconoir/regular/backward-15-seconds.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/badge-check.svg b/client/public/icons/iconoir/regular/badge-check.svg new file mode 100644 index 00000000..9fc1d369 --- /dev/null +++ b/client/public/icons/iconoir/regular/badge-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bag.svg b/client/public/icons/iconoir/regular/bag.svg new file mode 100644 index 00000000..abf65319 --- /dev/null +++ b/client/public/icons/iconoir/regular/bag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/balcony.svg b/client/public/icons/iconoir/regular/balcony.svg new file mode 100644 index 00000000..2b4a88f1 --- /dev/null +++ b/client/public/icons/iconoir/regular/balcony.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bank.svg b/client/public/icons/iconoir/regular/bank.svg new file mode 100644 index 00000000..a98675c1 --- /dev/null +++ b/client/public/icons/iconoir/regular/bank.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/barcode.svg b/client/public/icons/iconoir/regular/barcode.svg new file mode 100644 index 00000000..6f2055a2 --- /dev/null +++ b/client/public/icons/iconoir/regular/barcode.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/basketball-field.svg b/client/public/icons/iconoir/regular/basketball-field.svg new file mode 100644 index 00000000..b6d3bfc3 --- /dev/null +++ b/client/public/icons/iconoir/regular/basketball-field.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/basketball.svg b/client/public/icons/iconoir/regular/basketball.svg new file mode 100644 index 00000000..8f099012 --- /dev/null +++ b/client/public/icons/iconoir/regular/basketball.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/bathroom.svg b/client/public/icons/iconoir/regular/bathroom.svg new file mode 100644 index 00000000..50384909 --- /dev/null +++ b/client/public/icons/iconoir/regular/bathroom.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/battery-25.svg b/client/public/icons/iconoir/regular/battery-25.svg new file mode 100644 index 00000000..f3a8bca8 --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-25.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/battery-50.svg b/client/public/icons/iconoir/regular/battery-50.svg new file mode 100644 index 00000000..3808f889 --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-50.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/battery-75.svg b/client/public/icons/iconoir/regular/battery-75.svg new file mode 100644 index 00000000..e2061836 --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-75.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/battery-charging.svg b/client/public/icons/iconoir/regular/battery-charging.svg new file mode 100644 index 00000000..9f09d23c --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-charging.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/battery-empty.svg b/client/public/icons/iconoir/regular/battery-empty.svg new file mode 100644 index 00000000..5935371d --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-empty.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/battery-full.svg b/client/public/icons/iconoir/regular/battery-full.svg new file mode 100644 index 00000000..e578bad0 --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-full.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/battery-indicator.svg b/client/public/icons/iconoir/regular/battery-indicator.svg new file mode 100644 index 00000000..f30f5e4d --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-indicator.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/battery-slash.svg b/client/public/icons/iconoir/regular/battery-slash.svg new file mode 100644 index 00000000..036c0126 --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-slash.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/battery-warning.svg b/client/public/icons/iconoir/regular/battery-warning.svg new file mode 100644 index 00000000..64edb013 --- /dev/null +++ b/client/public/icons/iconoir/regular/battery-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/bbq.svg b/client/public/icons/iconoir/regular/bbq.svg new file mode 100644 index 00000000..06524c48 --- /dev/null +++ b/client/public/icons/iconoir/regular/bbq.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/beach-bag.svg b/client/public/icons/iconoir/regular/beach-bag.svg new file mode 100644 index 00000000..54aa05b0 --- /dev/null +++ b/client/public/icons/iconoir/regular/beach-bag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bed-ready.svg b/client/public/icons/iconoir/regular/bed-ready.svg new file mode 100644 index 00000000..bea12189 --- /dev/null +++ b/client/public/icons/iconoir/regular/bed-ready.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/bed.svg b/client/public/icons/iconoir/regular/bed.svg new file mode 100644 index 00000000..0e058d4a --- /dev/null +++ b/client/public/icons/iconoir/regular/bed.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/behance-tag.svg b/client/public/icons/iconoir/regular/behance-tag.svg new file mode 100644 index 00000000..d610db59 --- /dev/null +++ b/client/public/icons/iconoir/regular/behance-tag.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/behance.svg b/client/public/icons/iconoir/regular/behance.svg new file mode 100644 index 00000000..e89b85f9 --- /dev/null +++ b/client/public/icons/iconoir/regular/behance.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/bell-notification.svg b/client/public/icons/iconoir/regular/bell-notification.svg new file mode 100644 index 00000000..a34e8125 --- /dev/null +++ b/client/public/icons/iconoir/regular/bell-notification.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/bell-off.svg b/client/public/icons/iconoir/regular/bell-off.svg new file mode 100644 index 00000000..137eba0d --- /dev/null +++ b/client/public/icons/iconoir/regular/bell-off.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/bell.svg b/client/public/icons/iconoir/regular/bell.svg new file mode 100644 index 00000000..bf2680fb --- /dev/null +++ b/client/public/icons/iconoir/regular/bell.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bicycle.svg b/client/public/icons/iconoir/regular/bicycle.svg new file mode 100644 index 00000000..111b49eb --- /dev/null +++ b/client/public/icons/iconoir/regular/bicycle.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/bin-full.svg b/client/public/icons/iconoir/regular/bin-full.svg new file mode 100644 index 00000000..e33d3dfc --- /dev/null +++ b/client/public/icons/iconoir/regular/bin-full.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/bin-half.svg b/client/public/icons/iconoir/regular/bin-half.svg new file mode 100644 index 00000000..fb751aea --- /dev/null +++ b/client/public/icons/iconoir/regular/bin-half.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/bin-minus-in.svg b/client/public/icons/iconoir/regular/bin-minus-in.svg new file mode 100644 index 00000000..99f4e150 --- /dev/null +++ b/client/public/icons/iconoir/regular/bin-minus-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/bin-plus-in.svg b/client/public/icons/iconoir/regular/bin-plus-in.svg new file mode 100644 index 00000000..77de56db --- /dev/null +++ b/client/public/icons/iconoir/regular/bin-plus-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/bin.svg b/client/public/icons/iconoir/regular/bin.svg new file mode 100644 index 00000000..25c14b94 --- /dev/null +++ b/client/public/icons/iconoir/regular/bin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/binocular.svg b/client/public/icons/iconoir/regular/binocular.svg new file mode 100644 index 00000000..38faf046 --- /dev/null +++ b/client/public/icons/iconoir/regular/binocular.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/birthday-cake.svg b/client/public/icons/iconoir/regular/birthday-cake.svg new file mode 100644 index 00000000..4c12beb4 --- /dev/null +++ b/client/public/icons/iconoir/regular/birthday-cake.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bishop.svg b/client/public/icons/iconoir/regular/bishop.svg new file mode 100644 index 00000000..1759a86b --- /dev/null +++ b/client/public/icons/iconoir/regular/bishop.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/bitbucket.svg b/client/public/icons/iconoir/regular/bitbucket.svg new file mode 100644 index 00000000..bd0327c7 --- /dev/null +++ b/client/public/icons/iconoir/regular/bitbucket.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bitcoin-circle.svg b/client/public/icons/iconoir/regular/bitcoin-circle.svg new file mode 100644 index 00000000..74fbc044 --- /dev/null +++ b/client/public/icons/iconoir/regular/bitcoin-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/bitcoin-rotate-out.svg b/client/public/icons/iconoir/regular/bitcoin-rotate-out.svg new file mode 100644 index 00000000..fd8b2cf6 --- /dev/null +++ b/client/public/icons/iconoir/regular/bitcoin-rotate-out.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bluetooth-tag.svg b/client/public/icons/iconoir/regular/bluetooth-tag.svg new file mode 100644 index 00000000..9ffd3d6c --- /dev/null +++ b/client/public/icons/iconoir/regular/bluetooth-tag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bluetooth.svg b/client/public/icons/iconoir/regular/bluetooth.svg new file mode 100644 index 00000000..7845cfa4 --- /dev/null +++ b/client/public/icons/iconoir/regular/bluetooth.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/bold-square.svg b/client/public/icons/iconoir/regular/bold-square.svg new file mode 100644 index 00000000..d8c9d2ed --- /dev/null +++ b/client/public/icons/iconoir/regular/bold-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bold.svg b/client/public/icons/iconoir/regular/bold.svg new file mode 100644 index 00000000..088fac4d --- /dev/null +++ b/client/public/icons/iconoir/regular/bold.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/bonfire.svg b/client/public/icons/iconoir/regular/bonfire.svg new file mode 100644 index 00000000..30221424 --- /dev/null +++ b/client/public/icons/iconoir/regular/bonfire.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/book-lock.svg b/client/public/icons/iconoir/regular/book-lock.svg new file mode 100644 index 00000000..77023bfe --- /dev/null +++ b/client/public/icons/iconoir/regular/book-lock.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/book-stack.svg b/client/public/icons/iconoir/regular/book-stack.svg new file mode 100644 index 00000000..e4122cd9 --- /dev/null +++ b/client/public/icons/iconoir/regular/book-stack.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/book.svg b/client/public/icons/iconoir/regular/book.svg new file mode 100644 index 00000000..c32af3ca --- /dev/null +++ b/client/public/icons/iconoir/regular/book.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/bookmark-book.svg b/client/public/icons/iconoir/regular/bookmark-book.svg new file mode 100644 index 00000000..fda678d0 --- /dev/null +++ b/client/public/icons/iconoir/regular/bookmark-book.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/bookmark-circle.svg b/client/public/icons/iconoir/regular/bookmark-circle.svg new file mode 100644 index 00000000..797d6053 --- /dev/null +++ b/client/public/icons/iconoir/regular/bookmark-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bookmark.svg b/client/public/icons/iconoir/regular/bookmark.svg new file mode 100644 index 00000000..64fb840f --- /dev/null +++ b/client/public/icons/iconoir/regular/bookmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/border-bl.svg b/client/public/icons/iconoir/regular/border-bl.svg new file mode 100644 index 00000000..a5cadab5 --- /dev/null +++ b/client/public/icons/iconoir/regular/border-bl.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-bottom.svg b/client/public/icons/iconoir/regular/border-bottom.svg new file mode 100644 index 00000000..742ccaef --- /dev/null +++ b/client/public/icons/iconoir/regular/border-bottom.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-br.svg b/client/public/icons/iconoir/regular/border-br.svg new file mode 100644 index 00000000..84c3a648 --- /dev/null +++ b/client/public/icons/iconoir/regular/border-br.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-inner.svg b/client/public/icons/iconoir/regular/border-inner.svg new file mode 100644 index 00000000..7031507e --- /dev/null +++ b/client/public/icons/iconoir/regular/border-inner.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-left.svg b/client/public/icons/iconoir/regular/border-left.svg new file mode 100644 index 00000000..c412e6f1 --- /dev/null +++ b/client/public/icons/iconoir/regular/border-left.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-out.svg b/client/public/icons/iconoir/regular/border-out.svg new file mode 100644 index 00000000..a665483f --- /dev/null +++ b/client/public/icons/iconoir/regular/border-out.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-right.svg b/client/public/icons/iconoir/regular/border-right.svg new file mode 100644 index 00000000..8e304bd7 --- /dev/null +++ b/client/public/icons/iconoir/regular/border-right.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-tl.svg b/client/public/icons/iconoir/regular/border-tl.svg new file mode 100644 index 00000000..07ef2584 --- /dev/null +++ b/client/public/icons/iconoir/regular/border-tl.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-top.svg b/client/public/icons/iconoir/regular/border-top.svg new file mode 100644 index 00000000..bd7f6b81 --- /dev/null +++ b/client/public/icons/iconoir/regular/border-top.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/border-tr.svg b/client/public/icons/iconoir/regular/border-tr.svg new file mode 100644 index 00000000..5927106e --- /dev/null +++ b/client/public/icons/iconoir/regular/border-tr.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bounce-left.svg b/client/public/icons/iconoir/regular/bounce-left.svg new file mode 100644 index 00000000..64402c50 --- /dev/null +++ b/client/public/icons/iconoir/regular/bounce-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bounce-right.svg b/client/public/icons/iconoir/regular/bounce-right.svg new file mode 100644 index 00000000..6f8e5df5 --- /dev/null +++ b/client/public/icons/iconoir/regular/bounce-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bowling-ball.svg b/client/public/icons/iconoir/regular/bowling-ball.svg new file mode 100644 index 00000000..c471a784 --- /dev/null +++ b/client/public/icons/iconoir/regular/bowling-ball.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/box-3d-center.svg b/client/public/icons/iconoir/regular/box-3d-center.svg new file mode 100644 index 00000000..2821094a --- /dev/null +++ b/client/public/icons/iconoir/regular/box-3d-center.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/box-3d-point.svg b/client/public/icons/iconoir/regular/box-3d-point.svg new file mode 100644 index 00000000..b360e44e --- /dev/null +++ b/client/public/icons/iconoir/regular/box-3d-point.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/box-3d-three-points.svg b/client/public/icons/iconoir/regular/box-3d-three-points.svg new file mode 100644 index 00000000..a925b676 --- /dev/null +++ b/client/public/icons/iconoir/regular/box-3d-three-points.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/box-iso.svg b/client/public/icons/iconoir/regular/box-iso.svg new file mode 100644 index 00000000..91c06dab --- /dev/null +++ b/client/public/icons/iconoir/regular/box-iso.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/box.svg b/client/public/icons/iconoir/regular/box.svg new file mode 100644 index 00000000..9fdea8f6 --- /dev/null +++ b/client/public/icons/iconoir/regular/box.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/boxing-glove.svg b/client/public/icons/iconoir/regular/boxing-glove.svg new file mode 100644 index 00000000..f6878528 --- /dev/null +++ b/client/public/icons/iconoir/regular/boxing-glove.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/brain-electricity.svg b/client/public/icons/iconoir/regular/brain-electricity.svg new file mode 100644 index 00000000..3461a367 --- /dev/null +++ b/client/public/icons/iconoir/regular/brain-electricity.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/brain-research.svg b/client/public/icons/iconoir/regular/brain-research.svg new file mode 100644 index 00000000..d8704ffb --- /dev/null +++ b/client/public/icons/iconoir/regular/brain-research.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/brain-warning.svg b/client/public/icons/iconoir/regular/brain-warning.svg new file mode 100644 index 00000000..3e6cf13b --- /dev/null +++ b/client/public/icons/iconoir/regular/brain-warning.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/brain.svg b/client/public/icons/iconoir/regular/brain.svg new file mode 100644 index 00000000..8ce3b22d --- /dev/null +++ b/client/public/icons/iconoir/regular/brain.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bread-slice.svg b/client/public/icons/iconoir/regular/bread-slice.svg new file mode 100644 index 00000000..ad436727 --- /dev/null +++ b/client/public/icons/iconoir/regular/bread-slice.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bridge-3d.svg b/client/public/icons/iconoir/regular/bridge-3d.svg new file mode 100644 index 00000000..f5399a4f --- /dev/null +++ b/client/public/icons/iconoir/regular/bridge-3d.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/bridge-surface.svg b/client/public/icons/iconoir/regular/bridge-surface.svg new file mode 100644 index 00000000..9f8661b0 --- /dev/null +++ b/client/public/icons/iconoir/regular/bridge-surface.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bright-crown.svg b/client/public/icons/iconoir/regular/bright-crown.svg new file mode 100644 index 00000000..76253322 --- /dev/null +++ b/client/public/icons/iconoir/regular/bright-crown.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bright-star.svg b/client/public/icons/iconoir/regular/bright-star.svg new file mode 100644 index 00000000..f555fa38 --- /dev/null +++ b/client/public/icons/iconoir/regular/bright-star.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/brightness-window.svg b/client/public/icons/iconoir/regular/brightness-window.svg new file mode 100644 index 00000000..54fb5234 --- /dev/null +++ b/client/public/icons/iconoir/regular/brightness-window.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/brightness.svg b/client/public/icons/iconoir/regular/brightness.svg new file mode 100644 index 00000000..722b57e0 --- /dev/null +++ b/client/public/icons/iconoir/regular/brightness.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/bubble-download.svg b/client/public/icons/iconoir/regular/bubble-download.svg new file mode 100644 index 00000000..3bfbf443 --- /dev/null +++ b/client/public/icons/iconoir/regular/bubble-download.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bubble-income.svg b/client/public/icons/iconoir/regular/bubble-income.svg new file mode 100644 index 00000000..e8ece9d7 --- /dev/null +++ b/client/public/icons/iconoir/regular/bubble-income.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bubble-outcome.svg b/client/public/icons/iconoir/regular/bubble-outcome.svg new file mode 100644 index 00000000..7fccc1ed --- /dev/null +++ b/client/public/icons/iconoir/regular/bubble-outcome.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bubble-search.svg b/client/public/icons/iconoir/regular/bubble-search.svg new file mode 100644 index 00000000..465e9eb1 --- /dev/null +++ b/client/public/icons/iconoir/regular/bubble-search.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/bubble-star.svg b/client/public/icons/iconoir/regular/bubble-star.svg new file mode 100644 index 00000000..5e818bce --- /dev/null +++ b/client/public/icons/iconoir/regular/bubble-star.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bubble-upload.svg b/client/public/icons/iconoir/regular/bubble-upload.svg new file mode 100644 index 00000000..a42d4545 --- /dev/null +++ b/client/public/icons/iconoir/regular/bubble-upload.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/bubble-warning.svg b/client/public/icons/iconoir/regular/bubble-warning.svg new file mode 100644 index 00000000..8675ecef --- /dev/null +++ b/client/public/icons/iconoir/regular/bubble-warning.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/bubble-xmark.svg b/client/public/icons/iconoir/regular/bubble-xmark.svg new file mode 100644 index 00000000..e7c55071 --- /dev/null +++ b/client/public/icons/iconoir/regular/bubble-xmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/building.svg b/client/public/icons/iconoir/regular/building.svg new file mode 100644 index 00000000..3c1cbcd1 --- /dev/null +++ b/client/public/icons/iconoir/regular/building.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bus-green.svg b/client/public/icons/iconoir/regular/bus-green.svg new file mode 100644 index 00000000..c528557b --- /dev/null +++ b/client/public/icons/iconoir/regular/bus-green.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bus-stop.svg b/client/public/icons/iconoir/regular/bus-stop.svg new file mode 100644 index 00000000..2038db6c --- /dev/null +++ b/client/public/icons/iconoir/regular/bus-stop.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/bus.svg b/client/public/icons/iconoir/regular/bus.svg new file mode 100644 index 00000000..b754059d --- /dev/null +++ b/client/public/icons/iconoir/regular/bus.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/c-square.svg b/client/public/icons/iconoir/regular/c-square.svg new file mode 100644 index 00000000..91d92a9b --- /dev/null +++ b/client/public/icons/iconoir/regular/c-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/cable-tag.svg b/client/public/icons/iconoir/regular/cable-tag.svg new file mode 100644 index 00000000..1b58e73b --- /dev/null +++ b/client/public/icons/iconoir/regular/cable-tag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/calculator.svg b/client/public/icons/iconoir/regular/calculator.svg new file mode 100644 index 00000000..cafaea39 --- /dev/null +++ b/client/public/icons/iconoir/regular/calculator.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/calendar-minus.svg b/client/public/icons/iconoir/regular/calendar-minus.svg new file mode 100644 index 00000000..f8079154 --- /dev/null +++ b/client/public/icons/iconoir/regular/calendar-minus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/calendar-plus.svg b/client/public/icons/iconoir/regular/calendar-plus.svg new file mode 100644 index 00000000..de34a0b7 --- /dev/null +++ b/client/public/icons/iconoir/regular/calendar-plus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/calendar.svg b/client/public/icons/iconoir/regular/calendar.svg new file mode 100644 index 00000000..d5d429b4 --- /dev/null +++ b/client/public/icons/iconoir/regular/calendar.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/camera.svg b/client/public/icons/iconoir/regular/camera.svg new file mode 100644 index 00000000..4c91b2eb --- /dev/null +++ b/client/public/icons/iconoir/regular/camera.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/candlestick-chart.svg b/client/public/icons/iconoir/regular/candlestick-chart.svg new file mode 100644 index 00000000..786e9539 --- /dev/null +++ b/client/public/icons/iconoir/regular/candlestick-chart.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/car.svg b/client/public/icons/iconoir/regular/car.svg new file mode 100644 index 00000000..df64e6c0 --- /dev/null +++ b/client/public/icons/iconoir/regular/car.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/card-lock.svg b/client/public/icons/iconoir/regular/card-lock.svg new file mode 100644 index 00000000..8320bb21 --- /dev/null +++ b/client/public/icons/iconoir/regular/card-lock.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/card-no-access.svg b/client/public/icons/iconoir/regular/card-no-access.svg new file mode 100644 index 00000000..677b896b --- /dev/null +++ b/client/public/icons/iconoir/regular/card-no-access.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/card-reader.svg b/client/public/icons/iconoir/regular/card-reader.svg new file mode 100644 index 00000000..aa4cb4b9 --- /dev/null +++ b/client/public/icons/iconoir/regular/card-reader.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/card-shield.svg b/client/public/icons/iconoir/regular/card-shield.svg new file mode 100644 index 00000000..c130a5b1 --- /dev/null +++ b/client/public/icons/iconoir/regular/card-shield.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/card-wallet.svg b/client/public/icons/iconoir/regular/card-wallet.svg new file mode 100644 index 00000000..9d675cc6 --- /dev/null +++ b/client/public/icons/iconoir/regular/card-wallet.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/cart-alt.svg b/client/public/icons/iconoir/regular/cart-alt.svg new file mode 100644 index 00000000..dd8465f9 --- /dev/null +++ b/client/public/icons/iconoir/regular/cart-alt.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/cart-minus.svg b/client/public/icons/iconoir/regular/cart-minus.svg new file mode 100644 index 00000000..65d07f20 --- /dev/null +++ b/client/public/icons/iconoir/regular/cart-minus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cart-plus.svg b/client/public/icons/iconoir/regular/cart-plus.svg new file mode 100644 index 00000000..d9005d86 --- /dev/null +++ b/client/public/icons/iconoir/regular/cart-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cart.svg b/client/public/icons/iconoir/regular/cart.svg new file mode 100644 index 00000000..bde58611 --- /dev/null +++ b/client/public/icons/iconoir/regular/cart.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cash.svg b/client/public/icons/iconoir/regular/cash.svg new file mode 100644 index 00000000..8fcb22a5 --- /dev/null +++ b/client/public/icons/iconoir/regular/cash.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cell-2x2.svg b/client/public/icons/iconoir/regular/cell-2x2.svg new file mode 100644 index 00000000..0d4f2b60 --- /dev/null +++ b/client/public/icons/iconoir/regular/cell-2x2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cellar.svg b/client/public/icons/iconoir/regular/cellar.svg new file mode 100644 index 00000000..a7548be2 --- /dev/null +++ b/client/public/icons/iconoir/regular/cellar.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/center-align.svg b/client/public/icons/iconoir/regular/center-align.svg new file mode 100644 index 00000000..d417f5ef --- /dev/null +++ b/client/public/icons/iconoir/regular/center-align.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/chat-bubble-check.svg b/client/public/icons/iconoir/regular/chat-bubble-check.svg new file mode 100644 index 00000000..106e607f --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-bubble-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/chat-bubble-empty.svg b/client/public/icons/iconoir/regular/chat-bubble-empty.svg new file mode 100644 index 00000000..927d7893 --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-bubble-empty.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/chat-bubble-question.svg b/client/public/icons/iconoir/regular/chat-bubble-question.svg new file mode 100644 index 00000000..5efd54e4 --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-bubble-question.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/chat-bubble-translate.svg b/client/public/icons/iconoir/regular/chat-bubble-translate.svg new file mode 100644 index 00000000..3350879c --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-bubble-translate.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/chat-bubble-warning.svg b/client/public/icons/iconoir/regular/chat-bubble-warning.svg new file mode 100644 index 00000000..9944b058 --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-bubble-warning.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/chat-bubble-xmark.svg b/client/public/icons/iconoir/regular/chat-bubble-xmark.svg new file mode 100644 index 00000000..f1b48e78 --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-bubble-xmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/chat-bubble.svg b/client/public/icons/iconoir/regular/chat-bubble.svg new file mode 100644 index 00000000..576c3482 --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-bubble.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/chat-lines.svg b/client/public/icons/iconoir/regular/chat-lines.svg new file mode 100644 index 00000000..1e6afd0f --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-lines.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/chat-minus-in.svg b/client/public/icons/iconoir/regular/chat-minus-in.svg new file mode 100644 index 00000000..907e7996 --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-minus-in.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/chat-plus-in.svg b/client/public/icons/iconoir/regular/chat-plus-in.svg new file mode 100644 index 00000000..f67813a8 --- /dev/null +++ b/client/public/icons/iconoir/regular/chat-plus-in.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/check-circle.svg b/client/public/icons/iconoir/regular/check-circle.svg new file mode 100644 index 00000000..cca4d839 --- /dev/null +++ b/client/public/icons/iconoir/regular/check-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/check-square.svg b/client/public/icons/iconoir/regular/check-square.svg new file mode 100644 index 00000000..4a2260c3 --- /dev/null +++ b/client/public/icons/iconoir/regular/check-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/check.svg b/client/public/icons/iconoir/regular/check.svg new file mode 100644 index 00000000..9e287415 --- /dev/null +++ b/client/public/icons/iconoir/regular/check.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/chocolate.svg b/client/public/icons/iconoir/regular/chocolate.svg new file mode 100644 index 00000000..2e282a8d --- /dev/null +++ b/client/public/icons/iconoir/regular/chocolate.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/chromecast-active.svg b/client/public/icons/iconoir/regular/chromecast-active.svg new file mode 100644 index 00000000..1a6e2b21 --- /dev/null +++ b/client/public/icons/iconoir/regular/chromecast-active.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/chromecast.svg b/client/public/icons/iconoir/regular/chromecast.svg new file mode 100644 index 00000000..25ebd8f9 --- /dev/null +++ b/client/public/icons/iconoir/regular/chromecast.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/church-side.svg b/client/public/icons/iconoir/regular/church-side.svg new file mode 100644 index 00000000..d3d5f4d5 --- /dev/null +++ b/client/public/icons/iconoir/regular/church-side.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/church.svg b/client/public/icons/iconoir/regular/church.svg new file mode 100644 index 00000000..19ced918 --- /dev/null +++ b/client/public/icons/iconoir/regular/church.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cigarette-slash.svg b/client/public/icons/iconoir/regular/cigarette-slash.svg new file mode 100644 index 00000000..ed7ee61e --- /dev/null +++ b/client/public/icons/iconoir/regular/cigarette-slash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cinema-old.svg b/client/public/icons/iconoir/regular/cinema-old.svg new file mode 100644 index 00000000..4c53f14d --- /dev/null +++ b/client/public/icons/iconoir/regular/cinema-old.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/circle-spark.svg b/client/public/icons/iconoir/regular/circle-spark.svg new file mode 100644 index 00000000..315b428e --- /dev/null +++ b/client/public/icons/iconoir/regular/circle-spark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/circle.svg b/client/public/icons/iconoir/regular/circle.svg new file mode 100644 index 00000000..a2f3a803 --- /dev/null +++ b/client/public/icons/iconoir/regular/circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/city.svg b/client/public/icons/iconoir/regular/city.svg new file mode 100644 index 00000000..d7ea85ad --- /dev/null +++ b/client/public/icons/iconoir/regular/city.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/clipboard-check.svg b/client/public/icons/iconoir/regular/clipboard-check.svg new file mode 100644 index 00000000..bab5652b --- /dev/null +++ b/client/public/icons/iconoir/regular/clipboard-check.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/clock-rotate-right.svg b/client/public/icons/iconoir/regular/clock-rotate-right.svg new file mode 100644 index 00000000..38216101 --- /dev/null +++ b/client/public/icons/iconoir/regular/clock-rotate-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/clock.svg b/client/public/icons/iconoir/regular/clock.svg new file mode 100644 index 00000000..e495dc18 --- /dev/null +++ b/client/public/icons/iconoir/regular/clock.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/closed-captions-tag.svg b/client/public/icons/iconoir/regular/closed-captions-tag.svg new file mode 100644 index 00000000..34a233e2 --- /dev/null +++ b/client/public/icons/iconoir/regular/closed-captions-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/closet.svg b/client/public/icons/iconoir/regular/closet.svg new file mode 100644 index 00000000..ae3feb05 --- /dev/null +++ b/client/public/icons/iconoir/regular/closet.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/cloud-bookmark.svg b/client/public/icons/iconoir/regular/cloud-bookmark.svg new file mode 100644 index 00000000..d23bd657 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-bookmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/cloud-check.svg b/client/public/icons/iconoir/regular/cloud-check.svg new file mode 100644 index 00000000..8d8923a7 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/cloud-desync.svg b/client/public/icons/iconoir/regular/cloud-desync.svg new file mode 100644 index 00000000..89431a10 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-desync.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/cloud-download.svg b/client/public/icons/iconoir/regular/cloud-download.svg new file mode 100644 index 00000000..58f4a938 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-download.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/cloud-square.svg b/client/public/icons/iconoir/regular/cloud-square.svg new file mode 100644 index 00000000..03be8518 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/cloud-sunny.svg b/client/public/icons/iconoir/regular/cloud-sunny.svg new file mode 100644 index 00000000..893fa07d --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-sunny.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cloud-sync.svg b/client/public/icons/iconoir/regular/cloud-sync.svg new file mode 100644 index 00000000..a7343848 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-sync.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/cloud-upload.svg b/client/public/icons/iconoir/regular/cloud-upload.svg new file mode 100644 index 00000000..b2b075b4 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-upload.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/cloud-xmark.svg b/client/public/icons/iconoir/regular/cloud-xmark.svg new file mode 100644 index 00000000..f5c58227 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud-xmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/cloud.svg b/client/public/icons/iconoir/regular/cloud.svg new file mode 100644 index 00000000..31083078 --- /dev/null +++ b/client/public/icons/iconoir/regular/cloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/code-brackets-square.svg b/client/public/icons/iconoir/regular/code-brackets-square.svg new file mode 100644 index 00000000..19596ab0 --- /dev/null +++ b/client/public/icons/iconoir/regular/code-brackets-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/code-brackets.svg b/client/public/icons/iconoir/regular/code-brackets.svg new file mode 100644 index 00000000..187641c4 --- /dev/null +++ b/client/public/icons/iconoir/regular/code-brackets.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/code.svg b/client/public/icons/iconoir/regular/code.svg new file mode 100644 index 00000000..c47b22e3 --- /dev/null +++ b/client/public/icons/iconoir/regular/code.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/codepen.svg b/client/public/icons/iconoir/regular/codepen.svg new file mode 100644 index 00000000..9dd2a18a --- /dev/null +++ b/client/public/icons/iconoir/regular/codepen.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/coffee-cup.svg b/client/public/icons/iconoir/regular/coffee-cup.svg new file mode 100644 index 00000000..1443074f --- /dev/null +++ b/client/public/icons/iconoir/regular/coffee-cup.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/coin-slash.svg b/client/public/icons/iconoir/regular/coin-slash.svg new file mode 100644 index 00000000..eb8c716a --- /dev/null +++ b/client/public/icons/iconoir/regular/coin-slash.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/coins-swap.svg b/client/public/icons/iconoir/regular/coins-swap.svg new file mode 100644 index 00000000..896c463b --- /dev/null +++ b/client/public/icons/iconoir/regular/coins-swap.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/coins.svg b/client/public/icons/iconoir/regular/coins.svg new file mode 100644 index 00000000..19933073 --- /dev/null +++ b/client/public/icons/iconoir/regular/coins.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/collage-frame.svg b/client/public/icons/iconoir/regular/collage-frame.svg new file mode 100644 index 00000000..ca14b07d --- /dev/null +++ b/client/public/icons/iconoir/regular/collage-frame.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/collapse.svg b/client/public/icons/iconoir/regular/collapse.svg new file mode 100644 index 00000000..81fb6099 --- /dev/null +++ b/client/public/icons/iconoir/regular/collapse.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/color-filter.svg b/client/public/icons/iconoir/regular/color-filter.svg new file mode 100644 index 00000000..cdf638b5 --- /dev/null +++ b/client/public/icons/iconoir/regular/color-filter.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/color-picker.svg b/client/public/icons/iconoir/regular/color-picker.svg new file mode 100644 index 00000000..a1338900 --- /dev/null +++ b/client/public/icons/iconoir/regular/color-picker.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/color-wheel.svg b/client/public/icons/iconoir/regular/color-wheel.svg new file mode 100644 index 00000000..10a7bec0 --- /dev/null +++ b/client/public/icons/iconoir/regular/color-wheel.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/combine.svg b/client/public/icons/iconoir/regular/combine.svg new file mode 100644 index 00000000..cf362418 --- /dev/null +++ b/client/public/icons/iconoir/regular/combine.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/commodity.svg b/client/public/icons/iconoir/regular/commodity.svg new file mode 100644 index 00000000..a7a8bd94 --- /dev/null +++ b/client/public/icons/iconoir/regular/commodity.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/community.svg b/client/public/icons/iconoir/regular/community.svg new file mode 100644 index 00000000..146792cf --- /dev/null +++ b/client/public/icons/iconoir/regular/community.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/comp-align-bottom.svg b/client/public/icons/iconoir/regular/comp-align-bottom.svg new file mode 100644 index 00000000..289e8754 --- /dev/null +++ b/client/public/icons/iconoir/regular/comp-align-bottom.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/comp-align-left.svg b/client/public/icons/iconoir/regular/comp-align-left.svg new file mode 100644 index 00000000..a7fe27ff --- /dev/null +++ b/client/public/icons/iconoir/regular/comp-align-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/comp-align-right.svg b/client/public/icons/iconoir/regular/comp-align-right.svg new file mode 100644 index 00000000..3f864c8e --- /dev/null +++ b/client/public/icons/iconoir/regular/comp-align-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/comp-align-top.svg b/client/public/icons/iconoir/regular/comp-align-top.svg new file mode 100644 index 00000000..9b5440f7 --- /dev/null +++ b/client/public/icons/iconoir/regular/comp-align-top.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/compact-disc.svg b/client/public/icons/iconoir/regular/compact-disc.svg new file mode 100644 index 00000000..a1b1c857 --- /dev/null +++ b/client/public/icons/iconoir/regular/compact-disc.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/compass.svg b/client/public/icons/iconoir/regular/compass.svg new file mode 100644 index 00000000..d7cd8045 --- /dev/null +++ b/client/public/icons/iconoir/regular/compass.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/component.svg b/client/public/icons/iconoir/regular/component.svg new file mode 100644 index 00000000..9983bcb1 --- /dev/null +++ b/client/public/icons/iconoir/regular/component.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/compress-lines.svg b/client/public/icons/iconoir/regular/compress-lines.svg new file mode 100644 index 00000000..7359893a --- /dev/null +++ b/client/public/icons/iconoir/regular/compress-lines.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/compress.svg b/client/public/icons/iconoir/regular/compress.svg new file mode 100644 index 00000000..47fd3b63 --- /dev/null +++ b/client/public/icons/iconoir/regular/compress.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/computer.svg b/client/public/icons/iconoir/regular/computer.svg new file mode 100644 index 00000000..2529b653 --- /dev/null +++ b/client/public/icons/iconoir/regular/computer.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/constrained-surface.svg b/client/public/icons/iconoir/regular/constrained-surface.svg new file mode 100644 index 00000000..41d38c1f --- /dev/null +++ b/client/public/icons/iconoir/regular/constrained-surface.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/consumable.svg b/client/public/icons/iconoir/regular/consumable.svg new file mode 100644 index 00000000..89c5215d --- /dev/null +++ b/client/public/icons/iconoir/regular/consumable.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/contactless.svg b/client/public/icons/iconoir/regular/contactless.svg new file mode 100644 index 00000000..3b823693 --- /dev/null +++ b/client/public/icons/iconoir/regular/contactless.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/control-slider.svg b/client/public/icons/iconoir/regular/control-slider.svg new file mode 100644 index 00000000..b167857c --- /dev/null +++ b/client/public/icons/iconoir/regular/control-slider.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/cookie.svg b/client/public/icons/iconoir/regular/cookie.svg new file mode 100644 index 00000000..c039218d --- /dev/null +++ b/client/public/icons/iconoir/regular/cookie.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cooling-square.svg b/client/public/icons/iconoir/regular/cooling-square.svg new file mode 100644 index 00000000..2bbeece7 --- /dev/null +++ b/client/public/icons/iconoir/regular/cooling-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/copy.svg b/client/public/icons/iconoir/regular/copy.svg new file mode 100644 index 00000000..c9b7fdcc --- /dev/null +++ b/client/public/icons/iconoir/regular/copy.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/copyright.svg b/client/public/icons/iconoir/regular/copyright.svg new file mode 100644 index 00000000..ef018ff6 --- /dev/null +++ b/client/public/icons/iconoir/regular/copyright.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/corner-bottom-left.svg b/client/public/icons/iconoir/regular/corner-bottom-left.svg new file mode 100644 index 00000000..c611364c --- /dev/null +++ b/client/public/icons/iconoir/regular/corner-bottom-left.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/corner-bottom-right.svg b/client/public/icons/iconoir/regular/corner-bottom-right.svg new file mode 100644 index 00000000..dc7abc54 --- /dev/null +++ b/client/public/icons/iconoir/regular/corner-bottom-right.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/corner-top-left.svg b/client/public/icons/iconoir/regular/corner-top-left.svg new file mode 100644 index 00000000..2762a72a --- /dev/null +++ b/client/public/icons/iconoir/regular/corner-top-left.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/corner-top-right.svg b/client/public/icons/iconoir/regular/corner-top-right.svg new file mode 100644 index 00000000..e646ba67 --- /dev/null +++ b/client/public/icons/iconoir/regular/corner-top-right.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cpu-warning.svg b/client/public/icons/iconoir/regular/cpu-warning.svg new file mode 100644 index 00000000..4e14ec28 --- /dev/null +++ b/client/public/icons/iconoir/regular/cpu-warning.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cpu.svg b/client/public/icons/iconoir/regular/cpu.svg new file mode 100644 index 00000000..6888323f --- /dev/null +++ b/client/public/icons/iconoir/regular/cpu.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cracked-egg.svg b/client/public/icons/iconoir/regular/cracked-egg.svg new file mode 100644 index 00000000..a60a5d5a --- /dev/null +++ b/client/public/icons/iconoir/regular/cracked-egg.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/creative-commons.svg b/client/public/icons/iconoir/regular/creative-commons.svg new file mode 100644 index 00000000..4519ac54 --- /dev/null +++ b/client/public/icons/iconoir/regular/creative-commons.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/credit-card-slash.svg b/client/public/icons/iconoir/regular/credit-card-slash.svg new file mode 100644 index 00000000..cce7fb82 --- /dev/null +++ b/client/public/icons/iconoir/regular/credit-card-slash.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/credit-card.svg b/client/public/icons/iconoir/regular/credit-card.svg new file mode 100644 index 00000000..1c0b50c1 --- /dev/null +++ b/client/public/icons/iconoir/regular/credit-card.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/credit-cards.svg b/client/public/icons/iconoir/regular/credit-cards.svg new file mode 100644 index 00000000..24ead77c --- /dev/null +++ b/client/public/icons/iconoir/regular/credit-cards.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/crib.svg b/client/public/icons/iconoir/regular/crib.svg new file mode 100644 index 00000000..29c8d9f5 --- /dev/null +++ b/client/public/icons/iconoir/regular/crib.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/crop-rotate-bl.svg b/client/public/icons/iconoir/regular/crop-rotate-bl.svg new file mode 100644 index 00000000..9be50ea3 --- /dev/null +++ b/client/public/icons/iconoir/regular/crop-rotate-bl.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/crop-rotate-br.svg b/client/public/icons/iconoir/regular/crop-rotate-br.svg new file mode 100644 index 00000000..e1926141 --- /dev/null +++ b/client/public/icons/iconoir/regular/crop-rotate-br.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/crop-rotate-tl.svg b/client/public/icons/iconoir/regular/crop-rotate-tl.svg new file mode 100644 index 00000000..acd86244 --- /dev/null +++ b/client/public/icons/iconoir/regular/crop-rotate-tl.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/crop-rotate-tr.svg b/client/public/icons/iconoir/regular/crop-rotate-tr.svg new file mode 100644 index 00000000..19e10b01 --- /dev/null +++ b/client/public/icons/iconoir/regular/crop-rotate-tr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/crop.svg b/client/public/icons/iconoir/regular/crop.svg new file mode 100644 index 00000000..d9bd0277 --- /dev/null +++ b/client/public/icons/iconoir/regular/crop.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/crown-circle.svg b/client/public/icons/iconoir/regular/crown-circle.svg new file mode 100644 index 00000000..b95e90fd --- /dev/null +++ b/client/public/icons/iconoir/regular/crown-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/crown.svg b/client/public/icons/iconoir/regular/crown.svg new file mode 100644 index 00000000..d9a9c1e8 --- /dev/null +++ b/client/public/icons/iconoir/regular/crown.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/css3.svg b/client/public/icons/iconoir/regular/css3.svg new file mode 100644 index 00000000..78b31cac --- /dev/null +++ b/client/public/icons/iconoir/regular/css3.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/cube-bandage.svg b/client/public/icons/iconoir/regular/cube-bandage.svg new file mode 100644 index 00000000..f4bd5596 --- /dev/null +++ b/client/public/icons/iconoir/regular/cube-bandage.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cube-cut-with-curve.svg b/client/public/icons/iconoir/regular/cube-cut-with-curve.svg new file mode 100644 index 00000000..2e609d53 --- /dev/null +++ b/client/public/icons/iconoir/regular/cube-cut-with-curve.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/cube-hole.svg b/client/public/icons/iconoir/regular/cube-hole.svg new file mode 100644 index 00000000..695f5a72 --- /dev/null +++ b/client/public/icons/iconoir/regular/cube-hole.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cube-replace-face.svg b/client/public/icons/iconoir/regular/cube-replace-face.svg new file mode 100644 index 00000000..8856d876 --- /dev/null +++ b/client/public/icons/iconoir/regular/cube-replace-face.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/cube.svg b/client/public/icons/iconoir/regular/cube.svg new file mode 100644 index 00000000..85290d7c --- /dev/null +++ b/client/public/icons/iconoir/regular/cube.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/cursor-pointer.svg b/client/public/icons/iconoir/regular/cursor-pointer.svg new file mode 100644 index 00000000..c05a6ab7 --- /dev/null +++ b/client/public/icons/iconoir/regular/cursor-pointer.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/curve-array.svg b/client/public/icons/iconoir/regular/curve-array.svg new file mode 100644 index 00000000..c4a9f962 --- /dev/null +++ b/client/public/icons/iconoir/regular/curve-array.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cut.svg b/client/public/icons/iconoir/regular/cut.svg new file mode 100644 index 00000000..83181fb4 --- /dev/null +++ b/client/public/icons/iconoir/regular/cut.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cutlery.svg b/client/public/icons/iconoir/regular/cutlery.svg new file mode 100644 index 00000000..edb46dc9 --- /dev/null +++ b/client/public/icons/iconoir/regular/cutlery.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cycling.svg b/client/public/icons/iconoir/regular/cycling.svg new file mode 100644 index 00000000..a3a0971c --- /dev/null +++ b/client/public/icons/iconoir/regular/cycling.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/cylinder.svg b/client/public/icons/iconoir/regular/cylinder.svg new file mode 100644 index 00000000..d328a3ca --- /dev/null +++ b/client/public/icons/iconoir/regular/cylinder.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/dash-flag.svg b/client/public/icons/iconoir/regular/dash-flag.svg new file mode 100644 index 00000000..3b77af3b --- /dev/null +++ b/client/public/icons/iconoir/regular/dash-flag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/dashboard-dots.svg b/client/public/icons/iconoir/regular/dashboard-dots.svg new file mode 100644 index 00000000..84e7dfd9 --- /dev/null +++ b/client/public/icons/iconoir/regular/dashboard-dots.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/dashboard-speed.svg b/client/public/icons/iconoir/regular/dashboard-speed.svg new file mode 100644 index 00000000..113fc27e --- /dev/null +++ b/client/public/icons/iconoir/regular/dashboard-speed.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/dashboard.svg b/client/public/icons/iconoir/regular/dashboard.svg new file mode 100644 index 00000000..4705ad6b --- /dev/null +++ b/client/public/icons/iconoir/regular/dashboard.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/data-transfer-both.svg b/client/public/icons/iconoir/regular/data-transfer-both.svg new file mode 100644 index 00000000..cd13f291 --- /dev/null +++ b/client/public/icons/iconoir/regular/data-transfer-both.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/data-transfer-check.svg b/client/public/icons/iconoir/regular/data-transfer-check.svg new file mode 100644 index 00000000..35d34f63 --- /dev/null +++ b/client/public/icons/iconoir/regular/data-transfer-check.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/data-transfer-down.svg b/client/public/icons/iconoir/regular/data-transfer-down.svg new file mode 100644 index 00000000..f45e119a --- /dev/null +++ b/client/public/icons/iconoir/regular/data-transfer-down.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/data-transfer-up.svg b/client/public/icons/iconoir/regular/data-transfer-up.svg new file mode 100644 index 00000000..006df3fb --- /dev/null +++ b/client/public/icons/iconoir/regular/data-transfer-up.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/data-transfer-warning.svg b/client/public/icons/iconoir/regular/data-transfer-warning.svg new file mode 100644 index 00000000..d0cd99dd --- /dev/null +++ b/client/public/icons/iconoir/regular/data-transfer-warning.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/database-backup.svg b/client/public/icons/iconoir/regular/database-backup.svg new file mode 100644 index 00000000..35072317 --- /dev/null +++ b/client/public/icons/iconoir/regular/database-backup.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/database-check.svg b/client/public/icons/iconoir/regular/database-check.svg new file mode 100644 index 00000000..5a0dfc70 --- /dev/null +++ b/client/public/icons/iconoir/regular/database-check.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/database-export.svg b/client/public/icons/iconoir/regular/database-export.svg new file mode 100644 index 00000000..2d8d016c --- /dev/null +++ b/client/public/icons/iconoir/regular/database-export.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/database-monitor.svg b/client/public/icons/iconoir/regular/database-monitor.svg new file mode 100644 index 00000000..89886d26 --- /dev/null +++ b/client/public/icons/iconoir/regular/database-monitor.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/database-restore.svg b/client/public/icons/iconoir/regular/database-restore.svg new file mode 100644 index 00000000..c3f16920 --- /dev/null +++ b/client/public/icons/iconoir/regular/database-restore.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/database-script-minus.svg b/client/public/icons/iconoir/regular/database-script-minus.svg new file mode 100644 index 00000000..0589dccd --- /dev/null +++ b/client/public/icons/iconoir/regular/database-script-minus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/database-script-plus.svg b/client/public/icons/iconoir/regular/database-script-plus.svg new file mode 100644 index 00000000..544fad27 --- /dev/null +++ b/client/public/icons/iconoir/regular/database-script-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/database-script.svg b/client/public/icons/iconoir/regular/database-script.svg new file mode 100644 index 00000000..7165d108 --- /dev/null +++ b/client/public/icons/iconoir/regular/database-script.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/database-search.svg b/client/public/icons/iconoir/regular/database-search.svg new file mode 100644 index 00000000..5119b35a --- /dev/null +++ b/client/public/icons/iconoir/regular/database-search.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/database-settings.svg b/client/public/icons/iconoir/regular/database-settings.svg new file mode 100644 index 00000000..9dbe60af --- /dev/null +++ b/client/public/icons/iconoir/regular/database-settings.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/database-star.svg b/client/public/icons/iconoir/regular/database-star.svg new file mode 100644 index 00000000..e9d239dd --- /dev/null +++ b/client/public/icons/iconoir/regular/database-star.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/database-stats.svg b/client/public/icons/iconoir/regular/database-stats.svg new file mode 100644 index 00000000..290b8617 --- /dev/null +++ b/client/public/icons/iconoir/regular/database-stats.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/database-tag.svg b/client/public/icons/iconoir/regular/database-tag.svg new file mode 100644 index 00000000..cfb9d757 --- /dev/null +++ b/client/public/icons/iconoir/regular/database-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/database-warning.svg b/client/public/icons/iconoir/regular/database-warning.svg new file mode 100644 index 00000000..621e394b --- /dev/null +++ b/client/public/icons/iconoir/regular/database-warning.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/database-xmark.svg b/client/public/icons/iconoir/regular/database-xmark.svg new file mode 100644 index 00000000..91aae37c --- /dev/null +++ b/client/public/icons/iconoir/regular/database-xmark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/database.svg b/client/public/icons/iconoir/regular/database.svg new file mode 100644 index 00000000..0745d285 --- /dev/null +++ b/client/public/icons/iconoir/regular/database.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/de-compress.svg b/client/public/icons/iconoir/regular/de-compress.svg new file mode 100644 index 00000000..9687fddc --- /dev/null +++ b/client/public/icons/iconoir/regular/de-compress.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/delivery-truck.svg b/client/public/icons/iconoir/regular/delivery-truck.svg new file mode 100644 index 00000000..0005b447 --- /dev/null +++ b/client/public/icons/iconoir/regular/delivery-truck.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/delivery.svg b/client/public/icons/iconoir/regular/delivery.svg new file mode 100644 index 00000000..a33f5c2f --- /dev/null +++ b/client/public/icons/iconoir/regular/delivery.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/depth.svg b/client/public/icons/iconoir/regular/depth.svg new file mode 100644 index 00000000..0677c082 --- /dev/null +++ b/client/public/icons/iconoir/regular/depth.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/design-nib.svg b/client/public/icons/iconoir/regular/design-nib.svg new file mode 100644 index 00000000..5f2200cc --- /dev/null +++ b/client/public/icons/iconoir/regular/design-nib.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/design-pencil.svg b/client/public/icons/iconoir/regular/design-pencil.svg new file mode 100644 index 00000000..7a28a589 --- /dev/null +++ b/client/public/icons/iconoir/regular/design-pencil.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/desk.svg b/client/public/icons/iconoir/regular/desk.svg new file mode 100644 index 00000000..243d45e2 --- /dev/null +++ b/client/public/icons/iconoir/regular/desk.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/developer.svg b/client/public/icons/iconoir/regular/developer.svg new file mode 100644 index 00000000..7f2fd6ee --- /dev/null +++ b/client/public/icons/iconoir/regular/developer.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/dew-point.svg b/client/public/icons/iconoir/regular/dew-point.svg new file mode 100644 index 00000000..c06c9cc9 --- /dev/null +++ b/client/public/icons/iconoir/regular/dew-point.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/dialpad.svg b/client/public/icons/iconoir/regular/dialpad.svg new file mode 100644 index 00000000..dd8bac4e --- /dev/null +++ b/client/public/icons/iconoir/regular/dialpad.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/diameter.svg b/client/public/icons/iconoir/regular/diameter.svg new file mode 100644 index 00000000..6d3703c2 --- /dev/null +++ b/client/public/icons/iconoir/regular/diameter.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/dice-five.svg b/client/public/icons/iconoir/regular/dice-five.svg new file mode 100644 index 00000000..2ec93d7c --- /dev/null +++ b/client/public/icons/iconoir/regular/dice-five.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/dice-four.svg b/client/public/icons/iconoir/regular/dice-four.svg new file mode 100644 index 00000000..2e9ff77d --- /dev/null +++ b/client/public/icons/iconoir/regular/dice-four.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/dice-one.svg b/client/public/icons/iconoir/regular/dice-one.svg new file mode 100644 index 00000000..3bd09a50 --- /dev/null +++ b/client/public/icons/iconoir/regular/dice-one.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/dice-six.svg b/client/public/icons/iconoir/regular/dice-six.svg new file mode 100644 index 00000000..ac80050b --- /dev/null +++ b/client/public/icons/iconoir/regular/dice-six.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/dice-three.svg b/client/public/icons/iconoir/regular/dice-three.svg new file mode 100644 index 00000000..54ffb5ac --- /dev/null +++ b/client/public/icons/iconoir/regular/dice-three.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/dice-two.svg b/client/public/icons/iconoir/regular/dice-two.svg new file mode 100644 index 00000000..b4a29a50 --- /dev/null +++ b/client/public/icons/iconoir/regular/dice-two.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/dimmer-switch.svg b/client/public/icons/iconoir/regular/dimmer-switch.svg new file mode 100644 index 00000000..2169c5af --- /dev/null +++ b/client/public/icons/iconoir/regular/dimmer-switch.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/director-chair.svg b/client/public/icons/iconoir/regular/director-chair.svg new file mode 100644 index 00000000..7f90fd9f --- /dev/null +++ b/client/public/icons/iconoir/regular/director-chair.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/discord.svg b/client/public/icons/iconoir/regular/discord.svg new file mode 100644 index 00000000..bdfa532f --- /dev/null +++ b/client/public/icons/iconoir/regular/discord.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/dishwasher.svg b/client/public/icons/iconoir/regular/dishwasher.svg new file mode 100644 index 00000000..da6c6086 --- /dev/null +++ b/client/public/icons/iconoir/regular/dishwasher.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/display-4k.svg b/client/public/icons/iconoir/regular/display-4k.svg new file mode 100644 index 00000000..268ed97e --- /dev/null +++ b/client/public/icons/iconoir/regular/display-4k.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/divide-three.svg b/client/public/icons/iconoir/regular/divide-three.svg new file mode 100644 index 00000000..59b1d33c --- /dev/null +++ b/client/public/icons/iconoir/regular/divide-three.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/divide.svg b/client/public/icons/iconoir/regular/divide.svg new file mode 100644 index 00000000..1d759007 --- /dev/null +++ b/client/public/icons/iconoir/regular/divide.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/dna.svg b/client/public/icons/iconoir/regular/dna.svg new file mode 100644 index 00000000..bc63dcd8 --- /dev/null +++ b/client/public/icons/iconoir/regular/dna.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/dns.svg b/client/public/icons/iconoir/regular/dns.svg new file mode 100644 index 00000000..622a60fd --- /dev/null +++ b/client/public/icons/iconoir/regular/dns.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/doc-magnifying-glass-in.svg b/client/public/icons/iconoir/regular/doc-magnifying-glass-in.svg new file mode 100644 index 00000000..d75f7629 --- /dev/null +++ b/client/public/icons/iconoir/regular/doc-magnifying-glass-in.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/doc-magnifying-glass.svg b/client/public/icons/iconoir/regular/doc-magnifying-glass.svg new file mode 100644 index 00000000..67b2feb9 --- /dev/null +++ b/client/public/icons/iconoir/regular/doc-magnifying-glass.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/doc-star-in.svg b/client/public/icons/iconoir/regular/doc-star-in.svg new file mode 100644 index 00000000..354cfa20 --- /dev/null +++ b/client/public/icons/iconoir/regular/doc-star-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/doc-star.svg b/client/public/icons/iconoir/regular/doc-star.svg new file mode 100644 index 00000000..27c09bfa --- /dev/null +++ b/client/public/icons/iconoir/regular/doc-star.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/dogecoin-circle.svg b/client/public/icons/iconoir/regular/dogecoin-circle.svg new file mode 100644 index 00000000..425071da --- /dev/null +++ b/client/public/icons/iconoir/regular/dogecoin-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/dogecoin-rotate-out.svg b/client/public/icons/iconoir/regular/dogecoin-rotate-out.svg new file mode 100644 index 00000000..456ef43b --- /dev/null +++ b/client/public/icons/iconoir/regular/dogecoin-rotate-out.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/dollar-circle.svg b/client/public/icons/iconoir/regular/dollar-circle.svg new file mode 100644 index 00000000..2128591e --- /dev/null +++ b/client/public/icons/iconoir/regular/dollar-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/dollar.svg b/client/public/icons/iconoir/regular/dollar.svg new file mode 100644 index 00000000..4e2da33f --- /dev/null +++ b/client/public/icons/iconoir/regular/dollar.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/domotic-warning.svg b/client/public/icons/iconoir/regular/domotic-warning.svg new file mode 100644 index 00000000..bb67bc5d --- /dev/null +++ b/client/public/icons/iconoir/regular/domotic-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/donate.svg b/client/public/icons/iconoir/regular/donate.svg new file mode 100644 index 00000000..8b0b0a1f --- /dev/null +++ b/client/public/icons/iconoir/regular/donate.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/dot-arrow-down.svg b/client/public/icons/iconoir/regular/dot-arrow-down.svg new file mode 100644 index 00000000..c84c5726 --- /dev/null +++ b/client/public/icons/iconoir/regular/dot-arrow-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/dot-arrow-left.svg b/client/public/icons/iconoir/regular/dot-arrow-left.svg new file mode 100644 index 00000000..620a9b5a --- /dev/null +++ b/client/public/icons/iconoir/regular/dot-arrow-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/dot-arrow-right.svg b/client/public/icons/iconoir/regular/dot-arrow-right.svg new file mode 100644 index 00000000..d2aaa18f --- /dev/null +++ b/client/public/icons/iconoir/regular/dot-arrow-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/dot-arrow-up.svg b/client/public/icons/iconoir/regular/dot-arrow-up.svg new file mode 100644 index 00000000..521b9d71 --- /dev/null +++ b/client/public/icons/iconoir/regular/dot-arrow-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/double-check.svg b/client/public/icons/iconoir/regular/double-check.svg new file mode 100644 index 00000000..e79c14ae --- /dev/null +++ b/client/public/icons/iconoir/regular/double-check.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/download-circle.svg b/client/public/icons/iconoir/regular/download-circle.svg new file mode 100644 index 00000000..e9c250a4 --- /dev/null +++ b/client/public/icons/iconoir/regular/download-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/download-data-window.svg b/client/public/icons/iconoir/regular/download-data-window.svg new file mode 100644 index 00000000..f36d5a9d --- /dev/null +++ b/client/public/icons/iconoir/regular/download-data-window.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/download-square.svg b/client/public/icons/iconoir/regular/download-square.svg new file mode 100644 index 00000000..9fa31e23 --- /dev/null +++ b/client/public/icons/iconoir/regular/download-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/download.svg b/client/public/icons/iconoir/regular/download.svg new file mode 100644 index 00000000..29ac7f00 --- /dev/null +++ b/client/public/icons/iconoir/regular/download.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/drag-hand-gesture.svg b/client/public/icons/iconoir/regular/drag-hand-gesture.svg new file mode 100644 index 00000000..46f9fc40 --- /dev/null +++ b/client/public/icons/iconoir/regular/drag-hand-gesture.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drag.svg b/client/public/icons/iconoir/regular/drag.svg new file mode 100644 index 00000000..dd3e1a83 --- /dev/null +++ b/client/public/icons/iconoir/regular/drag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/drawer.svg b/client/public/icons/iconoir/regular/drawer.svg new file mode 100644 index 00000000..fd70309c --- /dev/null +++ b/client/public/icons/iconoir/regular/drawer.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/dribbble.svg b/client/public/icons/iconoir/regular/dribbble.svg new file mode 100644 index 00000000..1b4b24ee --- /dev/null +++ b/client/public/icons/iconoir/regular/dribbble.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/drone-charge-full.svg b/client/public/icons/iconoir/regular/drone-charge-full.svg new file mode 100644 index 00000000..9998ad51 --- /dev/null +++ b/client/public/icons/iconoir/regular/drone-charge-full.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drone-charge-half.svg b/client/public/icons/iconoir/regular/drone-charge-half.svg new file mode 100644 index 00000000..52822ffe --- /dev/null +++ b/client/public/icons/iconoir/regular/drone-charge-half.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drone-charge-low.svg b/client/public/icons/iconoir/regular/drone-charge-low.svg new file mode 100644 index 00000000..5ac61e55 --- /dev/null +++ b/client/public/icons/iconoir/regular/drone-charge-low.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drone-check.svg b/client/public/icons/iconoir/regular/drone-check.svg new file mode 100644 index 00000000..4cc54de9 --- /dev/null +++ b/client/public/icons/iconoir/regular/drone-check.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drone-landing.svg b/client/public/icons/iconoir/regular/drone-landing.svg new file mode 100644 index 00000000..2e145d4e --- /dev/null +++ b/client/public/icons/iconoir/regular/drone-landing.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drone-refresh.svg b/client/public/icons/iconoir/regular/drone-refresh.svg new file mode 100644 index 00000000..5d3a8efc --- /dev/null +++ b/client/public/icons/iconoir/regular/drone-refresh.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drone-take-off.svg b/client/public/icons/iconoir/regular/drone-take-off.svg new file mode 100644 index 00000000..f6c90471 --- /dev/null +++ b/client/public/icons/iconoir/regular/drone-take-off.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drone-xmark.svg b/client/public/icons/iconoir/regular/drone-xmark.svg new file mode 100644 index 00000000..80f683f6 --- /dev/null +++ b/client/public/icons/iconoir/regular/drone-xmark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/drone.svg b/client/public/icons/iconoir/regular/drone.svg new file mode 100644 index 00000000..278a3a9d --- /dev/null +++ b/client/public/icons/iconoir/regular/drone.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/droplet-check.svg b/client/public/icons/iconoir/regular/droplet-check.svg new file mode 100644 index 00000000..82befe5e --- /dev/null +++ b/client/public/icons/iconoir/regular/droplet-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/droplet-half.svg b/client/public/icons/iconoir/regular/droplet-half.svg new file mode 100644 index 00000000..7a0557ac --- /dev/null +++ b/client/public/icons/iconoir/regular/droplet-half.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/droplet.svg b/client/public/icons/iconoir/regular/droplet.svg new file mode 100644 index 00000000..90cea012 --- /dev/null +++ b/client/public/icons/iconoir/regular/droplet.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/ease-curve-control-points.svg b/client/public/icons/iconoir/regular/ease-curve-control-points.svg new file mode 100644 index 00000000..5fc377cb --- /dev/null +++ b/client/public/icons/iconoir/regular/ease-curve-control-points.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/ease-in-control-point.svg b/client/public/icons/iconoir/regular/ease-in-control-point.svg new file mode 100644 index 00000000..997a8cd2 --- /dev/null +++ b/client/public/icons/iconoir/regular/ease-in-control-point.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/ease-in-out.svg b/client/public/icons/iconoir/regular/ease-in-out.svg new file mode 100644 index 00000000..f6d2c4ed --- /dev/null +++ b/client/public/icons/iconoir/regular/ease-in-out.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/ease-in.svg b/client/public/icons/iconoir/regular/ease-in.svg new file mode 100644 index 00000000..3b3e3060 --- /dev/null +++ b/client/public/icons/iconoir/regular/ease-in.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/ease-out-control-point.svg b/client/public/icons/iconoir/regular/ease-out-control-point.svg new file mode 100644 index 00000000..0c1a1e12 --- /dev/null +++ b/client/public/icons/iconoir/regular/ease-out-control-point.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/ease-out.svg b/client/public/icons/iconoir/regular/ease-out.svg new file mode 100644 index 00000000..adcb8e5a --- /dev/null +++ b/client/public/icons/iconoir/regular/ease-out.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/ecology-book.svg b/client/public/icons/iconoir/regular/ecology-book.svg new file mode 100644 index 00000000..0cb2e691 --- /dev/null +++ b/client/public/icons/iconoir/regular/ecology-book.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/edit-pencil.svg b/client/public/icons/iconoir/regular/edit-pencil.svg new file mode 100644 index 00000000..fe91b4f8 --- /dev/null +++ b/client/public/icons/iconoir/regular/edit-pencil.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/edit.svg b/client/public/icons/iconoir/regular/edit.svg new file mode 100644 index 00000000..334685bb --- /dev/null +++ b/client/public/icons/iconoir/regular/edit.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/egg.svg b/client/public/icons/iconoir/regular/egg.svg new file mode 100644 index 00000000..9236c2cf --- /dev/null +++ b/client/public/icons/iconoir/regular/egg.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/eject.svg b/client/public/icons/iconoir/regular/eject.svg new file mode 100644 index 00000000..76ae63ce --- /dev/null +++ b/client/public/icons/iconoir/regular/eject.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/electronics-chip.svg b/client/public/icons/iconoir/regular/electronics-chip.svg new file mode 100644 index 00000000..3c426027 --- /dev/null +++ b/client/public/icons/iconoir/regular/electronics-chip.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/electronics-transistor.svg b/client/public/icons/iconoir/regular/electronics-transistor.svg new file mode 100644 index 00000000..94719b8d --- /dev/null +++ b/client/public/icons/iconoir/regular/electronics-transistor.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/elevator.svg b/client/public/icons/iconoir/regular/elevator.svg new file mode 100644 index 00000000..f936a03f --- /dev/null +++ b/client/public/icons/iconoir/regular/elevator.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/ellipse-3d-three-points.svg b/client/public/icons/iconoir/regular/ellipse-3d-three-points.svg new file mode 100644 index 00000000..43a14d67 --- /dev/null +++ b/client/public/icons/iconoir/regular/ellipse-3d-three-points.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/ellipse-3d.svg b/client/public/icons/iconoir/regular/ellipse-3d.svg new file mode 100644 index 00000000..73f40caf --- /dev/null +++ b/client/public/icons/iconoir/regular/ellipse-3d.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-ball.svg b/client/public/icons/iconoir/regular/emoji-ball.svg new file mode 100644 index 00000000..5538b820 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-ball.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/emoji-blink-left.svg b/client/public/icons/iconoir/regular/emoji-blink-left.svg new file mode 100644 index 00000000..c518c5f4 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-blink-left.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-blink-right.svg b/client/public/icons/iconoir/regular/emoji-blink-right.svg new file mode 100644 index 00000000..3e24cc4e --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-blink-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-look-down.svg b/client/public/icons/iconoir/regular/emoji-look-down.svg new file mode 100644 index 00000000..776b845b --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-look-down.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-look-left.svg b/client/public/icons/iconoir/regular/emoji-look-left.svg new file mode 100644 index 00000000..8d6549ff --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-look-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/emoji-look-right.svg b/client/public/icons/iconoir/regular/emoji-look-right.svg new file mode 100644 index 00000000..b3233bc6 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-look-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/emoji-look-up.svg b/client/public/icons/iconoir/regular/emoji-look-up.svg new file mode 100644 index 00000000..73b8462e --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-look-up.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-puzzled.svg b/client/public/icons/iconoir/regular/emoji-puzzled.svg new file mode 100644 index 00000000..f366779e --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-puzzled.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-quite.svg b/client/public/icons/iconoir/regular/emoji-quite.svg new file mode 100644 index 00000000..cba6aea6 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-quite.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-really.svg b/client/public/icons/iconoir/regular/emoji-really.svg new file mode 100644 index 00000000..4ce25b9c --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-really.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/emoji-sad.svg b/client/public/icons/iconoir/regular/emoji-sad.svg new file mode 100644 index 00000000..eeb8546a --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-sad.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-satisfied.svg b/client/public/icons/iconoir/regular/emoji-satisfied.svg new file mode 100644 index 00000000..e732a246 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-satisfied.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/emoji-sing-left-note.svg b/client/public/icons/iconoir/regular/emoji-sing-left-note.svg new file mode 100644 index 00000000..0c41a52a --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-sing-left-note.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-sing-left.svg b/client/public/icons/iconoir/regular/emoji-sing-left.svg new file mode 100644 index 00000000..2bd302fd --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-sing-left.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-sing-right-note.svg b/client/public/icons/iconoir/regular/emoji-sing-right-note.svg new file mode 100644 index 00000000..9fc096f0 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-sing-right-note.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-sing-right.svg b/client/public/icons/iconoir/regular/emoji-sing-right.svg new file mode 100644 index 00000000..8f28e5ae --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-sing-right.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-surprise-alt.svg b/client/public/icons/iconoir/regular/emoji-surprise-alt.svg new file mode 100644 index 00000000..d1c5054f --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-surprise-alt.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-surprise.svg b/client/public/icons/iconoir/regular/emoji-surprise.svg new file mode 100644 index 00000000..51a3c69b --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-surprise.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-talking-angry.svg b/client/public/icons/iconoir/regular/emoji-talking-angry.svg new file mode 100644 index 00000000..0f0e69ab --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-talking-angry.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/emoji-talking-happy.svg b/client/public/icons/iconoir/regular/emoji-talking-happy.svg new file mode 100644 index 00000000..238e7b0c --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-talking-happy.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/emoji-think-left.svg b/client/public/icons/iconoir/regular/emoji-think-left.svg new file mode 100644 index 00000000..d350b880 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-think-left.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/emoji-think-right.svg b/client/public/icons/iconoir/regular/emoji-think-right.svg new file mode 100644 index 00000000..eae1dae5 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji-think-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/emoji.svg b/client/public/icons/iconoir/regular/emoji.svg new file mode 100644 index 00000000..cf32e621 --- /dev/null +++ b/client/public/icons/iconoir/regular/emoji.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/empty-page.svg b/client/public/icons/iconoir/regular/empty-page.svg new file mode 100644 index 00000000..61d267fa --- /dev/null +++ b/client/public/icons/iconoir/regular/empty-page.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/energy-usage-window.svg b/client/public/icons/iconoir/regular/energy-usage-window.svg new file mode 100644 index 00000000..d92ec7e3 --- /dev/null +++ b/client/public/icons/iconoir/regular/energy-usage-window.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/enlarge.svg b/client/public/icons/iconoir/regular/enlarge.svg new file mode 100644 index 00000000..f6173831 --- /dev/null +++ b/client/public/icons/iconoir/regular/enlarge.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/erase.svg b/client/public/icons/iconoir/regular/erase.svg new file mode 100644 index 00000000..8e09ba19 --- /dev/null +++ b/client/public/icons/iconoir/regular/erase.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/ethereum-circle.svg b/client/public/icons/iconoir/regular/ethereum-circle.svg new file mode 100644 index 00000000..065c6f16 --- /dev/null +++ b/client/public/icons/iconoir/regular/ethereum-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/ethereum-rotate-out.svg b/client/public/icons/iconoir/regular/ethereum-rotate-out.svg new file mode 100644 index 00000000..d9960aa8 --- /dev/null +++ b/client/public/icons/iconoir/regular/ethereum-rotate-out.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/euro-square.svg b/client/public/icons/iconoir/regular/euro-square.svg new file mode 100644 index 00000000..0f8842e2 --- /dev/null +++ b/client/public/icons/iconoir/regular/euro-square.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/euro.svg b/client/public/icons/iconoir/regular/euro.svg new file mode 100644 index 00000000..0e89fcca --- /dev/null +++ b/client/public/icons/iconoir/regular/euro.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/ev-charge-alt.svg b/client/public/icons/iconoir/regular/ev-charge-alt.svg new file mode 100644 index 00000000..e495c352 --- /dev/null +++ b/client/public/icons/iconoir/regular/ev-charge-alt.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/ev-charge.svg b/client/public/icons/iconoir/regular/ev-charge.svg new file mode 100644 index 00000000..91c77344 --- /dev/null +++ b/client/public/icons/iconoir/regular/ev-charge.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/ev-plug-charging.svg b/client/public/icons/iconoir/regular/ev-plug-charging.svg new file mode 100644 index 00000000..fd5621b8 --- /dev/null +++ b/client/public/icons/iconoir/regular/ev-plug-charging.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/ev-plug-xmark.svg b/client/public/icons/iconoir/regular/ev-plug-xmark.svg new file mode 100644 index 00000000..8064a09d --- /dev/null +++ b/client/public/icons/iconoir/regular/ev-plug-xmark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/ev-plug.svg b/client/public/icons/iconoir/regular/ev-plug.svg new file mode 100644 index 00000000..a22b3189 --- /dev/null +++ b/client/public/icons/iconoir/regular/ev-plug.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/ev-station.svg b/client/public/icons/iconoir/regular/ev-station.svg new file mode 100644 index 00000000..39ed292a --- /dev/null +++ b/client/public/icons/iconoir/regular/ev-station.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/ev-tag.svg b/client/public/icons/iconoir/regular/ev-tag.svg new file mode 100644 index 00000000..ea92613f --- /dev/null +++ b/client/public/icons/iconoir/regular/ev-tag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/exclude.svg b/client/public/icons/iconoir/regular/exclude.svg new file mode 100644 index 00000000..b0d9b7e0 --- /dev/null +++ b/client/public/icons/iconoir/regular/exclude.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/expand-lines.svg b/client/public/icons/iconoir/regular/expand-lines.svg new file mode 100644 index 00000000..9240bd59 --- /dev/null +++ b/client/public/icons/iconoir/regular/expand-lines.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/expand.svg b/client/public/icons/iconoir/regular/expand.svg new file mode 100644 index 00000000..80701d82 --- /dev/null +++ b/client/public/icons/iconoir/regular/expand.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/extrude.svg b/client/public/icons/iconoir/regular/extrude.svg new file mode 100644 index 00000000..939fd98e --- /dev/null +++ b/client/public/icons/iconoir/regular/extrude.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/eye-closed.svg b/client/public/icons/iconoir/regular/eye-closed.svg new file mode 100644 index 00000000..1854ee3f --- /dev/null +++ b/client/public/icons/iconoir/regular/eye-closed.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/eye.svg b/client/public/icons/iconoir/regular/eye.svg new file mode 100644 index 00000000..9db84577 --- /dev/null +++ b/client/public/icons/iconoir/regular/eye.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/f-square.svg b/client/public/icons/iconoir/regular/f-square.svg new file mode 100644 index 00000000..0eba2820 --- /dev/null +++ b/client/public/icons/iconoir/regular/f-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/face-3d-draft.svg b/client/public/icons/iconoir/regular/face-3d-draft.svg new file mode 100644 index 00000000..f1f458a5 --- /dev/null +++ b/client/public/icons/iconoir/regular/face-3d-draft.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/face-id.svg b/client/public/icons/iconoir/regular/face-id.svg new file mode 100644 index 00000000..1fe89439 --- /dev/null +++ b/client/public/icons/iconoir/regular/face-id.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/facebook-tag.svg b/client/public/icons/iconoir/regular/facebook-tag.svg new file mode 100644 index 00000000..f1c7e0ec --- /dev/null +++ b/client/public/icons/iconoir/regular/facebook-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/facebook.svg b/client/public/icons/iconoir/regular/facebook.svg new file mode 100644 index 00000000..7572aff1 --- /dev/null +++ b/client/public/icons/iconoir/regular/facebook.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/facetime.svg b/client/public/icons/iconoir/regular/facetime.svg new file mode 100644 index 00000000..f31635f7 --- /dev/null +++ b/client/public/icons/iconoir/regular/facetime.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/farm.svg b/client/public/icons/iconoir/regular/farm.svg new file mode 100644 index 00000000..3c7245db --- /dev/null +++ b/client/public/icons/iconoir/regular/farm.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/fast-arrow-down-square.svg b/client/public/icons/iconoir/regular/fast-arrow-down-square.svg new file mode 100644 index 00000000..071b089e --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-arrow-down-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fast-arrow-down.svg b/client/public/icons/iconoir/regular/fast-arrow-down.svg new file mode 100644 index 00000000..09abb4b6 --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-arrow-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/fast-arrow-left-square.svg b/client/public/icons/iconoir/regular/fast-arrow-left-square.svg new file mode 100644 index 00000000..0452247d --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-arrow-left-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fast-arrow-left.svg b/client/public/icons/iconoir/regular/fast-arrow-left.svg new file mode 100644 index 00000000..4aa76dae --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-arrow-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/fast-arrow-right-square.svg b/client/public/icons/iconoir/regular/fast-arrow-right-square.svg new file mode 100644 index 00000000..cc12da45 --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-arrow-right-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fast-arrow-right.svg b/client/public/icons/iconoir/regular/fast-arrow-right.svg new file mode 100644 index 00000000..dd5229d1 --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-arrow-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/fast-arrow-up-square.svg b/client/public/icons/iconoir/regular/fast-arrow-up-square.svg new file mode 100644 index 00000000..37f0c699 --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-arrow-up-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fast-arrow-up.svg b/client/public/icons/iconoir/regular/fast-arrow-up.svg new file mode 100644 index 00000000..d0649a9b --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-arrow-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/fast-down-circle.svg b/client/public/icons/iconoir/regular/fast-down-circle.svg new file mode 100644 index 00000000..46cc88da --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-down-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fast-left-circle.svg b/client/public/icons/iconoir/regular/fast-left-circle.svg new file mode 100644 index 00000000..517bfb44 --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-left-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fast-right-circle.svg b/client/public/icons/iconoir/regular/fast-right-circle.svg new file mode 100644 index 00000000..477c47ea --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-right-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fast-up-circle.svg b/client/public/icons/iconoir/regular/fast-up-circle.svg new file mode 100644 index 00000000..4d166dce --- /dev/null +++ b/client/public/icons/iconoir/regular/fast-up-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/favourite-book.svg b/client/public/icons/iconoir/regular/favourite-book.svg new file mode 100644 index 00000000..2536a632 --- /dev/null +++ b/client/public/icons/iconoir/regular/favourite-book.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/favourite-window.svg b/client/public/icons/iconoir/regular/favourite-window.svg new file mode 100644 index 00000000..d80f797e --- /dev/null +++ b/client/public/icons/iconoir/regular/favourite-window.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/female.svg b/client/public/icons/iconoir/regular/female.svg new file mode 100644 index 00000000..ea48cfdf --- /dev/null +++ b/client/public/icons/iconoir/regular/female.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/figma.svg b/client/public/icons/iconoir/regular/figma.svg new file mode 100644 index 00000000..eaa2d26e --- /dev/null +++ b/client/public/icons/iconoir/regular/figma.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/file-not-found.svg b/client/public/icons/iconoir/regular/file-not-found.svg new file mode 100644 index 00000000..bc9df846 --- /dev/null +++ b/client/public/icons/iconoir/regular/file-not-found.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/fill-color.svg b/client/public/icons/iconoir/regular/fill-color.svg new file mode 100644 index 00000000..838f3565 --- /dev/null +++ b/client/public/icons/iconoir/regular/fill-color.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fillet-3d.svg b/client/public/icons/iconoir/regular/fillet-3d.svg new file mode 100644 index 00000000..ce774e2c --- /dev/null +++ b/client/public/icons/iconoir/regular/fillet-3d.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/filter-alt.svg b/client/public/icons/iconoir/regular/filter-alt.svg new file mode 100644 index 00000000..deeb577d --- /dev/null +++ b/client/public/icons/iconoir/regular/filter-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/filter-list-circle.svg b/client/public/icons/iconoir/regular/filter-list-circle.svg new file mode 100644 index 00000000..8fa96d3a --- /dev/null +++ b/client/public/icons/iconoir/regular/filter-list-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/filter-list.svg b/client/public/icons/iconoir/regular/filter-list.svg new file mode 100644 index 00000000..0c67a12b --- /dev/null +++ b/client/public/icons/iconoir/regular/filter-list.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/filter.svg b/client/public/icons/iconoir/regular/filter.svg new file mode 100644 index 00000000..7f010011 --- /dev/null +++ b/client/public/icons/iconoir/regular/filter.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/finder.svg b/client/public/icons/iconoir/regular/finder.svg new file mode 100644 index 00000000..2737119d --- /dev/null +++ b/client/public/icons/iconoir/regular/finder.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/fingerprint-check-circle.svg b/client/public/icons/iconoir/regular/fingerprint-check-circle.svg new file mode 100644 index 00000000..559592e2 --- /dev/null +++ b/client/public/icons/iconoir/regular/fingerprint-check-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/fingerprint-circle.svg b/client/public/icons/iconoir/regular/fingerprint-circle.svg new file mode 100644 index 00000000..73a2ea6b --- /dev/null +++ b/client/public/icons/iconoir/regular/fingerprint-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fingerprint-lock-circle.svg b/client/public/icons/iconoir/regular/fingerprint-lock-circle.svg new file mode 100644 index 00000000..e3569181 --- /dev/null +++ b/client/public/icons/iconoir/regular/fingerprint-lock-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/fingerprint-scan.svg b/client/public/icons/iconoir/regular/fingerprint-scan.svg new file mode 100644 index 00000000..70685971 --- /dev/null +++ b/client/public/icons/iconoir/regular/fingerprint-scan.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/fingerprint-square.svg b/client/public/icons/iconoir/regular/fingerprint-square.svg new file mode 100644 index 00000000..91e7be50 --- /dev/null +++ b/client/public/icons/iconoir/regular/fingerprint-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fingerprint-window.svg b/client/public/icons/iconoir/regular/fingerprint-window.svg new file mode 100644 index 00000000..26e76e44 --- /dev/null +++ b/client/public/icons/iconoir/regular/fingerprint-window.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/fingerprint-xmark-circle.svg b/client/public/icons/iconoir/regular/fingerprint-xmark-circle.svg new file mode 100644 index 00000000..33955f7c --- /dev/null +++ b/client/public/icons/iconoir/regular/fingerprint-xmark-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/fingerprint.svg b/client/public/icons/iconoir/regular/fingerprint.svg new file mode 100644 index 00000000..c65a9971 --- /dev/null +++ b/client/public/icons/iconoir/regular/fingerprint.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/fire-flame.svg b/client/public/icons/iconoir/regular/fire-flame.svg new file mode 100644 index 00000000..6bd48103 --- /dev/null +++ b/client/public/icons/iconoir/regular/fire-flame.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/fish.svg b/client/public/icons/iconoir/regular/fish.svg new file mode 100644 index 00000000..e7c644d7 --- /dev/null +++ b/client/public/icons/iconoir/regular/fish.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fishing.svg b/client/public/icons/iconoir/regular/fishing.svg new file mode 100644 index 00000000..8705f449 --- /dev/null +++ b/client/public/icons/iconoir/regular/fishing.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/flare.svg b/client/public/icons/iconoir/regular/flare.svg new file mode 100644 index 00000000..2112daf0 --- /dev/null +++ b/client/public/icons/iconoir/regular/flare.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/flash-off.svg b/client/public/icons/iconoir/regular/flash-off.svg new file mode 100644 index 00000000..83eb178e --- /dev/null +++ b/client/public/icons/iconoir/regular/flash-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/flash.svg b/client/public/icons/iconoir/regular/flash.svg new file mode 100644 index 00000000..dc6f14af --- /dev/null +++ b/client/public/icons/iconoir/regular/flash.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/flask.svg b/client/public/icons/iconoir/regular/flask.svg new file mode 100644 index 00000000..26910def --- /dev/null +++ b/client/public/icons/iconoir/regular/flask.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/flip-reverse.svg b/client/public/icons/iconoir/regular/flip-reverse.svg new file mode 100644 index 00000000..f2dedca0 --- /dev/null +++ b/client/public/icons/iconoir/regular/flip-reverse.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/flip.svg b/client/public/icons/iconoir/regular/flip.svg new file mode 100644 index 00000000..ee812ff2 --- /dev/null +++ b/client/public/icons/iconoir/regular/flip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/floppy-disk-arrow-in.svg b/client/public/icons/iconoir/regular/floppy-disk-arrow-in.svg new file mode 100644 index 00000000..49811f93 --- /dev/null +++ b/client/public/icons/iconoir/regular/floppy-disk-arrow-in.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/floppy-disk-arrow-out.svg b/client/public/icons/iconoir/regular/floppy-disk-arrow-out.svg new file mode 100644 index 00000000..7ce2f3a6 --- /dev/null +++ b/client/public/icons/iconoir/regular/floppy-disk-arrow-out.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/floppy-disk.svg b/client/public/icons/iconoir/regular/floppy-disk.svg new file mode 100644 index 00000000..bb7828aa --- /dev/null +++ b/client/public/icons/iconoir/regular/floppy-disk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/flower.svg b/client/public/icons/iconoir/regular/flower.svg new file mode 100644 index 00000000..64d2e8ee --- /dev/null +++ b/client/public/icons/iconoir/regular/flower.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/fog.svg b/client/public/icons/iconoir/regular/fog.svg new file mode 100644 index 00000000..f8951b1d --- /dev/null +++ b/client/public/icons/iconoir/regular/fog.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/folder-minus.svg b/client/public/icons/iconoir/regular/folder-minus.svg new file mode 100644 index 00000000..4173fc6d --- /dev/null +++ b/client/public/icons/iconoir/regular/folder-minus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/folder-plus.svg b/client/public/icons/iconoir/regular/folder-plus.svg new file mode 100644 index 00000000..b39508e4 --- /dev/null +++ b/client/public/icons/iconoir/regular/folder-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/folder-settings.svg b/client/public/icons/iconoir/regular/folder-settings.svg new file mode 100644 index 00000000..6cded97f --- /dev/null +++ b/client/public/icons/iconoir/regular/folder-settings.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/folder-warning.svg b/client/public/icons/iconoir/regular/folder-warning.svg new file mode 100644 index 00000000..363e3d0e --- /dev/null +++ b/client/public/icons/iconoir/regular/folder-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/folder.svg b/client/public/icons/iconoir/regular/folder.svg new file mode 100644 index 00000000..ccc42cb6 --- /dev/null +++ b/client/public/icons/iconoir/regular/folder.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/font-question.svg b/client/public/icons/iconoir/regular/font-question.svg new file mode 100644 index 00000000..5d570995 --- /dev/null +++ b/client/public/icons/iconoir/regular/font-question.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/football-ball.svg b/client/public/icons/iconoir/regular/football-ball.svg new file mode 100644 index 00000000..428a26aa --- /dev/null +++ b/client/public/icons/iconoir/regular/football-ball.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/football.svg b/client/public/icons/iconoir/regular/football.svg new file mode 100644 index 00000000..2fb9532b --- /dev/null +++ b/client/public/icons/iconoir/regular/football.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/forward-15-seconds.svg b/client/public/icons/iconoir/regular/forward-15-seconds.svg new file mode 100644 index 00000000..ced4ccaa --- /dev/null +++ b/client/public/icons/iconoir/regular/forward-15-seconds.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/forward-message.svg b/client/public/icons/iconoir/regular/forward-message.svg new file mode 100644 index 00000000..e3d7ac21 --- /dev/null +++ b/client/public/icons/iconoir/regular/forward-message.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/forward.svg b/client/public/icons/iconoir/regular/forward.svg new file mode 100644 index 00000000..e659d778 --- /dev/null +++ b/client/public/icons/iconoir/regular/forward.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/frame-alt-empty.svg b/client/public/icons/iconoir/regular/frame-alt-empty.svg new file mode 100644 index 00000000..a4b3d032 --- /dev/null +++ b/client/public/icons/iconoir/regular/frame-alt-empty.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/frame-alt.svg b/client/public/icons/iconoir/regular/frame-alt.svg new file mode 100644 index 00000000..45d91724 --- /dev/null +++ b/client/public/icons/iconoir/regular/frame-alt.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/frame-minus-in.svg b/client/public/icons/iconoir/regular/frame-minus-in.svg new file mode 100644 index 00000000..d7e453f0 --- /dev/null +++ b/client/public/icons/iconoir/regular/frame-minus-in.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/frame-plus-in.svg b/client/public/icons/iconoir/regular/frame-plus-in.svg new file mode 100644 index 00000000..2ffdea0a --- /dev/null +++ b/client/public/icons/iconoir/regular/frame-plus-in.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/frame-select.svg b/client/public/icons/iconoir/regular/frame-select.svg new file mode 100644 index 00000000..0a152271 --- /dev/null +++ b/client/public/icons/iconoir/regular/frame-select.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/frame-simple.svg b/client/public/icons/iconoir/regular/frame-simple.svg new file mode 100644 index 00000000..1090e681 --- /dev/null +++ b/client/public/icons/iconoir/regular/frame-simple.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/frame-tool.svg b/client/public/icons/iconoir/regular/frame-tool.svg new file mode 100644 index 00000000..8e5b7a27 --- /dev/null +++ b/client/public/icons/iconoir/regular/frame-tool.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/frame.svg b/client/public/icons/iconoir/regular/frame.svg new file mode 100644 index 00000000..eea47900 --- /dev/null +++ b/client/public/icons/iconoir/regular/frame.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/fridge.svg b/client/public/icons/iconoir/regular/fridge.svg new file mode 100644 index 00000000..a4fc1be5 --- /dev/null +++ b/client/public/icons/iconoir/regular/fridge.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/fx-tag.svg b/client/public/icons/iconoir/regular/fx-tag.svg new file mode 100644 index 00000000..24f223cb --- /dev/null +++ b/client/public/icons/iconoir/regular/fx-tag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/fx.svg b/client/public/icons/iconoir/regular/fx.svg new file mode 100644 index 00000000..b37b4fe8 --- /dev/null +++ b/client/public/icons/iconoir/regular/fx.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/gamepad.svg b/client/public/icons/iconoir/regular/gamepad.svg new file mode 100644 index 00000000..d5f06448 --- /dev/null +++ b/client/public/icons/iconoir/regular/gamepad.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/garage.svg b/client/public/icons/iconoir/regular/garage.svg new file mode 100644 index 00000000..8bd9450a --- /dev/null +++ b/client/public/icons/iconoir/regular/garage.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/gas-tank-droplet.svg b/client/public/icons/iconoir/regular/gas-tank-droplet.svg new file mode 100644 index 00000000..783b8091 --- /dev/null +++ b/client/public/icons/iconoir/regular/gas-tank-droplet.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/gas-tank.svg b/client/public/icons/iconoir/regular/gas-tank.svg new file mode 100644 index 00000000..4357a049 --- /dev/null +++ b/client/public/icons/iconoir/regular/gas-tank.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/gas.svg b/client/public/icons/iconoir/regular/gas.svg new file mode 100644 index 00000000..01cf5dbd --- /dev/null +++ b/client/public/icons/iconoir/regular/gas.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/gif-format.svg b/client/public/icons/iconoir/regular/gif-format.svg new file mode 100644 index 00000000..81c52906 --- /dev/null +++ b/client/public/icons/iconoir/regular/gif-format.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/gift.svg b/client/public/icons/iconoir/regular/gift.svg new file mode 100644 index 00000000..8c9db66d --- /dev/null +++ b/client/public/icons/iconoir/regular/gift.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/git-branch.svg b/client/public/icons/iconoir/regular/git-branch.svg new file mode 100644 index 00000000..e58a1e78 --- /dev/null +++ b/client/public/icons/iconoir/regular/git-branch.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/git-cherry-pick-commit.svg b/client/public/icons/iconoir/regular/git-cherry-pick-commit.svg new file mode 100644 index 00000000..f311351e --- /dev/null +++ b/client/public/icons/iconoir/regular/git-cherry-pick-commit.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/git-commit.svg b/client/public/icons/iconoir/regular/git-commit.svg new file mode 100644 index 00000000..97730b6e --- /dev/null +++ b/client/public/icons/iconoir/regular/git-commit.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/git-compare.svg b/client/public/icons/iconoir/regular/git-compare.svg new file mode 100644 index 00000000..c8aad5e9 --- /dev/null +++ b/client/public/icons/iconoir/regular/git-compare.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/git-fork.svg b/client/public/icons/iconoir/regular/git-fork.svg new file mode 100644 index 00000000..e0829ebd --- /dev/null +++ b/client/public/icons/iconoir/regular/git-fork.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/git-merge.svg b/client/public/icons/iconoir/regular/git-merge.svg new file mode 100644 index 00000000..5b599be6 --- /dev/null +++ b/client/public/icons/iconoir/regular/git-merge.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/git-pull-request-closed.svg b/client/public/icons/iconoir/regular/git-pull-request-closed.svg new file mode 100644 index 00000000..5ebff4f3 --- /dev/null +++ b/client/public/icons/iconoir/regular/git-pull-request-closed.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/git-pull-request.svg b/client/public/icons/iconoir/regular/git-pull-request.svg new file mode 100644 index 00000000..9d4f1995 --- /dev/null +++ b/client/public/icons/iconoir/regular/git-pull-request.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/git.svg b/client/public/icons/iconoir/regular/git.svg new file mode 100644 index 00000000..5067d009 --- /dev/null +++ b/client/public/icons/iconoir/regular/git.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/github-circle.svg b/client/public/icons/iconoir/regular/github-circle.svg new file mode 100644 index 00000000..c24b02bc --- /dev/null +++ b/client/public/icons/iconoir/regular/github-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/github.svg b/client/public/icons/iconoir/regular/github.svg new file mode 100644 index 00000000..ac954fb8 --- /dev/null +++ b/client/public/icons/iconoir/regular/github.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/gitlab-full.svg b/client/public/icons/iconoir/regular/gitlab-full.svg new file mode 100644 index 00000000..54b552cc --- /dev/null +++ b/client/public/icons/iconoir/regular/gitlab-full.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/glass-empty.svg b/client/public/icons/iconoir/regular/glass-empty.svg new file mode 100644 index 00000000..31ca80ef --- /dev/null +++ b/client/public/icons/iconoir/regular/glass-empty.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/glass-fragile.svg b/client/public/icons/iconoir/regular/glass-fragile.svg new file mode 100644 index 00000000..c929eeb5 --- /dev/null +++ b/client/public/icons/iconoir/regular/glass-fragile.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/glass-half-alt.svg b/client/public/icons/iconoir/regular/glass-half-alt.svg new file mode 100644 index 00000000..95faef09 --- /dev/null +++ b/client/public/icons/iconoir/regular/glass-half-alt.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/glass-half.svg b/client/public/icons/iconoir/regular/glass-half.svg new file mode 100644 index 00000000..e87185ed --- /dev/null +++ b/client/public/icons/iconoir/regular/glass-half.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/glasses.svg b/client/public/icons/iconoir/regular/glasses.svg new file mode 100644 index 00000000..9bab5e17 --- /dev/null +++ b/client/public/icons/iconoir/regular/glasses.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/globe.svg b/client/public/icons/iconoir/regular/globe.svg new file mode 100644 index 00000000..3e8b65f7 --- /dev/null +++ b/client/public/icons/iconoir/regular/globe.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/golf.svg b/client/public/icons/iconoir/regular/golf.svg new file mode 100644 index 00000000..7cbb86ed --- /dev/null +++ b/client/public/icons/iconoir/regular/golf.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/google-circle.svg b/client/public/icons/iconoir/regular/google-circle.svg new file mode 100644 index 00000000..1e219da0 --- /dev/null +++ b/client/public/icons/iconoir/regular/google-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/google-docs.svg b/client/public/icons/iconoir/regular/google-docs.svg new file mode 100644 index 00000000..995b94c6 --- /dev/null +++ b/client/public/icons/iconoir/regular/google-docs.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/google-drive-check.svg b/client/public/icons/iconoir/regular/google-drive-check.svg new file mode 100644 index 00000000..5183b4f8 --- /dev/null +++ b/client/public/icons/iconoir/regular/google-drive-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/google-drive-sync.svg b/client/public/icons/iconoir/regular/google-drive-sync.svg new file mode 100644 index 00000000..996e0c51 --- /dev/null +++ b/client/public/icons/iconoir/regular/google-drive-sync.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/google-drive-warning.svg b/client/public/icons/iconoir/regular/google-drive-warning.svg new file mode 100644 index 00000000..f92befb6 --- /dev/null +++ b/client/public/icons/iconoir/regular/google-drive-warning.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/google-drive.svg b/client/public/icons/iconoir/regular/google-drive.svg new file mode 100644 index 00000000..b4274b9d --- /dev/null +++ b/client/public/icons/iconoir/regular/google-drive.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/google-home.svg b/client/public/icons/iconoir/regular/google-home.svg new file mode 100644 index 00000000..964bc6cb --- /dev/null +++ b/client/public/icons/iconoir/regular/google-home.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/google-one.svg b/client/public/icons/iconoir/regular/google-one.svg new file mode 100644 index 00000000..9af46171 --- /dev/null +++ b/client/public/icons/iconoir/regular/google-one.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/google.svg b/client/public/icons/iconoir/regular/google.svg new file mode 100644 index 00000000..491625a0 --- /dev/null +++ b/client/public/icons/iconoir/regular/google.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/gps.svg b/client/public/icons/iconoir/regular/gps.svg new file mode 100644 index 00000000..14f6a2dd --- /dev/null +++ b/client/public/icons/iconoir/regular/gps.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/graduation-cap.svg b/client/public/icons/iconoir/regular/graduation-cap.svg new file mode 100644 index 00000000..22ddbb56 --- /dev/null +++ b/client/public/icons/iconoir/regular/graduation-cap.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/graph-down.svg b/client/public/icons/iconoir/regular/graph-down.svg new file mode 100644 index 00000000..909c3430 --- /dev/null +++ b/client/public/icons/iconoir/regular/graph-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/graph-up.svg b/client/public/icons/iconoir/regular/graph-up.svg new file mode 100644 index 00000000..f5945c05 --- /dev/null +++ b/client/public/icons/iconoir/regular/graph-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/grid-minus.svg b/client/public/icons/iconoir/regular/grid-minus.svg new file mode 100644 index 00000000..a410ca3a --- /dev/null +++ b/client/public/icons/iconoir/regular/grid-minus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/grid-plus.svg b/client/public/icons/iconoir/regular/grid-plus.svg new file mode 100644 index 00000000..5d7c1014 --- /dev/null +++ b/client/public/icons/iconoir/regular/grid-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/grid-xmark.svg b/client/public/icons/iconoir/regular/grid-xmark.svg new file mode 100644 index 00000000..75b24da6 --- /dev/null +++ b/client/public/icons/iconoir/regular/grid-xmark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/group.svg b/client/public/icons/iconoir/regular/group.svg new file mode 100644 index 00000000..f097c919 --- /dev/null +++ b/client/public/icons/iconoir/regular/group.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/gym.svg b/client/public/icons/iconoir/regular/gym.svg new file mode 100644 index 00000000..bcea0a79 --- /dev/null +++ b/client/public/icons/iconoir/regular/gym.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/h-square.svg b/client/public/icons/iconoir/regular/h-square.svg new file mode 100644 index 00000000..81380e49 --- /dev/null +++ b/client/public/icons/iconoir/regular/h-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/half-cookie.svg b/client/public/icons/iconoir/regular/half-cookie.svg new file mode 100644 index 00000000..825fed92 --- /dev/null +++ b/client/public/icons/iconoir/regular/half-cookie.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/half-moon.svg b/client/public/icons/iconoir/regular/half-moon.svg new file mode 100644 index 00000000..8712b46a --- /dev/null +++ b/client/public/icons/iconoir/regular/half-moon.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/hammer.svg b/client/public/icons/iconoir/regular/hammer.svg new file mode 100644 index 00000000..66c1e562 --- /dev/null +++ b/client/public/icons/iconoir/regular/hammer.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/hand-brake.svg b/client/public/icons/iconoir/regular/hand-brake.svg new file mode 100644 index 00000000..1e3c689a --- /dev/null +++ b/client/public/icons/iconoir/regular/hand-brake.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/hand-card.svg b/client/public/icons/iconoir/regular/hand-card.svg new file mode 100644 index 00000000..c9a9d896 --- /dev/null +++ b/client/public/icons/iconoir/regular/hand-card.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/hand-cash.svg b/client/public/icons/iconoir/regular/hand-cash.svg new file mode 100644 index 00000000..800d6a29 --- /dev/null +++ b/client/public/icons/iconoir/regular/hand-cash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/hand-contactless.svg b/client/public/icons/iconoir/regular/hand-contactless.svg new file mode 100644 index 00000000..9896037e --- /dev/null +++ b/client/public/icons/iconoir/regular/hand-contactless.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/handbag.svg b/client/public/icons/iconoir/regular/handbag.svg new file mode 100644 index 00000000..4b83bd56 --- /dev/null +++ b/client/public/icons/iconoir/regular/handbag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/hard-drive.svg b/client/public/icons/iconoir/regular/hard-drive.svg new file mode 100644 index 00000000..aa187f57 --- /dev/null +++ b/client/public/icons/iconoir/regular/hard-drive.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/hashtag.svg b/client/public/icons/iconoir/regular/hashtag.svg new file mode 100644 index 00000000..70ac5e7b --- /dev/null +++ b/client/public/icons/iconoir/regular/hashtag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/hat.svg b/client/public/icons/iconoir/regular/hat.svg new file mode 100644 index 00000000..0bf1ce85 --- /dev/null +++ b/client/public/icons/iconoir/regular/hat.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/hd-display.svg b/client/public/icons/iconoir/regular/hd-display.svg new file mode 100644 index 00000000..aef63d3c --- /dev/null +++ b/client/public/icons/iconoir/regular/hd-display.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/hd.svg b/client/public/icons/iconoir/regular/hd.svg new file mode 100644 index 00000000..c614d166 --- /dev/null +++ b/client/public/icons/iconoir/regular/hd.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/hdr.svg b/client/public/icons/iconoir/regular/hdr.svg new file mode 100644 index 00000000..5f968124 --- /dev/null +++ b/client/public/icons/iconoir/regular/hdr.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/headset-bolt.svg b/client/public/icons/iconoir/regular/headset-bolt.svg new file mode 100644 index 00000000..1e546eb1 --- /dev/null +++ b/client/public/icons/iconoir/regular/headset-bolt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/headset-help.svg b/client/public/icons/iconoir/regular/headset-help.svg new file mode 100644 index 00000000..7de98a5e --- /dev/null +++ b/client/public/icons/iconoir/regular/headset-help.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/headset-warning.svg b/client/public/icons/iconoir/regular/headset-warning.svg new file mode 100644 index 00000000..35e3ccf0 --- /dev/null +++ b/client/public/icons/iconoir/regular/headset-warning.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/headset.svg b/client/public/icons/iconoir/regular/headset.svg new file mode 100644 index 00000000..633cd066 --- /dev/null +++ b/client/public/icons/iconoir/regular/headset.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/health-shield.svg b/client/public/icons/iconoir/regular/health-shield.svg new file mode 100644 index 00000000..8edbd5a2 --- /dev/null +++ b/client/public/icons/iconoir/regular/health-shield.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/healthcare.svg b/client/public/icons/iconoir/regular/healthcare.svg new file mode 100644 index 00000000..3551b457 --- /dev/null +++ b/client/public/icons/iconoir/regular/healthcare.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/heart-arrow-down.svg b/client/public/icons/iconoir/regular/heart-arrow-down.svg new file mode 100644 index 00000000..b88aa957 --- /dev/null +++ b/client/public/icons/iconoir/regular/heart-arrow-down.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/heart.svg b/client/public/icons/iconoir/regular/heart.svg new file mode 100644 index 00000000..77fb4939 --- /dev/null +++ b/client/public/icons/iconoir/regular/heart.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/heating-square.svg b/client/public/icons/iconoir/regular/heating-square.svg new file mode 100644 index 00000000..4a27618f --- /dev/null +++ b/client/public/icons/iconoir/regular/heating-square.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/heavy-rain.svg b/client/public/icons/iconoir/regular/heavy-rain.svg new file mode 100644 index 00000000..ced5c0f6 --- /dev/null +++ b/client/public/icons/iconoir/regular/heavy-rain.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/help-circle.svg b/client/public/icons/iconoir/regular/help-circle.svg new file mode 100644 index 00000000..c205fdae --- /dev/null +++ b/client/public/icons/iconoir/regular/help-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/help-square.svg b/client/public/icons/iconoir/regular/help-square.svg new file mode 100644 index 00000000..a501c051 --- /dev/null +++ b/client/public/icons/iconoir/regular/help-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/heptagon.svg b/client/public/icons/iconoir/regular/heptagon.svg new file mode 100644 index 00000000..861adf38 --- /dev/null +++ b/client/public/icons/iconoir/regular/heptagon.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/hexagon-dice.svg b/client/public/icons/iconoir/regular/hexagon-dice.svg new file mode 100644 index 00000000..e06cc85f --- /dev/null +++ b/client/public/icons/iconoir/regular/hexagon-dice.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/hexagon-plus.svg b/client/public/icons/iconoir/regular/hexagon-plus.svg new file mode 100644 index 00000000..0fb28a0c --- /dev/null +++ b/client/public/icons/iconoir/regular/hexagon-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/hexagon.svg b/client/public/icons/iconoir/regular/hexagon.svg new file mode 100644 index 00000000..d7d40a51 --- /dev/null +++ b/client/public/icons/iconoir/regular/hexagon.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/historic-shield-alt.svg b/client/public/icons/iconoir/regular/historic-shield-alt.svg new file mode 100644 index 00000000..e0b301a6 --- /dev/null +++ b/client/public/icons/iconoir/regular/historic-shield-alt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/historic-shield.svg b/client/public/icons/iconoir/regular/historic-shield.svg new file mode 100644 index 00000000..b6cfefcb --- /dev/null +++ b/client/public/icons/iconoir/regular/historic-shield.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/home-alt-slim-horiz.svg b/client/public/icons/iconoir/regular/home-alt-slim-horiz.svg new file mode 100644 index 00000000..63f91335 --- /dev/null +++ b/client/public/icons/iconoir/regular/home-alt-slim-horiz.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/home-alt-slim.svg b/client/public/icons/iconoir/regular/home-alt-slim.svg new file mode 100644 index 00000000..390bf57a --- /dev/null +++ b/client/public/icons/iconoir/regular/home-alt-slim.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/home-alt.svg b/client/public/icons/iconoir/regular/home-alt.svg new file mode 100644 index 00000000..9278f10f --- /dev/null +++ b/client/public/icons/iconoir/regular/home-alt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/home-hospital.svg b/client/public/icons/iconoir/regular/home-hospital.svg new file mode 100644 index 00000000..5d87f25a --- /dev/null +++ b/client/public/icons/iconoir/regular/home-hospital.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/home-sale.svg b/client/public/icons/iconoir/regular/home-sale.svg new file mode 100644 index 00000000..86112ad0 --- /dev/null +++ b/client/public/icons/iconoir/regular/home-sale.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/home-secure.svg b/client/public/icons/iconoir/regular/home-secure.svg new file mode 100644 index 00000000..4b7c5e16 --- /dev/null +++ b/client/public/icons/iconoir/regular/home-secure.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/home-shield.svg b/client/public/icons/iconoir/regular/home-shield.svg new file mode 100644 index 00000000..2a899d9a --- /dev/null +++ b/client/public/icons/iconoir/regular/home-shield.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/home-simple-door.svg b/client/public/icons/iconoir/regular/home-simple-door.svg new file mode 100644 index 00000000..d6cb746c --- /dev/null +++ b/client/public/icons/iconoir/regular/home-simple-door.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/home-simple.svg b/client/public/icons/iconoir/regular/home-simple.svg new file mode 100644 index 00000000..bde1f4cb --- /dev/null +++ b/client/public/icons/iconoir/regular/home-simple.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/home-table.svg b/client/public/icons/iconoir/regular/home-table.svg new file mode 100644 index 00000000..b30ce326 --- /dev/null +++ b/client/public/icons/iconoir/regular/home-table.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/home-temperature-in.svg b/client/public/icons/iconoir/regular/home-temperature-in.svg new file mode 100644 index 00000000..f89a7ab4 --- /dev/null +++ b/client/public/icons/iconoir/regular/home-temperature-in.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/home-temperature-out.svg b/client/public/icons/iconoir/regular/home-temperature-out.svg new file mode 100644 index 00000000..c77d0a75 --- /dev/null +++ b/client/public/icons/iconoir/regular/home-temperature-out.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/home-user.svg b/client/public/icons/iconoir/regular/home-user.svg new file mode 100644 index 00000000..6b7faca5 --- /dev/null +++ b/client/public/icons/iconoir/regular/home-user.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/home.svg b/client/public/icons/iconoir/regular/home.svg new file mode 100644 index 00000000..d8f1e226 --- /dev/null +++ b/client/public/icons/iconoir/regular/home.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/horiz-distribution-left.svg b/client/public/icons/iconoir/regular/horiz-distribution-left.svg new file mode 100644 index 00000000..a2f58123 --- /dev/null +++ b/client/public/icons/iconoir/regular/horiz-distribution-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/horiz-distribution-right.svg b/client/public/icons/iconoir/regular/horiz-distribution-right.svg new file mode 100644 index 00000000..ce453e72 --- /dev/null +++ b/client/public/icons/iconoir/regular/horiz-distribution-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/horizontal-merge.svg b/client/public/icons/iconoir/regular/horizontal-merge.svg new file mode 100644 index 00000000..3242c408 --- /dev/null +++ b/client/public/icons/iconoir/regular/horizontal-merge.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/horizontal-split.svg b/client/public/icons/iconoir/regular/horizontal-split.svg new file mode 100644 index 00000000..c755de55 --- /dev/null +++ b/client/public/icons/iconoir/regular/horizontal-split.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/hospital-circle.svg b/client/public/icons/iconoir/regular/hospital-circle.svg new file mode 100644 index 00000000..c3c35c99 --- /dev/null +++ b/client/public/icons/iconoir/regular/hospital-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/hospital.svg b/client/public/icons/iconoir/regular/hospital.svg new file mode 100644 index 00000000..d2332ec9 --- /dev/null +++ b/client/public/icons/iconoir/regular/hospital.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/hot-air-balloon.svg b/client/public/icons/iconoir/regular/hot-air-balloon.svg new file mode 100644 index 00000000..6d3d230e --- /dev/null +++ b/client/public/icons/iconoir/regular/hot-air-balloon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/hourglass.svg b/client/public/icons/iconoir/regular/hourglass.svg new file mode 100644 index 00000000..a6a3e16d --- /dev/null +++ b/client/public/icons/iconoir/regular/hourglass.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/house-rooms.svg b/client/public/icons/iconoir/regular/house-rooms.svg new file mode 100644 index 00000000..65fe3079 --- /dev/null +++ b/client/public/icons/iconoir/regular/house-rooms.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/html5.svg b/client/public/icons/iconoir/regular/html5.svg new file mode 100644 index 00000000..15ce09d5 --- /dev/null +++ b/client/public/icons/iconoir/regular/html5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/ice-cream.svg b/client/public/icons/iconoir/regular/ice-cream.svg new file mode 100644 index 00000000..bf0c374a --- /dev/null +++ b/client/public/icons/iconoir/regular/ice-cream.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/iconoir.svg b/client/public/icons/iconoir/regular/iconoir.svg new file mode 100644 index 00000000..2b420a04 --- /dev/null +++ b/client/public/icons/iconoir/regular/iconoir.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/import.svg b/client/public/icons/iconoir/regular/import.svg new file mode 100644 index 00000000..b0bc47ed --- /dev/null +++ b/client/public/icons/iconoir/regular/import.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/inclination.svg b/client/public/icons/iconoir/regular/inclination.svg new file mode 100644 index 00000000..0d9527d3 --- /dev/null +++ b/client/public/icons/iconoir/regular/inclination.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/industry.svg b/client/public/icons/iconoir/regular/industry.svg new file mode 100644 index 00000000..cf46841e --- /dev/null +++ b/client/public/icons/iconoir/regular/industry.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/infinite.svg b/client/public/icons/iconoir/regular/infinite.svg new file mode 100644 index 00000000..5317f9c4 --- /dev/null +++ b/client/public/icons/iconoir/regular/infinite.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/info-circle.svg b/client/public/icons/iconoir/regular/info-circle.svg new file mode 100644 index 00000000..3edff0e2 --- /dev/null +++ b/client/public/icons/iconoir/regular/info-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/input-field.svg b/client/public/icons/iconoir/regular/input-field.svg new file mode 100644 index 00000000..2f86f482 --- /dev/null +++ b/client/public/icons/iconoir/regular/input-field.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/input-output.svg b/client/public/icons/iconoir/regular/input-output.svg new file mode 100644 index 00000000..17965c20 --- /dev/null +++ b/client/public/icons/iconoir/regular/input-output.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/input-search.svg b/client/public/icons/iconoir/regular/input-search.svg new file mode 100644 index 00000000..a9b86f1d --- /dev/null +++ b/client/public/icons/iconoir/regular/input-search.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/instagram.svg b/client/public/icons/iconoir/regular/instagram.svg new file mode 100644 index 00000000..5831a96f --- /dev/null +++ b/client/public/icons/iconoir/regular/instagram.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/internet.svg b/client/public/icons/iconoir/regular/internet.svg new file mode 100644 index 00000000..6347d46d --- /dev/null +++ b/client/public/icons/iconoir/regular/internet.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/intersect-alt.svg b/client/public/icons/iconoir/regular/intersect-alt.svg new file mode 100644 index 00000000..ca66a516 --- /dev/null +++ b/client/public/icons/iconoir/regular/intersect-alt.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/intersect.svg b/client/public/icons/iconoir/regular/intersect.svg new file mode 100644 index 00000000..64cc3467 --- /dev/null +++ b/client/public/icons/iconoir/regular/intersect.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/ios-settings.svg b/client/public/icons/iconoir/regular/ios-settings.svg new file mode 100644 index 00000000..97e79ef5 --- /dev/null +++ b/client/public/icons/iconoir/regular/ios-settings.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/ip-address-tag.svg b/client/public/icons/iconoir/regular/ip-address-tag.svg new file mode 100644 index 00000000..e0e9673e --- /dev/null +++ b/client/public/icons/iconoir/regular/ip-address-tag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/iris-scan.svg b/client/public/icons/iconoir/regular/iris-scan.svg new file mode 100644 index 00000000..b10703ad --- /dev/null +++ b/client/public/icons/iconoir/regular/iris-scan.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/italic-square.svg b/client/public/icons/iconoir/regular/italic-square.svg new file mode 100644 index 00000000..e6c6b038 --- /dev/null +++ b/client/public/icons/iconoir/regular/italic-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/italic.svg b/client/public/icons/iconoir/regular/italic.svg new file mode 100644 index 00000000..98e29214 --- /dev/null +++ b/client/public/icons/iconoir/regular/italic.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/jellyfish.svg b/client/public/icons/iconoir/regular/jellyfish.svg new file mode 100644 index 00000000..8095b75f --- /dev/null +++ b/client/public/icons/iconoir/regular/jellyfish.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/journal-page.svg b/client/public/icons/iconoir/regular/journal-page.svg new file mode 100644 index 00000000..e326e954 --- /dev/null +++ b/client/public/icons/iconoir/regular/journal-page.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/journal.svg b/client/public/icons/iconoir/regular/journal.svg new file mode 100644 index 00000000..e653f4d1 --- /dev/null +++ b/client/public/icons/iconoir/regular/journal.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/jpeg-format.svg b/client/public/icons/iconoir/regular/jpeg-format.svg new file mode 100644 index 00000000..215a6f4e --- /dev/null +++ b/client/public/icons/iconoir/regular/jpeg-format.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/jpg-format.svg b/client/public/icons/iconoir/regular/jpg-format.svg new file mode 100644 index 00000000..52b0b43b --- /dev/null +++ b/client/public/icons/iconoir/regular/jpg-format.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/kanban-board.svg b/client/public/icons/iconoir/regular/kanban-board.svg new file mode 100644 index 00000000..b0cd3782 --- /dev/null +++ b/client/public/icons/iconoir/regular/kanban-board.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/key-back.svg b/client/public/icons/iconoir/regular/key-back.svg new file mode 100644 index 00000000..a7883a4c --- /dev/null +++ b/client/public/icons/iconoir/regular/key-back.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/key-command.svg b/client/public/icons/iconoir/regular/key-command.svg new file mode 100644 index 00000000..c4547914 --- /dev/null +++ b/client/public/icons/iconoir/regular/key-command.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/key-minus.svg b/client/public/icons/iconoir/regular/key-minus.svg new file mode 100644 index 00000000..04161f0a --- /dev/null +++ b/client/public/icons/iconoir/regular/key-minus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/key-plus.svg b/client/public/icons/iconoir/regular/key-plus.svg new file mode 100644 index 00000000..a4ec287f --- /dev/null +++ b/client/public/icons/iconoir/regular/key-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/key-xmark.svg b/client/public/icons/iconoir/regular/key-xmark.svg new file mode 100644 index 00000000..923d0303 --- /dev/null +++ b/client/public/icons/iconoir/regular/key-xmark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/key.svg b/client/public/icons/iconoir/regular/key.svg new file mode 100644 index 00000000..a84359fb --- /dev/null +++ b/client/public/icons/iconoir/regular/key.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/keyframe-align-center.svg b/client/public/icons/iconoir/regular/keyframe-align-center.svg new file mode 100644 index 00000000..7bcddd21 --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe-align-center.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/keyframe-align-horizontal.svg b/client/public/icons/iconoir/regular/keyframe-align-horizontal.svg new file mode 100644 index 00000000..51f89c5e --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe-align-horizontal.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/keyframe-align-vertical.svg b/client/public/icons/iconoir/regular/keyframe-align-vertical.svg new file mode 100644 index 00000000..5af7467a --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe-align-vertical.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/keyframe-minus-in.svg b/client/public/icons/iconoir/regular/keyframe-minus-in.svg new file mode 100644 index 00000000..0150670d --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe-minus-in.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/keyframe-minus.svg b/client/public/icons/iconoir/regular/keyframe-minus.svg new file mode 100644 index 00000000..9b9f8c50 --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe-minus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/keyframe-plus-in.svg b/client/public/icons/iconoir/regular/keyframe-plus-in.svg new file mode 100644 index 00000000..fdea613a --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe-plus-in.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/keyframe-plus.svg b/client/public/icons/iconoir/regular/keyframe-plus.svg new file mode 100644 index 00000000..5bd319c4 --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/keyframe-position.svg b/client/public/icons/iconoir/regular/keyframe-position.svg new file mode 100644 index 00000000..5137c2a1 --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe-position.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/keyframe.svg b/client/public/icons/iconoir/regular/keyframe.svg new file mode 100644 index 00000000..6538a670 --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframe.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/keyframes-couple.svg b/client/public/icons/iconoir/regular/keyframes-couple.svg new file mode 100644 index 00000000..e4506d5a --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframes-couple.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/keyframes-minus.svg b/client/public/icons/iconoir/regular/keyframes-minus.svg new file mode 100644 index 00000000..116e4055 --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframes-minus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/keyframes-plus.svg b/client/public/icons/iconoir/regular/keyframes-plus.svg new file mode 100644 index 00000000..3512271e --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframes-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/keyframes.svg b/client/public/icons/iconoir/regular/keyframes.svg new file mode 100644 index 00000000..ab448654 --- /dev/null +++ b/client/public/icons/iconoir/regular/keyframes.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/label.svg b/client/public/icons/iconoir/regular/label.svg new file mode 100644 index 00000000..44a9a877 --- /dev/null +++ b/client/public/icons/iconoir/regular/label.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/lamp.svg b/client/public/icons/iconoir/regular/lamp.svg new file mode 100644 index 00000000..3ab9015d --- /dev/null +++ b/client/public/icons/iconoir/regular/lamp.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/language.svg b/client/public/icons/iconoir/regular/language.svg new file mode 100644 index 00000000..ddc17cdc --- /dev/null +++ b/client/public/icons/iconoir/regular/language.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/laptop-charging.svg b/client/public/icons/iconoir/regular/laptop-charging.svg new file mode 100644 index 00000000..0936815b --- /dev/null +++ b/client/public/icons/iconoir/regular/laptop-charging.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/laptop-dev-mode.svg b/client/public/icons/iconoir/regular/laptop-dev-mode.svg new file mode 100644 index 00000000..8fc8344d --- /dev/null +++ b/client/public/icons/iconoir/regular/laptop-dev-mode.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/laptop-fix.svg b/client/public/icons/iconoir/regular/laptop-fix.svg new file mode 100644 index 00000000..4d855f4c --- /dev/null +++ b/client/public/icons/iconoir/regular/laptop-fix.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/laptop-warning.svg b/client/public/icons/iconoir/regular/laptop-warning.svg new file mode 100644 index 00000000..43124172 --- /dev/null +++ b/client/public/icons/iconoir/regular/laptop-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/laptop.svg b/client/public/icons/iconoir/regular/laptop.svg new file mode 100644 index 00000000..d9ff30a7 --- /dev/null +++ b/client/public/icons/iconoir/regular/laptop.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/layout-left.svg b/client/public/icons/iconoir/regular/layout-left.svg new file mode 100644 index 00000000..edf78687 --- /dev/null +++ b/client/public/icons/iconoir/regular/layout-left.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/layout-right.svg b/client/public/icons/iconoir/regular/layout-right.svg new file mode 100644 index 00000000..56d51fb4 --- /dev/null +++ b/client/public/icons/iconoir/regular/layout-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/leaderboard-star.svg b/client/public/icons/iconoir/regular/leaderboard-star.svg new file mode 100644 index 00000000..8518aa80 --- /dev/null +++ b/client/public/icons/iconoir/regular/leaderboard-star.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/leaderboard.svg b/client/public/icons/iconoir/regular/leaderboard.svg new file mode 100644 index 00000000..cedbe52d --- /dev/null +++ b/client/public/icons/iconoir/regular/leaderboard.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/leaf.svg b/client/public/icons/iconoir/regular/leaf.svg new file mode 100644 index 00000000..3344c939 --- /dev/null +++ b/client/public/icons/iconoir/regular/leaf.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/learning.svg b/client/public/icons/iconoir/regular/learning.svg new file mode 100644 index 00000000..352b7abf --- /dev/null +++ b/client/public/icons/iconoir/regular/learning.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/lens-plus.svg b/client/public/icons/iconoir/regular/lens-plus.svg new file mode 100644 index 00000000..f9be8cb8 --- /dev/null +++ b/client/public/icons/iconoir/regular/lens-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/lens.svg b/client/public/icons/iconoir/regular/lens.svg new file mode 100644 index 00000000..170de490 --- /dev/null +++ b/client/public/icons/iconoir/regular/lens.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/lifebelt.svg b/client/public/icons/iconoir/regular/lifebelt.svg new file mode 100644 index 00000000..d4e4ef06 --- /dev/null +++ b/client/public/icons/iconoir/regular/lifebelt.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/light-bulb-off.svg b/client/public/icons/iconoir/regular/light-bulb-off.svg new file mode 100644 index 00000000..d81fb014 --- /dev/null +++ b/client/public/icons/iconoir/regular/light-bulb-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/light-bulb-on.svg b/client/public/icons/iconoir/regular/light-bulb-on.svg new file mode 100644 index 00000000..630c33e0 --- /dev/null +++ b/client/public/icons/iconoir/regular/light-bulb-on.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/light-bulb.svg b/client/public/icons/iconoir/regular/light-bulb.svg new file mode 100644 index 00000000..19a3345b --- /dev/null +++ b/client/public/icons/iconoir/regular/light-bulb.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/line-space.svg b/client/public/icons/iconoir/regular/line-space.svg new file mode 100644 index 00000000..57a169e7 --- /dev/null +++ b/client/public/icons/iconoir/regular/line-space.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/linear.svg b/client/public/icons/iconoir/regular/linear.svg new file mode 100644 index 00000000..5bae1ac8 --- /dev/null +++ b/client/public/icons/iconoir/regular/linear.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/link-slash.svg b/client/public/icons/iconoir/regular/link-slash.svg new file mode 100644 index 00000000..b416cd57 --- /dev/null +++ b/client/public/icons/iconoir/regular/link-slash.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/link-xmark.svg b/client/public/icons/iconoir/regular/link-xmark.svg new file mode 100644 index 00000000..071ed3ad --- /dev/null +++ b/client/public/icons/iconoir/regular/link-xmark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/link.svg b/client/public/icons/iconoir/regular/link.svg new file mode 100644 index 00000000..a148f9d4 --- /dev/null +++ b/client/public/icons/iconoir/regular/link.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/linkedin.svg b/client/public/icons/iconoir/regular/linkedin.svg new file mode 100644 index 00000000..17df7750 --- /dev/null +++ b/client/public/icons/iconoir/regular/linkedin.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/linux.svg b/client/public/icons/iconoir/regular/linux.svg new file mode 100644 index 00000000..0fe01b0b --- /dev/null +++ b/client/public/icons/iconoir/regular/linux.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/list-select.svg b/client/public/icons/iconoir/regular/list-select.svg new file mode 100644 index 00000000..2c32bcd4 --- /dev/null +++ b/client/public/icons/iconoir/regular/list-select.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/list.svg b/client/public/icons/iconoir/regular/list.svg new file mode 100644 index 00000000..fb962fe5 --- /dev/null +++ b/client/public/icons/iconoir/regular/list.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/litecoin-circle.svg b/client/public/icons/iconoir/regular/litecoin-circle.svg new file mode 100644 index 00000000..0a0af60d --- /dev/null +++ b/client/public/icons/iconoir/regular/litecoin-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/litecoin-rotate-out.svg b/client/public/icons/iconoir/regular/litecoin-rotate-out.svg new file mode 100644 index 00000000..4c9920a3 --- /dev/null +++ b/client/public/icons/iconoir/regular/litecoin-rotate-out.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/lock-slash.svg b/client/public/icons/iconoir/regular/lock-slash.svg new file mode 100644 index 00000000..aa4703ca --- /dev/null +++ b/client/public/icons/iconoir/regular/lock-slash.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/lock-square.svg b/client/public/icons/iconoir/regular/lock-square.svg new file mode 100644 index 00000000..6080bece --- /dev/null +++ b/client/public/icons/iconoir/regular/lock-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/lock.svg b/client/public/icons/iconoir/regular/lock.svg new file mode 100644 index 00000000..bab736e2 --- /dev/null +++ b/client/public/icons/iconoir/regular/lock.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/loft-3d.svg b/client/public/icons/iconoir/regular/loft-3d.svg new file mode 100644 index 00000000..09da3dc6 --- /dev/null +++ b/client/public/icons/iconoir/regular/loft-3d.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/log-in.svg b/client/public/icons/iconoir/regular/log-in.svg new file mode 100644 index 00000000..520ee9c7 --- /dev/null +++ b/client/public/icons/iconoir/regular/log-in.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/log-no-access.svg b/client/public/icons/iconoir/regular/log-no-access.svg new file mode 100644 index 00000000..111fb323 --- /dev/null +++ b/client/public/icons/iconoir/regular/log-no-access.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/log-out.svg b/client/public/icons/iconoir/regular/log-out.svg new file mode 100644 index 00000000..85116676 --- /dev/null +++ b/client/public/icons/iconoir/regular/log-out.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/long-arrow-down-left.svg b/client/public/icons/iconoir/regular/long-arrow-down-left.svg new file mode 100644 index 00000000..9b7d23d8 --- /dev/null +++ b/client/public/icons/iconoir/regular/long-arrow-down-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/long-arrow-down-right.svg b/client/public/icons/iconoir/regular/long-arrow-down-right.svg new file mode 100644 index 00000000..a72a1958 --- /dev/null +++ b/client/public/icons/iconoir/regular/long-arrow-down-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/long-arrow-left-down.svg b/client/public/icons/iconoir/regular/long-arrow-left-down.svg new file mode 100644 index 00000000..daca3249 --- /dev/null +++ b/client/public/icons/iconoir/regular/long-arrow-left-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/long-arrow-left-up.svg b/client/public/icons/iconoir/regular/long-arrow-left-up.svg new file mode 100644 index 00000000..6761b330 --- /dev/null +++ b/client/public/icons/iconoir/regular/long-arrow-left-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/long-arrow-right-down.svg b/client/public/icons/iconoir/regular/long-arrow-right-down.svg new file mode 100644 index 00000000..cbf2b660 --- /dev/null +++ b/client/public/icons/iconoir/regular/long-arrow-right-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/long-arrow-right-up.svg b/client/public/icons/iconoir/regular/long-arrow-right-up.svg new file mode 100644 index 00000000..7313f365 --- /dev/null +++ b/client/public/icons/iconoir/regular/long-arrow-right-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/long-arrow-up-left.svg b/client/public/icons/iconoir/regular/long-arrow-up-left.svg new file mode 100644 index 00000000..06877c69 --- /dev/null +++ b/client/public/icons/iconoir/regular/long-arrow-up-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/long-arrow-up-right.svg b/client/public/icons/iconoir/regular/long-arrow-up-right.svg new file mode 100644 index 00000000..9fb8be02 --- /dev/null +++ b/client/public/icons/iconoir/regular/long-arrow-up-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/lot-of-cash.svg b/client/public/icons/iconoir/regular/lot-of-cash.svg new file mode 100644 index 00000000..4c32ff5c --- /dev/null +++ b/client/public/icons/iconoir/regular/lot-of-cash.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/lullaby.svg b/client/public/icons/iconoir/regular/lullaby.svg new file mode 100644 index 00000000..973d78c9 --- /dev/null +++ b/client/public/icons/iconoir/regular/lullaby.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/mac-control-key.svg b/client/public/icons/iconoir/regular/mac-control-key.svg new file mode 100644 index 00000000..50c96beb --- /dev/null +++ b/client/public/icons/iconoir/regular/mac-control-key.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/mac-dock.svg b/client/public/icons/iconoir/regular/mac-dock.svg new file mode 100644 index 00000000..1ad665ae --- /dev/null +++ b/client/public/icons/iconoir/regular/mac-dock.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/mac-option-key.svg b/client/public/icons/iconoir/regular/mac-option-key.svg new file mode 100644 index 00000000..2ec08d6b --- /dev/null +++ b/client/public/icons/iconoir/regular/mac-option-key.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/mac-os-window.svg b/client/public/icons/iconoir/regular/mac-os-window.svg new file mode 100644 index 00000000..0d402776 --- /dev/null +++ b/client/public/icons/iconoir/regular/mac-os-window.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/magic-wand.svg b/client/public/icons/iconoir/regular/magic-wand.svg new file mode 100644 index 00000000..07dbbc08 --- /dev/null +++ b/client/public/icons/iconoir/regular/magic-wand.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/magnet-energy.svg b/client/public/icons/iconoir/regular/magnet-energy.svg new file mode 100644 index 00000000..29ac0b1b --- /dev/null +++ b/client/public/icons/iconoir/regular/magnet-energy.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/magnet.svg b/client/public/icons/iconoir/regular/magnet.svg new file mode 100644 index 00000000..c76b7dae --- /dev/null +++ b/client/public/icons/iconoir/regular/magnet.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/mail-in.svg b/client/public/icons/iconoir/regular/mail-in.svg new file mode 100644 index 00000000..b160d338 --- /dev/null +++ b/client/public/icons/iconoir/regular/mail-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/mail-open.svg b/client/public/icons/iconoir/regular/mail-open.svg new file mode 100644 index 00000000..4876d881 --- /dev/null +++ b/client/public/icons/iconoir/regular/mail-open.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/mail-out.svg b/client/public/icons/iconoir/regular/mail-out.svg new file mode 100644 index 00000000..a5c66f5a --- /dev/null +++ b/client/public/icons/iconoir/regular/mail-out.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/mail.svg b/client/public/icons/iconoir/regular/mail.svg new file mode 100644 index 00000000..6ffff3b7 --- /dev/null +++ b/client/public/icons/iconoir/regular/mail.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/male.svg b/client/public/icons/iconoir/regular/male.svg new file mode 100644 index 00000000..5943481d --- /dev/null +++ b/client/public/icons/iconoir/regular/male.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/map-pin-minus.svg b/client/public/icons/iconoir/regular/map-pin-minus.svg new file mode 100644 index 00000000..1ad5b1ee --- /dev/null +++ b/client/public/icons/iconoir/regular/map-pin-minus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/map-pin-plus.svg b/client/public/icons/iconoir/regular/map-pin-plus.svg new file mode 100644 index 00000000..c79590ec --- /dev/null +++ b/client/public/icons/iconoir/regular/map-pin-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/map-pin-xmark.svg b/client/public/icons/iconoir/regular/map-pin-xmark.svg new file mode 100644 index 00000000..fc7602a3 --- /dev/null +++ b/client/public/icons/iconoir/regular/map-pin-xmark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/map-pin.svg b/client/public/icons/iconoir/regular/map-pin.svg new file mode 100644 index 00000000..b2e67aed --- /dev/null +++ b/client/public/icons/iconoir/regular/map-pin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/map-xmark.svg b/client/public/icons/iconoir/regular/map-xmark.svg new file mode 100644 index 00000000..9fd840d0 --- /dev/null +++ b/client/public/icons/iconoir/regular/map-xmark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/map.svg b/client/public/icons/iconoir/regular/map.svg new file mode 100644 index 00000000..35ff56b6 --- /dev/null +++ b/client/public/icons/iconoir/regular/map.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/maps-arrow-diagonal.svg b/client/public/icons/iconoir/regular/maps-arrow-diagonal.svg new file mode 100644 index 00000000..d0d61f61 --- /dev/null +++ b/client/public/icons/iconoir/regular/maps-arrow-diagonal.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/maps-arrow-xmark.svg b/client/public/icons/iconoir/regular/maps-arrow-xmark.svg new file mode 100644 index 00000000..da8b03f1 --- /dev/null +++ b/client/public/icons/iconoir/regular/maps-arrow-xmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/maps-arrow.svg b/client/public/icons/iconoir/regular/maps-arrow.svg new file mode 100644 index 00000000..3f810694 --- /dev/null +++ b/client/public/icons/iconoir/regular/maps-arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/maps-go-straight.svg b/client/public/icons/iconoir/regular/maps-go-straight.svg new file mode 100644 index 00000000..fa56fb2b --- /dev/null +++ b/client/public/icons/iconoir/regular/maps-go-straight.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/maps-turn-back.svg b/client/public/icons/iconoir/regular/maps-turn-back.svg new file mode 100644 index 00000000..1eea9fff --- /dev/null +++ b/client/public/icons/iconoir/regular/maps-turn-back.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/maps-turn-left.svg b/client/public/icons/iconoir/regular/maps-turn-left.svg new file mode 100644 index 00000000..94c8787a --- /dev/null +++ b/client/public/icons/iconoir/regular/maps-turn-left.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/maps-turn-right.svg b/client/public/icons/iconoir/regular/maps-turn-right.svg new file mode 100644 index 00000000..26401e25 --- /dev/null +++ b/client/public/icons/iconoir/regular/maps-turn-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/mask-square.svg b/client/public/icons/iconoir/regular/mask-square.svg new file mode 100644 index 00000000..81dadd96 --- /dev/null +++ b/client/public/icons/iconoir/regular/mask-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/mastercard-card.svg b/client/public/icons/iconoir/regular/mastercard-card.svg new file mode 100644 index 00000000..fc900b0e --- /dev/null +++ b/client/public/icons/iconoir/regular/mastercard-card.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/mastodon.svg b/client/public/icons/iconoir/regular/mastodon.svg new file mode 100644 index 00000000..4d1212a0 --- /dev/null +++ b/client/public/icons/iconoir/regular/mastodon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/math-book.svg b/client/public/icons/iconoir/regular/math-book.svg new file mode 100644 index 00000000..0cee6308 --- /dev/null +++ b/client/public/icons/iconoir/regular/math-book.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/maximize.svg b/client/public/icons/iconoir/regular/maximize.svg new file mode 100644 index 00000000..d82f2e2a --- /dev/null +++ b/client/public/icons/iconoir/regular/maximize.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/medal-1st.svg b/client/public/icons/iconoir/regular/medal-1st.svg new file mode 100644 index 00000000..7bc860ea --- /dev/null +++ b/client/public/icons/iconoir/regular/medal-1st.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/medal.svg b/client/public/icons/iconoir/regular/medal.svg new file mode 100644 index 00000000..9adab74f --- /dev/null +++ b/client/public/icons/iconoir/regular/medal.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/media-image-folder.svg b/client/public/icons/iconoir/regular/media-image-folder.svg new file mode 100644 index 00000000..482bff39 --- /dev/null +++ b/client/public/icons/iconoir/regular/media-image-folder.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/media-image-list.svg b/client/public/icons/iconoir/regular/media-image-list.svg new file mode 100644 index 00000000..bd4dd208 --- /dev/null +++ b/client/public/icons/iconoir/regular/media-image-list.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/media-image-plus.svg b/client/public/icons/iconoir/regular/media-image-plus.svg new file mode 100644 index 00000000..dd47e563 --- /dev/null +++ b/client/public/icons/iconoir/regular/media-image-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/media-image-xmark.svg b/client/public/icons/iconoir/regular/media-image-xmark.svg new file mode 100644 index 00000000..3eab6a3f --- /dev/null +++ b/client/public/icons/iconoir/regular/media-image-xmark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/media-image.svg b/client/public/icons/iconoir/regular/media-image.svg new file mode 100644 index 00000000..f6aacc9a --- /dev/null +++ b/client/public/icons/iconoir/regular/media-image.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/media-video-folder.svg b/client/public/icons/iconoir/regular/media-video-folder.svg new file mode 100644 index 00000000..6c7384ae --- /dev/null +++ b/client/public/icons/iconoir/regular/media-video-folder.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/media-video-list.svg b/client/public/icons/iconoir/regular/media-video-list.svg new file mode 100644 index 00000000..26222c55 --- /dev/null +++ b/client/public/icons/iconoir/regular/media-video-list.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/media-video-plus.svg b/client/public/icons/iconoir/regular/media-video-plus.svg new file mode 100644 index 00000000..27cd9057 --- /dev/null +++ b/client/public/icons/iconoir/regular/media-video-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/media-video-xmark.svg b/client/public/icons/iconoir/regular/media-video-xmark.svg new file mode 100644 index 00000000..2b6c03f1 --- /dev/null +++ b/client/public/icons/iconoir/regular/media-video-xmark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/media-video.svg b/client/public/icons/iconoir/regular/media-video.svg new file mode 100644 index 00000000..a22f854e --- /dev/null +++ b/client/public/icons/iconoir/regular/media-video.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/medium.svg b/client/public/icons/iconoir/regular/medium.svg new file mode 100644 index 00000000..7c9359d4 --- /dev/null +++ b/client/public/icons/iconoir/regular/medium.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/megaphone.svg b/client/public/icons/iconoir/regular/megaphone.svg new file mode 100644 index 00000000..4b77a827 --- /dev/null +++ b/client/public/icons/iconoir/regular/megaphone.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/menu-scale.svg b/client/public/icons/iconoir/regular/menu-scale.svg new file mode 100644 index 00000000..f6779e70 --- /dev/null +++ b/client/public/icons/iconoir/regular/menu-scale.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/menu.svg b/client/public/icons/iconoir/regular/menu.svg new file mode 100644 index 00000000..0c4517d6 --- /dev/null +++ b/client/public/icons/iconoir/regular/menu.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/message-alert.svg b/client/public/icons/iconoir/regular/message-alert.svg new file mode 100644 index 00000000..0c358ca6 --- /dev/null +++ b/client/public/icons/iconoir/regular/message-alert.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/message-text.svg b/client/public/icons/iconoir/regular/message-text.svg new file mode 100644 index 00000000..57c55a53 --- /dev/null +++ b/client/public/icons/iconoir/regular/message-text.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/message.svg b/client/public/icons/iconoir/regular/message.svg new file mode 100644 index 00000000..c1339d71 --- /dev/null +++ b/client/public/icons/iconoir/regular/message.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/meter-arrow-down-right.svg b/client/public/icons/iconoir/regular/meter-arrow-down-right.svg new file mode 100644 index 00000000..668d1626 --- /dev/null +++ b/client/public/icons/iconoir/regular/meter-arrow-down-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/metro.svg b/client/public/icons/iconoir/regular/metro.svg new file mode 100644 index 00000000..e550c046 --- /dev/null +++ b/client/public/icons/iconoir/regular/metro.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/microphone-check.svg b/client/public/icons/iconoir/regular/microphone-check.svg new file mode 100644 index 00000000..ef5c269e --- /dev/null +++ b/client/public/icons/iconoir/regular/microphone-check.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/microphone-minus.svg b/client/public/icons/iconoir/regular/microphone-minus.svg new file mode 100644 index 00000000..522d200c --- /dev/null +++ b/client/public/icons/iconoir/regular/microphone-minus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/microphone-mute.svg b/client/public/icons/iconoir/regular/microphone-mute.svg new file mode 100644 index 00000000..8e7f059b --- /dev/null +++ b/client/public/icons/iconoir/regular/microphone-mute.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/microphone-plus.svg b/client/public/icons/iconoir/regular/microphone-plus.svg new file mode 100644 index 00000000..094bd674 --- /dev/null +++ b/client/public/icons/iconoir/regular/microphone-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/microphone-speaking.svg b/client/public/icons/iconoir/regular/microphone-speaking.svg new file mode 100644 index 00000000..4a4a3cb1 --- /dev/null +++ b/client/public/icons/iconoir/regular/microphone-speaking.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/microphone-warning.svg b/client/public/icons/iconoir/regular/microphone-warning.svg new file mode 100644 index 00000000..09efe1f4 --- /dev/null +++ b/client/public/icons/iconoir/regular/microphone-warning.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/microphone.svg b/client/public/icons/iconoir/regular/microphone.svg new file mode 100644 index 00000000..71bba490 --- /dev/null +++ b/client/public/icons/iconoir/regular/microphone.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/microscope.svg b/client/public/icons/iconoir/regular/microscope.svg new file mode 100644 index 00000000..1e11002c --- /dev/null +++ b/client/public/icons/iconoir/regular/microscope.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/minus-circle.svg b/client/public/icons/iconoir/regular/minus-circle.svg new file mode 100644 index 00000000..d6b4e801 --- /dev/null +++ b/client/public/icons/iconoir/regular/minus-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/minus-hexagon.svg b/client/public/icons/iconoir/regular/minus-hexagon.svg new file mode 100644 index 00000000..dd49392c --- /dev/null +++ b/client/public/icons/iconoir/regular/minus-hexagon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/minus-square-dashed.svg b/client/public/icons/iconoir/regular/minus-square-dashed.svg new file mode 100644 index 00000000..8ac169d0 --- /dev/null +++ b/client/public/icons/iconoir/regular/minus-square-dashed.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/minus-square.svg b/client/public/icons/iconoir/regular/minus-square.svg new file mode 100644 index 00000000..cf268693 --- /dev/null +++ b/client/public/icons/iconoir/regular/minus-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/minus.svg b/client/public/icons/iconoir/regular/minus.svg new file mode 100644 index 00000000..794a0ffd --- /dev/null +++ b/client/public/icons/iconoir/regular/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/mirror.svg b/client/public/icons/iconoir/regular/mirror.svg new file mode 100644 index 00000000..e27198a0 --- /dev/null +++ b/client/public/icons/iconoir/regular/mirror.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/mobile-dev-mode.svg b/client/public/icons/iconoir/regular/mobile-dev-mode.svg new file mode 100644 index 00000000..8f9c71a1 --- /dev/null +++ b/client/public/icons/iconoir/regular/mobile-dev-mode.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/mobile-fingerprint.svg b/client/public/icons/iconoir/regular/mobile-fingerprint.svg new file mode 100644 index 00000000..53fe6929 --- /dev/null +++ b/client/public/icons/iconoir/regular/mobile-fingerprint.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/mobile-voice.svg b/client/public/icons/iconoir/regular/mobile-voice.svg new file mode 100644 index 00000000..5aa5b801 --- /dev/null +++ b/client/public/icons/iconoir/regular/mobile-voice.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/modern-tv-4k.svg b/client/public/icons/iconoir/regular/modern-tv-4k.svg new file mode 100644 index 00000000..8db27811 --- /dev/null +++ b/client/public/icons/iconoir/regular/modern-tv-4k.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/modern-tv.svg b/client/public/icons/iconoir/regular/modern-tv.svg new file mode 100644 index 00000000..b13adfe6 --- /dev/null +++ b/client/public/icons/iconoir/regular/modern-tv.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/money-square.svg b/client/public/icons/iconoir/regular/money-square.svg new file mode 100644 index 00000000..cc8916ec --- /dev/null +++ b/client/public/icons/iconoir/regular/money-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/moon-sat.svg b/client/public/icons/iconoir/regular/moon-sat.svg new file mode 100644 index 00000000..ad72df6a --- /dev/null +++ b/client/public/icons/iconoir/regular/moon-sat.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/more-horiz-circle.svg b/client/public/icons/iconoir/regular/more-horiz-circle.svg new file mode 100644 index 00000000..1ebd2f4f --- /dev/null +++ b/client/public/icons/iconoir/regular/more-horiz-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/more-horiz.svg b/client/public/icons/iconoir/regular/more-horiz.svg new file mode 100644 index 00000000..157c9fe2 --- /dev/null +++ b/client/public/icons/iconoir/regular/more-horiz.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/more-vert-circle.svg b/client/public/icons/iconoir/regular/more-vert-circle.svg new file mode 100644 index 00000000..fe44f8cf --- /dev/null +++ b/client/public/icons/iconoir/regular/more-vert-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/more-vert.svg b/client/public/icons/iconoir/regular/more-vert.svg new file mode 100644 index 00000000..6422fde6 --- /dev/null +++ b/client/public/icons/iconoir/regular/more-vert.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/motorcycle.svg b/client/public/icons/iconoir/regular/motorcycle.svg new file mode 100644 index 00000000..26aa1799 --- /dev/null +++ b/client/public/icons/iconoir/regular/motorcycle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/mouse-button-left.svg b/client/public/icons/iconoir/regular/mouse-button-left.svg new file mode 100644 index 00000000..48226ead --- /dev/null +++ b/client/public/icons/iconoir/regular/mouse-button-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/mouse-button-right.svg b/client/public/icons/iconoir/regular/mouse-button-right.svg new file mode 100644 index 00000000..43332170 --- /dev/null +++ b/client/public/icons/iconoir/regular/mouse-button-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/mouse-scroll-wheel.svg b/client/public/icons/iconoir/regular/mouse-scroll-wheel.svg new file mode 100644 index 00000000..a1dcbe6c --- /dev/null +++ b/client/public/icons/iconoir/regular/mouse-scroll-wheel.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/movie.svg b/client/public/icons/iconoir/regular/movie.svg new file mode 100644 index 00000000..c7abc622 --- /dev/null +++ b/client/public/icons/iconoir/regular/movie.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/mpeg-format.svg b/client/public/icons/iconoir/regular/mpeg-format.svg new file mode 100644 index 00000000..55d1c7f1 --- /dev/null +++ b/client/public/icons/iconoir/regular/mpeg-format.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/multi-bubble.svg b/client/public/icons/iconoir/regular/multi-bubble.svg new file mode 100644 index 00000000..f718203a --- /dev/null +++ b/client/public/icons/iconoir/regular/multi-bubble.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/multi-mac-os-window.svg b/client/public/icons/iconoir/regular/multi-mac-os-window.svg new file mode 100644 index 00000000..b7d9e36e --- /dev/null +++ b/client/public/icons/iconoir/regular/multi-mac-os-window.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/multi-window.svg b/client/public/icons/iconoir/regular/multi-window.svg new file mode 100644 index 00000000..7ae181ad --- /dev/null +++ b/client/public/icons/iconoir/regular/multi-window.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/multiple-pages-empty.svg b/client/public/icons/iconoir/regular/multiple-pages-empty.svg new file mode 100644 index 00000000..98afd8e8 --- /dev/null +++ b/client/public/icons/iconoir/regular/multiple-pages-empty.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/multiple-pages-minus.svg b/client/public/icons/iconoir/regular/multiple-pages-minus.svg new file mode 100644 index 00000000..c4e7b9d5 --- /dev/null +++ b/client/public/icons/iconoir/regular/multiple-pages-minus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/multiple-pages-plus.svg b/client/public/icons/iconoir/regular/multiple-pages-plus.svg new file mode 100644 index 00000000..58b1b504 --- /dev/null +++ b/client/public/icons/iconoir/regular/multiple-pages-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/multiple-pages-xmark.svg b/client/public/icons/iconoir/regular/multiple-pages-xmark.svg new file mode 100644 index 00000000..97912631 --- /dev/null +++ b/client/public/icons/iconoir/regular/multiple-pages-xmark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/multiple-pages.svg b/client/public/icons/iconoir/regular/multiple-pages.svg new file mode 100644 index 00000000..f7bb73e8 --- /dev/null +++ b/client/public/icons/iconoir/regular/multiple-pages.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/music-double-note-plus.svg b/client/public/icons/iconoir/regular/music-double-note-plus.svg new file mode 100644 index 00000000..73dd170a --- /dev/null +++ b/client/public/icons/iconoir/regular/music-double-note-plus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/music-double-note.svg b/client/public/icons/iconoir/regular/music-double-note.svg new file mode 100644 index 00000000..440af638 --- /dev/null +++ b/client/public/icons/iconoir/regular/music-double-note.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/music-note-plus.svg b/client/public/icons/iconoir/regular/music-note-plus.svg new file mode 100644 index 00000000..291c1004 --- /dev/null +++ b/client/public/icons/iconoir/regular/music-note-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/music-note.svg b/client/public/icons/iconoir/regular/music-note.svg new file mode 100644 index 00000000..251d62f0 --- /dev/null +++ b/client/public/icons/iconoir/regular/music-note.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/n-square.svg b/client/public/icons/iconoir/regular/n-square.svg new file mode 100644 index 00000000..02dec95e --- /dev/null +++ b/client/public/icons/iconoir/regular/n-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/nav-arrow-down.svg b/client/public/icons/iconoir/regular/nav-arrow-down.svg new file mode 100644 index 00000000..2e5bd738 --- /dev/null +++ b/client/public/icons/iconoir/regular/nav-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/nav-arrow-left.svg b/client/public/icons/iconoir/regular/nav-arrow-left.svg new file mode 100644 index 00000000..d7712f02 --- /dev/null +++ b/client/public/icons/iconoir/regular/nav-arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/nav-arrow-right.svg b/client/public/icons/iconoir/regular/nav-arrow-right.svg new file mode 100644 index 00000000..930d7a21 --- /dev/null +++ b/client/public/icons/iconoir/regular/nav-arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/nav-arrow-up.svg b/client/public/icons/iconoir/regular/nav-arrow-up.svg new file mode 100644 index 00000000..6691bd20 --- /dev/null +++ b/client/public/icons/iconoir/regular/nav-arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/navigator-alt.svg b/client/public/icons/iconoir/regular/navigator-alt.svg new file mode 100644 index 00000000..0eb8be94 --- /dev/null +++ b/client/public/icons/iconoir/regular/navigator-alt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/navigator.svg b/client/public/icons/iconoir/regular/navigator.svg new file mode 100644 index 00000000..fdc321ec --- /dev/null +++ b/client/public/icons/iconoir/regular/navigator.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/neighbourhood.svg b/client/public/icons/iconoir/regular/neighbourhood.svg new file mode 100644 index 00000000..32fc8034 --- /dev/null +++ b/client/public/icons/iconoir/regular/neighbourhood.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/network-left.svg b/client/public/icons/iconoir/regular/network-left.svg new file mode 100644 index 00000000..419fe004 --- /dev/null +++ b/client/public/icons/iconoir/regular/network-left.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/network-reverse.svg b/client/public/icons/iconoir/regular/network-reverse.svg new file mode 100644 index 00000000..1b60636d --- /dev/null +++ b/client/public/icons/iconoir/regular/network-reverse.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/network-right.svg b/client/public/icons/iconoir/regular/network-right.svg new file mode 100644 index 00000000..e13734f7 --- /dev/null +++ b/client/public/icons/iconoir/regular/network-right.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/network.svg b/client/public/icons/iconoir/regular/network.svg new file mode 100644 index 00000000..006007c4 --- /dev/null +++ b/client/public/icons/iconoir/regular/network.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/new-tab.svg b/client/public/icons/iconoir/regular/new-tab.svg new file mode 100644 index 00000000..2941b095 --- /dev/null +++ b/client/public/icons/iconoir/regular/new-tab.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/nintendo-switch.svg b/client/public/icons/iconoir/regular/nintendo-switch.svg new file mode 100644 index 00000000..3cdd4176 --- /dev/null +++ b/client/public/icons/iconoir/regular/nintendo-switch.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/no-smoking-circle.svg b/client/public/icons/iconoir/regular/no-smoking-circle.svg new file mode 100644 index 00000000..ddcccbc4 --- /dev/null +++ b/client/public/icons/iconoir/regular/no-smoking-circle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/non-binary.svg b/client/public/icons/iconoir/regular/non-binary.svg new file mode 100644 index 00000000..3790e6bc --- /dev/null +++ b/client/public/icons/iconoir/regular/non-binary.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/notes.svg b/client/public/icons/iconoir/regular/notes.svg new file mode 100644 index 00000000..c17d5419 --- /dev/null +++ b/client/public/icons/iconoir/regular/notes.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/npm-square.svg b/client/public/icons/iconoir/regular/npm-square.svg new file mode 100644 index 00000000..c9a8eb2c --- /dev/null +++ b/client/public/icons/iconoir/regular/npm-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/npm.svg b/client/public/icons/iconoir/regular/npm.svg new file mode 100644 index 00000000..4e6be6a1 --- /dev/null +++ b/client/public/icons/iconoir/regular/npm.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/number-0-square.svg b/client/public/icons/iconoir/regular/number-0-square.svg new file mode 100644 index 00000000..7fc84fe5 --- /dev/null +++ b/client/public/icons/iconoir/regular/number-0-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/number-1-square.svg b/client/public/icons/iconoir/regular/number-1-square.svg new file mode 100644 index 00000000..2db4260f --- /dev/null +++ b/client/public/icons/iconoir/regular/number-1-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/number-2-square.svg b/client/public/icons/iconoir/regular/number-2-square.svg new file mode 100644 index 00000000..559d9d90 --- /dev/null +++ b/client/public/icons/iconoir/regular/number-2-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/number-3-square.svg b/client/public/icons/iconoir/regular/number-3-square.svg new file mode 100644 index 00000000..b3bf155c --- /dev/null +++ b/client/public/icons/iconoir/regular/number-3-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/number-4-square.svg b/client/public/icons/iconoir/regular/number-4-square.svg new file mode 100644 index 00000000..10b4e801 --- /dev/null +++ b/client/public/icons/iconoir/regular/number-4-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/number-5-square.svg b/client/public/icons/iconoir/regular/number-5-square.svg new file mode 100644 index 00000000..193f557f --- /dev/null +++ b/client/public/icons/iconoir/regular/number-5-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/number-6-square.svg b/client/public/icons/iconoir/regular/number-6-square.svg new file mode 100644 index 00000000..a1c92984 --- /dev/null +++ b/client/public/icons/iconoir/regular/number-6-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/number-7-square.svg b/client/public/icons/iconoir/regular/number-7-square.svg new file mode 100644 index 00000000..4a047122 --- /dev/null +++ b/client/public/icons/iconoir/regular/number-7-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/number-8-square.svg b/client/public/icons/iconoir/regular/number-8-square.svg new file mode 100644 index 00000000..011b7ce7 --- /dev/null +++ b/client/public/icons/iconoir/regular/number-8-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/number-9-square.svg b/client/public/icons/iconoir/regular/number-9-square.svg new file mode 100644 index 00000000..df392c1c --- /dev/null +++ b/client/public/icons/iconoir/regular/number-9-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/numbered-list-left.svg b/client/public/icons/iconoir/regular/numbered-list-left.svg new file mode 100644 index 00000000..4389b9d3 --- /dev/null +++ b/client/public/icons/iconoir/regular/numbered-list-left.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/numbered-list-right.svg b/client/public/icons/iconoir/regular/numbered-list-right.svg new file mode 100644 index 00000000..2372bb10 --- /dev/null +++ b/client/public/icons/iconoir/regular/numbered-list-right.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/o-square.svg b/client/public/icons/iconoir/regular/o-square.svg new file mode 100644 index 00000000..a27fa21f --- /dev/null +++ b/client/public/icons/iconoir/regular/o-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/octagon.svg b/client/public/icons/iconoir/regular/octagon.svg new file mode 100644 index 00000000..d094fef1 --- /dev/null +++ b/client/public/icons/iconoir/regular/octagon.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/off-tag.svg b/client/public/icons/iconoir/regular/off-tag.svg new file mode 100644 index 00000000..bb1ae17d --- /dev/null +++ b/client/public/icons/iconoir/regular/off-tag.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/oil-industry.svg b/client/public/icons/iconoir/regular/oil-industry.svg new file mode 100644 index 00000000..97186703 --- /dev/null +++ b/client/public/icons/iconoir/regular/oil-industry.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/okrs.svg b/client/public/icons/iconoir/regular/okrs.svg new file mode 100644 index 00000000..0673e921 --- /dev/null +++ b/client/public/icons/iconoir/regular/okrs.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/on-tag.svg b/client/public/icons/iconoir/regular/on-tag.svg new file mode 100644 index 00000000..61ed2513 --- /dev/null +++ b/client/public/icons/iconoir/regular/on-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/one-finger-select-hand-gesture.svg b/client/public/icons/iconoir/regular/one-finger-select-hand-gesture.svg new file mode 100644 index 00000000..7f17e0cc --- /dev/null +++ b/client/public/icons/iconoir/regular/one-finger-select-hand-gesture.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/one-point-circle.svg b/client/public/icons/iconoir/regular/one-point-circle.svg new file mode 100644 index 00000000..29996dc7 --- /dev/null +++ b/client/public/icons/iconoir/regular/one-point-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/open-book.svg b/client/public/icons/iconoir/regular/open-book.svg new file mode 100644 index 00000000..8cfbd822 --- /dev/null +++ b/client/public/icons/iconoir/regular/open-book.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/open-in-browser.svg b/client/public/icons/iconoir/regular/open-in-browser.svg new file mode 100644 index 00000000..aa5ec948 --- /dev/null +++ b/client/public/icons/iconoir/regular/open-in-browser.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/open-in-window.svg b/client/public/icons/iconoir/regular/open-in-window.svg new file mode 100644 index 00000000..0dc74b77 --- /dev/null +++ b/client/public/icons/iconoir/regular/open-in-window.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/open-new-window.svg b/client/public/icons/iconoir/regular/open-new-window.svg new file mode 100644 index 00000000..6b08350c --- /dev/null +++ b/client/public/icons/iconoir/regular/open-new-window.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/open-select-hand-gesture.svg b/client/public/icons/iconoir/regular/open-select-hand-gesture.svg new file mode 100644 index 00000000..9cd9eb0a --- /dev/null +++ b/client/public/icons/iconoir/regular/open-select-hand-gesture.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/open-vpn.svg b/client/public/icons/iconoir/regular/open-vpn.svg new file mode 100644 index 00000000..91758ef8 --- /dev/null +++ b/client/public/icons/iconoir/regular/open-vpn.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/orange-half.svg b/client/public/icons/iconoir/regular/orange-half.svg new file mode 100644 index 00000000..02e3e6e1 --- /dev/null +++ b/client/public/icons/iconoir/regular/orange-half.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/orange-slice-alt.svg b/client/public/icons/iconoir/regular/orange-slice-alt.svg new file mode 100644 index 00000000..632c8220 --- /dev/null +++ b/client/public/icons/iconoir/regular/orange-slice-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/orange-slice.svg b/client/public/icons/iconoir/regular/orange-slice.svg new file mode 100644 index 00000000..fc28f7cc --- /dev/null +++ b/client/public/icons/iconoir/regular/orange-slice.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/organic-food-square.svg b/client/public/icons/iconoir/regular/organic-food-square.svg new file mode 100644 index 00000000..db89017b --- /dev/null +++ b/client/public/icons/iconoir/regular/organic-food-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/organic-food.svg b/client/public/icons/iconoir/regular/organic-food.svg new file mode 100644 index 00000000..0b948185 --- /dev/null +++ b/client/public/icons/iconoir/regular/organic-food.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/orthogonal-view.svg b/client/public/icons/iconoir/regular/orthogonal-view.svg new file mode 100644 index 00000000..18746bc1 --- /dev/null +++ b/client/public/icons/iconoir/regular/orthogonal-view.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/package-lock.svg b/client/public/icons/iconoir/regular/package-lock.svg new file mode 100644 index 00000000..b7e78532 --- /dev/null +++ b/client/public/icons/iconoir/regular/package-lock.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/package.svg b/client/public/icons/iconoir/regular/package.svg new file mode 100644 index 00000000..aaba5b45 --- /dev/null +++ b/client/public/icons/iconoir/regular/package.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/packages.svg b/client/public/icons/iconoir/regular/packages.svg new file mode 100644 index 00000000..f308e206 --- /dev/null +++ b/client/public/icons/iconoir/regular/packages.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/pacman.svg b/client/public/icons/iconoir/regular/pacman.svg new file mode 100644 index 00000000..1f66f48c --- /dev/null +++ b/client/public/icons/iconoir/regular/pacman.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/page-down.svg b/client/public/icons/iconoir/regular/page-down.svg new file mode 100644 index 00000000..a4bdc65e --- /dev/null +++ b/client/public/icons/iconoir/regular/page-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/page-edit.svg b/client/public/icons/iconoir/regular/page-edit.svg new file mode 100644 index 00000000..77083f9b --- /dev/null +++ b/client/public/icons/iconoir/regular/page-edit.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/page-flip.svg b/client/public/icons/iconoir/regular/page-flip.svg new file mode 100644 index 00000000..3239ad13 --- /dev/null +++ b/client/public/icons/iconoir/regular/page-flip.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/page-left.svg b/client/public/icons/iconoir/regular/page-left.svg new file mode 100644 index 00000000..d083d056 --- /dev/null +++ b/client/public/icons/iconoir/regular/page-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/page-minus-in.svg b/client/public/icons/iconoir/regular/page-minus-in.svg new file mode 100644 index 00000000..861a2f71 --- /dev/null +++ b/client/public/icons/iconoir/regular/page-minus-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/page-minus.svg b/client/public/icons/iconoir/regular/page-minus.svg new file mode 100644 index 00000000..014b7594 --- /dev/null +++ b/client/public/icons/iconoir/regular/page-minus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/page-plus-in.svg b/client/public/icons/iconoir/regular/page-plus-in.svg new file mode 100644 index 00000000..e10696ee --- /dev/null +++ b/client/public/icons/iconoir/regular/page-plus-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/page-plus.svg b/client/public/icons/iconoir/regular/page-plus.svg new file mode 100644 index 00000000..bd186adb --- /dev/null +++ b/client/public/icons/iconoir/regular/page-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/page-right.svg b/client/public/icons/iconoir/regular/page-right.svg new file mode 100644 index 00000000..f0fd5100 --- /dev/null +++ b/client/public/icons/iconoir/regular/page-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/page-search.svg b/client/public/icons/iconoir/regular/page-search.svg new file mode 100644 index 00000000..7303982c --- /dev/null +++ b/client/public/icons/iconoir/regular/page-search.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/page-star.svg b/client/public/icons/iconoir/regular/page-star.svg new file mode 100644 index 00000000..87ce1d21 --- /dev/null +++ b/client/public/icons/iconoir/regular/page-star.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/page-up.svg b/client/public/icons/iconoir/regular/page-up.svg new file mode 100644 index 00000000..d888c4cd --- /dev/null +++ b/client/public/icons/iconoir/regular/page-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/page.svg b/client/public/icons/iconoir/regular/page.svg new file mode 100644 index 00000000..168eed5a --- /dev/null +++ b/client/public/icons/iconoir/regular/page.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/palette.svg b/client/public/icons/iconoir/regular/palette.svg new file mode 100644 index 00000000..272c4aec --- /dev/null +++ b/client/public/icons/iconoir/regular/palette.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/panorama-enlarge.svg b/client/public/icons/iconoir/regular/panorama-enlarge.svg new file mode 100644 index 00000000..2b1b1a83 --- /dev/null +++ b/client/public/icons/iconoir/regular/panorama-enlarge.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/panorama-reduce.svg b/client/public/icons/iconoir/regular/panorama-reduce.svg new file mode 100644 index 00000000..4662e28d --- /dev/null +++ b/client/public/icons/iconoir/regular/panorama-reduce.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/pants-pockets.svg b/client/public/icons/iconoir/regular/pants-pockets.svg new file mode 100644 index 00000000..2f461ec3 --- /dev/null +++ b/client/public/icons/iconoir/regular/pants-pockets.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pants.svg b/client/public/icons/iconoir/regular/pants.svg new file mode 100644 index 00000000..6ec2b727 --- /dev/null +++ b/client/public/icons/iconoir/regular/pants.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/parking.svg b/client/public/icons/iconoir/regular/parking.svg new file mode 100644 index 00000000..ddb82cd0 --- /dev/null +++ b/client/public/icons/iconoir/regular/parking.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/password-check.svg b/client/public/icons/iconoir/regular/password-check.svg new file mode 100644 index 00000000..7860b62f --- /dev/null +++ b/client/public/icons/iconoir/regular/password-check.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/password-cursor.svg b/client/public/icons/iconoir/regular/password-cursor.svg new file mode 100644 index 00000000..5f2c5a91 --- /dev/null +++ b/client/public/icons/iconoir/regular/password-cursor.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/password-xmark.svg b/client/public/icons/iconoir/regular/password-xmark.svg new file mode 100644 index 00000000..2a8ebe46 --- /dev/null +++ b/client/public/icons/iconoir/regular/password-xmark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/paste-clipboard.svg b/client/public/icons/iconoir/regular/paste-clipboard.svg new file mode 100644 index 00000000..e72f825a --- /dev/null +++ b/client/public/icons/iconoir/regular/paste-clipboard.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/path-arrow.svg b/client/public/icons/iconoir/regular/path-arrow.svg new file mode 100644 index 00000000..d2b6ffc6 --- /dev/null +++ b/client/public/icons/iconoir/regular/path-arrow.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pause-window.svg b/client/public/icons/iconoir/regular/pause-window.svg new file mode 100644 index 00000000..dde6a7d2 --- /dev/null +++ b/client/public/icons/iconoir/regular/pause-window.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/pause.svg b/client/public/icons/iconoir/regular/pause.svg new file mode 100644 index 00000000..21f41886 --- /dev/null +++ b/client/public/icons/iconoir/regular/pause.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/paypal.svg b/client/public/icons/iconoir/regular/paypal.svg new file mode 100644 index 00000000..1a238865 --- /dev/null +++ b/client/public/icons/iconoir/regular/paypal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/pc-check.svg b/client/public/icons/iconoir/regular/pc-check.svg new file mode 100644 index 00000000..37f33b93 --- /dev/null +++ b/client/public/icons/iconoir/regular/pc-check.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pc-firewall.svg b/client/public/icons/iconoir/regular/pc-firewall.svg new file mode 100644 index 00000000..4c691347 --- /dev/null +++ b/client/public/icons/iconoir/regular/pc-firewall.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pc-mouse.svg b/client/public/icons/iconoir/regular/pc-mouse.svg new file mode 100644 index 00000000..67380642 --- /dev/null +++ b/client/public/icons/iconoir/regular/pc-mouse.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/pc-no-entry.svg b/client/public/icons/iconoir/regular/pc-no-entry.svg new file mode 100644 index 00000000..7235c8cb --- /dev/null +++ b/client/public/icons/iconoir/regular/pc-no-entry.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pc-warning.svg b/client/public/icons/iconoir/regular/pc-warning.svg new file mode 100644 index 00000000..efdf518a --- /dev/null +++ b/client/public/icons/iconoir/regular/pc-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/peace-hand.svg b/client/public/icons/iconoir/regular/peace-hand.svg new file mode 100644 index 00000000..c7980cae --- /dev/null +++ b/client/public/icons/iconoir/regular/peace-hand.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/peerlist.svg b/client/public/icons/iconoir/regular/peerlist.svg new file mode 100644 index 00000000..a907dc65 --- /dev/null +++ b/client/public/icons/iconoir/regular/peerlist.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/pen-connect-bluetooth.svg b/client/public/icons/iconoir/regular/pen-connect-bluetooth.svg new file mode 100644 index 00000000..8e30ba30 --- /dev/null +++ b/client/public/icons/iconoir/regular/pen-connect-bluetooth.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pen-connect-wifi.svg b/client/public/icons/iconoir/regular/pen-connect-wifi.svg new file mode 100644 index 00000000..5c01dbe3 --- /dev/null +++ b/client/public/icons/iconoir/regular/pen-connect-wifi.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/pen-tablet-connect-usb.svg b/client/public/icons/iconoir/regular/pen-tablet-connect-usb.svg new file mode 100644 index 00000000..63314a17 --- /dev/null +++ b/client/public/icons/iconoir/regular/pen-tablet-connect-usb.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/pen-tablet-connect-wifi.svg b/client/public/icons/iconoir/regular/pen-tablet-connect-wifi.svg new file mode 100644 index 00000000..fdbb240f --- /dev/null +++ b/client/public/icons/iconoir/regular/pen-tablet-connect-wifi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/pen-tablet.svg b/client/public/icons/iconoir/regular/pen-tablet.svg new file mode 100644 index 00000000..fe83eae5 --- /dev/null +++ b/client/public/icons/iconoir/regular/pen-tablet.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/pentagon.svg b/client/public/icons/iconoir/regular/pentagon.svg new file mode 100644 index 00000000..74ee0126 --- /dev/null +++ b/client/public/icons/iconoir/regular/pentagon.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/people-tag.svg b/client/public/icons/iconoir/regular/people-tag.svg new file mode 100644 index 00000000..b93329d8 --- /dev/null +++ b/client/public/icons/iconoir/regular/people-tag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/percent-rotate-out.svg b/client/public/icons/iconoir/regular/percent-rotate-out.svg new file mode 100644 index 00000000..f201155a --- /dev/null +++ b/client/public/icons/iconoir/regular/percent-rotate-out.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/percentage-circle.svg b/client/public/icons/iconoir/regular/percentage-circle.svg new file mode 100644 index 00000000..f0300ca2 --- /dev/null +++ b/client/public/icons/iconoir/regular/percentage-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/percentage-square.svg b/client/public/icons/iconoir/regular/percentage-square.svg new file mode 100644 index 00000000..b14e2e6b --- /dev/null +++ b/client/public/icons/iconoir/regular/percentage-square.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/percentage.svg b/client/public/icons/iconoir/regular/percentage.svg new file mode 100644 index 00000000..6aae83ec --- /dev/null +++ b/client/public/icons/iconoir/regular/percentage.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/perspective-view.svg b/client/public/icons/iconoir/regular/perspective-view.svg new file mode 100644 index 00000000..fd980d30 --- /dev/null +++ b/client/public/icons/iconoir/regular/perspective-view.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/pharmacy-cross-circle.svg b/client/public/icons/iconoir/regular/pharmacy-cross-circle.svg new file mode 100644 index 00000000..4dc2606e --- /dev/null +++ b/client/public/icons/iconoir/regular/pharmacy-cross-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/pharmacy-cross-tag.svg b/client/public/icons/iconoir/regular/pharmacy-cross-tag.svg new file mode 100644 index 00000000..dd065a1d --- /dev/null +++ b/client/public/icons/iconoir/regular/pharmacy-cross-tag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/phone-disabled.svg b/client/public/icons/iconoir/regular/phone-disabled.svg new file mode 100644 index 00000000..129c8e46 --- /dev/null +++ b/client/public/icons/iconoir/regular/phone-disabled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/phone-income.svg b/client/public/icons/iconoir/regular/phone-income.svg new file mode 100644 index 00000000..ec35224f --- /dev/null +++ b/client/public/icons/iconoir/regular/phone-income.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/phone-minus.svg b/client/public/icons/iconoir/regular/phone-minus.svg new file mode 100644 index 00000000..d3e177c5 --- /dev/null +++ b/client/public/icons/iconoir/regular/phone-minus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/phone-outcome.svg b/client/public/icons/iconoir/regular/phone-outcome.svg new file mode 100644 index 00000000..9665ee14 --- /dev/null +++ b/client/public/icons/iconoir/regular/phone-outcome.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/phone-paused.svg b/client/public/icons/iconoir/regular/phone-paused.svg new file mode 100644 index 00000000..76cc094d --- /dev/null +++ b/client/public/icons/iconoir/regular/phone-paused.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/phone-plus.svg b/client/public/icons/iconoir/regular/phone-plus.svg new file mode 100644 index 00000000..0e91c679 --- /dev/null +++ b/client/public/icons/iconoir/regular/phone-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/phone-xmark.svg b/client/public/icons/iconoir/regular/phone-xmark.svg new file mode 100644 index 00000000..34525ecf --- /dev/null +++ b/client/public/icons/iconoir/regular/phone-xmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/phone.svg b/client/public/icons/iconoir/regular/phone.svg new file mode 100644 index 00000000..d865e1c3 --- /dev/null +++ b/client/public/icons/iconoir/regular/phone.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/piggy-bank.svg b/client/public/icons/iconoir/regular/piggy-bank.svg new file mode 100644 index 00000000..46f53b9d --- /dev/null +++ b/client/public/icons/iconoir/regular/piggy-bank.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/pillow.svg b/client/public/icons/iconoir/regular/pillow.svg new file mode 100644 index 00000000..c2d2edff --- /dev/null +++ b/client/public/icons/iconoir/regular/pillow.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pin-slash.svg b/client/public/icons/iconoir/regular/pin-slash.svg new file mode 100644 index 00000000..2db4d67b --- /dev/null +++ b/client/public/icons/iconoir/regular/pin-slash.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pin.svg b/client/public/icons/iconoir/regular/pin.svg new file mode 100644 index 00000000..66f5363d --- /dev/null +++ b/client/public/icons/iconoir/regular/pin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/pine-tree.svg b/client/public/icons/iconoir/regular/pine-tree.svg new file mode 100644 index 00000000..9009b03f --- /dev/null +++ b/client/public/icons/iconoir/regular/pine-tree.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/pinterest.svg b/client/public/icons/iconoir/regular/pinterest.svg new file mode 100644 index 00000000..9b7d16bd --- /dev/null +++ b/client/public/icons/iconoir/regular/pinterest.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/pipe-3d.svg b/client/public/icons/iconoir/regular/pipe-3d.svg new file mode 100644 index 00000000..b4efc9f3 --- /dev/null +++ b/client/public/icons/iconoir/regular/pipe-3d.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/pizza-slice.svg b/client/public/icons/iconoir/regular/pizza-slice.svg new file mode 100644 index 00000000..5df2f3af --- /dev/null +++ b/client/public/icons/iconoir/regular/pizza-slice.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/planet-alt.svg b/client/public/icons/iconoir/regular/planet-alt.svg new file mode 100644 index 00000000..1f6d1e26 --- /dev/null +++ b/client/public/icons/iconoir/regular/planet-alt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/planet-sat.svg b/client/public/icons/iconoir/regular/planet-sat.svg new file mode 100644 index 00000000..e17e1313 --- /dev/null +++ b/client/public/icons/iconoir/regular/planet-sat.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/planet.svg b/client/public/icons/iconoir/regular/planet.svg new file mode 100644 index 00000000..1bd91d49 --- /dev/null +++ b/client/public/icons/iconoir/regular/planet.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/planimetry.svg b/client/public/icons/iconoir/regular/planimetry.svg new file mode 100644 index 00000000..dca2cf94 --- /dev/null +++ b/client/public/icons/iconoir/regular/planimetry.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/play.svg b/client/public/icons/iconoir/regular/play.svg new file mode 100644 index 00000000..8e419177 --- /dev/null +++ b/client/public/icons/iconoir/regular/play.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/playlist-play.svg b/client/public/icons/iconoir/regular/playlist-play.svg new file mode 100644 index 00000000..8a5bc10a --- /dev/null +++ b/client/public/icons/iconoir/regular/playlist-play.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/playlist-plus.svg b/client/public/icons/iconoir/regular/playlist-plus.svg new file mode 100644 index 00000000..566a8ec1 --- /dev/null +++ b/client/public/icons/iconoir/regular/playlist-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/playlist.svg b/client/public/icons/iconoir/regular/playlist.svg new file mode 100644 index 00000000..775890f8 --- /dev/null +++ b/client/public/icons/iconoir/regular/playlist.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/playstation-gamepad.svg b/client/public/icons/iconoir/regular/playstation-gamepad.svg new file mode 100644 index 00000000..cc87cde6 --- /dev/null +++ b/client/public/icons/iconoir/regular/playstation-gamepad.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/plug-type-a.svg b/client/public/icons/iconoir/regular/plug-type-a.svg new file mode 100644 index 00000000..d73665fa --- /dev/null +++ b/client/public/icons/iconoir/regular/plug-type-a.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/plug-type-c.svg b/client/public/icons/iconoir/regular/plug-type-c.svg new file mode 100644 index 00000000..a2c9a4aa --- /dev/null +++ b/client/public/icons/iconoir/regular/plug-type-c.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/plug-type-g.svg b/client/public/icons/iconoir/regular/plug-type-g.svg new file mode 100644 index 00000000..aa9859f1 --- /dev/null +++ b/client/public/icons/iconoir/regular/plug-type-g.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/plug-type-l.svg b/client/public/icons/iconoir/regular/plug-type-l.svg new file mode 100644 index 00000000..d16e63c9 --- /dev/null +++ b/client/public/icons/iconoir/regular/plug-type-l.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/plus-circle.svg b/client/public/icons/iconoir/regular/plus-circle.svg new file mode 100644 index 00000000..62569144 --- /dev/null +++ b/client/public/icons/iconoir/regular/plus-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/plus-square-dashed.svg b/client/public/icons/iconoir/regular/plus-square-dashed.svg new file mode 100644 index 00000000..2c5bd26e --- /dev/null +++ b/client/public/icons/iconoir/regular/plus-square-dashed.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/plus-square.svg b/client/public/icons/iconoir/regular/plus-square.svg new file mode 100644 index 00000000..d3472068 --- /dev/null +++ b/client/public/icons/iconoir/regular/plus-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/plus.svg b/client/public/icons/iconoir/regular/plus.svg new file mode 100644 index 00000000..52704596 --- /dev/null +++ b/client/public/icons/iconoir/regular/plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/png-format.svg b/client/public/icons/iconoir/regular/png-format.svg new file mode 100644 index 00000000..b5211f89 --- /dev/null +++ b/client/public/icons/iconoir/regular/png-format.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/pocket.svg b/client/public/icons/iconoir/regular/pocket.svg new file mode 100644 index 00000000..23ea3d62 --- /dev/null +++ b/client/public/icons/iconoir/regular/pocket.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/podcast.svg b/client/public/icons/iconoir/regular/podcast.svg new file mode 100644 index 00000000..f1158462 --- /dev/null +++ b/client/public/icons/iconoir/regular/podcast.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/pokeball.svg b/client/public/icons/iconoir/regular/pokeball.svg new file mode 100644 index 00000000..f654673e --- /dev/null +++ b/client/public/icons/iconoir/regular/pokeball.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/polar-sh.svg b/client/public/icons/iconoir/regular/polar-sh.svg new file mode 100644 index 00000000..d76399e4 --- /dev/null +++ b/client/public/icons/iconoir/regular/polar-sh.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/position-align.svg b/client/public/icons/iconoir/regular/position-align.svg new file mode 100644 index 00000000..ffea6af8 --- /dev/null +++ b/client/public/icons/iconoir/regular/position-align.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/position.svg b/client/public/icons/iconoir/regular/position.svg new file mode 100644 index 00000000..a6abaf9f --- /dev/null +++ b/client/public/icons/iconoir/regular/position.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/post.svg b/client/public/icons/iconoir/regular/post.svg new file mode 100644 index 00000000..162c4398 --- /dev/null +++ b/client/public/icons/iconoir/regular/post.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/potion.svg b/client/public/icons/iconoir/regular/potion.svg new file mode 100644 index 00000000..60d8e873 --- /dev/null +++ b/client/public/icons/iconoir/regular/potion.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/pound.svg b/client/public/icons/iconoir/regular/pound.svg new file mode 100644 index 00000000..f7603734 --- /dev/null +++ b/client/public/icons/iconoir/regular/pound.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/precision-tool.svg b/client/public/icons/iconoir/regular/precision-tool.svg new file mode 100644 index 00000000..f33d130f --- /dev/null +++ b/client/public/icons/iconoir/regular/precision-tool.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/presentation.svg b/client/public/icons/iconoir/regular/presentation.svg new file mode 100644 index 00000000..f56ffd5e --- /dev/null +++ b/client/public/icons/iconoir/regular/presentation.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/printer.svg b/client/public/icons/iconoir/regular/printer.svg new file mode 100644 index 00000000..7ae2db5d --- /dev/null +++ b/client/public/icons/iconoir/regular/printer.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/printing-page.svg b/client/public/icons/iconoir/regular/printing-page.svg new file mode 100644 index 00000000..b174241f --- /dev/null +++ b/client/public/icons/iconoir/regular/printing-page.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/priority-down.svg b/client/public/icons/iconoir/regular/priority-down.svg new file mode 100644 index 00000000..55d60db3 --- /dev/null +++ b/client/public/icons/iconoir/regular/priority-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/priority-high.svg b/client/public/icons/iconoir/regular/priority-high.svg new file mode 100644 index 00000000..c985926b --- /dev/null +++ b/client/public/icons/iconoir/regular/priority-high.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/priority-medium.svg b/client/public/icons/iconoir/regular/priority-medium.svg new file mode 100644 index 00000000..01717e5a --- /dev/null +++ b/client/public/icons/iconoir/regular/priority-medium.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/priority-up.svg b/client/public/icons/iconoir/regular/priority-up.svg new file mode 100644 index 00000000..36d29be8 --- /dev/null +++ b/client/public/icons/iconoir/regular/priority-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/privacy-policy.svg b/client/public/icons/iconoir/regular/privacy-policy.svg new file mode 100644 index 00000000..4a2dd7dd --- /dev/null +++ b/client/public/icons/iconoir/regular/privacy-policy.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/private-wifi.svg b/client/public/icons/iconoir/regular/private-wifi.svg new file mode 100644 index 00000000..4c8f57b7 --- /dev/null +++ b/client/public/icons/iconoir/regular/private-wifi.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/profile-circle.svg b/client/public/icons/iconoir/regular/profile-circle.svg new file mode 100644 index 00000000..be0f8691 --- /dev/null +++ b/client/public/icons/iconoir/regular/profile-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/prohibition.svg b/client/public/icons/iconoir/regular/prohibition.svg new file mode 100644 index 00000000..faacd473 --- /dev/null +++ b/client/public/icons/iconoir/regular/prohibition.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/project-curve-3d.svg b/client/public/icons/iconoir/regular/project-curve-3d.svg new file mode 100644 index 00000000..322eaba9 --- /dev/null +++ b/client/public/icons/iconoir/regular/project-curve-3d.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/puzzle.svg b/client/public/icons/iconoir/regular/puzzle.svg new file mode 100644 index 00000000..31a08af0 --- /dev/null +++ b/client/public/icons/iconoir/regular/puzzle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/qr-code.svg b/client/public/icons/iconoir/regular/qr-code.svg new file mode 100644 index 00000000..d41773b0 --- /dev/null +++ b/client/public/icons/iconoir/regular/qr-code.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/question-mark.svg b/client/public/icons/iconoir/regular/question-mark.svg new file mode 100644 index 00000000..e75c1cfd --- /dev/null +++ b/client/public/icons/iconoir/regular/question-mark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/quote-message.svg b/client/public/icons/iconoir/regular/quote-message.svg new file mode 100644 index 00000000..e109b63b --- /dev/null +++ b/client/public/icons/iconoir/regular/quote-message.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/quote.svg b/client/public/icons/iconoir/regular/quote.svg new file mode 100644 index 00000000..0061d6cc --- /dev/null +++ b/client/public/icons/iconoir/regular/quote.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/radiation.svg b/client/public/icons/iconoir/regular/radiation.svg new file mode 100644 index 00000000..6c2b13a6 --- /dev/null +++ b/client/public/icons/iconoir/regular/radiation.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/radius.svg b/client/public/icons/iconoir/regular/radius.svg new file mode 100644 index 00000000..7b042053 --- /dev/null +++ b/client/public/icons/iconoir/regular/radius.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/rain.svg b/client/public/icons/iconoir/regular/rain.svg new file mode 100644 index 00000000..d679bc04 --- /dev/null +++ b/client/public/icons/iconoir/regular/rain.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/raw-format.svg b/client/public/icons/iconoir/regular/raw-format.svg new file mode 100644 index 00000000..109dda89 --- /dev/null +++ b/client/public/icons/iconoir/regular/raw-format.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/receive-dollars.svg b/client/public/icons/iconoir/regular/receive-dollars.svg new file mode 100644 index 00000000..0eacf87c --- /dev/null +++ b/client/public/icons/iconoir/regular/receive-dollars.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/receive-euros.svg b/client/public/icons/iconoir/regular/receive-euros.svg new file mode 100644 index 00000000..312ca562 --- /dev/null +++ b/client/public/icons/iconoir/regular/receive-euros.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/receive-pounds.svg b/client/public/icons/iconoir/regular/receive-pounds.svg new file mode 100644 index 00000000..d94ad391 --- /dev/null +++ b/client/public/icons/iconoir/regular/receive-pounds.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/receive-yens.svg b/client/public/icons/iconoir/regular/receive-yens.svg new file mode 100644 index 00000000..6ea08c06 --- /dev/null +++ b/client/public/icons/iconoir/regular/receive-yens.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/redo-action.svg b/client/public/icons/iconoir/regular/redo-action.svg new file mode 100644 index 00000000..1cf269a7 --- /dev/null +++ b/client/public/icons/iconoir/regular/redo-action.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/redo-circle.svg b/client/public/icons/iconoir/regular/redo-circle.svg new file mode 100644 index 00000000..39283f84 --- /dev/null +++ b/client/public/icons/iconoir/regular/redo-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/redo.svg b/client/public/icons/iconoir/regular/redo.svg new file mode 100644 index 00000000..b9b76f79 --- /dev/null +++ b/client/public/icons/iconoir/regular/redo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/reduce.svg b/client/public/icons/iconoir/regular/reduce.svg new file mode 100644 index 00000000..8a4de1ef --- /dev/null +++ b/client/public/icons/iconoir/regular/reduce.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/refresh-circle.svg b/client/public/icons/iconoir/regular/refresh-circle.svg new file mode 100644 index 00000000..9de85fa9 --- /dev/null +++ b/client/public/icons/iconoir/regular/refresh-circle.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/refresh-double.svg b/client/public/icons/iconoir/regular/refresh-double.svg new file mode 100644 index 00000000..6d70aaef --- /dev/null +++ b/client/public/icons/iconoir/regular/refresh-double.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/refresh.svg b/client/public/icons/iconoir/regular/refresh.svg new file mode 100644 index 00000000..32fe1b1e --- /dev/null +++ b/client/public/icons/iconoir/regular/refresh.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/reload-window.svg b/client/public/icons/iconoir/regular/reload-window.svg new file mode 100644 index 00000000..072c3471 --- /dev/null +++ b/client/public/icons/iconoir/regular/reload-window.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/reminder-hand-gesture.svg b/client/public/icons/iconoir/regular/reminder-hand-gesture.svg new file mode 100644 index 00000000..2ad906cf --- /dev/null +++ b/client/public/icons/iconoir/regular/reminder-hand-gesture.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/repeat-once.svg b/client/public/icons/iconoir/regular/repeat-once.svg new file mode 100644 index 00000000..dd80ae15 --- /dev/null +++ b/client/public/icons/iconoir/regular/repeat-once.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/repeat.svg b/client/public/icons/iconoir/regular/repeat.svg new file mode 100644 index 00000000..8ea69d6e --- /dev/null +++ b/client/public/icons/iconoir/regular/repeat.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/reply-to-message.svg b/client/public/icons/iconoir/regular/reply-to-message.svg new file mode 100644 index 00000000..eb6c4461 --- /dev/null +++ b/client/public/icons/iconoir/regular/reply-to-message.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/reply.svg b/client/public/icons/iconoir/regular/reply.svg new file mode 100644 index 00000000..2d29baca --- /dev/null +++ b/client/public/icons/iconoir/regular/reply.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/report-columns.svg b/client/public/icons/iconoir/regular/report-columns.svg new file mode 100644 index 00000000..c44e3d09 --- /dev/null +++ b/client/public/icons/iconoir/regular/report-columns.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/reports.svg b/client/public/icons/iconoir/regular/reports.svg new file mode 100644 index 00000000..a074fd35 --- /dev/null +++ b/client/public/icons/iconoir/regular/reports.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/repository.svg b/client/public/icons/iconoir/regular/repository.svg new file mode 100644 index 00000000..097d11ab --- /dev/null +++ b/client/public/icons/iconoir/regular/repository.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/restart.svg b/client/public/icons/iconoir/regular/restart.svg new file mode 100644 index 00000000..ee7d1459 --- /dev/null +++ b/client/public/icons/iconoir/regular/restart.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/rewind.svg b/client/public/icons/iconoir/regular/rewind.svg new file mode 100644 index 00000000..abf5b6f5 --- /dev/null +++ b/client/public/icons/iconoir/regular/rewind.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/rhombus-arrow-right.svg b/client/public/icons/iconoir/regular/rhombus-arrow-right.svg new file mode 100644 index 00000000..4361eaa0 --- /dev/null +++ b/client/public/icons/iconoir/regular/rhombus-arrow-right.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/rhombus.svg b/client/public/icons/iconoir/regular/rhombus.svg new file mode 100644 index 00000000..3a2cc264 --- /dev/null +++ b/client/public/icons/iconoir/regular/rhombus.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/rings.svg b/client/public/icons/iconoir/regular/rings.svg new file mode 100644 index 00000000..94adf71a --- /dev/null +++ b/client/public/icons/iconoir/regular/rings.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/rocket.svg b/client/public/icons/iconoir/regular/rocket.svg new file mode 100644 index 00000000..bc00744f --- /dev/null +++ b/client/public/icons/iconoir/regular/rocket.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/rook.svg b/client/public/icons/iconoir/regular/rook.svg new file mode 100644 index 00000000..6fcdd433 --- /dev/null +++ b/client/public/icons/iconoir/regular/rook.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/rotate-camera-left.svg b/client/public/icons/iconoir/regular/rotate-camera-left.svg new file mode 100644 index 00000000..df4d352e --- /dev/null +++ b/client/public/icons/iconoir/regular/rotate-camera-left.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/rotate-camera-right.svg b/client/public/icons/iconoir/regular/rotate-camera-right.svg new file mode 100644 index 00000000..fca1c4e7 --- /dev/null +++ b/client/public/icons/iconoir/regular/rotate-camera-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/round-flask.svg b/client/public/icons/iconoir/regular/round-flask.svg new file mode 100644 index 00000000..c8251f6e --- /dev/null +++ b/client/public/icons/iconoir/regular/round-flask.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/rounded-mirror.svg b/client/public/icons/iconoir/regular/rounded-mirror.svg new file mode 100644 index 00000000..02cc746f --- /dev/null +++ b/client/public/icons/iconoir/regular/rounded-mirror.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/rss-feed-tag.svg b/client/public/icons/iconoir/regular/rss-feed-tag.svg new file mode 100644 index 00000000..84ad7b85 --- /dev/null +++ b/client/public/icons/iconoir/regular/rss-feed-tag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/rss-feed.svg b/client/public/icons/iconoir/regular/rss-feed.svg new file mode 100644 index 00000000..8077ced7 --- /dev/null +++ b/client/public/icons/iconoir/regular/rss-feed.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/rubik-cube.svg b/client/public/icons/iconoir/regular/rubik-cube.svg new file mode 100644 index 00000000..6edc7d2f --- /dev/null +++ b/client/public/icons/iconoir/regular/rubik-cube.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/ruler-arrows.svg b/client/public/icons/iconoir/regular/ruler-arrows.svg new file mode 100644 index 00000000..51ffa18a --- /dev/null +++ b/client/public/icons/iconoir/regular/ruler-arrows.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/ruler-combine.svg b/client/public/icons/iconoir/regular/ruler-combine.svg new file mode 100644 index 00000000..624d9e4c --- /dev/null +++ b/client/public/icons/iconoir/regular/ruler-combine.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/ruler-minus.svg b/client/public/icons/iconoir/regular/ruler-minus.svg new file mode 100644 index 00000000..33cfbadf --- /dev/null +++ b/client/public/icons/iconoir/regular/ruler-minus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/ruler-plus.svg b/client/public/icons/iconoir/regular/ruler-plus.svg new file mode 100644 index 00000000..0a281feb --- /dev/null +++ b/client/public/icons/iconoir/regular/ruler-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/ruler.svg b/client/public/icons/iconoir/regular/ruler.svg new file mode 100644 index 00000000..d799645d --- /dev/null +++ b/client/public/icons/iconoir/regular/ruler.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/running.svg b/client/public/icons/iconoir/regular/running.svg new file mode 100644 index 00000000..5b5f8bff --- /dev/null +++ b/client/public/icons/iconoir/regular/running.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/safari.svg b/client/public/icons/iconoir/regular/safari.svg new file mode 100644 index 00000000..048f7eb1 --- /dev/null +++ b/client/public/icons/iconoir/regular/safari.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/safe-arrow-left.svg b/client/public/icons/iconoir/regular/safe-arrow-left.svg new file mode 100644 index 00000000..d8af4132 --- /dev/null +++ b/client/public/icons/iconoir/regular/safe-arrow-left.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/safe-arrow-right.svg b/client/public/icons/iconoir/regular/safe-arrow-right.svg new file mode 100644 index 00000000..d27d8a5b --- /dev/null +++ b/client/public/icons/iconoir/regular/safe-arrow-right.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/safe-open.svg b/client/public/icons/iconoir/regular/safe-open.svg new file mode 100644 index 00000000..5001f923 --- /dev/null +++ b/client/public/icons/iconoir/regular/safe-open.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/safe.svg b/client/public/icons/iconoir/regular/safe.svg new file mode 100644 index 00000000..66c431cf --- /dev/null +++ b/client/public/icons/iconoir/regular/safe.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/sandals.svg b/client/public/icons/iconoir/regular/sandals.svg new file mode 100644 index 00000000..6d0a9817 --- /dev/null +++ b/client/public/icons/iconoir/regular/sandals.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/scale-frame-enlarge.svg b/client/public/icons/iconoir/regular/scale-frame-enlarge.svg new file mode 100644 index 00000000..13dd19af --- /dev/null +++ b/client/public/icons/iconoir/regular/scale-frame-enlarge.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/scale-frame-reduce.svg b/client/public/icons/iconoir/regular/scale-frame-reduce.svg new file mode 100644 index 00000000..afc02e94 --- /dev/null +++ b/client/public/icons/iconoir/regular/scale-frame-reduce.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/scan-barcode.svg b/client/public/icons/iconoir/regular/scan-barcode.svg new file mode 100644 index 00000000..9d532ba3 --- /dev/null +++ b/client/public/icons/iconoir/regular/scan-barcode.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/scan-qr-code.svg b/client/public/icons/iconoir/regular/scan-qr-code.svg new file mode 100644 index 00000000..f9adecfe --- /dev/null +++ b/client/public/icons/iconoir/regular/scan-qr-code.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/scanning.svg b/client/public/icons/iconoir/regular/scanning.svg new file mode 100644 index 00000000..38584797 --- /dev/null +++ b/client/public/icons/iconoir/regular/scanning.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/scarf.svg b/client/public/icons/iconoir/regular/scarf.svg new file mode 100644 index 00000000..84504540 --- /dev/null +++ b/client/public/icons/iconoir/regular/scarf.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/scissor-alt.svg b/client/public/icons/iconoir/regular/scissor-alt.svg new file mode 100644 index 00000000..9114d957 --- /dev/null +++ b/client/public/icons/iconoir/regular/scissor-alt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/scissor.svg b/client/public/icons/iconoir/regular/scissor.svg new file mode 100644 index 00000000..bfd641c0 --- /dev/null +++ b/client/public/icons/iconoir/regular/scissor.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/screenshot.svg b/client/public/icons/iconoir/regular/screenshot.svg new file mode 100644 index 00000000..27170957 --- /dev/null +++ b/client/public/icons/iconoir/regular/screenshot.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/sea-and-sun.svg b/client/public/icons/iconoir/regular/sea-and-sun.svg new file mode 100644 index 00000000..862b0d66 --- /dev/null +++ b/client/public/icons/iconoir/regular/sea-and-sun.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/sea-waves.svg b/client/public/icons/iconoir/regular/sea-waves.svg new file mode 100644 index 00000000..5d8e65a8 --- /dev/null +++ b/client/public/icons/iconoir/regular/sea-waves.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/search-engine.svg b/client/public/icons/iconoir/regular/search-engine.svg new file mode 100644 index 00000000..6bc36f76 --- /dev/null +++ b/client/public/icons/iconoir/regular/search-engine.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/search-window.svg b/client/public/icons/iconoir/regular/search-window.svg new file mode 100644 index 00000000..2412af0b --- /dev/null +++ b/client/public/icons/iconoir/regular/search-window.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/search.svg b/client/public/icons/iconoir/regular/search.svg new file mode 100644 index 00000000..fe5bbb87 --- /dev/null +++ b/client/public/icons/iconoir/regular/search.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/secure-window.svg b/client/public/icons/iconoir/regular/secure-window.svg new file mode 100644 index 00000000..20a7e3fd --- /dev/null +++ b/client/public/icons/iconoir/regular/secure-window.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/security-pass.svg b/client/public/icons/iconoir/regular/security-pass.svg new file mode 100644 index 00000000..6c98b94e --- /dev/null +++ b/client/public/icons/iconoir/regular/security-pass.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/select-edge-3d.svg b/client/public/icons/iconoir/regular/select-edge-3d.svg new file mode 100644 index 00000000..3a105680 --- /dev/null +++ b/client/public/icons/iconoir/regular/select-edge-3d.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/select-face-3d.svg b/client/public/icons/iconoir/regular/select-face-3d.svg new file mode 100644 index 00000000..31429266 --- /dev/null +++ b/client/public/icons/iconoir/regular/select-face-3d.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/select-point-3d.svg b/client/public/icons/iconoir/regular/select-point-3d.svg new file mode 100644 index 00000000..c84dcfda --- /dev/null +++ b/client/public/icons/iconoir/regular/select-point-3d.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/select-window.svg b/client/public/icons/iconoir/regular/select-window.svg new file mode 100644 index 00000000..1dc94eaa --- /dev/null +++ b/client/public/icons/iconoir/regular/select-window.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/selective-tool.svg b/client/public/icons/iconoir/regular/selective-tool.svg new file mode 100644 index 00000000..d774a1f6 --- /dev/null +++ b/client/public/icons/iconoir/regular/selective-tool.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/send-diagonal.svg b/client/public/icons/iconoir/regular/send-diagonal.svg new file mode 100644 index 00000000..58f6d99e --- /dev/null +++ b/client/public/icons/iconoir/regular/send-diagonal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/send-dollars.svg b/client/public/icons/iconoir/regular/send-dollars.svg new file mode 100644 index 00000000..aa4cf35a --- /dev/null +++ b/client/public/icons/iconoir/regular/send-dollars.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/send-euros.svg b/client/public/icons/iconoir/regular/send-euros.svg new file mode 100644 index 00000000..07af1a00 --- /dev/null +++ b/client/public/icons/iconoir/regular/send-euros.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/send-mail.svg b/client/public/icons/iconoir/regular/send-mail.svg new file mode 100644 index 00000000..463bdf55 --- /dev/null +++ b/client/public/icons/iconoir/regular/send-mail.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/send-pounds.svg b/client/public/icons/iconoir/regular/send-pounds.svg new file mode 100644 index 00000000..7f7bb799 --- /dev/null +++ b/client/public/icons/iconoir/regular/send-pounds.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/send-yens.svg b/client/public/icons/iconoir/regular/send-yens.svg new file mode 100644 index 00000000..c49e3643 --- /dev/null +++ b/client/public/icons/iconoir/regular/send-yens.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/send.svg b/client/public/icons/iconoir/regular/send.svg new file mode 100644 index 00000000..ca56c472 --- /dev/null +++ b/client/public/icons/iconoir/regular/send.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/server-connection.svg b/client/public/icons/iconoir/regular/server-connection.svg new file mode 100644 index 00000000..7b6b84bb --- /dev/null +++ b/client/public/icons/iconoir/regular/server-connection.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/server.svg b/client/public/icons/iconoir/regular/server.svg new file mode 100644 index 00000000..a32c1873 --- /dev/null +++ b/client/public/icons/iconoir/regular/server.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/settings-profiles.svg b/client/public/icons/iconoir/regular/settings-profiles.svg new file mode 100644 index 00000000..a5d9570a --- /dev/null +++ b/client/public/icons/iconoir/regular/settings-profiles.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/settings.svg b/client/public/icons/iconoir/regular/settings.svg new file mode 100644 index 00000000..177771fa --- /dev/null +++ b/client/public/icons/iconoir/regular/settings.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/share-android.svg b/client/public/icons/iconoir/regular/share-android.svg new file mode 100644 index 00000000..46d859e3 --- /dev/null +++ b/client/public/icons/iconoir/regular/share-android.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/share-ios.svg b/client/public/icons/iconoir/regular/share-ios.svg new file mode 100644 index 00000000..555fb677 --- /dev/null +++ b/client/public/icons/iconoir/regular/share-ios.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shield-alert.svg b/client/public/icons/iconoir/regular/shield-alert.svg new file mode 100644 index 00000000..fbe8a80e --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-alert.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shield-alt.svg b/client/public/icons/iconoir/regular/shield-alt.svg new file mode 100644 index 00000000..90427ef3 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/shield-broken.svg b/client/public/icons/iconoir/regular/shield-broken.svg new file mode 100644 index 00000000..f187c478 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-broken.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shield-check.svg b/client/public/icons/iconoir/regular/shield-check.svg new file mode 100644 index 00000000..495f1590 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shield-download.svg b/client/public/icons/iconoir/regular/shield-download.svg new file mode 100644 index 00000000..8fdea69f --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-download.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shield-eye.svg b/client/public/icons/iconoir/regular/shield-eye.svg new file mode 100644 index 00000000..8316dfa9 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-eye.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shield-loading.svg b/client/public/icons/iconoir/regular/shield-loading.svg new file mode 100644 index 00000000..102c03e4 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-loading.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/shield-minus.svg b/client/public/icons/iconoir/regular/shield-minus.svg new file mode 100644 index 00000000..67fad1dc --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-minus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shield-plus-in.svg b/client/public/icons/iconoir/regular/shield-plus-in.svg new file mode 100644 index 00000000..07703184 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-plus-in.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shield-question.svg b/client/public/icons/iconoir/regular/shield-question.svg new file mode 100644 index 00000000..61ada765 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-question.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shield-search.svg b/client/public/icons/iconoir/regular/shield-search.svg new file mode 100644 index 00000000..2240054e --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-search.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shield-upload.svg b/client/public/icons/iconoir/regular/shield-upload.svg new file mode 100644 index 00000000..50dd0aba --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-upload.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shield-xmark.svg b/client/public/icons/iconoir/regular/shield-xmark.svg new file mode 100644 index 00000000..c12d0e84 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield-xmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shield.svg b/client/public/icons/iconoir/regular/shield.svg new file mode 100644 index 00000000..55c107f0 --- /dev/null +++ b/client/public/icons/iconoir/regular/shield.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/shirt-tank-top.svg b/client/public/icons/iconoir/regular/shirt-tank-top.svg new file mode 100644 index 00000000..e5877738 --- /dev/null +++ b/client/public/icons/iconoir/regular/shirt-tank-top.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shirt.svg b/client/public/icons/iconoir/regular/shirt.svg new file mode 100644 index 00000000..964d9d8d --- /dev/null +++ b/client/public/icons/iconoir/regular/shirt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shop-four-tiles-window.svg b/client/public/icons/iconoir/regular/shop-four-tiles-window.svg new file mode 100644 index 00000000..d5712d68 --- /dev/null +++ b/client/public/icons/iconoir/regular/shop-four-tiles-window.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/shop-four-tiles.svg b/client/public/icons/iconoir/regular/shop-four-tiles.svg new file mode 100644 index 00000000..91193698 --- /dev/null +++ b/client/public/icons/iconoir/regular/shop-four-tiles.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/shop-window.svg b/client/public/icons/iconoir/regular/shop-window.svg new file mode 100644 index 00000000..867b3925 --- /dev/null +++ b/client/public/icons/iconoir/regular/shop-window.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/shop.svg b/client/public/icons/iconoir/regular/shop.svg new file mode 100644 index 00000000..fea7da44 --- /dev/null +++ b/client/public/icons/iconoir/regular/shop.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-bag-arrow-down.svg b/client/public/icons/iconoir/regular/shopping-bag-arrow-down.svg new file mode 100644 index 00000000..b0258b03 --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-bag-arrow-down.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-bag-arrow-up.svg b/client/public/icons/iconoir/regular/shopping-bag-arrow-up.svg new file mode 100644 index 00000000..9a6d998c --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-bag-arrow-up.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-bag-check.svg b/client/public/icons/iconoir/regular/shopping-bag-check.svg new file mode 100644 index 00000000..5864d456 --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-bag-check.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-bag-minus.svg b/client/public/icons/iconoir/regular/shopping-bag-minus.svg new file mode 100644 index 00000000..40c93c5d --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-bag-minus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-bag-plus.svg b/client/public/icons/iconoir/regular/shopping-bag-plus.svg new file mode 100644 index 00000000..4224fa6e --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-bag-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-bag-pocket.svg b/client/public/icons/iconoir/regular/shopping-bag-pocket.svg new file mode 100644 index 00000000..58e863c7 --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-bag-pocket.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-bag-warning.svg b/client/public/icons/iconoir/regular/shopping-bag-warning.svg new file mode 100644 index 00000000..c9476795 --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-bag-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-bag.svg b/client/public/icons/iconoir/regular/shopping-bag.svg new file mode 100644 index 00000000..6f29a4a6 --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-bag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shopping-code-check.svg b/client/public/icons/iconoir/regular/shopping-code-check.svg new file mode 100644 index 00000000..68125930 --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-code-check.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-code-xmark.svg b/client/public/icons/iconoir/regular/shopping-code-xmark.svg new file mode 100644 index 00000000..575580cf --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-code-xmark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/shopping-code.svg b/client/public/icons/iconoir/regular/shopping-code.svg new file mode 100644 index 00000000..fe2ddc0e --- /dev/null +++ b/client/public/icons/iconoir/regular/shopping-code.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/short-pants-pockets.svg b/client/public/icons/iconoir/regular/short-pants-pockets.svg new file mode 100644 index 00000000..66381263 --- /dev/null +++ b/client/public/icons/iconoir/regular/short-pants-pockets.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/short-pants.svg b/client/public/icons/iconoir/regular/short-pants.svg new file mode 100644 index 00000000..351ffb06 --- /dev/null +++ b/client/public/icons/iconoir/regular/short-pants.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/shortcut-square.svg b/client/public/icons/iconoir/regular/shortcut-square.svg new file mode 100644 index 00000000..22a92e48 --- /dev/null +++ b/client/public/icons/iconoir/regular/shortcut-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/shuffle.svg b/client/public/icons/iconoir/regular/shuffle.svg new file mode 100644 index 00000000..ee29e4d3 --- /dev/null +++ b/client/public/icons/iconoir/regular/shuffle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/sidebar-collapse.svg b/client/public/icons/iconoir/regular/sidebar-collapse.svg new file mode 100644 index 00000000..615fafe4 --- /dev/null +++ b/client/public/icons/iconoir/regular/sidebar-collapse.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/sidebar-expand.svg b/client/public/icons/iconoir/regular/sidebar-expand.svg new file mode 100644 index 00000000..6d769525 --- /dev/null +++ b/client/public/icons/iconoir/regular/sidebar-expand.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/sigma-function.svg b/client/public/icons/iconoir/regular/sigma-function.svg new file mode 100644 index 00000000..5769b719 --- /dev/null +++ b/client/public/icons/iconoir/regular/sigma-function.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/simple-cart.svg b/client/public/icons/iconoir/regular/simple-cart.svg new file mode 100644 index 00000000..d6a8ccc8 --- /dev/null +++ b/client/public/icons/iconoir/regular/simple-cart.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/sine-wave.svg b/client/public/icons/iconoir/regular/sine-wave.svg new file mode 100644 index 00000000..76fa6a11 --- /dev/null +++ b/client/public/icons/iconoir/regular/sine-wave.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/single-tap-gesture.svg b/client/public/icons/iconoir/regular/single-tap-gesture.svg new file mode 100644 index 00000000..5b7bef13 --- /dev/null +++ b/client/public/icons/iconoir/regular/single-tap-gesture.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/skateboard.svg b/client/public/icons/iconoir/regular/skateboard.svg new file mode 100644 index 00000000..2b9d031e --- /dev/null +++ b/client/public/icons/iconoir/regular/skateboard.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/skateboarding.svg b/client/public/icons/iconoir/regular/skateboarding.svg new file mode 100644 index 00000000..cb0d6fe8 --- /dev/null +++ b/client/public/icons/iconoir/regular/skateboarding.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/skip-next.svg b/client/public/icons/iconoir/regular/skip-next.svg new file mode 100644 index 00000000..92268ce3 --- /dev/null +++ b/client/public/icons/iconoir/regular/skip-next.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/skip-prev.svg b/client/public/icons/iconoir/regular/skip-prev.svg new file mode 100644 index 00000000..832bc577 --- /dev/null +++ b/client/public/icons/iconoir/regular/skip-prev.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/slash-square.svg b/client/public/icons/iconoir/regular/slash-square.svg new file mode 100644 index 00000000..8bc97a54 --- /dev/null +++ b/client/public/icons/iconoir/regular/slash-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/slash.svg b/client/public/icons/iconoir/regular/slash.svg new file mode 100644 index 00000000..ad241ba5 --- /dev/null +++ b/client/public/icons/iconoir/regular/slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/sleeper-chair.svg b/client/public/icons/iconoir/regular/sleeper-chair.svg new file mode 100644 index 00000000..0b10cad0 --- /dev/null +++ b/client/public/icons/iconoir/regular/sleeper-chair.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/slips.svg b/client/public/icons/iconoir/regular/slips.svg new file mode 100644 index 00000000..6bb37210 --- /dev/null +++ b/client/public/icons/iconoir/regular/slips.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/small-lamp-alt.svg b/client/public/icons/iconoir/regular/small-lamp-alt.svg new file mode 100644 index 00000000..8395e28a --- /dev/null +++ b/client/public/icons/iconoir/regular/small-lamp-alt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/small-lamp.svg b/client/public/icons/iconoir/regular/small-lamp.svg new file mode 100644 index 00000000..c9cc904e --- /dev/null +++ b/client/public/icons/iconoir/regular/small-lamp.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/smartphone-device.svg b/client/public/icons/iconoir/regular/smartphone-device.svg new file mode 100644 index 00000000..a997eb31 --- /dev/null +++ b/client/public/icons/iconoir/regular/smartphone-device.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/smoking.svg b/client/public/icons/iconoir/regular/smoking.svg new file mode 100644 index 00000000..7854553c --- /dev/null +++ b/client/public/icons/iconoir/regular/smoking.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/snapchat.svg b/client/public/icons/iconoir/regular/snapchat.svg new file mode 100644 index 00000000..59d94c0b --- /dev/null +++ b/client/public/icons/iconoir/regular/snapchat.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/snow-flake.svg b/client/public/icons/iconoir/regular/snow-flake.svg new file mode 100644 index 00000000..b60515c3 --- /dev/null +++ b/client/public/icons/iconoir/regular/snow-flake.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/snow.svg b/client/public/icons/iconoir/regular/snow.svg new file mode 100644 index 00000000..ce883053 --- /dev/null +++ b/client/public/icons/iconoir/regular/snow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/soap.svg b/client/public/icons/iconoir/regular/soap.svg new file mode 100644 index 00000000..bf880e2c --- /dev/null +++ b/client/public/icons/iconoir/regular/soap.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/soccer-ball.svg b/client/public/icons/iconoir/regular/soccer-ball.svg new file mode 100644 index 00000000..3c128f88 --- /dev/null +++ b/client/public/icons/iconoir/regular/soccer-ball.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/sofa.svg b/client/public/icons/iconoir/regular/sofa.svg new file mode 100644 index 00000000..3b669194 --- /dev/null +++ b/client/public/icons/iconoir/regular/sofa.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/soil-alt.svg b/client/public/icons/iconoir/regular/soil-alt.svg new file mode 100644 index 00000000..e352d8f2 --- /dev/null +++ b/client/public/icons/iconoir/regular/soil-alt.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/soil.svg b/client/public/icons/iconoir/regular/soil.svg new file mode 100644 index 00000000..09b2357e --- /dev/null +++ b/client/public/icons/iconoir/regular/soil.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/sort-down.svg b/client/public/icons/iconoir/regular/sort-down.svg new file mode 100644 index 00000000..bd70b8d5 --- /dev/null +++ b/client/public/icons/iconoir/regular/sort-down.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/sort-up.svg b/client/public/icons/iconoir/regular/sort-up.svg new file mode 100644 index 00000000..b4cdddc8 --- /dev/null +++ b/client/public/icons/iconoir/regular/sort-up.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/sort.svg b/client/public/icons/iconoir/regular/sort.svg new file mode 100644 index 00000000..64ba26ee --- /dev/null +++ b/client/public/icons/iconoir/regular/sort.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/sound-high.svg b/client/public/icons/iconoir/regular/sound-high.svg new file mode 100644 index 00000000..9b56fc62 --- /dev/null +++ b/client/public/icons/iconoir/regular/sound-high.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/sound-low.svg b/client/public/icons/iconoir/regular/sound-low.svg new file mode 100644 index 00000000..1b5d26b1 --- /dev/null +++ b/client/public/icons/iconoir/regular/sound-low.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/sound-min.svg b/client/public/icons/iconoir/regular/sound-min.svg new file mode 100644 index 00000000..b33d7635 --- /dev/null +++ b/client/public/icons/iconoir/regular/sound-min.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/sound-off.svg b/client/public/icons/iconoir/regular/sound-off.svg new file mode 100644 index 00000000..7a18c241 --- /dev/null +++ b/client/public/icons/iconoir/regular/sound-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/spades.svg b/client/public/icons/iconoir/regular/spades.svg new file mode 100644 index 00000000..2870eed6 --- /dev/null +++ b/client/public/icons/iconoir/regular/spades.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/spark.svg b/client/public/icons/iconoir/regular/spark.svg new file mode 100644 index 00000000..453b4bac --- /dev/null +++ b/client/public/icons/iconoir/regular/spark.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/sparks.svg b/client/public/icons/iconoir/regular/sparks.svg new file mode 100644 index 00000000..3d96c424 --- /dev/null +++ b/client/public/icons/iconoir/regular/sparks.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/sphere.svg b/client/public/icons/iconoir/regular/sphere.svg new file mode 100644 index 00000000..cf6627f2 --- /dev/null +++ b/client/public/icons/iconoir/regular/sphere.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/spiral.svg b/client/public/icons/iconoir/regular/spiral.svg new file mode 100644 index 00000000..98976739 --- /dev/null +++ b/client/public/icons/iconoir/regular/spiral.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/split-area.svg b/client/public/icons/iconoir/regular/split-area.svg new file mode 100644 index 00000000..bc7da92e --- /dev/null +++ b/client/public/icons/iconoir/regular/split-area.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/split-square-dashed.svg b/client/public/icons/iconoir/regular/split-square-dashed.svg new file mode 100644 index 00000000..32f69df4 --- /dev/null +++ b/client/public/icons/iconoir/regular/split-square-dashed.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/spock-hand-gesture.svg b/client/public/icons/iconoir/regular/spock-hand-gesture.svg new file mode 100644 index 00000000..bbf81d53 --- /dev/null +++ b/client/public/icons/iconoir/regular/spock-hand-gesture.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/spotify.svg b/client/public/icons/iconoir/regular/spotify.svg new file mode 100644 index 00000000..16e5656c --- /dev/null +++ b/client/public/icons/iconoir/regular/spotify.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/square-3d-corner-to-corner.svg b/client/public/icons/iconoir/regular/square-3d-corner-to-corner.svg new file mode 100644 index 00000000..812f1a6e --- /dev/null +++ b/client/public/icons/iconoir/regular/square-3d-corner-to-corner.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/square-3d-from-center.svg b/client/public/icons/iconoir/regular/square-3d-from-center.svg new file mode 100644 index 00000000..531d99bd --- /dev/null +++ b/client/public/icons/iconoir/regular/square-3d-from-center.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/square-3d-three-points.svg b/client/public/icons/iconoir/regular/square-3d-three-points.svg new file mode 100644 index 00000000..1a52b00a --- /dev/null +++ b/client/public/icons/iconoir/regular/square-3d-three-points.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/square-cursor.svg b/client/public/icons/iconoir/regular/square-cursor.svg new file mode 100644 index 00000000..8f7ffd29 --- /dev/null +++ b/client/public/icons/iconoir/regular/square-cursor.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/square-dashed.svg b/client/public/icons/iconoir/regular/square-dashed.svg new file mode 100644 index 00000000..6da0dc52 --- /dev/null +++ b/client/public/icons/iconoir/regular/square-dashed.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/square-wave.svg b/client/public/icons/iconoir/regular/square-wave.svg new file mode 100644 index 00000000..10fddb76 --- /dev/null +++ b/client/public/icons/iconoir/regular/square-wave.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/square.svg b/client/public/icons/iconoir/regular/square.svg new file mode 100644 index 00000000..68b1d20a --- /dev/null +++ b/client/public/icons/iconoir/regular/square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/stackoverflow.svg b/client/public/icons/iconoir/regular/stackoverflow.svg new file mode 100644 index 00000000..4e8f4775 --- /dev/null +++ b/client/public/icons/iconoir/regular/stackoverflow.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/star-dashed.svg b/client/public/icons/iconoir/regular/star-dashed.svg new file mode 100644 index 00000000..efeb0dd4 --- /dev/null +++ b/client/public/icons/iconoir/regular/star-dashed.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/star-half-dashed.svg b/client/public/icons/iconoir/regular/star-half-dashed.svg new file mode 100644 index 00000000..b623a018 --- /dev/null +++ b/client/public/icons/iconoir/regular/star-half-dashed.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/star.svg b/client/public/icons/iconoir/regular/star.svg new file mode 100644 index 00000000..e093e219 --- /dev/null +++ b/client/public/icons/iconoir/regular/star.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/stat-down.svg b/client/public/icons/iconoir/regular/stat-down.svg new file mode 100644 index 00000000..24283b3e --- /dev/null +++ b/client/public/icons/iconoir/regular/stat-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/stat-up.svg b/client/public/icons/iconoir/regular/stat-up.svg new file mode 100644 index 00000000..fc5e958f --- /dev/null +++ b/client/public/icons/iconoir/regular/stat-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/stats-down-square.svg b/client/public/icons/iconoir/regular/stats-down-square.svg new file mode 100644 index 00000000..2c0c6776 --- /dev/null +++ b/client/public/icons/iconoir/regular/stats-down-square.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/stats-report.svg b/client/public/icons/iconoir/regular/stats-report.svg new file mode 100644 index 00000000..a87fd947 --- /dev/null +++ b/client/public/icons/iconoir/regular/stats-report.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/stats-up-square.svg b/client/public/icons/iconoir/regular/stats-up-square.svg new file mode 100644 index 00000000..013f74ff --- /dev/null +++ b/client/public/icons/iconoir/regular/stats-up-square.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/strategy.svg b/client/public/icons/iconoir/regular/strategy.svg new file mode 100644 index 00000000..77323675 --- /dev/null +++ b/client/public/icons/iconoir/regular/strategy.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/stretching.svg b/client/public/icons/iconoir/regular/stretching.svg new file mode 100644 index 00000000..a66ea657 --- /dev/null +++ b/client/public/icons/iconoir/regular/stretching.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/strikethrough.svg b/client/public/icons/iconoir/regular/strikethrough.svg new file mode 100644 index 00000000..74fdd391 --- /dev/null +++ b/client/public/icons/iconoir/regular/strikethrough.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/stroller.svg b/client/public/icons/iconoir/regular/stroller.svg new file mode 100644 index 00000000..9056bc8c --- /dev/null +++ b/client/public/icons/iconoir/regular/stroller.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/style-border.svg b/client/public/icons/iconoir/regular/style-border.svg new file mode 100644 index 00000000..bfa987e5 --- /dev/null +++ b/client/public/icons/iconoir/regular/style-border.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/submit-document.svg b/client/public/icons/iconoir/regular/submit-document.svg new file mode 100644 index 00000000..5159d8e7 --- /dev/null +++ b/client/public/icons/iconoir/regular/submit-document.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/substract.svg b/client/public/icons/iconoir/regular/substract.svg new file mode 100644 index 00000000..d77f0d2c --- /dev/null +++ b/client/public/icons/iconoir/regular/substract.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/suggestion.svg b/client/public/icons/iconoir/regular/suggestion.svg new file mode 100644 index 00000000..ebd2bf93 --- /dev/null +++ b/client/public/icons/iconoir/regular/suggestion.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/suitcase.svg b/client/public/icons/iconoir/regular/suitcase.svg new file mode 100644 index 00000000..8991962f --- /dev/null +++ b/client/public/icons/iconoir/regular/suitcase.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/sun-light.svg b/client/public/icons/iconoir/regular/sun-light.svg new file mode 100644 index 00000000..e2467e89 --- /dev/null +++ b/client/public/icons/iconoir/regular/sun-light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/svg-format.svg b/client/public/icons/iconoir/regular/svg-format.svg new file mode 100644 index 00000000..bb39215c --- /dev/null +++ b/client/public/icons/iconoir/regular/svg-format.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/sweep-3d.svg b/client/public/icons/iconoir/regular/sweep-3d.svg new file mode 100644 index 00000000..e89064ca --- /dev/null +++ b/client/public/icons/iconoir/regular/sweep-3d.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/swimming.svg b/client/public/icons/iconoir/regular/swimming.svg new file mode 100644 index 00000000..04079aed --- /dev/null +++ b/client/public/icons/iconoir/regular/swimming.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/swipe-down-gesture.svg b/client/public/icons/iconoir/regular/swipe-down-gesture.svg new file mode 100644 index 00000000..02ac30ea --- /dev/null +++ b/client/public/icons/iconoir/regular/swipe-down-gesture.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/swipe-left-gesture.svg b/client/public/icons/iconoir/regular/swipe-left-gesture.svg new file mode 100644 index 00000000..92f9236c --- /dev/null +++ b/client/public/icons/iconoir/regular/swipe-left-gesture.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/swipe-right-gesture.svg b/client/public/icons/iconoir/regular/swipe-right-gesture.svg new file mode 100644 index 00000000..58c0bcf3 --- /dev/null +++ b/client/public/icons/iconoir/regular/swipe-right-gesture.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/swipe-two-fingers-down-gesture.svg b/client/public/icons/iconoir/regular/swipe-two-fingers-down-gesture.svg new file mode 100644 index 00000000..12621c24 --- /dev/null +++ b/client/public/icons/iconoir/regular/swipe-two-fingers-down-gesture.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/swipe-two-fingers-left-gesture.svg b/client/public/icons/iconoir/regular/swipe-two-fingers-left-gesture.svg new file mode 100644 index 00000000..be5d097c --- /dev/null +++ b/client/public/icons/iconoir/regular/swipe-two-fingers-left-gesture.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/swipe-two-fingers-right-gesture.svg b/client/public/icons/iconoir/regular/swipe-two-fingers-right-gesture.svg new file mode 100644 index 00000000..1330351c --- /dev/null +++ b/client/public/icons/iconoir/regular/swipe-two-fingers-right-gesture.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/swipe-two-fingers-up-gesture.svg b/client/public/icons/iconoir/regular/swipe-two-fingers-up-gesture.svg new file mode 100644 index 00000000..4e050909 --- /dev/null +++ b/client/public/icons/iconoir/regular/swipe-two-fingers-up-gesture.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/swipe-up-gesture.svg b/client/public/icons/iconoir/regular/swipe-up-gesture.svg new file mode 100644 index 00000000..3899a4d4 --- /dev/null +++ b/client/public/icons/iconoir/regular/swipe-up-gesture.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/switch-off.svg b/client/public/icons/iconoir/regular/switch-off.svg new file mode 100644 index 00000000..ac02e33b --- /dev/null +++ b/client/public/icons/iconoir/regular/switch-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/switch-on.svg b/client/public/icons/iconoir/regular/switch-on.svg new file mode 100644 index 00000000..d1c08330 --- /dev/null +++ b/client/public/icons/iconoir/regular/switch-on.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/system-restart.svg b/client/public/icons/iconoir/regular/system-restart.svg new file mode 100644 index 00000000..5ebd2f45 --- /dev/null +++ b/client/public/icons/iconoir/regular/system-restart.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/system-shut.svg b/client/public/icons/iconoir/regular/system-shut.svg new file mode 100644 index 00000000..f2d23d17 --- /dev/null +++ b/client/public/icons/iconoir/regular/system-shut.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/table-2-columns.svg b/client/public/icons/iconoir/regular/table-2-columns.svg new file mode 100644 index 00000000..aee15dcf --- /dev/null +++ b/client/public/icons/iconoir/regular/table-2-columns.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/table-rows.svg b/client/public/icons/iconoir/regular/table-rows.svg new file mode 100644 index 00000000..6718fe6b --- /dev/null +++ b/client/public/icons/iconoir/regular/table-rows.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/table.svg b/client/public/icons/iconoir/regular/table.svg new file mode 100644 index 00000000..9856059f --- /dev/null +++ b/client/public/icons/iconoir/regular/table.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/task-list.svg b/client/public/icons/iconoir/regular/task-list.svg new file mode 100644 index 00000000..104db229 --- /dev/null +++ b/client/public/icons/iconoir/regular/task-list.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/telegram-circle.svg b/client/public/icons/iconoir/regular/telegram-circle.svg new file mode 100644 index 00000000..e1523986 --- /dev/null +++ b/client/public/icons/iconoir/regular/telegram-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/telegram.svg b/client/public/icons/iconoir/regular/telegram.svg new file mode 100644 index 00000000..39b4a35c --- /dev/null +++ b/client/public/icons/iconoir/regular/telegram.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/temperature-down.svg b/client/public/icons/iconoir/regular/temperature-down.svg new file mode 100644 index 00000000..6b004025 --- /dev/null +++ b/client/public/icons/iconoir/regular/temperature-down.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/temperature-high.svg b/client/public/icons/iconoir/regular/temperature-high.svg new file mode 100644 index 00000000..a0fc8c3a --- /dev/null +++ b/client/public/icons/iconoir/regular/temperature-high.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/temperature-low.svg b/client/public/icons/iconoir/regular/temperature-low.svg new file mode 100644 index 00000000..48c6e176 --- /dev/null +++ b/client/public/icons/iconoir/regular/temperature-low.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/temperature-up.svg b/client/public/icons/iconoir/regular/temperature-up.svg new file mode 100644 index 00000000..7591c4c3 --- /dev/null +++ b/client/public/icons/iconoir/regular/temperature-up.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/tennis-ball-alt.svg b/client/public/icons/iconoir/regular/tennis-ball-alt.svg new file mode 100644 index 00000000..e56021cb --- /dev/null +++ b/client/public/icons/iconoir/regular/tennis-ball-alt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/tennis-ball.svg b/client/public/icons/iconoir/regular/tennis-ball.svg new file mode 100644 index 00000000..941698e1 --- /dev/null +++ b/client/public/icons/iconoir/regular/tennis-ball.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/terminal-tag.svg b/client/public/icons/iconoir/regular/terminal-tag.svg new file mode 100644 index 00000000..a4bc4635 --- /dev/null +++ b/client/public/icons/iconoir/regular/terminal-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/terminal.svg b/client/public/icons/iconoir/regular/terminal.svg new file mode 100644 index 00000000..381d2c3a --- /dev/null +++ b/client/public/icons/iconoir/regular/terminal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/test-tube.svg b/client/public/icons/iconoir/regular/test-tube.svg new file mode 100644 index 00000000..da8ce26f --- /dev/null +++ b/client/public/icons/iconoir/regular/test-tube.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/text-arrows-up-down.svg b/client/public/icons/iconoir/regular/text-arrows-up-down.svg new file mode 100644 index 00000000..67fbaff5 --- /dev/null +++ b/client/public/icons/iconoir/regular/text-arrows-up-down.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/text-box.svg b/client/public/icons/iconoir/regular/text-box.svg new file mode 100644 index 00000000..addbf7aa --- /dev/null +++ b/client/public/icons/iconoir/regular/text-box.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/text-magnifying-glass.svg b/client/public/icons/iconoir/regular/text-magnifying-glass.svg new file mode 100644 index 00000000..de8f060a --- /dev/null +++ b/client/public/icons/iconoir/regular/text-magnifying-glass.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/text-size.svg b/client/public/icons/iconoir/regular/text-size.svg new file mode 100644 index 00000000..72257c89 --- /dev/null +++ b/client/public/icons/iconoir/regular/text-size.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/text-square.svg b/client/public/icons/iconoir/regular/text-square.svg new file mode 100644 index 00000000..0905b457 --- /dev/null +++ b/client/public/icons/iconoir/regular/text-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/text.svg b/client/public/icons/iconoir/regular/text.svg new file mode 100644 index 00000000..a56f6813 --- /dev/null +++ b/client/public/icons/iconoir/regular/text.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/threads.svg b/client/public/icons/iconoir/regular/threads.svg new file mode 100644 index 00000000..a12504aa --- /dev/null +++ b/client/public/icons/iconoir/regular/threads.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/three-points-circle.svg b/client/public/icons/iconoir/regular/three-points-circle.svg new file mode 100644 index 00000000..5a466a3a --- /dev/null +++ b/client/public/icons/iconoir/regular/three-points-circle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/three-stars.svg b/client/public/icons/iconoir/regular/three-stars.svg new file mode 100644 index 00000000..d324a784 --- /dev/null +++ b/client/public/icons/iconoir/regular/three-stars.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/thumbs-down.svg b/client/public/icons/iconoir/regular/thumbs-down.svg new file mode 100644 index 00000000..3b8b3080 --- /dev/null +++ b/client/public/icons/iconoir/regular/thumbs-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/thumbs-up.svg b/client/public/icons/iconoir/regular/thumbs-up.svg new file mode 100644 index 00000000..ef27e0e1 --- /dev/null +++ b/client/public/icons/iconoir/regular/thumbs-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/thunderstorm.svg b/client/public/icons/iconoir/regular/thunderstorm.svg new file mode 100644 index 00000000..fbacd5c8 --- /dev/null +++ b/client/public/icons/iconoir/regular/thunderstorm.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/tif-format.svg b/client/public/icons/iconoir/regular/tif-format.svg new file mode 100644 index 00000000..132cb5f9 --- /dev/null +++ b/client/public/icons/iconoir/regular/tif-format.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/tiff-format.svg b/client/public/icons/iconoir/regular/tiff-format.svg new file mode 100644 index 00000000..0be51978 --- /dev/null +++ b/client/public/icons/iconoir/regular/tiff-format.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/tiktok.svg b/client/public/icons/iconoir/regular/tiktok.svg new file mode 100644 index 00000000..2c81f6cb --- /dev/null +++ b/client/public/icons/iconoir/regular/tiktok.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/time-zone.svg b/client/public/icons/iconoir/regular/time-zone.svg new file mode 100644 index 00000000..cc363b8c --- /dev/null +++ b/client/public/icons/iconoir/regular/time-zone.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/timer-off.svg b/client/public/icons/iconoir/regular/timer-off.svg new file mode 100644 index 00000000..4ada1824 --- /dev/null +++ b/client/public/icons/iconoir/regular/timer-off.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/timer.svg b/client/public/icons/iconoir/regular/timer.svg new file mode 100644 index 00000000..d4e4e801 --- /dev/null +++ b/client/public/icons/iconoir/regular/timer.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/tools.svg b/client/public/icons/iconoir/regular/tools.svg new file mode 100644 index 00000000..de67386e --- /dev/null +++ b/client/public/icons/iconoir/regular/tools.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/tournament.svg b/client/public/icons/iconoir/regular/tournament.svg new file mode 100644 index 00000000..988007ef --- /dev/null +++ b/client/public/icons/iconoir/regular/tournament.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/tower-check.svg b/client/public/icons/iconoir/regular/tower-check.svg new file mode 100644 index 00000000..5b296f2e --- /dev/null +++ b/client/public/icons/iconoir/regular/tower-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/tower-no-access.svg b/client/public/icons/iconoir/regular/tower-no-access.svg new file mode 100644 index 00000000..dd3d9168 --- /dev/null +++ b/client/public/icons/iconoir/regular/tower-no-access.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/tower-warning.svg b/client/public/icons/iconoir/regular/tower-warning.svg new file mode 100644 index 00000000..df5dec6b --- /dev/null +++ b/client/public/icons/iconoir/regular/tower-warning.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/tower.svg b/client/public/icons/iconoir/regular/tower.svg new file mode 100644 index 00000000..8ad5d674 --- /dev/null +++ b/client/public/icons/iconoir/regular/tower.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/trademark.svg b/client/public/icons/iconoir/regular/trademark.svg new file mode 100644 index 00000000..b4a5797f --- /dev/null +++ b/client/public/icons/iconoir/regular/trademark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/train.svg b/client/public/icons/iconoir/regular/train.svg new file mode 100644 index 00000000..55e87712 --- /dev/null +++ b/client/public/icons/iconoir/regular/train.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/tram.svg b/client/public/icons/iconoir/regular/tram.svg new file mode 100644 index 00000000..6d6e7294 --- /dev/null +++ b/client/public/icons/iconoir/regular/tram.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/transition-down.svg b/client/public/icons/iconoir/regular/transition-down.svg new file mode 100644 index 00000000..c1a914fe --- /dev/null +++ b/client/public/icons/iconoir/regular/transition-down.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/transition-left.svg b/client/public/icons/iconoir/regular/transition-left.svg new file mode 100644 index 00000000..430b8530 --- /dev/null +++ b/client/public/icons/iconoir/regular/transition-left.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/transition-right.svg b/client/public/icons/iconoir/regular/transition-right.svg new file mode 100644 index 00000000..d2a79806 --- /dev/null +++ b/client/public/icons/iconoir/regular/transition-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/transition-up.svg b/client/public/icons/iconoir/regular/transition-up.svg new file mode 100644 index 00000000..1386092b --- /dev/null +++ b/client/public/icons/iconoir/regular/transition-up.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/translate.svg b/client/public/icons/iconoir/regular/translate.svg new file mode 100644 index 00000000..10a2d5c8 --- /dev/null +++ b/client/public/icons/iconoir/regular/translate.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/trash.svg b/client/public/icons/iconoir/regular/trash.svg new file mode 100644 index 00000000..6284f65e --- /dev/null +++ b/client/public/icons/iconoir/regular/trash.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/treadmill.svg b/client/public/icons/iconoir/regular/treadmill.svg new file mode 100644 index 00000000..e717c6ba --- /dev/null +++ b/client/public/icons/iconoir/regular/treadmill.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/tree.svg b/client/public/icons/iconoir/regular/tree.svg new file mode 100644 index 00000000..fdb573c2 --- /dev/null +++ b/client/public/icons/iconoir/regular/tree.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/trekking.svg b/client/public/icons/iconoir/regular/trekking.svg new file mode 100644 index 00000000..aa773226 --- /dev/null +++ b/client/public/icons/iconoir/regular/trekking.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/trello.svg b/client/public/icons/iconoir/regular/trello.svg new file mode 100644 index 00000000..df7c253b --- /dev/null +++ b/client/public/icons/iconoir/regular/trello.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/triangle-flag-circle.svg b/client/public/icons/iconoir/regular/triangle-flag-circle.svg new file mode 100644 index 00000000..95b6eb45 --- /dev/null +++ b/client/public/icons/iconoir/regular/triangle-flag-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/triangle-flag-two-stripes.svg b/client/public/icons/iconoir/regular/triangle-flag-two-stripes.svg new file mode 100644 index 00000000..ab17211b --- /dev/null +++ b/client/public/icons/iconoir/regular/triangle-flag-two-stripes.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/triangle-flag.svg b/client/public/icons/iconoir/regular/triangle-flag.svg new file mode 100644 index 00000000..6d280e77 --- /dev/null +++ b/client/public/icons/iconoir/regular/triangle-flag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/triangle.svg b/client/public/icons/iconoir/regular/triangle.svg new file mode 100644 index 00000000..2ec5423b --- /dev/null +++ b/client/public/icons/iconoir/regular/triangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/trophy.svg b/client/public/icons/iconoir/regular/trophy.svg new file mode 100644 index 00000000..6e8e6c29 --- /dev/null +++ b/client/public/icons/iconoir/regular/trophy.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/truck-green.svg b/client/public/icons/iconoir/regular/truck-green.svg new file mode 100644 index 00000000..a06ec554 --- /dev/null +++ b/client/public/icons/iconoir/regular/truck-green.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/truck-length.svg b/client/public/icons/iconoir/regular/truck-length.svg new file mode 100644 index 00000000..1c23da1f --- /dev/null +++ b/client/public/icons/iconoir/regular/truck-length.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/truck.svg b/client/public/icons/iconoir/regular/truck.svg new file mode 100644 index 00000000..34920a82 --- /dev/null +++ b/client/public/icons/iconoir/regular/truck.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/tunnel.svg b/client/public/icons/iconoir/regular/tunnel.svg new file mode 100644 index 00000000..de5ce3c7 --- /dev/null +++ b/client/public/icons/iconoir/regular/tunnel.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/tv-fix.svg b/client/public/icons/iconoir/regular/tv-fix.svg new file mode 100644 index 00000000..fcf8e761 --- /dev/null +++ b/client/public/icons/iconoir/regular/tv-fix.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/tv-warning.svg b/client/public/icons/iconoir/regular/tv-warning.svg new file mode 100644 index 00000000..622cc3b3 --- /dev/null +++ b/client/public/icons/iconoir/regular/tv-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/tv.svg b/client/public/icons/iconoir/regular/tv.svg new file mode 100644 index 00000000..4def57e9 --- /dev/null +++ b/client/public/icons/iconoir/regular/tv.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/twitter.svg b/client/public/icons/iconoir/regular/twitter.svg new file mode 100644 index 00000000..abcfe10e --- /dev/null +++ b/client/public/icons/iconoir/regular/twitter.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/two-points-circle.svg b/client/public/icons/iconoir/regular/two-points-circle.svg new file mode 100644 index 00000000..74b6ae54 --- /dev/null +++ b/client/public/icons/iconoir/regular/two-points-circle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/two-seater-sofa.svg b/client/public/icons/iconoir/regular/two-seater-sofa.svg new file mode 100644 index 00000000..6ab5d17c --- /dev/null +++ b/client/public/icons/iconoir/regular/two-seater-sofa.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/type.svg b/client/public/icons/iconoir/regular/type.svg new file mode 100644 index 00000000..b990777e --- /dev/null +++ b/client/public/icons/iconoir/regular/type.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/u-turn-arrow-left.svg b/client/public/icons/iconoir/regular/u-turn-arrow-left.svg new file mode 100644 index 00000000..c630ab2e --- /dev/null +++ b/client/public/icons/iconoir/regular/u-turn-arrow-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/u-turn-arrow-right.svg b/client/public/icons/iconoir/regular/u-turn-arrow-right.svg new file mode 100644 index 00000000..4273486c --- /dev/null +++ b/client/public/icons/iconoir/regular/u-turn-arrow-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/umbrella.svg b/client/public/icons/iconoir/regular/umbrella.svg new file mode 100644 index 00000000..afe15940 --- /dev/null +++ b/client/public/icons/iconoir/regular/umbrella.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/underline-square.svg b/client/public/icons/iconoir/regular/underline-square.svg new file mode 100644 index 00000000..df8a59ba --- /dev/null +++ b/client/public/icons/iconoir/regular/underline-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/underline.svg b/client/public/icons/iconoir/regular/underline.svg new file mode 100644 index 00000000..17555263 --- /dev/null +++ b/client/public/icons/iconoir/regular/underline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/undo-action.svg b/client/public/icons/iconoir/regular/undo-action.svg new file mode 100644 index 00000000..1d05192b --- /dev/null +++ b/client/public/icons/iconoir/regular/undo-action.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/undo-circle.svg b/client/public/icons/iconoir/regular/undo-circle.svg new file mode 100644 index 00000000..8f4b7b39 --- /dev/null +++ b/client/public/icons/iconoir/regular/undo-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/undo.svg b/client/public/icons/iconoir/regular/undo.svg new file mode 100644 index 00000000..72973fd2 --- /dev/null +++ b/client/public/icons/iconoir/regular/undo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/union-alt.svg b/client/public/icons/iconoir/regular/union-alt.svg new file mode 100644 index 00000000..0fe6126b --- /dev/null +++ b/client/public/icons/iconoir/regular/union-alt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/union-horiz-alt.svg b/client/public/icons/iconoir/regular/union-horiz-alt.svg new file mode 100644 index 00000000..217285ba --- /dev/null +++ b/client/public/icons/iconoir/regular/union-horiz-alt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/union.svg b/client/public/icons/iconoir/regular/union.svg new file mode 100644 index 00000000..a7f87f99 --- /dev/null +++ b/client/public/icons/iconoir/regular/union.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/unity-5.svg b/client/public/icons/iconoir/regular/unity-5.svg new file mode 100644 index 00000000..c703b89d --- /dev/null +++ b/client/public/icons/iconoir/regular/unity-5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/unity.svg b/client/public/icons/iconoir/regular/unity.svg new file mode 100644 index 00000000..87613cdc --- /dev/null +++ b/client/public/icons/iconoir/regular/unity.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/unjoin-3d.svg b/client/public/icons/iconoir/regular/unjoin-3d.svg new file mode 100644 index 00000000..5024703e --- /dev/null +++ b/client/public/icons/iconoir/regular/unjoin-3d.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/upload-data-window.svg b/client/public/icons/iconoir/regular/upload-data-window.svg new file mode 100644 index 00000000..a718c8fd --- /dev/null +++ b/client/public/icons/iconoir/regular/upload-data-window.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/upload-square.svg b/client/public/icons/iconoir/regular/upload-square.svg new file mode 100644 index 00000000..cc3c3bda --- /dev/null +++ b/client/public/icons/iconoir/regular/upload-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/upload.svg b/client/public/icons/iconoir/regular/upload.svg new file mode 100644 index 00000000..2a5712ab --- /dev/null +++ b/client/public/icons/iconoir/regular/upload.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/usb.svg b/client/public/icons/iconoir/regular/usb.svg new file mode 100644 index 00000000..c0809717 --- /dev/null +++ b/client/public/icons/iconoir/regular/usb.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/user-badge-check.svg b/client/public/icons/iconoir/regular/user-badge-check.svg new file mode 100644 index 00000000..674a161e --- /dev/null +++ b/client/public/icons/iconoir/regular/user-badge-check.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/user-bag.svg b/client/public/icons/iconoir/regular/user-bag.svg new file mode 100644 index 00000000..0fc6c40d --- /dev/null +++ b/client/public/icons/iconoir/regular/user-bag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/user-cart.svg b/client/public/icons/iconoir/regular/user-cart.svg new file mode 100644 index 00000000..21d7b2b8 --- /dev/null +++ b/client/public/icons/iconoir/regular/user-cart.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/user-circle.svg b/client/public/icons/iconoir/regular/user-circle.svg new file mode 100644 index 00000000..3a941101 --- /dev/null +++ b/client/public/icons/iconoir/regular/user-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/user-crown.svg b/client/public/icons/iconoir/regular/user-crown.svg new file mode 100644 index 00000000..b8d4b77c --- /dev/null +++ b/client/public/icons/iconoir/regular/user-crown.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/user-love.svg b/client/public/icons/iconoir/regular/user-love.svg new file mode 100644 index 00000000..916873f1 --- /dev/null +++ b/client/public/icons/iconoir/regular/user-love.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/user-plus.svg b/client/public/icons/iconoir/regular/user-plus.svg new file mode 100644 index 00000000..0a058f8a --- /dev/null +++ b/client/public/icons/iconoir/regular/user-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/user-scan.svg b/client/public/icons/iconoir/regular/user-scan.svg new file mode 100644 index 00000000..bc3f59cb --- /dev/null +++ b/client/public/icons/iconoir/regular/user-scan.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/user-square.svg b/client/public/icons/iconoir/regular/user-square.svg new file mode 100644 index 00000000..0a0f17e0 --- /dev/null +++ b/client/public/icons/iconoir/regular/user-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/user-star.svg b/client/public/icons/iconoir/regular/user-star.svg new file mode 100644 index 00000000..163bf5e2 --- /dev/null +++ b/client/public/icons/iconoir/regular/user-star.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/user-xmark.svg b/client/public/icons/iconoir/regular/user-xmark.svg new file mode 100644 index 00000000..311dad4a --- /dev/null +++ b/client/public/icons/iconoir/regular/user-xmark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/user.svg b/client/public/icons/iconoir/regular/user.svg new file mode 100644 index 00000000..2b36c6eb --- /dev/null +++ b/client/public/icons/iconoir/regular/user.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/vegan-circle.svg b/client/public/icons/iconoir/regular/vegan-circle.svg new file mode 100644 index 00000000..7e95bb78 --- /dev/null +++ b/client/public/icons/iconoir/regular/vegan-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/vegan-square.svg b/client/public/icons/iconoir/regular/vegan-square.svg new file mode 100644 index 00000000..4a46b870 --- /dev/null +++ b/client/public/icons/iconoir/regular/vegan-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/vegan.svg b/client/public/icons/iconoir/regular/vegan.svg new file mode 100644 index 00000000..aa47a2d7 --- /dev/null +++ b/client/public/icons/iconoir/regular/vegan.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/vehicle-green.svg b/client/public/icons/iconoir/regular/vehicle-green.svg new file mode 100644 index 00000000..9598767c --- /dev/null +++ b/client/public/icons/iconoir/regular/vehicle-green.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/vertical-merge.svg b/client/public/icons/iconoir/regular/vertical-merge.svg new file mode 100644 index 00000000..df958104 --- /dev/null +++ b/client/public/icons/iconoir/regular/vertical-merge.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/vertical-split.svg b/client/public/icons/iconoir/regular/vertical-split.svg new file mode 100644 index 00000000..333f253b --- /dev/null +++ b/client/public/icons/iconoir/regular/vertical-split.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/vials.svg b/client/public/icons/iconoir/regular/vials.svg new file mode 100644 index 00000000..d6e00225 --- /dev/null +++ b/client/public/icons/iconoir/regular/vials.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/video-camera-off.svg b/client/public/icons/iconoir/regular/video-camera-off.svg new file mode 100644 index 00000000..e52c1b5f --- /dev/null +++ b/client/public/icons/iconoir/regular/video-camera-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/video-camera.svg b/client/public/icons/iconoir/regular/video-camera.svg new file mode 100644 index 00000000..10d50234 --- /dev/null +++ b/client/public/icons/iconoir/regular/video-camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/video-projector.svg b/client/public/icons/iconoir/regular/video-projector.svg new file mode 100644 index 00000000..ba6842fd --- /dev/null +++ b/client/public/icons/iconoir/regular/video-projector.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/view-360.svg b/client/public/icons/iconoir/regular/view-360.svg new file mode 100644 index 00000000..5365c191 --- /dev/null +++ b/client/public/icons/iconoir/regular/view-360.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/view-columns-2.svg b/client/public/icons/iconoir/regular/view-columns-2.svg new file mode 100644 index 00000000..d310823a --- /dev/null +++ b/client/public/icons/iconoir/regular/view-columns-2.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/view-columns-3.svg b/client/public/icons/iconoir/regular/view-columns-3.svg new file mode 100644 index 00000000..b7b88e50 --- /dev/null +++ b/client/public/icons/iconoir/regular/view-columns-3.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/view-grid.svg b/client/public/icons/iconoir/regular/view-grid.svg new file mode 100644 index 00000000..9eb3f30e --- /dev/null +++ b/client/public/icons/iconoir/regular/view-grid.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/view-structure-down.svg b/client/public/icons/iconoir/regular/view-structure-down.svg new file mode 100644 index 00000000..17cf0580 --- /dev/null +++ b/client/public/icons/iconoir/regular/view-structure-down.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/view-structure-up.svg b/client/public/icons/iconoir/regular/view-structure-up.svg new file mode 100644 index 00000000..476d3796 --- /dev/null +++ b/client/public/icons/iconoir/regular/view-structure-up.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/voice-check.svg b/client/public/icons/iconoir/regular/voice-check.svg new file mode 100644 index 00000000..5208dfbc --- /dev/null +++ b/client/public/icons/iconoir/regular/voice-check.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/voice-circle.svg b/client/public/icons/iconoir/regular/voice-circle.svg new file mode 100644 index 00000000..de4bd462 --- /dev/null +++ b/client/public/icons/iconoir/regular/voice-circle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/voice-lock-circle.svg b/client/public/icons/iconoir/regular/voice-lock-circle.svg new file mode 100644 index 00000000..d75d2571 --- /dev/null +++ b/client/public/icons/iconoir/regular/voice-lock-circle.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/voice-scan.svg b/client/public/icons/iconoir/regular/voice-scan.svg new file mode 100644 index 00000000..412a4677 --- /dev/null +++ b/client/public/icons/iconoir/regular/voice-scan.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/voice-square.svg b/client/public/icons/iconoir/regular/voice-square.svg new file mode 100644 index 00000000..7481460c --- /dev/null +++ b/client/public/icons/iconoir/regular/voice-square.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/voice-xmark.svg b/client/public/icons/iconoir/regular/voice-xmark.svg new file mode 100644 index 00000000..89061add --- /dev/null +++ b/client/public/icons/iconoir/regular/voice-xmark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/voice.svg b/client/public/icons/iconoir/regular/voice.svg new file mode 100644 index 00000000..46932894 --- /dev/null +++ b/client/public/icons/iconoir/regular/voice.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/vr-tag.svg b/client/public/icons/iconoir/regular/vr-tag.svg new file mode 100644 index 00000000..278f0e8e --- /dev/null +++ b/client/public/icons/iconoir/regular/vr-tag.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/vue-js.svg b/client/public/icons/iconoir/regular/vue-js.svg new file mode 100644 index 00000000..ceb374dd --- /dev/null +++ b/client/public/icons/iconoir/regular/vue-js.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/waist.svg b/client/public/icons/iconoir/regular/waist.svg new file mode 100644 index 00000000..da1a23a8 --- /dev/null +++ b/client/public/icons/iconoir/regular/waist.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/walking.svg b/client/public/icons/iconoir/regular/walking.svg new file mode 100644 index 00000000..fe98da72 --- /dev/null +++ b/client/public/icons/iconoir/regular/walking.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/wallet.svg b/client/public/icons/iconoir/regular/wallet.svg new file mode 100644 index 00000000..608ce033 --- /dev/null +++ b/client/public/icons/iconoir/regular/wallet.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/warning-circle.svg b/client/public/icons/iconoir/regular/warning-circle.svg new file mode 100644 index 00000000..5ce38208 --- /dev/null +++ b/client/public/icons/iconoir/regular/warning-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/warning-hexagon.svg b/client/public/icons/iconoir/regular/warning-hexagon.svg new file mode 100644 index 00000000..bc3ceb0c --- /dev/null +++ b/client/public/icons/iconoir/regular/warning-hexagon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/warning-square.svg b/client/public/icons/iconoir/regular/warning-square.svg new file mode 100644 index 00000000..bdc2095e --- /dev/null +++ b/client/public/icons/iconoir/regular/warning-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/warning-triangle.svg b/client/public/icons/iconoir/regular/warning-triangle.svg new file mode 100644 index 00000000..032f9668 --- /dev/null +++ b/client/public/icons/iconoir/regular/warning-triangle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/warning-window.svg b/client/public/icons/iconoir/regular/warning-window.svg new file mode 100644 index 00000000..c388f814 --- /dev/null +++ b/client/public/icons/iconoir/regular/warning-window.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/wash.svg b/client/public/icons/iconoir/regular/wash.svg new file mode 100644 index 00000000..30cd58ec --- /dev/null +++ b/client/public/icons/iconoir/regular/wash.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/washing-machine.svg b/client/public/icons/iconoir/regular/washing-machine.svg new file mode 100644 index 00000000..870c92c0 --- /dev/null +++ b/client/public/icons/iconoir/regular/washing-machine.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/watering-soil.svg b/client/public/icons/iconoir/regular/watering-soil.svg new file mode 100644 index 00000000..4d46bf65 --- /dev/null +++ b/client/public/icons/iconoir/regular/watering-soil.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/web-window-energy-consumption.svg b/client/public/icons/iconoir/regular/web-window-energy-consumption.svg new file mode 100644 index 00000000..2b757d0e --- /dev/null +++ b/client/public/icons/iconoir/regular/web-window-energy-consumption.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/web-window-xmark.svg b/client/public/icons/iconoir/regular/web-window-xmark.svg new file mode 100644 index 00000000..583d937e --- /dev/null +++ b/client/public/icons/iconoir/regular/web-window-xmark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/web-window.svg b/client/public/icons/iconoir/regular/web-window.svg new file mode 100644 index 00000000..f4ec8841 --- /dev/null +++ b/client/public/icons/iconoir/regular/web-window.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/webp-format.svg b/client/public/icons/iconoir/regular/webp-format.svg new file mode 100644 index 00000000..2f625c94 --- /dev/null +++ b/client/public/icons/iconoir/regular/webp-format.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/weight-alt.svg b/client/public/icons/iconoir/regular/weight-alt.svg new file mode 100644 index 00000000..0966e526 --- /dev/null +++ b/client/public/icons/iconoir/regular/weight-alt.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/weight.svg b/client/public/icons/iconoir/regular/weight.svg new file mode 100644 index 00000000..6ce36869 --- /dev/null +++ b/client/public/icons/iconoir/regular/weight.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/white-flag.svg b/client/public/icons/iconoir/regular/white-flag.svg new file mode 100644 index 00000000..0b85ee7a --- /dev/null +++ b/client/public/icons/iconoir/regular/white-flag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/wifi-off.svg b/client/public/icons/iconoir/regular/wifi-off.svg new file mode 100644 index 00000000..eb274acc --- /dev/null +++ b/client/public/icons/iconoir/regular/wifi-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/wifi-signal-none.svg b/client/public/icons/iconoir/regular/wifi-signal-none.svg new file mode 100644 index 00000000..397d3bac --- /dev/null +++ b/client/public/icons/iconoir/regular/wifi-signal-none.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/wifi-tag.svg b/client/public/icons/iconoir/regular/wifi-tag.svg new file mode 100644 index 00000000..60e03f9d --- /dev/null +++ b/client/public/icons/iconoir/regular/wifi-tag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/wifi-warning.svg b/client/public/icons/iconoir/regular/wifi-warning.svg new file mode 100644 index 00000000..eabd5a20 --- /dev/null +++ b/client/public/icons/iconoir/regular/wifi-warning.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/wifi-xmark.svg b/client/public/icons/iconoir/regular/wifi-xmark.svg new file mode 100644 index 00000000..06070dd9 --- /dev/null +++ b/client/public/icons/iconoir/regular/wifi-xmark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/wifi.svg b/client/public/icons/iconoir/regular/wifi.svg new file mode 100644 index 00000000..79ef527c --- /dev/null +++ b/client/public/icons/iconoir/regular/wifi.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/wind.svg b/client/public/icons/iconoir/regular/wind.svg new file mode 100644 index 00000000..a40bcae4 --- /dev/null +++ b/client/public/icons/iconoir/regular/wind.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/window-check.svg b/client/public/icons/iconoir/regular/window-check.svg new file mode 100644 index 00000000..07d35e16 --- /dev/null +++ b/client/public/icons/iconoir/regular/window-check.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/window-lock.svg b/client/public/icons/iconoir/regular/window-lock.svg new file mode 100644 index 00000000..468ac157 --- /dev/null +++ b/client/public/icons/iconoir/regular/window-lock.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/window-no-access.svg b/client/public/icons/iconoir/regular/window-no-access.svg new file mode 100644 index 00000000..29ff707a --- /dev/null +++ b/client/public/icons/iconoir/regular/window-no-access.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/window-tabs.svg b/client/public/icons/iconoir/regular/window-tabs.svg new file mode 100644 index 00000000..321dc408 --- /dev/null +++ b/client/public/icons/iconoir/regular/window-tabs.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/window-xmark.svg b/client/public/icons/iconoir/regular/window-xmark.svg new file mode 100644 index 00000000..29e989b1 --- /dev/null +++ b/client/public/icons/iconoir/regular/window-xmark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client/public/icons/iconoir/regular/windows.svg b/client/public/icons/iconoir/regular/windows.svg new file mode 100644 index 00000000..b919b7fe --- /dev/null +++ b/client/public/icons/iconoir/regular/windows.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/wolf.svg b/client/public/icons/iconoir/regular/wolf.svg new file mode 100644 index 00000000..7227df6a --- /dev/null +++ b/client/public/icons/iconoir/regular/wolf.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/wrap-text.svg b/client/public/icons/iconoir/regular/wrap-text.svg new file mode 100644 index 00000000..fa4deb80 --- /dev/null +++ b/client/public/icons/iconoir/regular/wrap-text.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/wrench.svg b/client/public/icons/iconoir/regular/wrench.svg new file mode 100644 index 00000000..be958e39 --- /dev/null +++ b/client/public/icons/iconoir/regular/wrench.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/wristwatch.svg b/client/public/icons/iconoir/regular/wristwatch.svg new file mode 100644 index 00000000..35568152 --- /dev/null +++ b/client/public/icons/iconoir/regular/wristwatch.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/www.svg b/client/public/icons/iconoir/regular/www.svg new file mode 100644 index 00000000..0deb7675 --- /dev/null +++ b/client/public/icons/iconoir/regular/www.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/regular/x-square.svg b/client/public/icons/iconoir/regular/x-square.svg new file mode 100644 index 00000000..b4ac0325 --- /dev/null +++ b/client/public/icons/iconoir/regular/x-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/x.svg b/client/public/icons/iconoir/regular/x.svg new file mode 100644 index 00000000..f594dc7f --- /dev/null +++ b/client/public/icons/iconoir/regular/x.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/xbox-a.svg b/client/public/icons/iconoir/regular/xbox-a.svg new file mode 100644 index 00000000..0fb22b07 --- /dev/null +++ b/client/public/icons/iconoir/regular/xbox-a.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/xbox-b.svg b/client/public/icons/iconoir/regular/xbox-b.svg new file mode 100644 index 00000000..20b412fe --- /dev/null +++ b/client/public/icons/iconoir/regular/xbox-b.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/xbox-x.svg b/client/public/icons/iconoir/regular/xbox-x.svg new file mode 100644 index 00000000..7ccc03da --- /dev/null +++ b/client/public/icons/iconoir/regular/xbox-x.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/xbox-y.svg b/client/public/icons/iconoir/regular/xbox-y.svg new file mode 100644 index 00000000..38358ea6 --- /dev/null +++ b/client/public/icons/iconoir/regular/xbox-y.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/xmark-circle.svg b/client/public/icons/iconoir/regular/xmark-circle.svg new file mode 100644 index 00000000..534460e5 --- /dev/null +++ b/client/public/icons/iconoir/regular/xmark-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/xmark-square.svg b/client/public/icons/iconoir/regular/xmark-square.svg new file mode 100644 index 00000000..41e3d2f8 --- /dev/null +++ b/client/public/icons/iconoir/regular/xmark-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/xmark.svg b/client/public/icons/iconoir/regular/xmark.svg new file mode 100644 index 00000000..89eb5956 --- /dev/null +++ b/client/public/icons/iconoir/regular/xmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/regular/xray-view.svg b/client/public/icons/iconoir/regular/xray-view.svg new file mode 100644 index 00000000..7f67306b --- /dev/null +++ b/client/public/icons/iconoir/regular/xray-view.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/y-square.svg b/client/public/icons/iconoir/regular/y-square.svg new file mode 100644 index 00000000..d93e02a4 --- /dev/null +++ b/client/public/icons/iconoir/regular/y-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/yelp.svg b/client/public/icons/iconoir/regular/yelp.svg new file mode 100644 index 00000000..53db10ef --- /dev/null +++ b/client/public/icons/iconoir/regular/yelp.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/regular/yen-square.svg b/client/public/icons/iconoir/regular/yen-square.svg new file mode 100644 index 00000000..4a9d5d60 --- /dev/null +++ b/client/public/icons/iconoir/regular/yen-square.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/yen.svg b/client/public/icons/iconoir/regular/yen.svg new file mode 100644 index 00000000..a8bb45c9 --- /dev/null +++ b/client/public/icons/iconoir/regular/yen.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/yoga.svg b/client/public/icons/iconoir/regular/yoga.svg new file mode 100644 index 00000000..99e08848 --- /dev/null +++ b/client/public/icons/iconoir/regular/yoga.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/regular/youtube.svg b/client/public/icons/iconoir/regular/youtube.svg new file mode 100644 index 00000000..5063dd23 --- /dev/null +++ b/client/public/icons/iconoir/regular/youtube.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/z-square.svg b/client/public/icons/iconoir/regular/z-square.svg new file mode 100644 index 00000000..5267d35c --- /dev/null +++ b/client/public/icons/iconoir/regular/z-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/regular/zoom-in.svg b/client/public/icons/iconoir/regular/zoom-in.svg new file mode 100644 index 00000000..c66cd16a --- /dev/null +++ b/client/public/icons/iconoir/regular/zoom-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/regular/zoom-out.svg b/client/public/icons/iconoir/regular/zoom-out.svg new file mode 100644 index 00000000..2e3a46a2 --- /dev/null +++ b/client/public/icons/iconoir/regular/zoom-out.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/adobe-after-effects.svg b/client/public/icons/iconoir/solid/adobe-after-effects.svg new file mode 100644 index 00000000..f61732e6 --- /dev/null +++ b/client/public/icons/iconoir/solid/adobe-after-effects.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/adobe-illustrator.svg b/client/public/icons/iconoir/solid/adobe-illustrator.svg new file mode 100644 index 00000000..f0240446 --- /dev/null +++ b/client/public/icons/iconoir/solid/adobe-illustrator.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/adobe-indesign.svg b/client/public/icons/iconoir/solid/adobe-indesign.svg new file mode 100644 index 00000000..1715826d --- /dev/null +++ b/client/public/icons/iconoir/solid/adobe-indesign.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/adobe-lightroom.svg b/client/public/icons/iconoir/solid/adobe-lightroom.svg new file mode 100644 index 00000000..29bad027 --- /dev/null +++ b/client/public/icons/iconoir/solid/adobe-lightroom.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/adobe-photoshop.svg b/client/public/icons/iconoir/solid/adobe-photoshop.svg new file mode 100644 index 00000000..c283a566 --- /dev/null +++ b/client/public/icons/iconoir/solid/adobe-photoshop.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/adobe-xd.svg b/client/public/icons/iconoir/solid/adobe-xd.svg new file mode 100644 index 00000000..fbb332e5 --- /dev/null +++ b/client/public/icons/iconoir/solid/adobe-xd.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/airplay.svg b/client/public/icons/iconoir/solid/airplay.svg new file mode 100644 index 00000000..8b85d666 --- /dev/null +++ b/client/public/icons/iconoir/solid/airplay.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/alarm.svg b/client/public/icons/iconoir/solid/alarm.svg new file mode 100644 index 00000000..7fe0d1d8 --- /dev/null +++ b/client/public/icons/iconoir/solid/alarm.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/align-bottom-box.svg b/client/public/icons/iconoir/solid/align-bottom-box.svg new file mode 100644 index 00000000..869de585 --- /dev/null +++ b/client/public/icons/iconoir/solid/align-bottom-box.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/align-horizontal-centers.svg b/client/public/icons/iconoir/solid/align-horizontal-centers.svg new file mode 100644 index 00000000..5ad86a99 --- /dev/null +++ b/client/public/icons/iconoir/solid/align-horizontal-centers.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/align-horizontal-spacing.svg b/client/public/icons/iconoir/solid/align-horizontal-spacing.svg new file mode 100644 index 00000000..4b2db675 --- /dev/null +++ b/client/public/icons/iconoir/solid/align-horizontal-spacing.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/align-left-box.svg b/client/public/icons/iconoir/solid/align-left-box.svg new file mode 100644 index 00000000..4cb59536 --- /dev/null +++ b/client/public/icons/iconoir/solid/align-left-box.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/align-right-box.svg b/client/public/icons/iconoir/solid/align-right-box.svg new file mode 100644 index 00000000..4e83ef5f --- /dev/null +++ b/client/public/icons/iconoir/solid/align-right-box.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/align-top-box.svg b/client/public/icons/iconoir/solid/align-top-box.svg new file mode 100644 index 00000000..adc1a369 --- /dev/null +++ b/client/public/icons/iconoir/solid/align-top-box.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/align-vertical-centers.svg b/client/public/icons/iconoir/solid/align-vertical-centers.svg new file mode 100644 index 00000000..8aefc423 --- /dev/null +++ b/client/public/icons/iconoir/solid/align-vertical-centers.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/align-vertical-spacing.svg b/client/public/icons/iconoir/solid/align-vertical-spacing.svg new file mode 100644 index 00000000..f04cd69e --- /dev/null +++ b/client/public/icons/iconoir/solid/align-vertical-spacing.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/app-notification.svg b/client/public/icons/iconoir/solid/app-notification.svg new file mode 100644 index 00000000..81c3ab96 --- /dev/null +++ b/client/public/icons/iconoir/solid/app-notification.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/app-store.svg b/client/public/icons/iconoir/solid/app-store.svg new file mode 100644 index 00000000..1ccea0d5 --- /dev/null +++ b/client/public/icons/iconoir/solid/app-store.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/apple-shortcuts.svg b/client/public/icons/iconoir/solid/apple-shortcuts.svg new file mode 100644 index 00000000..02b996c7 --- /dev/null +++ b/client/public/icons/iconoir/solid/apple-shortcuts.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/arrow-down-circle.svg b/client/public/icons/iconoir/solid/arrow-down-circle.svg new file mode 100644 index 00000000..bf5173ef --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-down-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-down-left-circle.svg b/client/public/icons/iconoir/solid/arrow-down-left-circle.svg new file mode 100644 index 00000000..e5e89f96 --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-down-left-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-down-right-circle.svg b/client/public/icons/iconoir/solid/arrow-down-right-circle.svg new file mode 100644 index 00000000..9f98e40a --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-down-right-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-down-right-square.svg b/client/public/icons/iconoir/solid/arrow-down-right-square.svg new file mode 100644 index 00000000..1b0bb1b4 --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-down-right-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-left-circle.svg b/client/public/icons/iconoir/solid/arrow-left-circle.svg new file mode 100644 index 00000000..ec3c3c54 --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-left-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-right-circle.svg b/client/public/icons/iconoir/solid/arrow-right-circle.svg new file mode 100644 index 00000000..bcc4faa3 --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-right-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-up-circle.svg b/client/public/icons/iconoir/solid/arrow-up-circle.svg new file mode 100644 index 00000000..68634766 --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-up-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-up-left-circle.svg b/client/public/icons/iconoir/solid/arrow-up-left-circle.svg new file mode 100644 index 00000000..e3c85cba --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-up-left-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-up-left-square.svg b/client/public/icons/iconoir/solid/arrow-up-left-square.svg new file mode 100644 index 00000000..8940cac9 --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-up-left-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-up-right-circle.svg b/client/public/icons/iconoir/solid/arrow-up-right-circle.svg new file mode 100644 index 00000000..666f3a20 --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-up-right-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/arrow-up-right-square.svg b/client/public/icons/iconoir/solid/arrow-up-right-square.svg new file mode 100644 index 00000000..026e9313 --- /dev/null +++ b/client/public/icons/iconoir/solid/arrow-up-right-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/bathroom.svg b/client/public/icons/iconoir/solid/bathroom.svg new file mode 100644 index 00000000..e68fb2cd --- /dev/null +++ b/client/public/icons/iconoir/solid/bathroom.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/bell-notification.svg b/client/public/icons/iconoir/solid/bell-notification.svg new file mode 100644 index 00000000..c39a266f --- /dev/null +++ b/client/public/icons/iconoir/solid/bell-notification.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/bitcoin-circle.svg b/client/public/icons/iconoir/solid/bitcoin-circle.svg new file mode 100644 index 00000000..83b3f324 --- /dev/null +++ b/client/public/icons/iconoir/solid/bitcoin-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/bluetooth-tag.svg b/client/public/icons/iconoir/solid/bluetooth-tag.svg new file mode 100644 index 00000000..fb30abce --- /dev/null +++ b/client/public/icons/iconoir/solid/bluetooth-tag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/bold-square.svg b/client/public/icons/iconoir/solid/bold-square.svg new file mode 100644 index 00000000..5385b5d1 --- /dev/null +++ b/client/public/icons/iconoir/solid/bold-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/book.svg b/client/public/icons/iconoir/solid/book.svg new file mode 100644 index 00000000..3c8871ab --- /dev/null +++ b/client/public/icons/iconoir/solid/book.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/bookmark-circle.svg b/client/public/icons/iconoir/solid/bookmark-circle.svg new file mode 100644 index 00000000..0232d1f6 --- /dev/null +++ b/client/public/icons/iconoir/solid/bookmark-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/bookmark.svg b/client/public/icons/iconoir/solid/bookmark.svg new file mode 100644 index 00000000..4990ab64 --- /dev/null +++ b/client/public/icons/iconoir/solid/bookmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/bubble-search.svg b/client/public/icons/iconoir/solid/bubble-search.svg new file mode 100644 index 00000000..19ece59a --- /dev/null +++ b/client/public/icons/iconoir/solid/bubble-search.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/bubble-xmark.svg b/client/public/icons/iconoir/solid/bubble-xmark.svg new file mode 100644 index 00000000..7ba46857 --- /dev/null +++ b/client/public/icons/iconoir/solid/bubble-xmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/cable-tag.svg b/client/public/icons/iconoir/solid/cable-tag.svg new file mode 100644 index 00000000..2abddf4d --- /dev/null +++ b/client/public/icons/iconoir/solid/cable-tag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/camera.svg b/client/public/icons/iconoir/solid/camera.svg new file mode 100644 index 00000000..0d03c962 --- /dev/null +++ b/client/public/icons/iconoir/solid/camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/cash.svg b/client/public/icons/iconoir/solid/cash.svg new file mode 100644 index 00000000..2d16730b --- /dev/null +++ b/client/public/icons/iconoir/solid/cash.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/center-align.svg b/client/public/icons/iconoir/solid/center-align.svg new file mode 100644 index 00000000..64081a90 --- /dev/null +++ b/client/public/icons/iconoir/solid/center-align.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/chat-bubble-check.svg b/client/public/icons/iconoir/solid/chat-bubble-check.svg new file mode 100644 index 00000000..a07e5137 --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-bubble-check.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-bubble-empty.svg b/client/public/icons/iconoir/solid/chat-bubble-empty.svg new file mode 100644 index 00000000..715e65b8 --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-bubble-empty.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-bubble-question.svg b/client/public/icons/iconoir/solid/chat-bubble-question.svg new file mode 100644 index 00000000..dd7f7f94 --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-bubble-question.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-bubble-translate.svg b/client/public/icons/iconoir/solid/chat-bubble-translate.svg new file mode 100644 index 00000000..19f681f5 --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-bubble-translate.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-bubble-warning.svg b/client/public/icons/iconoir/solid/chat-bubble-warning.svg new file mode 100644 index 00000000..ce4f6ca9 --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-bubble-warning.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-bubble-xmark.svg b/client/public/icons/iconoir/solid/chat-bubble-xmark.svg new file mode 100644 index 00000000..5098f22e --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-bubble-xmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-bubble.svg b/client/public/icons/iconoir/solid/chat-bubble.svg new file mode 100644 index 00000000..cd663d3d --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-bubble.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-lines.svg b/client/public/icons/iconoir/solid/chat-lines.svg new file mode 100644 index 00000000..3c7ec77a --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-lines.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-minus-in.svg b/client/public/icons/iconoir/solid/chat-minus-in.svg new file mode 100644 index 00000000..cf3f35ef --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-minus-in.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/chat-plus-in.svg b/client/public/icons/iconoir/solid/chat-plus-in.svg new file mode 100644 index 00000000..f7c31b04 --- /dev/null +++ b/client/public/icons/iconoir/solid/chat-plus-in.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/check-circle.svg b/client/public/icons/iconoir/solid/check-circle.svg new file mode 100644 index 00000000..1959c1ff --- /dev/null +++ b/client/public/icons/iconoir/solid/check-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/check-square.svg b/client/public/icons/iconoir/solid/check-square.svg new file mode 100644 index 00000000..1dc8b801 --- /dev/null +++ b/client/public/icons/iconoir/solid/check-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/clock.svg b/client/public/icons/iconoir/solid/clock.svg new file mode 100644 index 00000000..06d1fadb --- /dev/null +++ b/client/public/icons/iconoir/solid/clock.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/closed-captions-tag.svg b/client/public/icons/iconoir/solid/closed-captions-tag.svg new file mode 100644 index 00000000..ccd66b08 --- /dev/null +++ b/client/public/icons/iconoir/solid/closed-captions-tag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/cloud-square.svg b/client/public/icons/iconoir/solid/cloud-square.svg new file mode 100644 index 00000000..5c29b5d3 --- /dev/null +++ b/client/public/icons/iconoir/solid/cloud-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/comp-align-bottom.svg b/client/public/icons/iconoir/solid/comp-align-bottom.svg new file mode 100644 index 00000000..7a46fac6 --- /dev/null +++ b/client/public/icons/iconoir/solid/comp-align-bottom.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/comp-align-left.svg b/client/public/icons/iconoir/solid/comp-align-left.svg new file mode 100644 index 00000000..b7bfd291 --- /dev/null +++ b/client/public/icons/iconoir/solid/comp-align-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/comp-align-right.svg b/client/public/icons/iconoir/solid/comp-align-right.svg new file mode 100644 index 00000000..4a48b39b --- /dev/null +++ b/client/public/icons/iconoir/solid/comp-align-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/comp-align-top.svg b/client/public/icons/iconoir/solid/comp-align-top.svg new file mode 100644 index 00000000..ab625925 --- /dev/null +++ b/client/public/icons/iconoir/solid/comp-align-top.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/component.svg b/client/public/icons/iconoir/solid/component.svg new file mode 100644 index 00000000..c2892f5d --- /dev/null +++ b/client/public/icons/iconoir/solid/component.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/credit-card.svg b/client/public/icons/iconoir/solid/credit-card.svg new file mode 100644 index 00000000..d3a8365a --- /dev/null +++ b/client/public/icons/iconoir/solid/credit-card.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/database-check.svg b/client/public/icons/iconoir/solid/database-check.svg new file mode 100644 index 00000000..14e48f37 --- /dev/null +++ b/client/public/icons/iconoir/solid/database-check.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/database-tag.svg b/client/public/icons/iconoir/solid/database-tag.svg new file mode 100644 index 00000000..83519ca5 --- /dev/null +++ b/client/public/icons/iconoir/solid/database-tag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/database-xmark.svg b/client/public/icons/iconoir/solid/database-xmark.svg new file mode 100644 index 00000000..de559724 --- /dev/null +++ b/client/public/icons/iconoir/solid/database-xmark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/database.svg b/client/public/icons/iconoir/solid/database.svg new file mode 100644 index 00000000..c6d1021c --- /dev/null +++ b/client/public/icons/iconoir/solid/database.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/design-nib.svg b/client/public/icons/iconoir/solid/design-nib.svg new file mode 100644 index 00000000..ba06b173 --- /dev/null +++ b/client/public/icons/iconoir/solid/design-nib.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/dogecoin-circle.svg b/client/public/icons/iconoir/solid/dogecoin-circle.svg new file mode 100644 index 00000000..d70e8751 --- /dev/null +++ b/client/public/icons/iconoir/solid/dogecoin-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/dollar-circle.svg b/client/public/icons/iconoir/solid/dollar-circle.svg new file mode 100644 index 00000000..4fd31877 --- /dev/null +++ b/client/public/icons/iconoir/solid/dollar-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/download-circle.svg b/client/public/icons/iconoir/solid/download-circle.svg new file mode 100644 index 00000000..d569a4aa --- /dev/null +++ b/client/public/icons/iconoir/solid/download-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/download-square.svg b/client/public/icons/iconoir/solid/download-square.svg new file mode 100644 index 00000000..0fed0743 --- /dev/null +++ b/client/public/icons/iconoir/solid/download-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/droplet.svg b/client/public/icons/iconoir/solid/droplet.svg new file mode 100644 index 00000000..5ea5ebc2 --- /dev/null +++ b/client/public/icons/iconoir/solid/droplet.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/erase.svg b/client/public/icons/iconoir/solid/erase.svg new file mode 100644 index 00000000..630313ca --- /dev/null +++ b/client/public/icons/iconoir/solid/erase.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/ethereum-circle.svg b/client/public/icons/iconoir/solid/ethereum-circle.svg new file mode 100644 index 00000000..09cf2a82 --- /dev/null +++ b/client/public/icons/iconoir/solid/ethereum-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/euro-square.svg b/client/public/icons/iconoir/solid/euro-square.svg new file mode 100644 index 00000000..ea47f147 --- /dev/null +++ b/client/public/icons/iconoir/solid/euro-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/eye.svg b/client/public/icons/iconoir/solid/eye.svg new file mode 100644 index 00000000..030e83b5 --- /dev/null +++ b/client/public/icons/iconoir/solid/eye.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/facetime.svg b/client/public/icons/iconoir/solid/facetime.svg new file mode 100644 index 00000000..9977bbf6 --- /dev/null +++ b/client/public/icons/iconoir/solid/facetime.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/fill-color.svg b/client/public/icons/iconoir/solid/fill-color.svg new file mode 100644 index 00000000..fecdab64 --- /dev/null +++ b/client/public/icons/iconoir/solid/fill-color.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/filter.svg b/client/public/icons/iconoir/solid/filter.svg new file mode 100644 index 00000000..4a374bf7 --- /dev/null +++ b/client/public/icons/iconoir/solid/filter.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/flash.svg b/client/public/icons/iconoir/solid/flash.svg new file mode 100644 index 00000000..211db85c --- /dev/null +++ b/client/public/icons/iconoir/solid/flash.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/forward.svg b/client/public/icons/iconoir/solid/forward.svg new file mode 100644 index 00000000..8ec37b11 --- /dev/null +++ b/client/public/icons/iconoir/solid/forward.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/frame-tool.svg b/client/public/icons/iconoir/solid/frame-tool.svg new file mode 100644 index 00000000..426026bd --- /dev/null +++ b/client/public/icons/iconoir/solid/frame-tool.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/fx-tag.svg b/client/public/icons/iconoir/solid/fx-tag.svg new file mode 100644 index 00000000..997b16ae --- /dev/null +++ b/client/public/icons/iconoir/solid/fx-tag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/git.svg b/client/public/icons/iconoir/solid/git.svg new file mode 100644 index 00000000..c54df4c9 --- /dev/null +++ b/client/public/icons/iconoir/solid/git.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/hd-display.svg b/client/public/icons/iconoir/solid/hd-display.svg new file mode 100644 index 00000000..34099f32 --- /dev/null +++ b/client/public/icons/iconoir/solid/hd-display.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/headset-bolt.svg b/client/public/icons/iconoir/solid/headset-bolt.svg new file mode 100644 index 00000000..5851126e --- /dev/null +++ b/client/public/icons/iconoir/solid/headset-bolt.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/headset-warning.svg b/client/public/icons/iconoir/solid/headset-warning.svg new file mode 100644 index 00000000..2beb0138 --- /dev/null +++ b/client/public/icons/iconoir/solid/headset-warning.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/headset.svg b/client/public/icons/iconoir/solid/headset.svg new file mode 100644 index 00000000..67218336 --- /dev/null +++ b/client/public/icons/iconoir/solid/headset.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/heart.svg b/client/public/icons/iconoir/solid/heart.svg new file mode 100644 index 00000000..a826c657 --- /dev/null +++ b/client/public/icons/iconoir/solid/heart.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/help-circle.svg b/client/public/icons/iconoir/solid/help-circle.svg new file mode 100644 index 00000000..90e754de --- /dev/null +++ b/client/public/icons/iconoir/solid/help-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/help-square.svg b/client/public/icons/iconoir/solid/help-square.svg new file mode 100644 index 00000000..20c8dbb7 --- /dev/null +++ b/client/public/icons/iconoir/solid/help-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/horiz-distribution-left.svg b/client/public/icons/iconoir/solid/horiz-distribution-left.svg new file mode 100644 index 00000000..a80a3e69 --- /dev/null +++ b/client/public/icons/iconoir/solid/horiz-distribution-left.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/horiz-distribution-right.svg b/client/public/icons/iconoir/solid/horiz-distribution-right.svg new file mode 100644 index 00000000..f693fa05 --- /dev/null +++ b/client/public/icons/iconoir/solid/horiz-distribution-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/hospital-circle.svg b/client/public/icons/iconoir/solid/hospital-circle.svg new file mode 100644 index 00000000..60d39360 --- /dev/null +++ b/client/public/icons/iconoir/solid/hospital-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/ice-cream.svg b/client/public/icons/iconoir/solid/ice-cream.svg new file mode 100644 index 00000000..3f057cd8 --- /dev/null +++ b/client/public/icons/iconoir/solid/ice-cream.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/info-circle.svg b/client/public/icons/iconoir/solid/info-circle.svg new file mode 100644 index 00000000..ba2c923e --- /dev/null +++ b/client/public/icons/iconoir/solid/info-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/italic-square.svg b/client/public/icons/iconoir/solid/italic-square.svg new file mode 100644 index 00000000..1d96e045 --- /dev/null +++ b/client/public/icons/iconoir/solid/italic-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/keyframe-align-center.svg b/client/public/icons/iconoir/solid/keyframe-align-center.svg new file mode 100644 index 00000000..a34f6f8b --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe-align-center.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/keyframe-align-horizontal.svg b/client/public/icons/iconoir/solid/keyframe-align-horizontal.svg new file mode 100644 index 00000000..e605f03f --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe-align-horizontal.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/keyframe-align-vertical.svg b/client/public/icons/iconoir/solid/keyframe-align-vertical.svg new file mode 100644 index 00000000..ee984133 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe-align-vertical.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/keyframe-minus-in.svg b/client/public/icons/iconoir/solid/keyframe-minus-in.svg new file mode 100644 index 00000000..42a35a99 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe-minus-in.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/keyframe-minus.svg b/client/public/icons/iconoir/solid/keyframe-minus.svg new file mode 100644 index 00000000..d97c4c23 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe-minus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/keyframe-plus-in.svg b/client/public/icons/iconoir/solid/keyframe-plus-in.svg new file mode 100644 index 00000000..1677ccc0 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe-plus-in.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/keyframe-plus.svg b/client/public/icons/iconoir/solid/keyframe-plus.svg new file mode 100644 index 00000000..de3b54f7 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/keyframe-position.svg b/client/public/icons/iconoir/solid/keyframe-position.svg new file mode 100644 index 00000000..893aa1a7 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe-position.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/keyframe.svg b/client/public/icons/iconoir/solid/keyframe.svg new file mode 100644 index 00000000..419e4095 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframe.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/keyframes-couple.svg b/client/public/icons/iconoir/solid/keyframes-couple.svg new file mode 100644 index 00000000..05967867 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframes-couple.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/keyframes.svg b/client/public/icons/iconoir/solid/keyframes.svg new file mode 100644 index 00000000..0f415252 --- /dev/null +++ b/client/public/icons/iconoir/solid/keyframes.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/label.svg b/client/public/icons/iconoir/solid/label.svg new file mode 100644 index 00000000..ee2517a7 --- /dev/null +++ b/client/public/icons/iconoir/solid/label.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/litecoin-circle.svg b/client/public/icons/iconoir/solid/litecoin-circle.svg new file mode 100644 index 00000000..b1007117 --- /dev/null +++ b/client/public/icons/iconoir/solid/litecoin-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/mail-in.svg b/client/public/icons/iconoir/solid/mail-in.svg new file mode 100644 index 00000000..672ce5ba --- /dev/null +++ b/client/public/icons/iconoir/solid/mail-in.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/mail-open.svg b/client/public/icons/iconoir/solid/mail-open.svg new file mode 100644 index 00000000..ac05f898 --- /dev/null +++ b/client/public/icons/iconoir/solid/mail-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/mail-out.svg b/client/public/icons/iconoir/solid/mail-out.svg new file mode 100644 index 00000000..5fa07914 --- /dev/null +++ b/client/public/icons/iconoir/solid/mail-out.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/mail.svg b/client/public/icons/iconoir/solid/mail.svg new file mode 100644 index 00000000..08613808 --- /dev/null +++ b/client/public/icons/iconoir/solid/mail.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/medal-1st.svg b/client/public/icons/iconoir/solid/medal-1st.svg new file mode 100644 index 00000000..c9289df4 --- /dev/null +++ b/client/public/icons/iconoir/solid/medal-1st.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/medal.svg b/client/public/icons/iconoir/solid/medal.svg new file mode 100644 index 00000000..66ac1425 --- /dev/null +++ b/client/public/icons/iconoir/solid/medal.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/message-alert.svg b/client/public/icons/iconoir/solid/message-alert.svg new file mode 100644 index 00000000..682a4dfa --- /dev/null +++ b/client/public/icons/iconoir/solid/message-alert.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/message-text.svg b/client/public/icons/iconoir/solid/message-text.svg new file mode 100644 index 00000000..bdb6ccd6 --- /dev/null +++ b/client/public/icons/iconoir/solid/message-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/message.svg b/client/public/icons/iconoir/solid/message.svg new file mode 100644 index 00000000..ea969a69 --- /dev/null +++ b/client/public/icons/iconoir/solid/message.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/microphone-check.svg b/client/public/icons/iconoir/solid/microphone-check.svg new file mode 100644 index 00000000..c296050f --- /dev/null +++ b/client/public/icons/iconoir/solid/microphone-check.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/microphone-minus.svg b/client/public/icons/iconoir/solid/microphone-minus.svg new file mode 100644 index 00000000..2401ebd9 --- /dev/null +++ b/client/public/icons/iconoir/solid/microphone-minus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/microphone-mute.svg b/client/public/icons/iconoir/solid/microphone-mute.svg new file mode 100644 index 00000000..b424b25a --- /dev/null +++ b/client/public/icons/iconoir/solid/microphone-mute.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/microphone-plus.svg b/client/public/icons/iconoir/solid/microphone-plus.svg new file mode 100644 index 00000000..316a505b --- /dev/null +++ b/client/public/icons/iconoir/solid/microphone-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/microphone-speaking.svg b/client/public/icons/iconoir/solid/microphone-speaking.svg new file mode 100644 index 00000000..d5c28d5d --- /dev/null +++ b/client/public/icons/iconoir/solid/microphone-speaking.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/microphone-warning.svg b/client/public/icons/iconoir/solid/microphone-warning.svg new file mode 100644 index 00000000..a57839d6 --- /dev/null +++ b/client/public/icons/iconoir/solid/microphone-warning.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/microphone.svg b/client/public/icons/iconoir/solid/microphone.svg new file mode 100644 index 00000000..8c95758b --- /dev/null +++ b/client/public/icons/iconoir/solid/microphone.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/minus-circle.svg b/client/public/icons/iconoir/solid/minus-circle.svg new file mode 100644 index 00000000..173d4324 --- /dev/null +++ b/client/public/icons/iconoir/solid/minus-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/minus-square.svg b/client/public/icons/iconoir/solid/minus-square.svg new file mode 100644 index 00000000..cf83b139 --- /dev/null +++ b/client/public/icons/iconoir/solid/minus-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/money-square.svg b/client/public/icons/iconoir/solid/money-square.svg new file mode 100644 index 00000000..dd9bbf29 --- /dev/null +++ b/client/public/icons/iconoir/solid/money-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/multi-bubble.svg b/client/public/icons/iconoir/solid/multi-bubble.svg new file mode 100644 index 00000000..c723337f --- /dev/null +++ b/client/public/icons/iconoir/solid/multi-bubble.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/music-note-plus.svg b/client/public/icons/iconoir/solid/music-note-plus.svg new file mode 100644 index 00000000..6fe73c0e --- /dev/null +++ b/client/public/icons/iconoir/solid/music-note-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/music-note.svg b/client/public/icons/iconoir/solid/music-note.svg new file mode 100644 index 00000000..821f6565 --- /dev/null +++ b/client/public/icons/iconoir/solid/music-note.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/network-left.svg b/client/public/icons/iconoir/solid/network-left.svg new file mode 100644 index 00000000..f31454b9 --- /dev/null +++ b/client/public/icons/iconoir/solid/network-left.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/network-reverse.svg b/client/public/icons/iconoir/solid/network-reverse.svg new file mode 100644 index 00000000..860f4e32 --- /dev/null +++ b/client/public/icons/iconoir/solid/network-reverse.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/network-right.svg b/client/public/icons/iconoir/solid/network-right.svg new file mode 100644 index 00000000..44273ea1 --- /dev/null +++ b/client/public/icons/iconoir/solid/network-right.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/network.svg b/client/public/icons/iconoir/solid/network.svg new file mode 100644 index 00000000..dfd9c868 --- /dev/null +++ b/client/public/icons/iconoir/solid/network.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/number-0-square.svg b/client/public/icons/iconoir/solid/number-0-square.svg new file mode 100644 index 00000000..c00e2317 --- /dev/null +++ b/client/public/icons/iconoir/solid/number-0-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-1-square.svg b/client/public/icons/iconoir/solid/number-1-square.svg new file mode 100644 index 00000000..5446bc59 --- /dev/null +++ b/client/public/icons/iconoir/solid/number-1-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-2-square.svg b/client/public/icons/iconoir/solid/number-2-square.svg new file mode 100644 index 00000000..3b95a3fa --- /dev/null +++ b/client/public/icons/iconoir/solid/number-2-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-3-square.svg b/client/public/icons/iconoir/solid/number-3-square.svg new file mode 100644 index 00000000..107e1f3e --- /dev/null +++ b/client/public/icons/iconoir/solid/number-3-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-4-square.svg b/client/public/icons/iconoir/solid/number-4-square.svg new file mode 100644 index 00000000..8605ae5b --- /dev/null +++ b/client/public/icons/iconoir/solid/number-4-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-5-square.svg b/client/public/icons/iconoir/solid/number-5-square.svg new file mode 100644 index 00000000..cb0cbe53 --- /dev/null +++ b/client/public/icons/iconoir/solid/number-5-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-6-square.svg b/client/public/icons/iconoir/solid/number-6-square.svg new file mode 100644 index 00000000..9a8ae31b --- /dev/null +++ b/client/public/icons/iconoir/solid/number-6-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-7-square.svg b/client/public/icons/iconoir/solid/number-7-square.svg new file mode 100644 index 00000000..81f632e1 --- /dev/null +++ b/client/public/icons/iconoir/solid/number-7-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-8-square.svg b/client/public/icons/iconoir/solid/number-8-square.svg new file mode 100644 index 00000000..df87b20b --- /dev/null +++ b/client/public/icons/iconoir/solid/number-8-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/number-9-square.svg b/client/public/icons/iconoir/solid/number-9-square.svg new file mode 100644 index 00000000..486c966f --- /dev/null +++ b/client/public/icons/iconoir/solid/number-9-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/pause.svg b/client/public/icons/iconoir/solid/pause.svg new file mode 100644 index 00000000..a9b71cb1 --- /dev/null +++ b/client/public/icons/iconoir/solid/pause.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/percentage-circle.svg b/client/public/icons/iconoir/solid/percentage-circle.svg new file mode 100644 index 00000000..a69c681d --- /dev/null +++ b/client/public/icons/iconoir/solid/percentage-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/percentage-square.svg b/client/public/icons/iconoir/solid/percentage-square.svg new file mode 100644 index 00000000..ecaba875 --- /dev/null +++ b/client/public/icons/iconoir/solid/percentage-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/phone-income.svg b/client/public/icons/iconoir/solid/phone-income.svg new file mode 100644 index 00000000..f59264db --- /dev/null +++ b/client/public/icons/iconoir/solid/phone-income.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/phone-minus.svg b/client/public/icons/iconoir/solid/phone-minus.svg new file mode 100644 index 00000000..a4db1543 --- /dev/null +++ b/client/public/icons/iconoir/solid/phone-minus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/phone-outcome.svg b/client/public/icons/iconoir/solid/phone-outcome.svg new file mode 100644 index 00000000..18beee29 --- /dev/null +++ b/client/public/icons/iconoir/solid/phone-outcome.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/phone-paused.svg b/client/public/icons/iconoir/solid/phone-paused.svg new file mode 100644 index 00000000..9bf4ca39 --- /dev/null +++ b/client/public/icons/iconoir/solid/phone-paused.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/phone-plus.svg b/client/public/icons/iconoir/solid/phone-plus.svg new file mode 100644 index 00000000..155a3eba --- /dev/null +++ b/client/public/icons/iconoir/solid/phone-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/phone-xmark.svg b/client/public/icons/iconoir/solid/phone-xmark.svg new file mode 100644 index 00000000..ab1be44b --- /dev/null +++ b/client/public/icons/iconoir/solid/phone-xmark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/phone.svg b/client/public/icons/iconoir/solid/phone.svg new file mode 100644 index 00000000..b94d8ef8 --- /dev/null +++ b/client/public/icons/iconoir/solid/phone.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/pin-slash.svg b/client/public/icons/iconoir/solid/pin-slash.svg new file mode 100644 index 00000000..e359d90f --- /dev/null +++ b/client/public/icons/iconoir/solid/pin-slash.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/client/public/icons/iconoir/solid/pin.svg b/client/public/icons/iconoir/solid/pin.svg new file mode 100644 index 00000000..f794ef8d --- /dev/null +++ b/client/public/icons/iconoir/solid/pin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/play.svg b/client/public/icons/iconoir/solid/play.svg new file mode 100644 index 00000000..788596cb --- /dev/null +++ b/client/public/icons/iconoir/solid/play.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/plus-circle.svg b/client/public/icons/iconoir/solid/plus-circle.svg new file mode 100644 index 00000000..dd79b119 --- /dev/null +++ b/client/public/icons/iconoir/solid/plus-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/plus-square.svg b/client/public/icons/iconoir/solid/plus-square.svg new file mode 100644 index 00000000..906ce017 --- /dev/null +++ b/client/public/icons/iconoir/solid/plus-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/podcast.svg b/client/public/icons/iconoir/solid/podcast.svg new file mode 100644 index 00000000..4cccbbca --- /dev/null +++ b/client/public/icons/iconoir/solid/podcast.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/post.svg b/client/public/icons/iconoir/solid/post.svg new file mode 100644 index 00000000..1dccde3b --- /dev/null +++ b/client/public/icons/iconoir/solid/post.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/presentation.svg b/client/public/icons/iconoir/solid/presentation.svg new file mode 100644 index 00000000..a1cb8a70 --- /dev/null +++ b/client/public/icons/iconoir/solid/presentation.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/priority-down.svg b/client/public/icons/iconoir/solid/priority-down.svg new file mode 100644 index 00000000..4b232ada --- /dev/null +++ b/client/public/icons/iconoir/solid/priority-down.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/priority-high.svg b/client/public/icons/iconoir/solid/priority-high.svg new file mode 100644 index 00000000..88d75175 --- /dev/null +++ b/client/public/icons/iconoir/solid/priority-high.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/priority-medium.svg b/client/public/icons/iconoir/solid/priority-medium.svg new file mode 100644 index 00000000..6169a7b6 --- /dev/null +++ b/client/public/icons/iconoir/solid/priority-medium.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/priority-up.svg b/client/public/icons/iconoir/solid/priority-up.svg new file mode 100644 index 00000000..193c20de --- /dev/null +++ b/client/public/icons/iconoir/solid/priority-up.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/quote-message.svg b/client/public/icons/iconoir/solid/quote-message.svg new file mode 100644 index 00000000..ac588300 --- /dev/null +++ b/client/public/icons/iconoir/solid/quote-message.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/quote.svg b/client/public/icons/iconoir/solid/quote.svg new file mode 100644 index 00000000..5f195ba6 --- /dev/null +++ b/client/public/icons/iconoir/solid/quote.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/redo-circle.svg b/client/public/icons/iconoir/solid/redo-circle.svg new file mode 100644 index 00000000..036d5e24 --- /dev/null +++ b/client/public/icons/iconoir/solid/redo-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/refresh-circle.svg b/client/public/icons/iconoir/solid/refresh-circle.svg new file mode 100644 index 00000000..6ff2109b --- /dev/null +++ b/client/public/icons/iconoir/solid/refresh-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/reports.svg b/client/public/icons/iconoir/solid/reports.svg new file mode 100644 index 00000000..060c6935 --- /dev/null +++ b/client/public/icons/iconoir/solid/reports.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/rewind.svg b/client/public/icons/iconoir/solid/rewind.svg new file mode 100644 index 00000000..71dbc4a5 --- /dev/null +++ b/client/public/icons/iconoir/solid/rewind.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/rhombus-arrow-right.svg b/client/public/icons/iconoir/solid/rhombus-arrow-right.svg new file mode 100644 index 00000000..c54a7520 --- /dev/null +++ b/client/public/icons/iconoir/solid/rhombus-arrow-right.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/send-diagonal.svg b/client/public/icons/iconoir/solid/send-diagonal.svg new file mode 100644 index 00000000..0d2d9df0 --- /dev/null +++ b/client/public/icons/iconoir/solid/send-diagonal.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/send-mail.svg b/client/public/icons/iconoir/solid/send-mail.svg new file mode 100644 index 00000000..52d7b4d1 --- /dev/null +++ b/client/public/icons/iconoir/solid/send-mail.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/send.svg b/client/public/icons/iconoir/solid/send.svg new file mode 100644 index 00000000..e566e839 --- /dev/null +++ b/client/public/icons/iconoir/solid/send.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/server-connection.svg b/client/public/icons/iconoir/solid/server-connection.svg new file mode 100644 index 00000000..a1145e87 --- /dev/null +++ b/client/public/icons/iconoir/solid/server-connection.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/server.svg b/client/public/icons/iconoir/solid/server.svg new file mode 100644 index 00000000..3892874f --- /dev/null +++ b/client/public/icons/iconoir/solid/server.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/share-android.svg b/client/public/icons/iconoir/solid/share-android.svg new file mode 100644 index 00000000..75ddbc9c --- /dev/null +++ b/client/public/icons/iconoir/solid/share-android.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/client/public/icons/iconoir/solid/skip-next.svg b/client/public/icons/iconoir/solid/skip-next.svg new file mode 100644 index 00000000..3206adb2 --- /dev/null +++ b/client/public/icons/iconoir/solid/skip-next.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/skip-prev.svg b/client/public/icons/iconoir/solid/skip-prev.svg new file mode 100644 index 00000000..18fab0fb --- /dev/null +++ b/client/public/icons/iconoir/solid/skip-prev.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/sound-high.svg b/client/public/icons/iconoir/solid/sound-high.svg new file mode 100644 index 00000000..7b0bec52 --- /dev/null +++ b/client/public/icons/iconoir/solid/sound-high.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/sound-low.svg b/client/public/icons/iconoir/solid/sound-low.svg new file mode 100644 index 00000000..4fe3fa45 --- /dev/null +++ b/client/public/icons/iconoir/solid/sound-low.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/sound-min.svg b/client/public/icons/iconoir/solid/sound-min.svg new file mode 100644 index 00000000..290c2a00 --- /dev/null +++ b/client/public/icons/iconoir/solid/sound-min.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/sound-off.svg b/client/public/icons/iconoir/solid/sound-off.svg new file mode 100644 index 00000000..84a7e5a5 --- /dev/null +++ b/client/public/icons/iconoir/solid/sound-off.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/spark.svg b/client/public/icons/iconoir/solid/spark.svg new file mode 100644 index 00000000..e649ba95 --- /dev/null +++ b/client/public/icons/iconoir/solid/spark.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/sparks.svg b/client/public/icons/iconoir/solid/sparks.svg new file mode 100644 index 00000000..5b841e11 --- /dev/null +++ b/client/public/icons/iconoir/solid/sparks.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/square-cursor.svg b/client/public/icons/iconoir/solid/square-cursor.svg new file mode 100644 index 00000000..61c552c4 --- /dev/null +++ b/client/public/icons/iconoir/solid/square-cursor.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/star.svg b/client/public/icons/iconoir/solid/star.svg new file mode 100644 index 00000000..8ec5c2a1 --- /dev/null +++ b/client/public/icons/iconoir/solid/star.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/stats-down-square.svg b/client/public/icons/iconoir/solid/stats-down-square.svg new file mode 100644 index 00000000..48ef5002 --- /dev/null +++ b/client/public/icons/iconoir/solid/stats-down-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/stats-up-square.svg b/client/public/icons/iconoir/solid/stats-up-square.svg new file mode 100644 index 00000000..db2bd5f2 --- /dev/null +++ b/client/public/icons/iconoir/solid/stats-up-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/style-border.svg b/client/public/icons/iconoir/solid/style-border.svg new file mode 100644 index 00000000..5118e584 --- /dev/null +++ b/client/public/icons/iconoir/solid/style-border.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/text-square.svg b/client/public/icons/iconoir/solid/text-square.svg new file mode 100644 index 00000000..48433d60 --- /dev/null +++ b/client/public/icons/iconoir/solid/text-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/three-stars.svg b/client/public/icons/iconoir/solid/three-stars.svg new file mode 100644 index 00000000..10e74879 --- /dev/null +++ b/client/public/icons/iconoir/solid/three-stars.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/timer.svg b/client/public/icons/iconoir/solid/timer.svg new file mode 100644 index 00000000..c93ad80c --- /dev/null +++ b/client/public/icons/iconoir/solid/timer.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/transition-down.svg b/client/public/icons/iconoir/solid/transition-down.svg new file mode 100644 index 00000000..cb9b48db --- /dev/null +++ b/client/public/icons/iconoir/solid/transition-down.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/transition-left.svg b/client/public/icons/iconoir/solid/transition-left.svg new file mode 100644 index 00000000..0090c1b6 --- /dev/null +++ b/client/public/icons/iconoir/solid/transition-left.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/transition-right.svg b/client/public/icons/iconoir/solid/transition-right.svg new file mode 100644 index 00000000..e50e793d --- /dev/null +++ b/client/public/icons/iconoir/solid/transition-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/transition-up.svg b/client/public/icons/iconoir/solid/transition-up.svg new file mode 100644 index 00000000..776bb3ec --- /dev/null +++ b/client/public/icons/iconoir/solid/transition-up.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/trash.svg b/client/public/icons/iconoir/solid/trash.svg new file mode 100644 index 00000000..7fc1279e --- /dev/null +++ b/client/public/icons/iconoir/solid/trash.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/client/public/icons/iconoir/solid/underline-square.svg b/client/public/icons/iconoir/solid/underline-square.svg new file mode 100644 index 00000000..e0530c5b --- /dev/null +++ b/client/public/icons/iconoir/solid/underline-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/undo-circle.svg b/client/public/icons/iconoir/solid/undo-circle.svg new file mode 100644 index 00000000..b8fd6951 --- /dev/null +++ b/client/public/icons/iconoir/solid/undo-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/upload-square.svg b/client/public/icons/iconoir/solid/upload-square.svg new file mode 100644 index 00000000..a5fc8e9d --- /dev/null +++ b/client/public/icons/iconoir/solid/upload-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/usb.svg b/client/public/icons/iconoir/solid/usb.svg new file mode 100644 index 00000000..42b4e3e3 --- /dev/null +++ b/client/public/icons/iconoir/solid/usb.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client/public/icons/iconoir/solid/wallet.svg b/client/public/icons/iconoir/solid/wallet.svg new file mode 100644 index 00000000..b4ada023 --- /dev/null +++ b/client/public/icons/iconoir/solid/wallet.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/warning-circle.svg b/client/public/icons/iconoir/solid/warning-circle.svg new file mode 100644 index 00000000..a0dbddd1 --- /dev/null +++ b/client/public/icons/iconoir/solid/warning-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/warning-square.svg b/client/public/icons/iconoir/solid/warning-square.svg new file mode 100644 index 00000000..5542dcfc --- /dev/null +++ b/client/public/icons/iconoir/solid/warning-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/warning-triangle.svg b/client/public/icons/iconoir/solid/warning-triangle.svg new file mode 100644 index 00000000..aa682fd1 --- /dev/null +++ b/client/public/icons/iconoir/solid/warning-triangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/web-window-energy-consumption.svg b/client/public/icons/iconoir/solid/web-window-energy-consumption.svg new file mode 100644 index 00000000..0e7f8769 --- /dev/null +++ b/client/public/icons/iconoir/solid/web-window-energy-consumption.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/web-window-xmark.svg b/client/public/icons/iconoir/solid/web-window-xmark.svg new file mode 100644 index 00000000..1e0b0ebc --- /dev/null +++ b/client/public/icons/iconoir/solid/web-window-xmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/web-window.svg b/client/public/icons/iconoir/solid/web-window.svg new file mode 100644 index 00000000..7031131f --- /dev/null +++ b/client/public/icons/iconoir/solid/web-window.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/white-flag.svg b/client/public/icons/iconoir/solid/white-flag.svg new file mode 100644 index 00000000..7545b96f --- /dev/null +++ b/client/public/icons/iconoir/solid/white-flag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/client/public/icons/iconoir/solid/wifi-signal-none.svg b/client/public/icons/iconoir/solid/wifi-signal-none.svg new file mode 100644 index 00000000..fb05f26e --- /dev/null +++ b/client/public/icons/iconoir/solid/wifi-signal-none.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/wifi-tag.svg b/client/public/icons/iconoir/solid/wifi-tag.svg new file mode 100644 index 00000000..76a012f3 --- /dev/null +++ b/client/public/icons/iconoir/solid/wifi-tag.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/wifi-warning.svg b/client/public/icons/iconoir/solid/wifi-warning.svg new file mode 100644 index 00000000..54b9cc90 --- /dev/null +++ b/client/public/icons/iconoir/solid/wifi-warning.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/window-tabs.svg b/client/public/icons/iconoir/solid/window-tabs.svg new file mode 100644 index 00000000..fdb5682c --- /dev/null +++ b/client/public/icons/iconoir/solid/window-tabs.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/wolf.svg b/client/public/icons/iconoir/solid/wolf.svg new file mode 100644 index 00000000..ad6eb924 --- /dev/null +++ b/client/public/icons/iconoir/solid/wolf.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/xmark-circle.svg b/client/public/icons/iconoir/solid/xmark-circle.svg new file mode 100644 index 00000000..3d644110 --- /dev/null +++ b/client/public/icons/iconoir/solid/xmark-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/xmark-square.svg b/client/public/icons/iconoir/solid/xmark-square.svg new file mode 100644 index 00000000..4e4ceb74 --- /dev/null +++ b/client/public/icons/iconoir/solid/xmark-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/icons/iconoir/solid/yen-square.svg b/client/public/icons/iconoir/solid/yen-square.svg new file mode 100644 index 00000000..6576ac39 --- /dev/null +++ b/client/public/icons/iconoir/solid/yen-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/client/public/img/def-avatar.jpg b/client/public/img/def-avatar.jpg new file mode 100644 index 00000000..3c5b56ec Binary files /dev/null and b/client/public/img/def-avatar.jpg differ diff --git a/client/public/img/logo-splash.png b/client/public/img/logo-splash.png new file mode 100644 index 00000000..8a7c4cec Binary files /dev/null and b/client/public/img/logo-splash.png differ diff --git a/client/setup.sh b/client/setup.sh new file mode 100755 index 00000000..428d741a --- /dev/null +++ b/client/setup.sh @@ -0,0 +1,7 @@ +#!/bin/bash +script_full_path=$(dirname "$0") +cd $script_full_path + +npm install + +npm run build \ No newline at end of file diff --git a/client/src/App.vue b/client/src/App.vue new file mode 100644 index 00000000..f0fbefbb --- /dev/null +++ b/client/src/App.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/client/src/assets/base.css b/client/src/assets/base.css new file mode 100644 index 00000000..f77a823f --- /dev/null +++ b/client/src/assets/base.css @@ -0,0 +1,139 @@ +/* color palette from */ +@import 'fonts.css'; + +:root { + --c-white: #ffffff; + --c-white-semisoft: #fcfcfc; + --c-white-soft: #f8f8f8; + --c-white-softer: #f2f2f2; + --c-white-softest: #dfdfdf; + --c-white-mute: #e2e2e2; + --c-white-muter: #c4c4c4; + + --c-black: #181818; + --c-black-semisoft: #1d1d1d; + --c-black-soft: #222222; + --c-black-softer: #282828; + --c-black-softest: #3a3a3a; + --c-black-mute: #383838; + --c-black-muter: #585858; + + --c-indigo: #2c3e50; + + + --c-text-light-1: var(--c-indigo); + --c-text-light-2: rgba(60, 60, 60, 0.66); + --c-text-dark-1: var(--c-white); + --c-text-dark-2: rgba(235, 235, 235, 0.89); + + --c-text-red: #fc8787; + --c-text-green: #87fca4; + --c-text-detail: #858585; + + --c-blue: #82bcff; + + --c-button-red: #d64b4b; + --c-button-red-hover: #f15050; + --c-button-green: rgb(92, 148, 96); + --c-button-green-hover: rgb(110, 177, 116); + + --c-gradient-col-1: #034159; + --c-gradient-col-2: #02735E; + --c-gradient-col-3: #0CF25D; +} + +/* semantic color variables for this project */ +:root { + --color-background: var(--c-white); + --color-background-semisoft: var(--c-white-semisoft); + --color-background-soft: var(--c-white-soft); + --color-background-softer: var(--c-white-softer); + --color-background-softest: var(--c-white-softest); + --color-button-active: var(--c-white-muter); + + --color-scrollbar: var(--c-white-muter); + + --color-hover: var(--c-white-mute); + + --color-heading: var(--c-text-light-1); + --color-text: var(--c-text-light-1); + + --section-gap: 160px; +} + +@media (prefers-color-scheme: dark) { + :root { + --color-handler: var(--c-black-semisoft); + --color-background: var(--c-black); + --color-background-semisoft: var(--c-black-semisoft); + --color-background-soft: var(--c-black-soft); + --color-background-softer: var(--c-black-softer); + --color-background-softest: var(--c-black-softest); + + --color-button-active: var(--c-black-muter); + + --color-scrollbar: var(--c-black-muter); + --color-hover: var(--c-black-mute); + + --color-heading: var(--c-text-dark-1); + --color-text: var(--c-text-dark-2); + + --color-hover: var() + } +} + +h1 { + font-size: 42px; + font-weight: bold; +} + +*, +*::before, +*::after { + box-sizing: border-box; + margin: 0; + font-weight: normal; +} + + +*::-webkit-scrollbar +{ + width: 6px; + height: 6px; + background-color: var(--color-background); + border-radius: 10px; +} + + +*::-webkit-scrollbar-thumb +{ + background-color: var(--color-scrollbar); + border-radius: 10px; +} + +body { + min-height: 100vh; + color: var(--color-text); + background: var(--color-background); + /* transition: + color 0.5s, + background-color 0.5s; */ + line-height: 1.6; + font-family: + Inter, + -apple-system, + BlinkMacSystemFont, + 'Segoe UI', + Roboto, + Oxygen, + Ubuntu, + Cantarell, + 'Fira Sans', + 'Droid Sans', + 'Helvetica Neue', + sans-serif; + font-size: 15px; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} diff --git a/client/src/assets/fonts.css b/client/src/assets/fonts.css new file mode 100644 index 00000000..2c326b77 --- /dev/null +++ b/client/src/assets/fonts.css @@ -0,0 +1,136 @@ +@font-face { + font-family:BookInsanityRemake; + src:url('./fonts/5e/Bookinsanity.woff2'); + font-weight:normal; + font-style:normal + } + @font-face { + font-family:BookInsanityRemake; + src:url('./fonts/5e/Bookinsanity Bold.woff2'); + font-weight:bold; + font-style:normal + } + @font-face { + font-family:BookInsanityRemake; + src:url('./fonts/5e/Bookinsanity Italic.woff2'); + font-weight:normal; + font-style:italic + } + @font-face { + font-family:BookInsanityRemake; + src:url('./fonts/5e/Bookinsanity Bold Italic.woff2'); + font-weight:bold; + font-style:italic + } + @font-face { + font-family:ScalySansRemake; + src:url('./fonts/5e/Scaly Sans.woff2'); + font-weight:normal; + font-style:normal + } + @font-face { + font-family:ScalySansRemake; + src:url('./fonts/5e/Scaly Sans Bold.woff2'); + font-weight:bold; + font-style:normal + } + @font-face { + font-family:ScalySansRemake; + src:url('./fonts/5e/Scaly Sans Italic.woff2'); + font-weight:normal; + font-style:italic + } + @font-face { + font-family:ScalySansRemake; + src:url('./fonts/5e/Scaly Sans Bold Italic.woff2'); + font-weight:bold; + font-style:italic + } + @font-face { + font-family:ScalySansSmallCapsRemake; + src:url('./fonts/5e/Scaly Sans Caps.woff2'); + font-weight:normal; + font-style:normal + } + @font-face { + font-family:WalterTurncoat; + src:url('./fonts/5e/WalterTurncoat-Regular.woff2'); + font-weight:normal; + font-style:normal + } + @font-face { + font-family:MrEavesRemake; + src:url('./fonts/5e/Mr Eaves Small Caps.woff2'); + font-weight:normal; + font-style:normal + } + @font-face { + font-family:SolberaImitationRemake; + src:url('./fonts/5e/Solbera Imitation Tweak.woff2'); + font-weight:100 1000; + font-style:normal; + font-style:italic + } + @font-face { + font-family:NodestoCapsCondensed; + src:url('./fonts/5e/Nodesto Caps Condensed.woff2'); + font-weight:normal; + font-style:normal + } + @font-face { + font-family:NodestoCapsCondensed; + src:url('./fonts/5e/Nodesto Caps Condensed Bold.woff2'); + font-weight:bold; + font-style:normal + } + @font-face { + font-family:NodestoCapsCondensed; + src:url('./fonts/5e/Nodesto Caps Condensed Italic.woff2'); + font-weight:normal; + font-style:italic + } + @font-face { + font-family:NodestoCapsCondensed; + src:url('./fonts/5e/Nodesto Caps Condensed Bold Italic.woff2'); + font-weight:bold; + font-style:italic + } + @font-face { + font-family:NodestoCapsWide; + src:url('./fonts/5e/Nodesto Caps Wide.woff2'); + font-weight:normal; + font-style:normal + } + @font-face { + font-family:Overpass; + src:url('./fonts/5e/Overpass Medium.woff2'); + font-weight:500; + font-style:normal + } + @font-face { + font-family:Davek; + src:url('./fonts/5e/Davek.woff2'); + font-weight:500; + font-style:normal + } + @font-face { + font-family:Iokharic; + src:url('./fonts/5e/Iokharic.woff2'); + font-weight:500; + font-style:normal + } + @font-face { + font-family:Rellanic; + src:url('./fonts/5e/Rellanic.woff2'); + font-weight:500; + font-style:normal + } + + @font-face { + font-family:'CodeLight'; + src:url("data:font/otf;base64,T1RUTwAMAIAAAwBAQ0ZGIP2h6L0AADlcAAAgKkdQT1PiJ/DYAAAa4AAAHJJHU1VC49/0UwAAN3QAAAHoT1MvMooaQt8AAAEwAAAAYGNtYXARokeaAAAFvAAAAy5oZWFk8tTDdgAAAMwAAAA2aGhlYQaLA0MAAAEEAAAAJGhtdHiGMBKHAAAI7AAAAvprZXJuihGNJAAADAgAAA7WbWF4cADAUAAAAAEoAAAABm5hbWVtLdwEAAABkAAABCxwb3N0AAMAAAAAC+gAAAAgAAEAAAABAAA+3PIgXw889QADA+gAAAAAyCrADQAAAADIKsAN//f/NgNxA0YAAAADAAIAAAAAAAAAAQAAAyD/GgAAA37/9//tA3EAAQAAAAAAAAAAAAAAAAAAAL0AAFAAAMAAAAACAhABLAAFAAQCvAKKAAAAjAK8AooAAAHdADIA+gAAAgAFBgMAAAIABIAAAK9QACBKAAAAAAAAAABGQlJDAAAAIPsCArz+1AGQAyAA5iAAAAAAAAAAArwCvAAgACAABAAAABoBPgABAAAAAAAAADsAAAABAAAAAAABAAoAOwABAAAAAAACAAcARQABAAAAAAADACAATAABAAAAAAAEAAoAOwABAAAAAAAFAAsAbAABAAAAAAAGAAoAdwABAAAAAAAHACwAgQABAAAAAAAIAA8ArQABAAAAAAAJAA8ArQABAAAAAAAKACgAvAABAAAAAAALABYA5AABAAAAAAAMABYA5AADAAEECQAAAHYA+gADAAEECQABABQBcAADAAEECQACAA4BhAADAAEECQADAEABkgADAAEECQAEABQB0gADAAEECQAFABYB5gADAAEECQAGABQB0gADAAEECQAHAFgB/AADAAEECQAIAB4CVAADAAEECQAJAB4CVAADAAEECQAKAFACcgADAAEECQALACwCwgADAAEECQAMACwCwkNvcHlyaWdodCAoYykgMjAxMCBieSBTdmV0b3NsYXYgU2ltb3YuIEFsbCByaWdodHMgcmVzZXJ2ZWQuQ29kZSBMaWdodFJlZ3VsYXJTdmV0b3NsYXZTaW1vdjogQ29kZSBMaWdodDogMjAxMFZlcnNpb24gMS4wQ29kZS1MaWdodENvZGUgTGlnaHQgaXMgYSB0cmFkZW1hcmsgb2YgRm9udGZhYnJpYyBJbmMuU3ZldG9zbGF2IFNpbW92TW9kZXJuIGFuZCBlbGVnYW50IHNhbnMgc2VyaWYgZnJlZSBmb250Lmh0dHA6Ly9mb250ZmFicmljLmNvbS8AQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAxADAAIABiAHkAIABTAHYAZQB0AG8AcwBsAGEAdgAgAFMAaQBtAG8AdgAuACAAQQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAEMAbwBkAGUAIABMAGkAZwBoAHQAUgBlAGcAdQBsAGEAcgBTAHYAZQB0AG8AcwBsAGEAdgBTAGkAbQBvAHYAOgAgAEMAbwBkAGUAIABMAGkAZwBoAHQAOgAgADIAMAAxADAAQwBvAGQAZQAtAEwAaQBnAGgAdABWAGUAcgBzAGkAbwBuACAAMQAuADAAQwBvAGQAZQAgAEwAaQBnAGgAdAAgAGkAcwAgAGEAIAB0AHIAYQBkAGUAbQBhAHIAawAgAG8AZgAgAEYAbwBuAHQAZgBhAGIAcgBpAGMAIABJAG4AYwAuAFMAdgBlAHQAbwBzAGwAYQB2ACAAUwBpAG0AbwB2AE0AbwBkAGUAcgBuACAAYQBuAGQAIABlAGwAZQBnAGEAbgB0ACAAcwBhAG4AcwAgAHMAZQByAGkAZgAgAGYAcgBlAGUAIABmAG8AbgB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGYAYQBiAHIAaQBjAC4AYwBvAG0ALwAAAAMAAAADAAABIgABAAAAAAAcAAMAAQAAASIAAAEGAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAECAwAEAAUwAAAAAAYABwAICQoLDA0ODxAREhMAAAAUABUWFxgZGhscHR4fICEiI38kJSYnKCkqKywtAAAAAAA0ZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH0AAAAAAIeIkZuip6yMi42PjpCSrq2vsLKxs7S1t7a4urm9vL6/AAAAAAAAAAAAAAA1OEyJqEkATU6VAEJFRD1KAAA8irszLgBIAEtDAAAyO4CGppOUAAAAAAAAAE+DgS8+AABQUQAxAAAAhZyEnZqfoKGepKUAo6qrqQA2NwAAADkAAAAAAAQCDAAAAHoAQAAFADoAIgAkACcALAAuADsAPwBPAFAAWgBgAHoAoQClAKgAtAC3AMAAxgDHAM8A1gDcAN0A5QDnAO8A9gD8AP0A/wFTAWEBeAF+AsYC2gLcA6kDwCAmIEQgrCETISYhLiICIgYiDyISIhUiGiIeIisiSCJgImUlyuAR+wL//wAAACAAJAAmACwALgAwAD8AQQBQAFEAYABhAKAApQCoALQAtwC/AMEAxwDIANEA2ADdAOAA5gDoAPEA+AD9AP8BUgFgAXgBfQLGAtoC3AOpA8AgJiBEIKwhEyEmIS4iAiIGIg8iESIVIhkiHiIrIkgiYCJkJcrgAPsB////4f/gAAD/2v/Z/9j/1f/UAC//0//UAAMAAP/w/5D/gf96AAD/w//K/9L/0f/Q/6X/qwAA/8X/xP/D/4H/hP9B/zb/Cf8b/XD9X/1b/JP8feAM3+vfkt8s3xrfE95A3j3eNQAA3jHeLt4r3h/eA93s3enahSBSBU8AAQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAABmAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAMAA7AC4AMwCAAIoAkgBFADoAAAHjAA0BYAAAAGYAJACpACwCEQAXAjwAGgBp//oAbgAoAigAEgDt//8B/QAWAfoAEwH4AAoB/AATAgUAEAHuAAsCBgARAggAFQB4ACgAeAABAeEACwJMAAQCMgAvAsYAGwKLAC4BzQAvAbkALwLVABsCMwAvAVUADgGLAAoB3QAvAccALwLDAC8CTAAvAvYAFQL+ABkCDwAvAiUAIwIJAAkCTQAyAk4ABgNTAAQCHgAKAhsABAIpAAoAbAAkAUYAAAB1ADIApQA+AYYAMAHmABwA9gBKAPYATwE4AFgBXABVATMASwEXAFkB7gAAAMgAAALAAAACgwAAAsH/9wHpAAACwAAAApEAJwI6AAACWQAAAscAAAJwAAABRgAAAKUAAAH5AAADBgAAAeYAAAHuAAAB7gAAAe4AAAHuAAACKQA3Ap8ALwN+AC8BuAAvAbgALwG4AC8BuAAvAbgALwGoAC8CMwAvAkwALwJMAC8CRQAuAkUALgJIAC8CRwAvAkYALwIcAAQCHAAEAXQAAAGnAAACTAAEAjIALwLIABsCiwAuAc0ALwG5AC8C0QAbAjMALwFoABgBigAHAd0ALwHHAC8CwwAvAkwALwMCAB0CDQAvAv4AFQIRAC8CIAAbAgkACQJGAC4CTgAGA1MABAIeAAoCGwAEAioACgIbAAQCCQAvAkwABAIbAAQCGwAEAhsABAJMAAQCTAAEAkwABAJMAAQCTAAEAzwABAM8AAQCTAAEAkwABAJMAAQCTAAEAkwABAJMAAQCuwAZApMAAAM9ABMDPQATAhsABAINABUCDwAVAhD//gIQ//4BuAAvAbgALwG4AC8BuAAvAVUADgFVAA4BVQAOAVUADgJMAC8C8AATAvAAEwLwABMC8AATAvAAEwLwABMCRgAuAkYALgJGAC4CRgAuAbgALwG4AC8BuAAvAbgALwFVAA4BVQAOAVUADgFVAA4CTAAvAvAAEwLwABMC8AATAvAAEwLwABMC8AATAkYALgAuAC4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAO0gABAnYMAAAJAsQACAAP/8wACQANABUACQAQAAoACgAJABUACgAM/8wACgAP/+sACwAP/8wADQAK/9cADQAP/+AADQAR/+AADgAJ/+AADgAP/8IADgAR/+wADwAI/+AADwAJ//UADwAK/+AADwAL/+sADwAM/2QADwAO/40ADwAQ/+EADwAR/+EAEQAJAB8AEQAKABUAEQAL/+EAEQAM/9YAEQANABUAEQAO/+sAEQAP/+AAEQAQ//UAFQAX/9YAFQAb/+wAFQAeAAsAFQAj/+sAFQAk/+sAFQAm//YAFQAn/5gAFQAo//YAFQAp/7cAFQAq/7cAFQAs/6IAFQAtAA8AFQBm/9cAFQBq//YAFQBtAAsAFQBy/+EAFQB0/+sAFQB3/6MAFQB5/9cAFQB6/9YAFQB8/6MAFgAG/8QAFgAH/8QAFgAS/+wAFgAT/+wAFgAV//YAFgAd/9YAFgAe/+sAFgAn/7cAFgAp/+EAFgAq/+sAFgAr//UAFgAs/9YAFgAt/+sAFgBm//YAFgBs/+AAFgBt//YAFgB3/7cAFgB5/8wAFgB6/8wAFgB7/+sAFgB8/8wAFwAd/9cAFwAe/9cAFwAn/7cAFwAp/+wAFwAq//UAFwAr/+EAFwAs/+sAFwAt/+EAFwBk//YAFwBs/9cAFwB3/+EAFwB5/+EAFwB6//UAFwB7/+sAFwB8/+AAGAAV/+EAGAAd/9YAGAAe/8EAGAAn/7cAGAAp/+AAGAAq/+sAGAAr/+EAGAAs/9cAGAAt/9YAGABk/+EAGABs/9YAGABt/8EAGAB3/60AGAB5/+EAGAB6/+sAGAB7/9YAGAB8/9YAGAB9/+EAGQApAAoAGQAqAAsAGQAtAAsAGgAG/70AGgAH/70AGgAS/70AGgAT/70AGgAV/7cAGgAX/+sAGgAb/+sAGgAe/7cAGgAj/+sAGgAm/+wAGgAt//YAGgBk/7gAGgBm/+sAGgBq/+sAGgBt/7cAGgBy/+sAGwAV/+sAGwAd/+sAGwAe/9YAGwAgAAoAGwAr/+sAGwAs/+EAGwAt/+EAGwBs/+AAGwBt/9YAGwBuAAsAGwBvABUAGwBwAAsAGwB3/8wAGwB5/+sAGwB6/+sAGwB7/+sAGwB8/9YAGwB9/+sAHQAX/+EAHQAb/+EAHQAj/+EAHQAk/+AAHQAm//YAHQBm/+sAHQBq/+EAHQBy/+AAHQB2/+sAHgAV/+sAHgAe/+sAHgBk/+sAHgBt/+sAHgB6AAoAHwAX/9YAHwAb/9cAHwAj/9YAHwAk/9YAHwAm//YAHwBm/9cAHwBq/9YAHwBy/9YAIAAVAAoAIAAX/8EAIAAb/7cAIAAj/7cAIAAk/7cAIAAm/9YAIAAn/1oAIAAo/+EAIAAp/24AIAAq/4MAIAAs/1kAIABm/7cAIABq/7cAIABy/7cAIAB3/1kAIAB4/9cAIAB5/24AIAB6/3kAIAB8/24AIgBm//YAIwAG/9gAIwAH/9gAIwAV/98AIwAd/+EAIwAe/9cAIwAn/8EAIwAp/+sAIwAq/+sAIwAr/+EAIwAs/+AAIwAt/+sAIwBk/+EAIwBs/9YAIwBt/9cAIwBvABUAIwB3/6wAIwB5/+EAIwB6/+sAIwB7/+EAIwB8/+AAIwB9/+EAJAAn/7cAJAAp/+sAJAAq//YAJAAs/+AAJABs/+wAJAB3/7gAJAB4AAoAJAB5/+EAJAB6/+sAJAB8/+EAJQAZAAoAJQAb//UAJQAn/9YAJQAp//YAJQAs/+sAJQBq/+sAJQB3/+EAJQB5//YAJQB6//YAJQB8/+sAJgAV//YAJgAd/+sAJgAn/8wAJgAp//UAJgAq//UAJgAr//UAJgAs/+EAJgAt/+sAJgBk//YAJgBm//YAJgBs/+AAJgBt/+sAJgBzAAoAJgB3/9YAJgB5/+wAJgB6//UAJgB7/+sAJgB8/+sAJgB9//YAJwAG/9gAJwAH/9gAJwAS/9gAJwAT/9gAJwAV/6IAJwAX/6wAJwAe/8EAJwAj/9YAJwAk/8EAJwAm/8sAJwBk/40AJwBm/7gAJwBq/7cAJwBt/7cAJwBy/7cAJwB0/7cAJwB2/9YAKAAV/+sAKAAe/+EAKABk/+sAKQAG/9gAKQAH/9gAKQAS/9gAKQAT/9gAKQAV/7cAKQAX/+sAKQAb/+sAKQAe/8EAKQAj//YAKQAk/+sAKQAm//UAKQBk/7cAKQBm/+sAKQBq/+sAKQBrAAoAKQBt/8IAKQBy/+sAKQBzAAoAKQB0/+wAKgAG/9gAKgAH/9gAKgAS/9gAKgAT/9gAKgAV/7cAKgAX/+sAKgAb/+sAKgAe/8wAKgAj/+sAKgAk/+sAKgAm//YAKgBk/7cAKgBm/+sAKgBq/+sAKgBt/8wAKgBy//YAKgB0/+sAKgB/AAoAKwAX/+EAKwAb/+EAKwAj/+EAKwAk/+AAKwAm//UAKwBm/+EAKwBq/+EAKwBy/+AAKwB0/+EALAAG/70ALAAH/70ALAAS/70ALAAT/70ALAAV/6IALAAX/8wALAAb/9cALAAe/8EALAAj/9YALAAk/8wALAAm/+sALABk/6IALABm/9YALABq/9cALABt/7cALABy/+AALAB0/9cALQAVAAoALQAX/9YALQAb/9YALQAj/+EALQAk/9YALQAm/+sALQBm/+EALQBq/9YALQBy/9YALQB0/9YAZAAX/+EAZAAb/+EAZAAeABUAZAAj/+wAZAAk/+EAZAAm//YAZAAn/5cAZAAo//YAZAAp/7cAZAAq/7cAZAAs/6IAZABm/+EAZABq/+sAZABtABUAZABy/+sAZAB0/+sAZAB2//YAZAB3/5cAZAB5/6MAZAB6/7cAZAB8/6IAZQAd/+sAZQAn/8wAZQAp/+EAZQAq/+EAZQAs/9YAZQBs/+EAZQBt/+sAZQB0AAoAZQB3/8wAZQB5/+EAZQB6/+sAZQB8/9YAZgAd/+sAZgAe/+AAZgAn/7cAZgAp/+sAZgAt/+AAZgBk//UAZgBs/+AAZgBt/9cAZgB3/8EAZgB5/+wAZgB7/+sAZgB8/+sAZgB9/+sAZwAV/+EAZwAd/9YAZwAe/9cAZwAjAAoAZwAn/7cAZwAp/+EAZwAq/+sAZwAr/+EAZwAs/+EAZwAt/9cAZwBk/+sAZwBs/9YAZwBt/8IAZwB3/6wAZwB5/+EAZwB6//UAZwB7/+sAZwB8/9YAZwB9/9YAaQAV/8EAaQAb/+wAaQAe/9YAaQAj//UAaQAm/+sAaQBk/7gAaQBm//UAaQBq/+sAaQBt/7cAagAd/+wAagAe/+EAagAn/7cAagAp//UAagAs//YAagAt/+EAagBk//UAagBs/9cAagBt/9cAagB3/8EAagB4AAoAagB5//YAagB7/+sAagB8/+sAagB9/+sAbAAX/+EAbAAb/9YAbAAj/9YAbAAk/9cAbAAm//YAbABm/9cAbABq/9cAbABy/9YAbAB0/9YAbQAV/+EAbQAe/+sAbQBk/+EAbQBt/+sAbQB7//YAbgAX/9cAbgAb/8wAbgAdABUAbgAj/9YAbgAk/9YAbgBm/9YAbgBq/+EAbgBy/9cAbgB0/9YAbgB2//YAbwAX/60AbwAb/8IAbwAj/7cAbwAk/8EAbwAm/9YAbwAn/2QAbwAp/28AbwAq/44AbwAs/4MAbwBm/7cAbwBq/8IAbwBy/60AbwB0/7cAbwB2/+sAbwB3/3kAbwB4/+AAbwB5/2QAbwB6/4MAbwB8/2QAcAAp//YAcQBm//YAcgAV/+wAcgAXAAoAcgAd/+EAcgAe/9YAcgAn/60AcgAp/+sAcgAq//YAcgAr/+EAcgAs/+EAcgAt/+EAcgBk/+sAcgBs/8wAcgBt/8IAcgBvABUAcgB3/7cAcgB5/+EAcgB6/+sAcgB7/+EAcgB8/+EAcgB9/+EAcwAH/7cAcwAV/8IAcwAbAAsAcwAe/8wAcwAn/8wAcwAr//UAcwAsAAsAcwAt/+AAcwBk/7cAcwBs/9YAcwBt/6wAcwB7//UAcwB8/+sAcwB9/9YAdAAV//YAdAAe//YAdAAn/7gAdAAp/+sAdAAq/+sAdAAs/9YAdABt/+sAdAB3/7cAdAB5/+EAdAB6/+wAdAB7/+sAdAB8/8wAdQAn/+EAdQBs//YAdQBy//YAdQB3/+EAdQB5/+sAdQB7//YAdQB8//UAdgAd/+sAdgAn/8wAdgAp/+sAdgAs/+sAdgAt/+sAdgBs/+EAdgBvAAoAdgB3/9YAdgB5/+wAdgB8/+sAdwAV/6IAdwAX/8wAdwAb/8wAdwAe/8EAdwAj/8IAdwAk/8IAdwAm/9YAdwBk/5gAdwBm/7cAdwBq/7cAdwBt/8EAdwBy/7cAdwB0/7cAdwB2/+sAeAAXAAsAeAAjAAoAeAAkAAoAeABk//YAeABt/+wAeQAV/8wAeQAX/+EAeQAb/+wAeQAe/8EAeQAj/+EAeQAk/+EAeQAm/+sAeQBk/6IAeQBm/+sAeQBq/+sAeQBrAAoAeQBt/60AeQBy/+EAeQB0/+EAeQB2//YAegAV/8wAegAX/+EAegAb/+sAegAe/8EAegAj/+sAegAk/+wAegAm//UAegBk/60AegBm/+sAegBq/+AAegBt/60AegBy/+EAegB0/+sAegB2//UAewAX/+AAewAb/+EAewAj/+AAewAk/+AAewAm/+wAewBm/+AAewBq/+EAewBy/+EAewB0/+EAfAAV/60AfAAX/8wAfAAb/9YAfAAe/8IAfAAj/+EAfAAk/9YAfAAm/+AAfABk/5gAfABm/9cAfABq/8wAfABt/60AfABy/9cAfAB0/+EAfAB2/+sAfQAX/+EAfQAb/9YAfQAj/9YAfQAk/9YAfQAm/+EAfQBm/9YAfQBq/9cAfQBy/9YAfQB0/9cAfQB2//YAfwAV/6wAfwAd/+EAfwAe/5cAfwAn/9YAfwAp//YAfwAr/+sAfwAs//UAfwAt/9YAfwBk/6wAfwBs/9YAfwBt/6wAfwB3/9cAfwB5//UAfwB7/+sAfwB8//YAfwB9/+EAAAABAAAACgAeACwAAWxhdG4ACAAEAAAAAP//AAEAAAABa2VybgAIAAAAAQAAAAEABAACAAAAAQAIAAEcAgAEAAAAggEOARQBHgEsATIBQAFOAXABkgHoAj4CfALGAtQDFgNgA4YDnAO+BAwEEgRoBJIEvAUKBVAFXgWsBfYGHAZiBowGmgaoBrYGxAbSBtgG3gb8BxoHOAdWB3QHvggICF4IkAjGCRQJSglwCa4J1AnqChQKYgq4Cw4LZAveDCQMggzoDSINfA26DfQOGg5UDn4OwA8WD1wPlg/sEEIQmBDuEUQRmhHwEkYSnBLyE0gTnhP0FDIUaBS+FRAVHhUsFToVSBVuFZQVuhXgFeYWPBaSFugXPheUF+oX+BgGGBQYIhhYGI4YxBj6GSAZRhlsGZIZmBnuGkQamhrwG0YbnBuyG8gb3hv0AAEAD//MAAIADQAVABAACgADAAkAFQAM/8wAD//rAAEAD//MAAMACv/XAA//4AAR/+AAAwAJ/+AAD//CABH/7AAIAAj/4AAJ//UACv/gAAv/6wAM/2QADv+NABD/4QAR/+EACAAJAB8ACgAVAAv/4QAM/9YADQAVAA7/6wAP/+AAEP/1ABUAF//WABv/7AAeAAsAI//rACT/6wAm//YAJ/+YACj/9gAp/7cAKv+3ACz/ogAtAA8AZv/XAGr/9gBtAAsAcv/hAHT/6wB3/6MAef/XAHr/1gB8/6MAFQAG/8QAB//EABL/7AAT/+wAFf/2AB3/1gAe/+sAJ/+3ACn/4QAq/+sAK//1ACz/1gAt/+sAZv/2AGz/4ABt//YAd/+3AHn/zAB6/8wAe//rAHz/zAAPAB3/1wAe/9cAJ/+3ACn/7AAq//UAK//hACz/6wAt/+EAZP/2AGz/1wB3/+EAef/hAHr/9QB7/+sAfP/gABIAFf/hAB3/1gAe/8EAJ/+3ACn/4AAq/+sAK//hACz/1wAt/9YAZP/hAGz/1gBt/8EAd/+tAHn/4QB6/+sAe//WAHz/1gB9/+EAAwApAAoAKgALAC0ACwAQAAb/vQAH/70AEv+9ABP/vQAV/7cAF//rABv/6wAe/7cAI//rACb/7AAt//YAZP+4AGb/6wBq/+sAbf+3AHL/6wASABX/6wAd/+sAHv/WACAACgAr/+sALP/hAC3/4QBs/+AAbf/WAG4ACwBvABUAcAALAHf/zAB5/+sAev/rAHv/6wB8/9YAff/rAAkAF//hABv/4QAj/+EAJP/gACb/9gBm/+sAav/hAHL/4AB2/+sABQAV/+sAHv/rAGT/6wBt/+sAegAKAAgAF//WABv/1wAj/9YAJP/WACb/9gBm/9cAav/WAHL/1gATABUACgAX/8EAG/+3ACP/twAk/7cAJv/WACf/WgAo/+EAKf9uACr/gwAs/1kAZv+3AGr/twBy/7cAd/9ZAHj/1wB5/24Aev95AHz/bgABAGb/9gAVAAb/2AAH/9gAFf/fAB3/4QAe/9cAJ//BACn/6wAq/+sAK//hACz/4AAt/+sAZP/hAGz/1gBt/9cAbwAVAHf/rAB5/+EAev/rAHv/4QB8/+AAff/hAAoAJ/+3ACn/6wAq//YALP/gAGz/7AB3/7gAeAAKAHn/4QB6/+sAfP/hAAoAGQAKABv/9QAn/9YAKf/2ACz/6wBq/+sAd//hAHn/9gB6//YAfP/rABMAFf/2AB3/6wAn/8wAKf/1ACr/9QAr//UALP/hAC3/6wBk//YAZv/2AGz/4ABt/+sAcwAKAHf/1gB5/+wAev/1AHv/6wB8/+sAff/2ABEABv/YAAf/2AAS/9gAE//YABX/ogAX/6wAHv/BACP/1gAk/8EAJv/LAGT/jQBm/7gAav+3AG3/twBy/7cAdP+3AHb/1gADABX/6wAe/+EAZP/rABMABv/YAAf/2AAS/9gAE//YABX/twAX/+sAG//rAB7/wQAj//YAJP/rACb/9QBk/7cAZv/rAGr/6wBrAAoAbf/CAHL/6wBzAAoAdP/sABIABv/YAAf/2AAS/9gAE//YABX/twAX/+sAG//rAB7/zAAj/+sAJP/rACb/9gBk/7cAZv/rAGr/6wBt/8wAcv/2AHT/6wB/AAoACQAX/+EAG//hACP/4QAk/+AAJv/1AGb/4QBq/+EAcv/gAHT/4QARAAb/vQAH/70AEv+9ABP/vQAV/6IAF//MABv/1wAe/8EAI//WACT/zAAm/+sAZP+iAGb/1gBq/9cAbf+3AHL/4AB0/9cACgAVAAoAF//WABv/1gAj/+EAJP/WACb/6wBm/+EAav/WAHL/1gB0/9YAAwApAAoAKgALAC0ACwADACkACgAqAAsALQALAAMAKQAKACoACwAtAAsAAwApAAoAKgALAC0ACwADACkACgAqAAsALQALAAEAZv/2AAEAZv/2AAcAFf/rABcACwAe/+EAIwAKACQACgBk//YAbf/sAAcAFf/rABcACwAe/+EAIwAKACQACgBk//YAbf/sAAcAFf/rABcACwAe/+EAIwAKACQACgBk//YAbf/sAAcAFf/rABcACwAe/+EAIwAKACQACgBk//YAbf/sAAcAFf/rABcACwAe/+EAIwAKACQACgBk//YAbf/sABIABv+9AAf/vQAS/70AE/+9ABX/ogAX/8wAG//XAB7/wQAj/9YAJP/MACb/6wBk/6IAZv/WAGr/1wBt/7cAcv/gAHT/1wB2/+sAEgAG/70AB/+9ABL/vQAT/70AFf+iABf/zAAb/9cAHv/BACP/1gAk/8wAJv/rAGT/ogBm/9YAav/XAG3/twBy/+AAdP/XAHb/6wAVABf/4QAb/+EAHgAVACP/7AAk/+EAJv/2ACf/lwAo//YAKf+3ACr/twAs/6IAZv/hAGr/6wBtABUAcv/rAHT/6wB2//YAd/+XAHn/owB6/7cAfP+iAAwAHf/rACf/zAAp/+EAKv/hACz/1gBs/+EAbf/rAHQACgB3/8wAef/hAHr/6wB8/9YADQAd/+sAHv/gACf/twAp/+sALf/gAGT/9QBs/+AAbf/XAHf/wQB5/+wAe//rAHz/6wB9/+sAEwAV/+EAHf/WAB7/1wAjAAoAJ/+3ACn/4QAq/+sAK//hACz/4QAt/9cAZP/rAGz/1gBt/8IAd/+sAHn/4QB6//UAe//rAHz/1gB9/9YADQAd/+sAHv/gACf/twAp/+sALf/gAGT/9QBs/+AAbf/XAHf/wQB5/+wAe//rAHz/6wB9/+sACQAV/8EAG//sAB7/1gAj//UAJv/rAGT/uABm//UAav/rAG3/twAPAB3/6wAe/+AAJ/+3ACn/6wAs//YALf/gAGT/9QBs/+AAbf/XAHf/wQB4AAoAef/sAHv/6wB8/+sAff/rAAkAF//hABv/1gAj/9YAJP/XACb/9gBm/9cAav/XAHL/1gB0/9YABQAV/+EAHv/rAGT/4QBt/+sAe//2AAoAF//XABv/zAAdABUAI//WACT/1gBm/9YAav/hAHL/1wB0/9YAdv/2ABMAF/+tABv/wgAj/7cAJP/BACb/1gAn/2QAKf9vACr/jgAs/4MAZv+3AGr/wgBy/60AdP+3AHb/6wB3/3kAeP/gAHn/ZAB6/4MAfP9kABUAF//hABv/4QAeABUAI//sACT/4QAm//YAJ/+XACj/9gAp//YAKv+3ACz/ogBm/+EAav/rAG0AFQBy/+sAdP/rAHb/9gB3/5cAef+jAHr/twB8/6IAFQAX/+EAG//hAB4AFQAj/+wAJP/hACb/9gAn/5cAKP/2ACn/twAq/7cALP+iAGb/4QBq/+sAbQAVAHL/6wB0/+sAdv/2AHf/lwB5/6MAev+3AHz/ogAVABX/7AAXAAoAHf/rAB7/4AAn/8wAKf/hACr/4QAr/+EALP/WAC3/4ABk//UAbP/hAG3/6wBvABUAdAAKAHf/zAB5/+EAev/rAHv/6wB8/9YAff/rAB4AB/+3ABX/wgAX/+EAGwALAB3/6wAe/8wAI//sACT/4QAm//YAJ//MACj/9gAp/7cAKv+3ACv/9QAsAAsALf/gAGT/twBm/+EAav/rAGz/1gBt/6wAcv/rAHT/6wB2//YAd/+XAHn/owB6/7cAe//1AHz/6wB9/9YAEQAV//YAHf/rAB7/9gAn/7gAKf/rACr/6wAs/9YALf/gAGT/9QBs/+AAbf/rAHf/twB5/+EAev/sAHv/6wB8/8wAff/rABcAF//hABv/4QAeABUAI//sACT/4QAm//YAJ/+XACj/9gAp/7cAKv+3ACz/ogBm/+EAav/rAGz/9gBtABUAcv/rAHT/6wB2//YAd/+XAHn/owB6/7cAe//2AHz/ogAZABf/4QAb/+EAHf/rAB4AFQAj/+wAJP/hACb/9gAn/5cAKP/2ACn/twAq/7cALP+iAC3/6wBm/+EAav/rAGz/4QBtABUAbwAKAHL/6wB0/+sAdv/2AHf/lwB5/6MAev+3AHz/ogAOABX/ogAX/8wAG//MAB7/wQAj/8IAJP/CACb/1gBk/5gAZv+3AGr/twBt/8EAcv+3AHT/twB2/+sAFgAX/+EAG//hAB4AFQAj/+wAJP/hACb/9gAn/5cAKP/2ACn/twAq/7cALP+iAGT/9gBm/+EAav/rAG0AFQBy/+sAdP/rAHb/9gB3/5cAef+jAHr/twB8/6IADwAV/8wAF//hABv/7AAe/8EAI//hACT/4QAm/+sAZP+iAGb/6wBq/+sAawAKAG3/rQBy/+EAdP/hAHb/9gAOABX/zAAX/+EAG//rAB7/wQAj/+sAJP/sACb/9QBk/60AZv/rAGr/4ABt/60Acv/hAHT/6wB2//UACQAX/+AAG//hACP/4AAk/+AAJv/sAGb/4ABq/+EAcv/hAHT/4QAOABX/rQAX/8wAG//WAB7/wgAj/+EAJP/WACb/4ABk/5gAZv/XAGr/zABt/60Acv/XAHT/4QB2/+sACgAX/+EAG//WACP/1gAk/9YAJv/hAGb/1gBq/9cAcv/WAHT/1wB2//YAEAAV/6wAHf/hAB7/lwAn/9YAKf/2ACv/6wAs//UALf/WAGT/rABs/9YAbf+sAHf/1wB5//UAe//rAHz/9gB9/+EAFQAX/9YAG//sAB4ACwAj/+sAJP/rACb/9gAn/5gAKP/2ACn/twAq/7cALP+iAC0ADwBm/9cAav/2AG0ACwBy/+EAdP/rAHf/owB5/9cAev/WAHz/owARAAb/vQAH/70AEv+9ABP/vQAV/6IAF//MABv/1wAe/8EAI//WACT/zAAm/+sAZP+iAGb/1gBq/9cAbf+3AHL/4AB0/9cADgAV/60AF//MABv/1gAe/8IAI//hACT/1gAm/+AAZP+YAGb/1wBq/8wAbf+tAHL/1wB0/+EAdv/rABUAF//WABv/7AAeAAsAI//rACT/6wAm//YAJ/+YACj/9gAp/7cAKv+3ACz/ogAtAA8AZv/XAGr/9gBtAAsAcv/hAHT/6wB3/6MAef/XAHr/1gB8/6MAFQAX/9YAG//sAB4ACwAj/+sAJP/rACb/9gAn/5gAKP/2ACn/twAq/7cALP+iAC0ADwBm/9cAav/2AG0ACwBy/+EAdP/rAHf/owB5/9cAev/WAHz/owAVABf/1gAb/+wAHgALACP/6wAk/+sAJv/2ACf/mAAo//YAKf+3ACr/twAs/6IALQAPAGb/1wBq//YAbQALAHL/4QB0/+sAd/+jAHn/1wB6/9YAfP+jABUAF//WABv/7AAeAAsAI//rACT/6wAm//YAJ/+YACj/9gAp/7cAKv+3ACz/ogAtAA8AZv/XAGr/9gBtAAsAcv/hAHT/6wB3/6MAef/XAHr/1gB8/6MAFQAX/9YAG//sAB4ACwAj/+sAJP/rACb/9gAn/5gAKP/2ACn/twAq/7cALP+iAC0ADwBm/9cAav/2AG0ACwBy/+EAdP/rAHf/owB5/9cAev/WAHz/owAVABf/1gAb/+wAHgALACP/6wAk/+sAJv/2ACf/mAAo//YAKf+3ACr/twAs/6IALQAPAGb/1wBq//YAbQALAHL/4QB0/+sAd/+jAHn/1wB6/9YAfP+jABUAF//hABv/4QAeABUAI//sACT/4QAm//YAJ/+XACj/9gAp/7cAKv+3ACz/ogBm/+EAav/rAG0AFQBy/+sAdP/rAHb/9gB3/5cAef+jAHr/twB8/6IAFQAX/+EAG//hAB4AFQAj/+wAJP/hACb/9gAn/5cAKP/2ACn/twAq/7cALP+iAGb/4QBq/+sAbQAVAHL/6wB0/+sAdv/2AHf/lwB5/6MAev+3AHz/ogAVABf/4QAb/+EAHgAVACP/7AAk/+EAJv/2ACf/lwAo//YAKf+3ACr/twAs/6IAZv/hAGr/6wBtABUAcv/rAHT/6wB2//YAd/+XAHn/owB6/7cAfP+iABUAF//hABv/4QAeABUAI//sACT/4QAm//YAJ/+XACj/9gAp/7cAKv+3ACz/ogBm/+EAav/rAG0AFQBy/+sAdP/rAHb/9gB3/5cAef+jAHr/twB8/6IAFQAX/+EAG//hAB4AFQAj/+wAJP/hACb/9gAn/5cAKP/2ACn/twAq/7cALP+iAGb/4QBq/+sAbQAVAHL/6wB0/+sAdv/2AHf/lwB5/6MAev+3AHz/ogAVABf/4QAb/+EAHgAVACP/7AAk/+EAJv/2ACf/lwAo//YAKf+3ACr/twAs/6IAZv/hAGr/6wBtABUAcv/rAHT/6wB2//YAd/+XAHn/owB6/7cAfP+iABUAF//hABv/4QAeABUAI//sACT/4QAm//YAJ/+XACj/9gAp/7cAKv+3ACz/ogBm/+EAav/rAG0AFQBy/+sAdP/rAHb/9gB3/5cAef+jAHr/twB8/6IADwAd/9cAHv/XACf/twAp/+wAKv/1ACv/4QAs/+sALf/hAGT/9gBs/9cAd//hAHn/4QB6//UAe//rAHz/4AANAB3/6wAe/+AAJ/+3ACn/6wAt/+AAZP/1AGz/4ABt/9cAd//BAHn/7AB7/+sAfP/rAH3/6wAVAAb/2AAH/9gAFf/fAB3/4QAe/9cAJ//BACkACgAqAAsAK//hACz/4AAtAAsAZP/hAGz/1gBt/9cAbwAVAHf/rAB5/+EAev/rAHv/4QB8/+AAff/hABQAFf/sABcACgAd/+sAHv/gACf/twAp/+sAKv/2ACv/4QAs/+EALf/gAGT/9QBs/+AAbf/XAG8AFQB3/8EAef/sAHr/6wB7/+sAfP/rAH3/6wADACkACgAqAAsALQALAAMAKQAKACoACwAtAAsAAwApAAoAKgALAC0ACwADACkACgAqAAsALQALAAkAF//hABv/4QAj/+EAJP/gACb/9gBm/+sAav/hAHL/4AB2/+sACQAX/+EAG//hACP/4QAk/+AAJv/2AGb/6wBq/+EAcv/gAHb/6wAJABf/4QAb/+EAI//hACT/4AAm//YAZv/rAGr/4QBy/+AAdv/rAAkAF//hABv/4QAj/+EAJP/gACb/9gBm/+sAav/hAHL/4AB2/+sAAQBm//YAFQAG/9gAB//YABX/3wAd/+EAHv/XACf/wQAp/+sAKv/rACv/4QAs/+AALf/rAGT/4QBs/9YAbf/XAG8AFQB3/6wAef/hAHr/6wB7/+EAfP/gAH3/4QAVAAb/2AAH/9gAFf/fAB3/4QAe/9cAJ//BACn/6wAq/+sAK//hACz/4AAt/+sAZP/hAGz/1gBt/9cAbwAVAHf/rAB5/+EAev/rAHv/4QB8/+AAff/hABUABv/YAAf/2AAV/98AHf/hAB7/1wAn/8EAKf/rACr/6wAr/+EALP/gAC3/6wBk/+EAbP/WAG3/1wBvABUAd/+sAHn/4QB6/+sAe//hAHz/4AB9/+EAFQAG/9gAB//YABX/3wAd/+EAHv/XACf/wQAp/+sAKv/rACv/4QAs/+AALf/rAGT/4QBs/9YAbf/XAG8AFQB3/6wAef/hAHr/6wB7/+EAfP/gAH3/4QAVAAb/2AAH/9gAFf/fAB3/4QAe/9cAJ//BACn/6wAq/+sAK//hACz/4AAt/+sAZP/hAGz/1gBt/9cAbwAVAHf/rAB5/+EAev/rAHv/4QB8/+AAff/hABUABv/YAAf/2AAV/98AHf/hAB7/1wAn/8EAKf/rACr/6wAr/+EALP/gAC3/6wBk/+EAbP/WAG3/1wBvABUAd/+sAHn/4QB6/+sAe//hAHz/4AB9/+EAAwAV/+sAHv/hAGT/6wADABX/6wAe/+EAZP/rAAMAFf/rAB7/4QBk/+sAAwAV/+sAHv/hAGT/6wANAB3/6wAe/+AAJ/+3ACn/6wAt/+AAZP/1AGz/4ABt/9cAd//BAHn/7AB7/+sAfP/rAH3/6wANAB3/6wAe/+AAJ/+3ACn/6wAt/+AAZP/1AGz/4ABt/9cAd//BAHn/7AB7/+sAfP/rAH3/6wANAB3/6wAe/+AAJ/+3ACn/6wAt/+AAZP/1AGz/4ABt/9cAd//BAHn/7AB7/+sAfP/rAH3/6wANAB3/6wAe/+AAJ/+3ACn/6wAt/+AAZP/1AGz/4ABt/9cAd//BAHn/7AB7/+sAfP/rAH3/6wAJABf/4QAb/9YAI//WACT/1wAm//YAZv/XAGr/1wBy/9YAdP/WAAkAF//hABv/1gAj/9YAJP/XACb/9gBm/9cAav/XAHL/1gB0/9YACQAX/+EAG//WACP/1gAk/9cAJv/2AGb/1wBq/9cAcv/WAHT/1gAJABf/4QAb/9YAI//WACT/1wAm//YAZv/XAGr/1wBy/9YAdP/WAAEAZv/2ABUAFf/sABcACgAd/+sAHv/gACf/zAAp/+EAKv/hACv/4QAs/9YALf/gAGT/9QBs/+EAbf/rAG8AFQB0AAoAd//MAHn/4QB6/+sAe//rAHz/1gB9/+sAFQAV/+wAFwAKAB3/6wAe/+AAJ//MACn/4QAq/+EAK//hACz/1gAt/+AAZP/1AGz/4QBt/+sAbwAVAHQACgB3/8wAef/hAHr/6wB7/+sAfP/WAH3/6wAVABX/7AAXAAoAHf/rAB7/4AAn/8wAKf/hACr/4QAr/+EALP/WAC3/4ABk//UAbP/hAG3/6wBvABUAdAAKAHf/zAB5/+EAev/rAHv/6wB8/9YAff/rABUAFf/sABcACgAd/+sAHv/gACf/zAAp/+EAKv/hACv/4QAs/9YALf/gAGT/9QBs/+EAbf/rAG8AFQB0AAoAd//MAHn/4QB6/+sAe//rAHz/1gB9/+sAFQAV/+wAFwAKAB3/6wAe/+AAJ//MACn/4QAq/+EAK//hACz/1gAt/+AAZP/1AGz/4QBt/+sAbwAVAHQACgB3/8wAef/hAHr/6wB7/+sAfP/WAH3/6wAVABX/7AAXAAoAHf/rAB7/4AAn/8wAKf/hACr/4QAr/+EALP/WAC3/4ABk//UAbP/hAG3/6wBvABUAdAAKAHf/zAB5/+EAev/rAHv/6wB8/9YAff/rAAUAFwALACMACgAkAAoAZP/2AG3/7AAFABcACwAjAAoAJAAKAGT/9gBt/+wABQAXAAsAIwAKACQACgBk//YAbf/sAAUAFwALACMACgAkAAoAZP/2AG3/7AADAH3/6wBk//UALf/gAAIADgAIAAsAAAANAA8ABAARABEABwAVABsACAAdACAADwAiAC0AEwBSAFYAHwBZAGEAJABkAGoALQBsAH0ANAB/AIEARgCDAJQASQCaAL8AW/////8AgQAAAAEAAAAKADIAcgABbGF0bgAIAAoAAVRVUiAAGAAA//8ABAAAAAEAAgAEAAD//wABAAMABWFhbHQAIGZyYWMAJmxpZ2EALGxpZ2EANHNhbHQAOgAAAAEAAAAAAAEAAwAAAAIAAQACAAAAAQACAAAAAQAEAAUADAAUABwAJAAsAAEAAAABAMwABAAAAAEAIAAEAAAAAQAqAAQAAAABADQAAQAAAAEAYgABAO4AAQAIAAEABABQAAIAbAABANwAAQAIAAEABABRAAIAbwABANAAAQAIAAQACgAUAB4AJv//AAQALwAIAAj//wAE//8ACAAI//8AAwAvAAj//wAD//8ACAACAKAAIgBiAGMAUgBXAFgAWQBbAGAAUgBXAFgAWQBbAGAAYQBhAFQAUwBVAFYAWgBdAFwAXgBfAFQAUwBVAFYAWgBdAFwAXgBfAAIAVgAiAGIAYwBSAFcAWABZAFsAYABSAFcAWABZAFsAYABhAGEAVABTAFUAVgBaAF0AXABeAF8AVABTAFUAVgBaAF0AXABeAF8AAQABAGkAAQABAAgAAQAiAA8AEQAZABoAHAAiACgALABoAGkAawBxAHgAfACBAIMAmgCbAJwAnQCiAKkAqgCrAKwArQCuAK8AsAC1ALwAvQC+AL8BAAQCAAEBAQtDb2RlLUxpZ2h0AAEBAS34EAD4RAH4RQwA+EYC+EYD+BYEiwwDiwwEgvte+gX52gX46w/5uxGyHBNmEgAsAgABAAgADwARABUAGgAfACgAMwA4AD8ASABPAFYAXQBlAG0AeACAAIkAlQCcAJ8AogCnALEAuwDKANcA3ADhAOYA8AD1AP8BCQEYASUBKgE3AUABSAGDAasBtXVuaTAwQTB1bmkwM0E5cGlFdXJvbGl0cmVPbWVnYWVzdGltYXRlZHBhcnRpYWxkaWZmRGVsdGFwcm9kdWN0c3VtbWF0aW9udW5pMjIxNXVuaTIyMTlyYWRpY2FsaW5maW5pdHlpbnRlZ3JhbGFwcHJveGVxdWFsbm90ZXF1YWxsZXNzZXF1YWxncmVhdGVyZXF1YWxsb3plbmdlZl9pZl9sRS5hbHRFYWN1dGUuYWx0RWdyYXZlLmFsdEVjaXJjdW1mbGV4LmFsdEVkaWVyZXNpcy5hbHRGLmFsdEguYWx0Ti5hbHROdGlsZGUuYWx0VS5hbHRVYWN1dGUuYWx0VWdyYXZlLmFsdFVjaXJjdW1mbGV4LmFsdFVkaWVyZXNpcy5hbHRZLmFsdFlkaWVyZXNpcy5hbHRzZXZlbi5hbHRuaW5lLmFsdENvcHlyaWdodCAoYykgMjAxMCBieSBTdmV0b3NsYXYgU2ltb3YuIEFsbCByaWdodHMgcmVzZXJ2ZWQuTW9kZXJuIGFuZCBlbGVnYW50IHNhbnMgc2VyaWYgZnJlZSBmb250LkNvZGUgTGlnaHQAAAEAAQIABQAABwAADQAADwAAEQsAIAAAIg4AMgkAYAAAYwAAaAAAcgAAeQAAewQAgwEApgABhygAQhkA4gAAMQAArgAAxgAAxQAA4wAAqwEAsAAArQAArwAAigAAkAAAywAAyAEAzQAAygAAzAAAsQAAzgAAjgAAlAAAZAAAwAAA3QAAxwAA5AAAtQAAsgIAuQAAtgIAugAAvgAAuwEAvwAAvQAAjQAAxAAAwQIA0gAAzwIA1gAA0wIA1wAA2wAA2AEA3AAA2gAAkwAA4QAA3gIAwAIAAQBIAEsAbwCEATABpAG3AcQB9AIZAmICzAL8A14DqQPKBEMEkgSnBMUFJwUpBSsFLwUxBTMFNQU5BTsFRAVTBW0FdAV2BXgFhgXTBdYF6wX3BgkGCwYNBg8GEQYdBkAGQwZUBmMGfgbhBu0G+gcHBxQHIwc1BzcHOgc9B0AHnQefB6IIBggICAoIDQgQCBMIFggYCBsIHQgfCCEIIwglCIMIoAisCLQIxAjZCO0JBQkdCTcJQwlVCVwJaQl0CYEJmwnDCfgJ+wn9Cf8KAQoFCgcKCQoLCg8KEQodCiwKRgpNCk8KUQpfCmIKzwrSCt8K6gr2CvgK+gr8Cv4LFQslCygLOAtCC1ILXAtqC3ALfguHC5kLmwudC60LuwvBC88L2AvqDA4MMQwzDDUMdAx3DHoMiwycDKcMtAzBDNYM4AzlDPEM8w0DDRcNJg01DUQNXA1lDXcNhQ2SDacNsg3ADdQN6Q3zDfgOBA4GDhYOKg45DkgOVw5vDnkOiw6ZDqYOu32Lu/jOugGOu/gQugOYFvhc+Sv8XAb4SWwV/OsH+1z3wAX3T/vPFfwbBvdX970FrwT7V/e6BfgbBvth+8wV+1z7wAX46wcO+yUO/B+G4vjidwHHwAO3+U0V/PSb+PQHg/0ztgqUkpKTlISSgh8O+9z4ivc+Ad+iA7f5URWxCroWsQoOq/ggwAH3VMDUxgP3lPlYFT+JQG5hVHFpgGKPYZT7GvcAfPcBgAj75QctjfsEwIHyipIYe4mMhJf7A/cLUvCIGUqZzAf3Fo/3GuJs9yVz9wEilSOWCPfiB8eKyne0YJ91l3KRboyDGJqOipN47ym+J4wZxn0H93z8sRWn+x37Ej37DIgI9+MH7oHtgaAqCPww+BcVtMHUo82NCPvhByOWKZqC9wyIspSwpKoIDtZ7v/cEvQGkxI/DA/eO+AQV+xdh3d0fjPdc9+WftftBmo4YXPdT+/90+28aRqFH3nAeq4cFiQdriClyaESESxmBItwk90CO9ySOztSY4Aj3W9uaB/vYfBX3eftZBj1/TEX7Ghv7N0Tq55IfkdrE3/ckhggO/Bx85wOVLBXG9w0FcAZb+w0FDvwXiOIBr8ADxa4VKgrCsgqMwvgTwwP3qPlFFffXi/03+9f714v5N/fXG/1HBPfri/lX++v764v9V/frGw77mLMK9xnAA/cz+ScVugr9IpoH936L9333fRp7Bvs/+4OWgwUOl4u9+NS9AffgwwOv+HEV9NT09yb3I9kuJogeiUViT1lg+/r7xBh8+GGa/EsH9/D3ucK5tM2M1hn3AY427PssG/svPfsE+wUfDpT4cbjqvQH35sQD94eTFffDi/ft+8O/MYuAG5oHjbmLjBv3F8nd3R+K91z75Z9h+0F8jhi691P3/3T7bxpGYUc4cB5rhwWJB6uJ7XLCSZJFGSiVOSH7Pxv7JEjX4H4fmo0FPZfKRfcaGw6Sm3b3LL34cncB9/nAA5X3WBV8+CP7SZr3ScyaSviOewf8D/yOFfgE+GW6CvxgBw6W+G+86L0Brb/3icQD+E2SCvwbBnx8BvuwB5GIkYiRiOi09KPtYQjcaLQ/PxohjEAi+ywb+wlHx9hwH32GBTmo1En3EBv3Ntz3BvcFih+K317cMbAotPsGdTNhCPeq+BsHDp9/wPdHxfgjdwGMzfeAxAP3lvhGFffCi/w2+8L7wov4NvfCG/tePBX7GS/O+3L3d/fWi/hW+9YbWWWBeWkfZ3KKjLK590r3lcQKDoiadvkDvQGL+BEDlpIKfPhWB/wK/UAFngb4Cvk/BZsHDqB+vvgPufc5vQHAw5DD93DEA/eXkhX7wov39ffC98KL+/X7whv5SQTm8Fr7BDlNOfsW+xZM3dz3BO+96B/e+9oV3qa10M8a5EXj+x4nIFP7DIoeR7RG3m8etYcFiQdgiAVP+36n+833txv3uKb3zsf7gB9qjYyNBQ6ilHb4I8X3R8ABoMP3ftAD95v3nxX7wov4N/fC98OL/Df7wxv3XtsV9xjnSPdz+3cbivvWi/xW99YbvbGVna0fr6QFjAZkXPtJ+5UFnQYO/A2I4vcm4gGtwAPFrhUhCvfbBCoK/A33euIBuMADxff+FSEKUvxdFbr3DQWnBlD7DQUOe4ji+K3BAfeSwOzFA/d5918Vism6ob6mx6vOsY32CPcBjTfu+ywbIEVWRWofj4mPiJCJCMyqzb3vG/cj2S4miB+ILFNoU20IU25VcURYi35YGpsGg0y2CpOSkpOUhJKDHw5lCj4K92k9Cl4Kfgp8Cvd4PAp9CnoKAbrAAzsKDiWCw/kFdwH3vsAD9/NsCpoK+Bj76gWiBvwh9/P39vfwBXcG+/D76QUOYY8KA8qACmgKdwr3mYkKAaC1CgP5YyAKDvehsgqTw/gmxAP5aKQKLGSbComJ+1v3RAVzBvdn+08FVE87aTMwCurgZEzJH8hNsjYsGjL7khUrCoQKScvlY+0b6N+uxsof6jcFpQYOqVoKv5wK98fIA/h5+LUvCvchogr8HUoKrAqIFflDuQr9QwcO54PC+QV3Ab7A95HAA/e7LgoOggpfCmEKcwrDqgqX9/cDq/k/WQr8GZt2+OLiAcfAA7eGFfj0m/z0B4P5M7gKgoSEg4KShJQfDvs/DvwQ+Ir3PgGsvgO9+VEVsQoO++D3tuIBwcAD2/fxFSoKIIjiAbLA963A96zAA82vFSEK9wkWIQr3BygKgIXB+K3iAZ3F7MAD95H48RWbBliLflgaRFVxU24eU21TaIgsCCaI2S73Ixvvzb3Mqh+QiY+Ij4kIRWpFViAb+yw37vcBjR+N9s6xx6u+prqhiskIkvdFuAqDhISDgpKEkx8O+4/N9wYD9zP5akQK+4/N9wYD7flmZAqRCvtNzfdJA/P5ZTgKpwr7Kc33iwPs+WwlCnIK+1L5ftsB9wzOA+j5pCIK+275XrPNswHOs8yzA+T5p1MKiA77vQ73Yw73Jg73ZH+991u9x733q3cB3cQDgvfPFboGkzewQcFUCEvJ4GTqG+rgssvJH0AKV79o0YPaCPdLm/tMnQag90yb+0oHk9eu0L7ACFgKnAZXClZUZkKDOghbe7l2BnldBw6DDvdjDvc0f7H3obH3fbABsvcS99r3FgP5Afe7Ffc/hiL3HftLG/tI+wH7Hfs++z73BPse90T3EdDG5sgff5J/k3+SCDlZSlcjG0tVorZfH/dfB/fasRX72vc7Bre3wqHLG8nFcWK2Hw7UDvMO92oO9xMO+z8O++AOkw73qQ6ADogOiA6IDogOw6B2+VB3AfiDpApH9wlH9whH9wkIawZH+wlH+wlH+wnP+wjP+wnP+wgIqwbP9wnP9wjP9wkIeBZI+wdH+wdI+wVJ9wVI9wdH9wfP9wbO9wjO9wXN+wXQ+wjN+wYIDvdCm3b4bIYK96oW982Z+yn5M/cpmfs4/UH7KQYO+CGLvfg1hgr4T4AKoQqZCgOWCg6gCvcC9wYT8JYK90f5ZHYKoArW9wYT8FIK/FydChMI92H4oUQKoArH90kT8Mr3aBX3/pv7/vhcfwqhCtmlCvcLzhPoUgr8XJ0KExT3FfjPIgpCm3b3L4sKmQoDyfdoFffUm/vU+FxjCg7NmXb3Mb34bZQK92j4S/tom/lPe/xs/EsGDuazCrrA95jAA5MKDuaFCo0K6PeLO7QKkwr7xLUsCt+OCrlgCg7fjgq5YAr3gq9kCpEK4o4KjAr3p/k+RArhjgq6YAr3WK04CqcK4Iu9+QJ36aUK9x3OvcAT1IwKEyj3V/lvIgq2mXb5PHcBjvghA4+SCvea/Jo0+0kFmwb35/lPxAr7hPyK+5D4igUOtpl2+Tx36NsSjvgh+zfOE9Cikgr3kPyK94T4igWeBvvn/U8Fewbi90n7mviaBRMo92bgIgr7EQ5BDmUKPgr3az0KXgp+CnwK93Q8Cn0K+x2zCsTAA/flNgoOJILD+QV3Afe7wAP38GwKmgr4D/vqBaIG/Bj38/gH9/AFdwb8AfvpBQ5hjwoDyoAKaAp3CveliQoBqLUKA/lrIAoOp10K96GyCo/D+CbEA/lkpAosZJsKiYn7W/dEBXMG92f7TwVUTztpMxv7UPst9zD3UPdQ9y33MPdQ91D3Lvsv+1EfMvuSFcvMtuXuGvdc+zj3NPtY+1n7NPs3+1n7Wfc0+zf3WejfrsbKHuo3BaUGDqtaCrqcCve/yAP4cfi1LQqsChb5QLkK/UAHDooKAbrA95HAAzEKDoIKXwphCnMKxKoKl/f3A6v5P1sK+I75LoGdBfyCBg6eChL3PcCZuwpLCveJr1QKo10KUAr7SfcGJwoTCPs8+IhECq0KmIgK92DgIgqeChL3PcCauwpLCveKpVQKrQqaiAr3YuAiClAK+wv3BicK+zv4iHYKXAr4hlYKUAr7XfeLJwr7jviKYgpICupmCvi6IgpICqSzzbOVCvs+awr7ePiXUwpPCk8KUAr7RfcGJwoTCPs4+IREClAK+w33BicK+z34gnYKXAr4gFYKUAr7X/eLJwr7kPiHYgpICulmCvi5IgpICqazzbOVCvs8awr7dviZUwr3XqsKpMQD+T34ehVMCsZN3GXliG9OQgqivRjpjN+yyMoyCg73NqsKi8QD9/aKFeWO3LLGyDIKnAZMCshM32ToinBPQgoIDjoKOgq1m3b3O8D3MMD3jncB9z3AA/ct93UV9wD7dZv3dfcNmvsNuvcNm/sEBveM+CB4CngG94z8IAUoe/cAXPsABg6nNQqpNQqqqgqL9/cD9+FpCvvd+xVZCqqqCov39wP37mkK++r7FVkKbQrZkAr3ZPgeRAptCvT3BmcK90L5Y3YKbQrF90lnCvcZ+WBWClJuCtilCvcGzhPoVQoTFPcQ+EwiCnkKgIEK+yWwRApqCr1UCnkKdPdJRQr7aLtNCkcKtwrq94tAtApRCvdH+XosCnUK93P3Bs7EE+gmChMQ+Af4HUQKdQr3sfcGkCMK+Aj4HlQKdQr3ZfdJmSMK98L4GE0KdQr3W/eLYSMK97H4ISwKiQrT2xKewvefztHEE9QmChMo97v4SiIKiQoBnrUKAzQKhwr3F/cGk7QKOQoTEKz5e0QKhwr3N/cGczcKj/l7VAqHCu73SXA3ClX5eU0KigrppQr3O86ewBPUOQoTKFj5rCIKbQrUkAr3X/gfRAptCvcF9wZnCvdK+WR2Cm0Kx/dJE/DK9+oV9/6b+/732n8KUm4K2aUK9wvOE+hVChMU9xX4TSIKeQqCgQr7I69ECmoKvlQKeQp190lFCvtnvE0KRwq3Cuj3i0K0ClEK90X5fCwKdQr3gPcGwcQT6CYKExD4FPghRAp1Cve29waLIwr4DfgfVAp1Cvdv90mPIwr3zPgeTQp1Cvdo94tUIwr3vvgkLAqJCtnbEp7C96nOx8QT1CYKEyj3xfhQIgp9drl2+Xl3ATQKhwr3DvcGnLQKOQoTEKP5fEQKhwr3PPcGbjcKlPl6VAqHCuz3SXI3ClP5gE0KigrppQr3Ms6nwBPUOQoTKE/5rCIKfpj5L5YG+1yLBx6gQ48MCZ8MCr0KwAu9sAwMwJAMDfmEFPiFFbITAKUCAAEALgBAAEcATwBxAKAA+gD/AQIBBgEJARMBGQEjAU8BkQGaAZ8BsAHDAicCNwJVAloCaAKUAwYDCwOCA50EDAQaBDcERwSwBL0ExwTMBNQE5gTwBREFMAVFBVQFWgVqBbYFuwXXBekGDwYVBhwGIgY2BkoGVwaUBqwGtwbwByYHXgd+B7cHvQfIB88H2QfoB+0IHwgyCDwIRgh0CHoIfgiECIoIjwiXCKEIpgisCLIIwAjMCNEI1gjdCOoJBAkLCRMJJgktCUwJVQlcCWAJaglvCZMJmQmgCaUJxgnKCdEJ2AnhCeUJ6QoIChYKGwolCioKLgoyCkgKTQpXCl4KYwpqCm8Kdgp/CokKjQqRCpYKmgqeCqIKqQqwCroKwwrOCtMK2ArfCuYK6gruCvMK/QsECw4LFwsgCyULKgsvCzQLOQs+C0ILRwtLC0+kCixlNk5NHkxNNWQtMArp4WRMyR/ITbE2LL0KhApJy+Vj7Rvu5LPNzB8rCguBg4N/gpOClZeTlJSXg5N/HwsVIQr3DSgKxBPo+WEgCgv3uflFFfc//EsF++moCvuOFZypCnAK+61vCur3fwX39gYLFY6ak5WVj5ySoYOae5p7ooWek5yRlpqPnYCOGIh9gYF/hnyGeo+Al3qdcZdzgQuvCupl4E7JHspNNbLBCmRMTR9OTWQ2LBossjbITR5MyeBkwAqyyskfyMmx4Oq9Cu605cvMHs3L5bO8CmNJzB/LSrS/CmIxS0oeSUoyY74Ks81LH0vMYuXuGgsT8CQKCxYqCiUKCAshCg5DCs1KMrMoPwoLKQoTEHIKLwr3IKIK/BxKCoMV9wf3Fs/3FR/4knv8kQf7DvsOTyAg+w7H9w0e+JJ7/JEH+xb3FUf3CB4LFZqOipNp90n7tJwl+xgZcWmAYo9hnfuZ+B/3Urj7ZAj7H6j7GDz7Dhss+wnA9IAfipJ7iYyEBfsFl/cQUfEb9xkLwwqyyk0fMwoL97cuCgtAClDHZt7nGuaw3sbIHlgKC07JZODqGuqy4MjJHsrJ4LLpGwuepAqECpp7nXydflQ0GJ4GvdkFacHMeM+jCnubeZp4mMDeGHcGXEEFrVVLnkc/CvlOFq4KSk6drFcf+AX41Z1/nHybfBnITbE2LBr76ffsFcvIeWu/H/wF/NZ5l3uZfJsZMwoOnAr3ucgD99RpCvcb+58tCpIKIyKLIxt99yn9MvspfAfz9IvzG5r7Kfky9ykHC7QKMQoLFcPHwk8FmwZR0wVwBgvCCvsI+xXP9xYf+JGb/JIH+w33Dk/29vcOx/cOHviRm/ySB/sV+xZH+wceC/fggL5jcQpkvQGetQr3nMAD+Fd0Cvfe+Aaa/BUGjnh3jXYbKTFuSUsfS0piKCgaKLQqy0oeScvlbO0boqKNj6Ef+A+a/AgGQPk7FZ+fiYieH/03B4h3eIp3wwqpyk0fTslk5+oa6rLpyMkeysngp+kbDvfbNgoLfr73A734cXcBpsP3nr0D+UD4fhX3GV37Ft77HhssNWNKTR9OSmQyKRoosjLISx5KyeFi6hv3Efcn6fcUuR+UopGijaMI+91798kG+yhx+yn7A/sgGzA6scpPH1HIZuDpGumw38XJHsnH3LLmG/cV9wxA+xG7Hw6rCqbEA/k/+HoVTApLyeBk6hvq4LLLyR8yCg7Mlnb4c7vvvZkK95XHA8r5PxX3nwbQt2RZnx+aZItefGQIWXdfZEYb+58G95/30RVJ+yqLSBv9TwfW9zSL1xv3epf36q/7YR+znKarmrGbtou9e7UIw3Vatj8b+5/74RX3uwb3c4v78/tzG/u7Bg4bKTFjSUsfS0piMSgaC6mqpLCctAh6BntmdGtwbwhOUDllMRsxObHIUB8L+Aaa/Bb9T40G+Baa/AgGCxijiKCJo32Yg5h/jnsIjIiLiIgah4uIiogeiHt+f36DCIB5dod2G3Fll6R/H4mOio+Kjn2IGJByoXqjggiGmZqImRuio5GXnx+clZqaj58IjI+Mj5Aaj4qPio8eh598m3qVepV4kHeNC8vMtOXuGu5i5UvMHgsVUdYFcAbNQAUOE+A7CgvKdAr32kEKC3oK6aUKsM4T0EkKEyj7beAiCuaZdvcxvfhsdwv32/lBFfsp/TL3KXwGIyKLIxua9yn5MvspmQfz9IvzGwv7VHn3iYiylLCkqrXC1qPNjMqM0Hi2XZ91l3KRbggOj5IK95X8LgX7tZv3tQf3lfgueAoLVwpOTGQ0KxoqsjTITB4LOAoTEKcKwAPJ9+oV99Sb+9T32mMKC/ffi71ndvcxvfefvfcvd5UK94nAE374U/exFff+mvv++BX4Bpr8OQb8HP1QBZwG9zX3sQX3jfuxBhO++Bia/AgGYvkyFaT8FfuFBg5ICpUKC8oW+TAH+GL9MAWb+VB8/TQG/GX5NH2MBf1RBwvKmhX4CHz8FgaJ+U/4Fnz8BgsVb6F0pqiioaindKJvb3V0bx6dFp2Zmp2dmnx5eXx8eXl9mp0eDmQKExCRClIK+9qdCgs4ChMIpwp6tHKwbaoIy002siwbLDZkS00fC8jG3bDlG+XdZk7GH6ZvomqbZggLWwr4j/kugJ0F/IIGDp8KusD3hsYDyflAFfd3BveYi/wO+5gb+xx8BvfW+7cFogb71ve3BfcFBvesi/gt+6wb+34Gg4MG/UiaBw4V+HoG/JD9MZR9BfdB90KL90EbmvyRBwtQCvtS90knCvt8C58KusD3hMcDuvlIFft7i/t6+3sam/ee93YG96yL+Eb7rBv7fgaDBpv8NxX4J/d2B/eYi/wn+5gbDvcul3b5Br2ZCveOxwPImhX3bYv3f/dtGvdxBvhLi/0x/Esb+4D5QBWDCveABvhfi/lP/F8bDvf2swqS+NUD+OmEFZkG9375VgV7Bvt2/Tz7PPhwBXUG+zz8cPt1+TwFewb3fv1WBZkG90D4fQUOwBUn+H6O6xr5G3v9Fgdh+wd2+wf7BvsGobQe+RZ7Bwu4m3b5PncBl/gJA5WSCveR+/L7kfvxBZ4G94f35PeI++QFnQb7kffx95H38gV5BvuI++T7h/fkBQ4pChMIcgr3/pr8DQaDCpoGCxXN1gVwBgtICgGS+BMDJAoO25UK+xfOE+gkChMU+4ILE/BGCgv3ZpmXCgG6v/f1wAPJ+TkV97H8PAWYBvex+DwF/Tma+VB7B/u3/EH7tvhBBXv9UJoGDvnAFVNPVMcFewbFQwWmBsXTBQt5Crr3BkUK+ygLs8yzE+QkChMbC5IKPj6LPht992wH+wyL+yv7Chr7VvskNftKHnsH91L3K+j3Xx/3D4v3MvcOGg5SbgqNCguLcQoL/VoFnAYL+VoFegYLiwrvvQt7hYF8h3kIDp4KAfc9wANLCg736nsKC4kKEp7CC2QKEwiRCuaadvk7mAr3n8ADUQoOxAr7ivwe+4r4HgULegqNCgv7MIUKCxX3/pv7/gtTm3b4bL3vvQG6TgoOzZl2+G699zCUCvfv+Ev775v5T3v75fxLBg5nsAoDRgoOQQr3G/liVgqSCnv9Twb3F/cWi/cXG5v8DAcOuwpJChMQC+ibdvk6dwGR+AUD97uUFfuk+UYFegb3rW8K961wCg77fYv7fft9GgsotDHLSh4Lm5cKC73vvZkK98ROCguKCo0KC84T0KKSCveK/B73ivgeBZ4G+5X8LgX7tXv3tQf7lfguBRMoC4C++OC9C+CDwvkFdwu9+DW9C7qSCpv9FgZi9wZ19wb3B/cHoLUe+Rab/RsHK/x+iO8aCxK6wAuPCveSwAMLi735ApgKC/cGE/BVChMIC1FABQ75TxUL+KL4HBX8ZffIfYwF/VGb+T0H+GP7yAX8CZr5UHwHC5gK95jAA8mSCnz9T5oLEpL4EwvK92h7CvhcQQoLdvk5dwt3mQoLAbrAC3eZdvk7mAoDupIK/U+a+U8Hovv5FQs2Tk0eC5p2+Gq99zN3AQv3/nv7/gYLtZumCgubdvkCvQELoQqNCgtSi73viwoL4/coax9b93QLG+7ks83MH0MKC/fyFQvbjQoLdvk7dwtRQwUOBvhPCwb7rQuLvfjLvQELf735EncBC6OfCvccwAP3ngueCufbEvc9wAssZZsKTE01ZC0bC/lhpAoLbgqZCgv7Wpv3WgcLf7344b0BC4UKAQvAE+gLwvgoxAsVgoSEgoOShJQL5pqmCo0KCxWUkpKUk4SSggv3hpv8h3v3hguZogWMBohvBQv3BhPgC+0b7uQLGv1OFgsoGykxCzEoGigL6Rvp4QstwwoL97eDFQsbLTYLBXgGCwAA") format('opentype') + } + @font-face { + font-family:'CodeBold'; + src:url("data:font/otf;base64,T1RUTwAMAIAAAwBAQ0ZGIL6/ayIAAD3EAAAgaEdQT1PTYCH4AAAa9AAAIOhHU1VC41Lz1wAAO9wAAAHoT1MvMouqQu4AAAEwAAAAYGNtYXDhK/7UAAAFpAAAAzpoZWFk8r/DoQAAAMwAAAA2aGhlYQZ2A3gAAAEEAAAAJGhtdHiWGv2rAAAI4AAAAv5rZXJuwMDBOgAADAAAAA70bWF4cADAUAAAAAEoAAAABm5hbWUqPXdOAAABkAAABBRwb3N0AAMAAAAAC+AAAAAgAAEAAAABAAAyGJpaXw889QADA+gAAAAAyCrAKQAAAADIKsAp/8j/HgOLA1EAAAADAAIAAAAAAAAAAQAAAyD/GgAAA6v/yP/zA4sAAQAAAAAAAAAAAAAAAAAAAL8AAFAAAMAAAAACAh8CvAAFAAQCvAKKAAAAjAK8AooAAAHdADIA+gAAAgAFBgMAAAIABIAAAK9QACBKAAAAAAAAAABGQlJDAAAAIPsCArz+1AGQAyAA5iAAAAAAAAAAArwCvAAgACAABAAAABoBPgABAAAAAAAAADsAAAABAAAAAAABAAkAOwABAAAAAAACAAcARAABAAAAAAADAB8ASwABAAAAAAAEAAkAOwABAAAAAAAFAAsAagABAAAAAAAGAAkAdQABAAAAAAAHACcAfgABAAAAAAAIAA8ApQABAAAAAAAJAA8ApQABAAAAAAAKACgAtAABAAAAAAALABYA3AABAAAAAAAMABYA3AADAAEECQAAAHYA8gADAAEECQABABIBaAADAAEECQACAA4BegADAAEECQADAD4BiAADAAEECQAEABIBxgADAAEECQAFABYB2AADAAEECQAGABIBxgADAAEECQAHAE4B7gADAAEECQAIAB4CPAADAAEECQAJAB4CPAADAAEECQAKAFACWgADAAEECQALACwCqgADAAEECQAMACwCqkNvcHlyaWdodCAoYykgMjAxMCBieSBTdmV0b3NsYXYgU2ltb3YuIEFsbCByaWdodHMgcmVzZXJ2ZWQuQ29kZSBCb2xkUmVndWxhclN2ZXRvc2xhdlNpbW92OiBDb2RlIEJvbGQ6IDIwMTBWZXJzaW9uIDEuMENvZGUtQm9sZENvZGUgQm9sZCBpcyBhIHRyYWRlbWFyayBvZiBGb250ZmFicmljLlN2ZXRvc2xhdiBTaW1vdk1vZGVybiBhbmQgZWxlZ2FudCBzYW5zIHNlcmlmIGZyZWUgZm9udC5odHRwOi8vZm9udGZhYnJpYy5jb20vAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABjACkAIAAyADAAMQAwACAAYgB5ACAAUwB2AGUAdABvAHMAbABhAHYAIABTAGkAbQBvAHYALgAgAEEAbABsACAAcgBpAGcAaAB0AHMAIAByAGUAcwBlAHIAdgBlAGQALgBDAG8AZABlACAAQgBvAGwAZABSAGUAZwB1AGwAYQByAFMAdgBlAHQAbwBzAGwAYQB2AFMAaQBtAG8AdgA6ACAAQwBvAGQAZQAgAEIAbwBsAGQAOgAgADIAMAAxADAAQwBvAGQAZQAtAEIAbwBsAGQAVgBlAHIAcwBpAG8AbgAgADEALgAwAEMAbwBkAGUAIABCAG8AbABkACAAaQBzACAAYQAgAHQAcgBhAGQAZQBtAGEAcgBrACAAbwBmACAARgBvAG4AdABmAGEAYgByAGkAYwAuAFMAdgBlAHQAbwBzAGwAYQB2ACAAUwBpAG0AbwB2AE0AbwBkAGUAcgBuACAAYQBuAGQAIABlAGwAZQBnAGEAbgB0ACAAcwBhAG4AcwAgAHMAZQByAGkAZgAgAGYAcgBlAGUAIABmAG8AbgB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGYAYQBiAHIAaQBjAC4AYwBvAG0ALwAAAAMAAAADAAABIgABAAAAAAAcAAMAAQAAASIAAAEGAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAECAwAEAAUuAAAAAAYABwAICQoLDA0ODxAREhMAAAAUABW9FhcYGRobHB0eHyAhImEjJCUmJygpKiu/AAAAAAAyZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fr4AAAAAAIqLY5SboKSNjI6Qj5GmqKepqqyrra6vsbCytLO3tri5AAAAAAAAAAAAAAAzNkliZUYASkuFAD9CQTtHAAA6krUxLABFAEhAAAAwOYaJn2SEAAAAAAAAAEy7gy08AABNTgAvAAAAiJWHlpOYmZqXnZ4AnKKjoQA0NQAAADcAAAAAAAQCGAAAAHwAQAAFADwAIgAkACcALAAuADsAPwBCAE8AUABZAFoAYAB5AHoAoQClAKgAtAC3AL8AxQDHAM8A1gDYAN0A5gDvAPYA/QD/AVMBYQF4AX4CxgLaAtwDqQPAICYgRCCsIRMhJiEuIgIiBiIPIhIiFSIaIh4iKyJIImAiZSXK4BH7Av//AAAAIAAkACYALAAuADAAPwBBAEMAUABRAFoAYABhAHoAoAClAKgAtAC3AL8AwADGAMgA0QDYANkA4ADnAPEA+AD/AVIBYAF4AX0CxgLaAtwDqQPAICYgRCCsIRMhJiEuIgIiBiIPIhEiFSIZIh4iKyJIImAiZCXK4AD7Af///+H/4AAA/9r/2f/Y/9UAAP/TABH/0gBl/9IABQBEAAD/4P+O/3//eP9y/8b/nP/L/8r/jf/I/6z/v/++/73/vAAAAAD/C/8D/W79Xf1Z/JH8e+AK3+nfkN8q3xjfjt493jreMgAA3i7eK94o3hzeAN3p3ebagiBPBUwAAQAAAAAAeAAAAAAAAAAAAHIAAAAAAAAAAAAAAAAAAABmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASABKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAuABUAvQA5ACwAZACEAH8AggBCADgAAAHj/+8BYAAAAM0AFgEgAAICJgACAlgABQDW//sAnP/9Aij//QEN/8sCE///Agf/9gIR//MCFv//Ah7/+QH7//kCFf/6AiT//gCV//0AjP/IAf7/7AJM/9UCxgADAosAEQHUAAwBwQAMAtUAAwIzAA8Bhf/6AZT/6AINABEB1gANAsMAEwJMABAC9v/+Av4ABQIPABECKgAEAhb/7AJNABICWv/XA1P/4gJZ/9YCN//OAMoAFgFGAAAAjQAFAKUAEQHVAA4CAgADAPb/+gD2ABABOP/6AVwAHAGLACIBFwAsAe4AAADIAAACwAAAAoMAAALi//QB6QAAAsAAAAI6AAACWQAAAscAAAJwAAABRgAAAKUAAAH5AAADBgAAAeYAAAHuAAAB7gAAAe4AAAHuAAACKQAUAu0AEAOrABUB0wALAdMACwHTAAsB0gALAdMACwHLAAwCMwAPAkwAFgJMABYCSQAVAkkAFQJJABUCSQAVAkkAFQJR/+UCT//tAXQAAAGnAAACDwAOA0j/3gK7AAMDPf/9AvgABAJM/9UCMgAQAsYAAwKLABEB1AAMAcEADALVAAMCMwAPAXb/8AGc//YCDQARAd4AFQLDABMCTAAQAvb//gIVAA4DBgAFAhMAEQIqAAQCFv/sAk0AEgJa/9cDU//iAln/1gI3/84CKgAEAjH/4wIx/+MCKgAEAjf/zgM9//0CN//OAkz/1QJM/9UCTP/VAkz/1QJM/9UCUv/bAkz/1QJM/9UCTP/VAkz/1QJM/9UCUv/bA0j/3gHUAAwB1AAMAdQADAHUAAwBe//1AXb/8AF2//ABdv/wAkwAEAL2//4C9v/+Avb//gL2//4C9v/+Ak0AEgJNABICTQASAk0AEgI3/84CuwADAdQADAHUAAwB1AAMAdQADAF7//UBdv/wAXb/8AF2//ACTAAQAvb//gL2//4C9v/+Avb//gL2//4C+AAEAk0AEgJNABICTQASAk0AEgI3/84CN//OApEAJwI6ABACFf/j/+MAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAADvAAAQJ7DAAACQLiABUAFQApABUAFv/2ABUAFwAVABUAGv/sABUAHAAqABUAHQBJABUAIv/rABUAI//rABUAJf/2ABUAJv+tABUAKP+3ABUAKf/BABUAKgAKABUAK/+sABUAZgAqABUAaP/gABUAaQAKABUAbgA0ABUAbwAqABUAcgAVABUAdP/2ABUAdv/2ABUAef/BABUAe//MABUAfP/WABUAfv/CABYAHP/2ABYAHf/XABYAJv/hABYAKP/sABYAKf/1ABYAK//rABYAZwAKABYAb//rABYAef/rABYAegAKABYAv//rABcAFf/hABcAHP/WABcAHf/BABcAJv+3ABcAKP/gABcAKf/rABcAKv/hABcAK//XABcAZv/rABcAb//hABcAef/hABcAe//rABcAfP/sABcAff/gABcAfv/hABcAv//hABgAFQAKABgAJgAgABgAKAAKABgAKQALABgAKgAfABgAKwALABgAvwAVABkABv+9ABkAB/+9ABkAEv+9ABkAE/+9ABkAFf/MABkAFv/rABkAGv/rABkAHf+3ABkAJf/sABkAJgAfABkAKQAgABkAKgAVABkAKwAfABkAvwALABoAFf/rABoAHP/rABoAHf/WABoAHwAKABoAJv/gABoAKv/rABoAK//1ABoAZv/2ABoAb//rABoAef/gABoAff/2ABoAv//rABsAIgAVABsAKAAVABsAKgAVABwAFQAfABwAFv/1ABwAGv/hABwAIv/hABwAI//gABwAJf/2ABwAJgAVABwAKAAgABwAKgAVABwAKwAfABwAbgAVABwAbwAVABwAdP/1ABwAdv/sABwAeQAfABwAewAVABwAfAALABwAvwAVAB0AFf/1AB0AHf/rAB0AKAAVAB0AYQAKAB0AewAVAB4AFv/WAB4AGv/XAB4AIv/hAB4AI//WAB4AJf/2AB4AaP/WAB4AagAVAB4AbP/WAB4AbgAfAB4AbwAfAB4AeP/rAB4AvwAqAB8AFQAKAB8AFv/BAB8AGv+3AB8AIv+3AB8AI/+3AB8AJf/WAB8AJv9aAB8AJ//hAB8AKP9uAB8AKf+DAB8AK/95AB8AvwAUACEAKAAVACIABv/YACIAB//YACIAFf/fACIAHP/hACIAHf/XACIAJv/BACIAKP/rACIAKf/rACIAKv/hACIAK//gACIAZv/2ACIAef/MACIAegAVACIAe//rACIAfP/rACIAff/hACIAfv/hACMAJv+3ACMAKP/rACMAKf/2ACMAK//gACMAvwAfACQAGAAKACQAGv/1ACQAKQALACQAK//rACUAFf/2ACUAHP/rACUAJv/MACUAKP/1ACUAKf/1ACUAKv/1ACUAK//hACUAef/sACUAfv/2ACYABv/YACYAB//YACYAEv/YACYAE//YACYAFf+tACYAFv/MACYAGv/gACYAHAALACYAHf/BACYAIv/WACYAI//BACYAJf/LACYAJgAfACYAKAALACYAZv+tACYAaP/hACYAbP/MACYAbgAgACYAb//CACYAdP/WACYAdv/MACYAeQAqACYAewAfACYAfAAVACYAfgAVACcAHf/hACgABv/YACgAB//YACgAEv/YACgAE//YACgAFf+3ACgAFv/rACgAGv/rACgAHAAfACgAHf/BACgAIv/gACgAI//rACgAJf/1ACgAJgAKACgAZv+3ACgAZwAKACgAaP/hACgAbgAVACgAb/+3ACgAdP/hACgAdv/hACgAeQAfACkABv/YACkAB//YACkAEv/YACkAE//YACkAFf+3ACkAFv/hACkAGv/gACkAG//sACkAHf/MACkAIv/hACkAI//hACkAJf/sACkAYQAKACkAZv+3ACkAaP/hACkAbP/gACkAb/+3ACkAdP/hACkAdv/hACkAeP/rACoAFv/WACoAGv/XACoAIv/WACoAI//gACoAJf/rACoAaP/MACoAbP/WACoAbgAVACoAbwAVACoAdP/MACoAeP/rACsABv+9ACsAB/+9ACsAEv+9ACsAE/+9ACsAFf+sACsAFv/MACsAGv/XACsAHAAVACsAHf/BACsAIv/WACsAI//MACsAJf/rACsAZv+tACsAaP/MACsAaQALACsAbP/XACsAbgAqACsAb//MACsAdP/XACsAeP/1ACsAeQAfAGEAFf/BAGEAHP/hAGEAHf+XAGEAJv/1AGEAKv/rAGEAK//1AGEAZv/MAGEAv//rAGYAFv/rAGYAHQApAGYAJv+tAGYAKP+3AGYAKf+3AGYAK/+tAGYAZgAgAGYAaP/gAGYAaQAfAGYAbP/2AGYAbQAVAGYAbgAqAGYAbwA0AGYAcAAVAGYAcQAVAGYAcgAVAGYAcwAVAGYAdP/2AGYAdQAfAGYAdv/rAGYAdwAVAGYAeP/1AGYAef+tAGYAe//MAGYAfP/MAGYAfv+jAGcAFQAUAGcAJwALAGcAKf/2AGcAZgAVAGcAcgALAGcAdQAVAGcAef/rAGcAegALAGgAHf/rAGgAJv/hAGgAKv/2AGgAK//rAGgAZv/2AGgAef/rAGgAe//1AGgAff/gAGgAfv/1AGkAFf/rAGkAJv/WAGkAKP/2AGkAKf/rAGkAKv/gAGkAK//gAGkAZv/rAGkAbv/2AGkAb//rAGkAdAAVAGkAef/MAGkAe//rAGkAfP/rAGkAff/sAGkAfv/gAGkAv//rAGoAHQAfAGoAJgAfAGoAKAAgAGoAKQALAGoAKgAfAGoAZgAfAGoAbgAgAGoAbwAgAGoAcgAUAGoAeQAVAGoAewAKAGoAfQAVAGoAfgAUAGoAvwAVAGsAFf/MAGsAHAAVAGsAHf/XAGsAJgApAGsAKAAfAGsAKQAgAGsAKgAfAGsAKwAVAGsAZv/WAGsAbgAfAGsAb//MAGsAdv/1AGsAeP/2AGsAeQAfAGsAewAfAGsAfAAVAGsAfQAKAGsAfgAfAGsAvwAKAGwAHP/2AGwAHf/MAGwAIgALAGwAJv/2AGwAK//rAGwAZv/2AGwAbv/2AGwAb//sAGwAef/hAGwAegAKAGwAff/hAGwAfv/2AGwAv//hAG0AFgAVAG0AKgAKAG0AZgAVAG0AbAAKAG0AegAKAG4AFQAqAG4AFv/rAG4AGv/2AG4AHAAKAG4AHQAgAG4AJgAfAG4AKAAfAG4AKQAKAG4AKgAVAG4AKwAgAG4AZgAfAG4AaP/hAG4AbP/hAG4AbgAVAG4AbwAVAG4AdP/gAG4Adv/hAG4AeQAVAG4AewAVAG4AfAAVAG4AfQAVAG4AfgAVAG4AvwAgAG8AGgAfAG8AJgALAG8AKAAfAG8AKgAKAG8AKwApAG8AaQALAG8AbAAKAG8AbQAKAG8AcAAVAG8AdAAVAG8AdQAVAG8AewALAHAAFv/WAHAAGv/WAHAAHAAUAHAAHQAVAHAAIv/hAHAAJf/1AHAAaP/WAHAAbP/XAHAAbgAqAHAAbwAgAHAAdP/WAHAAdv/WAHAAeP/1AHAAev/1AHAAvwAfAHEAFQAUAHEAFv/WAHEAGv/rAHEAHAAVAHEAHQApAHEAIv/sAHEAJv+NAHEAKP+DAHEAKf+tAHEAZgAVAHEAaP/MAHEAbP/hAHEAbgAfAHEAbwAqAHEAdP/WAHEAeP/2AHEAef95AHEAev/rAHEAe/+NAHEAfP+OAHEAfv+DAHEAvwAVAHIAZgALAHIAdQAKAHMAKgAKAHMAKwAVAHMAZgAVAHMAcgAKAHQAFf/hAHQAHP/rAHQAJv/MAHQAKP/rAHQAKf/rAHQAKv/WAHQAK//hAHQAZv/hAHQAbv/WAHQAb//CAHQAef+3AHQAe//hAHQAfP/rAHQAff/WAHQAfv/hAHQAv//gAHUAFf/MAHUAHP/2AHUAZv/WAHUAb/+iAHUAcf/2AHUAff/sAHUAfv/2AHUAv//hAHYAFv/2AHYAHQAfAHYAJv/CAHYAKf/rAHYAK//MAHYAbgAVAHYAcAALAHYAdv/1AHYAef/BAHYAe//gAHYAfP/gAHYAfv/WAHcAHQApAHcAIgAUAHcAKgAgAHcAagALAHcAbgAVAHcAcQAKAHcAcgAVAHgAK//2AHgAdQAKAHgAef/sAHgAe//1AHgAfP/2AHgAff/2AHgAfv/rAHkAFf+tAHkAFv/MAHkAGv/MAHkAHAAVAHkAIv/MAHkAJf/rAHkAJgAfAHkAKAAqAHkAKwAgAHkAZv+iAHkAaP/WAHkAbP/MAHkAbgAVAHkAb//BAHkAdP/CAHkAdv/CAHkAeP/2AHkAeQAVAHkAewAVAHkAfAAUAHkAfQAKAHkAfgAVAHoAFgAUAHoAGgAVAHoAIgAVAHoAZgAKAHoAaAAKAHoAb//rAHoAdAAKAHoAdQALAHsAFf/CAHsAFv/hAHsAGv/hAHsAHAAVAHsAHf/LAHsAIv/gAHsAJf/1AHsAZv/BAHsAaP/gAHsAbP/hAHsAbgAVAHsAb//LAHsAdP/hAHsAdv/WAHsAeP/1AHsAeQAfAHsAewAKAHsAvwALAHwAFf+3AHwAFv/hAHwAGv/rAHwAHf+3AHwAIv/WAHwAJf/2AHwAZv+3AHwAaP/rAHwAbP/hAHwAbgAKAHwAb/+3AHwAcf/rAHwAdP/hAHwAdv/WAHwAeP/rAHwAeQAKAH0AFv/hAH0AGv/rAH0AIv/rAH0AJf/2AH0AaP/WAH0AbP/MAH0AbgAKAH0AdP/WAH0Adv/MAH0AeP/2AH0AvwAKAH4AFf+3AH4AFv/WAH4AGv/hAH4AHf/BAH4AIv/gAH4AJf/2AH4AJgAfAH4AZv+tAH4AaP/WAH4AbP/XAH4AbgAVAH4Ab//LAH4AdP/hAH4Adv/LAH4AeP/rAH4AeQAVAL0AKP/1AL0AKf/rAL0AK//hAL0AZwALAL0Aef/hAL0Ae//2AL0AfP/1AL0Afv/rAL4AIv/2AL4AKAAfAL4AvwAgAL8AFv/hAL8AGv/hAL8AHAAUAL8AHQAfAL8AI//XAL8AKwAVAL8AaP/hAL8AbP/hAL8AbgAfAL8AbwAfAL8AdP/rAL8Adv/WAL8AeP/2AL8AewAfAL8AfQAVAL8AvgAfAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAA//8AAQAAAAFrZXJuAAgAAAABAAAAAQAEAAIAAAABAAgAASBqAAQAAAB9AQQBbgGcAd4B/AI2AmgCdgLAAtYDCAM6A0ADhgOcA64D1AQ6BEAElgToBRYFbAWuBfAGMgZ0BrYGxAbaBvAHFgc8B2IHiAeuCAwIagiMCPoJKAlyCbgKIgpECmoKrArqCzgLdguMC+oMHAxaDLQNHg2MDeIOZA6iDxgPhg/gEFIQnBDeEQwRThGkEe4SWBLCEywTlhQAFGoU1BU+FagWEhZ8FuYXXBd6F5gXthfUGB4YaBiyGPwZAhlIGY4Z1BoaGmAaZhpsGnIaeBqeGtwbGhtYG5Yb9BxSHLAdDh0gHXYdzB4iHngezh8kH0YfaB+KH6wf7iAQIB4gYAAaABUAKQAW//YAFwAVABr/7AAcACoAHQBJACL/6wAj/+sAJf/2ACb/rQAo/7cAKf/BACoACgAr/6wAZgAqAGj/4ABpAAoAbgA0AG8AKgByABUAdP/2AHb/9gB5/8EAe//MAHz/1gB+/8IACwAc//YAHf/XACb/4QAo/+wAKf/1ACv/6wBnAAoAb//rAHn/6wB6AAoAv//rABAAFf/hABz/1gAd/8EAJv+3ACj/4AAp/+sAKv/hACv/1wBm/+sAb//hAHn/4QB7/+sAfP/sAH3/4AB+/+EAv//hAAcAFQAKACYAIAAoAAoAKQALACoAHwArAAsAvwAVAA4ABv+9AAf/vQAS/70AE/+9ABX/zAAW/+sAGv/rAB3/twAl/+wAJgAfACkAIAAqABUAKwAfAL8ACwAMABX/6wAc/+sAHf/WAB8ACgAm/+AAKv/rACv/9QBm//YAb//rAHn/4AB9//YAv//rAAMAIgAVACgAFQAqABUAEgAVAB8AFv/1ABr/4QAi/+EAI//gACX/9gAmABUAKAAgACoAFQArAB8AbgAVAG8AFQB0//UAdv/sAHkAHwB7ABUAfAALAL8AFQAFABX/9QAd/+sAKAAVAGEACgB7ABUADAAW/9YAGv/XACL/4QAj/9YAJf/2AGj/1gBqABUAbP/WAG4AHwBvAB8AeP/rAL8AKgAMABUACgAW/8EAGv+3ACL/twAj/7cAJf/WACb/WgAn/+EAKP9uACn/gwAr/3kAvwAUAAEAKAAVABEABv/YAAf/2AAV/98AHP/hAB3/1wAm/8EAKP/rACn/6wAq/+EAK//gAGb/9gB5/8wAegAVAHv/6wB8/+sAff/hAH7/4QAFACb/twAo/+sAKf/2ACv/4AC/AB8ABAAYAAoAGv/1ACkACwAr/+sACQAV//YAHP/rACb/zAAo//UAKf/1ACr/9QAr/+EAef/sAH7/9gAZAAb/2AAH/9gAEv/YABP/2AAV/60AFv/MABr/4AAcAAsAHf/BACL/1gAj/8EAJf/LACYAHwAoAAsAZv+tAGj/4QBs/8wAbgAgAG//wgB0/9YAdv/MAHkAKgB7AB8AfAAVAH4AFQABAB3/4QAVAAb/2AAH/9gAEv/YABP/2AAV/7cAFv/rABr/6wAcAB8AHf/BACL/4AAj/+sAJf/1ACYACgBm/7cAZwAKAGj/4QBuABUAb/+3AHT/4QB2/+EAeQAfABQABv/YAAf/2AAS/9gAE//YABX/twAW/+EAGv/gABv/7AAd/8wAIv/hACP/4QAl/+wAYQAKAGb/twBo/+EAbP/gAG//twB0/+EAdv/hAHj/6wALABb/1gAa/9cAIv/WACP/4AAl/+sAaP/MAGz/1gBuABUAbwAVAHT/zAB4/+sAFQAG/70AB/+9ABL/vQAT/70AFf+sABb/zAAa/9cAHAAVAB3/wQAi/9YAI//MACX/6wBm/60AaP/MAGkACwBs/9cAbgAqAG//zAB0/9cAeP/1AHkAHwAQABUACgAdAB8AJgAfACgAIAApAAsAKgAfACsACwBmAB8AbgAgAG8AIAByABQAeQAVAHsACgB9ABUAfgAUAL8AFQAQABUACgAdAB8AJgAfACgAIAApAAsAKgAfACsACwBmAB8AbgAgAG8AIAByABQAeQAVAHsACgB9ABUAfgAUAL8AFQAQABUACgAdAB8AJgAfACgAIAApAAsAKgAfACsACwBmAB8AbgAgAG8AIAByABQAeQAVAHsACgB9ABUAfgAUAL8AFQAQABUACgAdAB8AJgAfACgAIAApAAsAKgAfACsACwBmAB8AbgAgAG8AIAByABQAeQAVAHsACgB9ABUAfgAUAL8AFQAQABUACgAdAB8AJgAfACgAIAApAAsAKgAfACsACwBmAB8AbgAgAG8AIAByABQAeQAVAHsACgB9ABUAfgAUAL8AFQADACIAFQAoABUAKgAVAAUAKAAVACoACgArABUAZgAVAHIACgAFACgAFQAqAAoAKwAVAGYAFQByAAoACQAWABQAGgAVAB3/4QAiABUAZgAKAGgACgBv/+sAdAAKAHUACwAJABYAFAAaABUAHf/hACIAFQBmAAoAaAAKAG//6wB0AAoAdQALAAkAFgAUABoAFQAd/+EAIgAVAGYACgBoAAoAb//rAHQACgB1AAsACQAWABQAGgAVAB3/4QAiABUAZgAKAGgACgBv/+sAdAAKAHUACwAJABYAFAAaABUAHf/hACIAFQBmAAoAaAAKAG//6wB0AAoAdQALABcABv+9AAf/vQAS/70AE/+9ABX/rAAW/8wAGv/XABwAFQAd/8EAIv/WACP/zAAl/+sAJgAfAGb/rQBo/8wAaQALAGz/1wBuACoAb//MAHT/1wB2/8sAeP/1AHkAHwAXAAb/vQAH/70AEv+9ABP/vQAV/6wAFv/MABr/1wAcABUAHf/BACL/1gAj/8wAJf/rACYAHwBm/60AaP/MAGkACwBs/9cAbgAqAG//zAB0/9cAdv/LAHj/9QB5AB8ACAAV/8EAHP/hAB3/lwAm//UAKv/rACv/9QBm/8wAv//rABsAFQApABb/9gAXABUAGv/sABwAKgAdAEkAIv/rACP/6wAl//YAJv+tACj/twAp/8EAKgAKACv/rABmACoAaP/gAGkACgBuADQAbwAqAHIAFQB0//YAdv/2AHn/wQB7/8wAfP/WAH7/wgC/ABUACwAc//YAHf/XACb/4QAo/+wAKf/1ACv/6wBnAAoAb//rAHn/6wB6AAoAv//rABIABv/YAAf/2AAVAAoAHP/hAB3/1wAmACAAKAAKACkACwAqAB8AKwALAGb/9gB5/8wAegAVAHv/6wB8/+sAff/hAH7/4QC/ABUAEQAG/9gAB//YABX/3wAc/+EAHf/XACb/wQAo/+sAKf/rACr/4QAr/+AAZv/2AHn/zAB6ABUAe//rAHz/6wB9/+EAfv/hABoAFv/rAB0AKQAm/60AKP+3ACn/twAr/60AZgAgAGj/4ABpAB8AbP/2AG0AFQBuACoAbwA0AHAAFQBxABUAcgAVAHMAFQB0//YAdQAfAHb/6wB3ABUAeP/1AHn/rQB7/8wAfP/MAH7/owAIABUAFAAnAAsAKf/2AGYAFQByAAsAdQAVAHn/6wB6AAsACQAd/+sAJv/hACr/9gAr/+sAZv/2AHn/6wB7//UAff/gAH7/9QAQABX/6wAm/9YAKP/2ACn/6wAq/+AAK//gAGb/6wBu//YAb//rAHQAFQB5/8wAe//rAHz/6wB9/+wAfv/gAL//6wAPAB3/6wAm/+EAKAAgACkACwAq//YAK//rAGb/9gBuACAAbwAgAHIAFAB5/+sAe//1AH3/4AB+//UAvwAVABMAFf/MABwAFQAd/9cAJgApACgAHwApACAAKgAfACsAFQBm/9YAbgAfAG//zAB2//UAeP/2AHkAHwB7AB8AfAAVAH0ACgB+AB8AvwAKAA8AHP/2AB3/6wAiAAsAJv/hACr/9gAr/+sAZv/2AG7/9gBv/+wAef/rAHoACgB7//UAff/gAH7/9QC//+EABQAWABUAKgAKAGYAFQBsAAoAegAKABcAFQAqABb/6wAa//YAHAAKAB0AIAAmAB8AKAAfACkACgAqABUAKwAgAGYAHwBo/+EAbP/hAG4AFQBvABUAdP/gAHb/4QB5ABUAewAVAHwAFQB9ABUAfgAVAL8AIAAMABoAHwAmAAsAKAAfACoACgArACkAaQALAGwACgBtAAoAcAAVAHQAFQB1ABUAewALAA8AFv/WABr/1gAcABQAHQAVACL/4QAl//UAaP/WAGz/1wBuACoAbwAgAHT/1gB2/9YAeP/1AHr/9QC/AB8AFgAVABQAFv/WABr/6wAcABUAHQApACL/7AAm/40AKP+DACn/rQBmABUAaP/MAGz/4QBuAB8AbwAqAHT/1gB4//YAef95AHr/6wB7/40AfP+OAH7/gwC/ABUAGgAW/+sAHQApACb/rQAo/7cAKf+3ACv/rQBmAAsAaP/gAGkAHwBs//YAbQAVAG4AKgBvADQAcAAVAHEAFQByABUAcwAVAHT/9gB1AAoAdv/rAHcAFQB4//UAef+tAHv/zAB8/8wAfv+jABsAFv/rAB0AKQAm/60AKP+3ACn/twAqAAoAK/+tAGYAIABo/+AAaQAfAGz/9gBtABUAbgAqAG8ANABwABUAcQAVAHIAFQBzABUAdP/2AHUAHwB2/+sAdwAVAHj/9QB5/60Ae//MAHz/zAB+/6MAFQAVABQAHP/rAB3/6wAm/+EAJwALACj/6wAp//YAKv/2ACv/6wBmABUAbv/WAG//wgByAAsAdQAVAHn/6wB6AAsAe//1AHz/6wB9/+AAfv/1AL//4AAgABX/zAAW/+sAHP/2AB0AKQAm/60AJwALACj/twAp/7cAK/+tAGb/1gBo/+AAaQAfAGz/9gBtABUAbgAqAG//ogBwABUAcf/2AHIAFQBzABUAdP/2AHUAHwB2/+sAdwAVAHj/9QB5/60AegALAHv/zAB8/8wAff/sAH7/9gC//+EADwAW//YAHQAfACb/wgAp/+sAKv/2ACv/zABm//YAbgAVAHAACwB2//UAef/BAHv/4AB8/+AAff/gAH7/1gAdABb/6wAdACkAIgAUACb/rQAo/7cAKf+3ACoAIAAr/60AZgAgAGj/4ABpAB8AagALAGz/9gBtABUAbgAqAG8ANABwABUAcQAVAHIAFQBzABUAdP/2AHUAHwB2/+sAdwAVAHj/9QB5/60Ae//MAHz/zAB+/6MAGwAW/+sAHQApACb/rQAo/7cAKf+3ACv/rQBmACAAaP/gAGkAHwBs//YAbQAVAG4AKgBvADQAcAAVAHEAFQByABUAcwAVAHT/9gB1AB8Adv/rAHcAFQB4//UAef+tAHv/zAB8/8wAff/2AH7/owAWABX/rQAW/8wAGv/MABwAFQAi/8wAJf/rACYAHwAoACoAKwAgAGb/ogBo/9YAbP/MAG4AFQBv/8EAdP/CAHb/wgB4//YAeQAVAHsAFQB8ABQAfQAKAH4AFQAcABb/6wAaABUAHQApACIAFQAm/60AKP+3ACn/twAr/60AZgAgAGj/4ABpAB8AbP/2AG0AFQBuACoAbwA0AHAAFQBxABUAcgAVAHMAFQB0//YAdQAfAHb/6wB3ABUAeP/1AHn/rQB7/8wAfP/MAH7/owASABX/wgAW/+EAGv/hABwAFQAd/8sAIv/gACX/9QBm/8EAaP/gAGz/4QBuABUAb//LAHT/4QB2/9YAeP/1AHkAHwB7AAoAvwALABAAFf+3ABb/4QAa/+sAHf+3ACL/1gAl//YAZv+3AGj/6wBs/+EAbgAKAG//twBx/+sAdP/hAHb/1gB4/+sAeQAKAAsAFv/hABr/6wAi/+sAJf/2AGj/1gBs/8wAbgAKAHT/1gB2/8wAeP/2AL8ACgAQABX/twAW/9YAGv/hAB3/wQAi/+AAJf/2ACYAHwBm/60AaP/WAGz/1wBuABUAb//LAHT/4QB2/8sAeP/rAHkAFQAVAAb/vQAH/70AEv+9ABP/vQAV/6wAFv/MABr/1wAcABUAHf/BACL/1gAj/8wAJf/rAGb/rQBo/8wAaQALAGz/1wBuACoAb//MAHT/1wB4//UAeQAfABIAFf/hABz/6wAd/+sAJv/hACgAIAApAAsAKv/2ACv/6wBm//YAbgAgAG8AIAByABQAef/rAHv/9QB8/+sAff/gAH7/9QC/ABUAGgAVACkAFv/2ABcAFQAa/+wAHAAqAB0ASQAi/+sAI//rACX/9gAm/60AKP+3ACn/wQAqAAoAK/+sAGYAKgBo/+AAaQAKAG4ANABvACoAcgAVAHT/9gB2//YAef/BAHv/zAB8/9YAfv/CABoAFQApABb/9gAXABUAGv/sABwAKgAdAEkAIv/rACP/6wAl//YAJv+tACj/twAp/8EAKgAKACv/rABmACoAaP/gAGkACgBuADQAbwAqAHIAFQB0//YAdv/2AHn/wQB7/8wAfP/WAH7/wgAaABUAKQAW//YAFwAVABr/7AAcACoAHQBJACL/6wAj/+sAJf/2ACb/rQAo/7cAKf/BACoACgAr/6wAZgAqAGj/4ABpAAoAbgA0AG8AKgByABUAdP/2AHb/9gB5/8EAe//MAHz/1gB+/8IAGgAVACkAFv/2ABcAFQAa/+wAHAAqAB0ASQAi/+sAI//rACX/9gAm/60AKP+3ACn/wQAqAAoAK/+sAGYAKgBo/+AAaQAKAG4ANABvACoAcgAVAHT/9gB2//YAef/BAHv/zAB8/9YAfv/CABoAFQApABb/9gAXABUAGv/sABwAKgAdAEkAIv/rACP/6wAl//YAJv+tACj/twAp/8EAKgAKACv/rABmACoAaP/gAGkACgBuADQAbwAqAHIAFQB0//YAdv/2AHn/wQB7/8wAfP/WAH7/wgAaABUAKQAW//YAFwAVABr/7AAcACoAHQBJACL/6wAj/+sAJf/2ACb/rQAo/7cAKf/BACoACgAr/6wAZgAqAGj/4ABpAAoAbgA0AG8AKgByABUAdP/2AHb/9gB5/8EAe//MAHz/1gB+/8IAGgAW/+sAHQApACb/rQAo/7cAKf+3ACv/rQBmACAAaP/gAGkAHwBs//YAbQAVAG4AKgBvADQAcAAVAHEAFQByABUAcwAVAHT/9gB1AB8Adv/rAHcAFQB4//UAef+tAHv/zAB8/8wAfv+jABoAFv/rAB0AKQAm/60AKP+3ACn/twAr/60AZgAgAGj/4ABpAB8AbP/2AG0AFQBuACoAbwA0AHAAFQBxABUAcgAVAHMAFQB0//YAdQAfAHb/6wB3ABUAeP/1AHn/rQB7/8wAfP/MAH7/owAaABb/6wAdACkAJv+tACj/twAp/7cAK/+tAGYAIABo/+AAaQAfAGz/9gBtABUAbgAqAG8ANABwABUAcQAVAHIAFQBzABUAdP/2AHUAHwB2/+sAdwAVAHj/9QB5/60Ae//MAHz/zAB+/6MAGgAW/+sAHQApACb/rQAo/7cAKf+3ACv/rQBmACAAaP/gAGkAHwBs//YAbQAVAG4AKgBvADQAcAAVAHEAFQByABUAcwAVAHT/9gB1AB8Adv/rAHcAFQB4//UAef+tAHv/zAB8/8wAfv+jABoAFv/rAB0AKQAm/60AKP+3ACn/twAr/60AZgAgAGj/4ABpAB8AbP/2AG0AFQBuACoAbwA0AHAAFQBxABUAcgAVAHMAFQB0//YAdQAfAHb/6wB3ABUAeP/1AHn/rQB7/8wAfP/MAH7/owAaABb/6wAdACkAJv+tACj/twAp/7cAK/+tAGYAIABo/+AAaQAfAGz/9gBtABUAbgAqAG8ANABwABUAcQAVAHIAFQBzABUAdP/2AHUAHwB2/+sAdwAVAHj/9QB5/60Ae//MAHz/zAB+/6MAHQAW/+sAHQAfACYAHwAoACAAKQALACoAHwAr/60AZgAfAGj/4ABpAB8AbP/2AG0AFQBuACAAbwAgAHAAFQBxABUAcgAUAHMAFQB0//YAdQAfAHb/6wB3ABUAeP/1AHkAFQB7AAoAfP/MAH0AFQB+ABQAvwAVAAcAFQAKACYAIAAoAAoAKQALACoAHwArAAsAvwAVAAcAFQAKACYAIAAoAAoAKQALACoAHwArAAsAvwAVAAcAFQAKACYAIAAoAAoAKQALACoAHwArAAsAvwAVAAcAFQAKACYAIAAoAAoAKQALACoAHwArAAsAvwAVABIAFQAfABb/9QAa/+EAIv/hACP/4AAl//YAJgAVACgAIAAqABUAKwAfAG4AFQBvABUAdP/1AHb/7AB5AB8AewAVAHwACwC/ABUAEgAVAB8AFv/1ABr/4QAi/+EAI//gACX/9gAmABUAKAAgACoAFQArAB8AbgAVAG8AFQB0//UAdv/sAHkAHwB7ABUAfAALAL8AFQASABUAHwAW//UAGv/hACL/4QAj/+AAJf/2ACYAFQAoACAAKgAVACsAHwBuABUAbwAVAHT/9QB2/+wAeQAfAHsAFQB8AAsAvwAVABIAFQAfABb/9QAa/+EAIv/hACP/4AAl//YAJgAVACgAIAAqABUAKwAfAG4AFQBvABUAdP/1AHb/7AB5AB8AewAVAHwACwC/ABUAAQAoABUAEQAG/9gAB//YABX/3wAc/+EAHf/XACb/wQAo/+sAKf/rACr/4QAr/+AAZv/2AHn/zAB6ABUAe//rAHz/6wB9/+EAfv/hABEABv/YAAf/2AAV/98AHP/hAB3/1wAm/8EAKP/rACn/6wAq/+EAK//gAGb/9gB5/8wAegAVAHv/6wB8/+sAff/hAH7/4QARAAb/2AAH/9gAFf/fABz/4QAd/9cAJv/BACj/6wAp/+sAKv/hACv/4ABm//YAef/MAHoAFQB7/+sAfP/rAH3/4QB+/+EAEQAG/9gAB//YABX/3wAc/+EAHf/XACb/wQAo/+sAKf/rACr/4QAr/+AAZv/2AHn/zAB6ABUAe//rAHz/6wB9/+EAfv/hABEABv/YAAf/2AAV/98AHP/hAB3/1wAm/8EAKP/rACn/6wAq/+EAK//gAGb/9gB5/8wAegAVAHv/6wB8/+sAff/hAH7/4QABAB3/4QABAB3/4QABAB3/4QABAB3/4QAJAB3/6wAm/+EAKv/2ACv/6wBm//YAef/rAHv/9QB9/+AAfv/1AA8AHf/rACb/4QAoACAAKQALACr/9gAr/+sAZv/2AG4AIABvACAAcgAUAHn/6wB7//UAff/gAH7/9QC/ABUADwAd/+sAJv/hACgAIAApAAsAKv/2ACv/6wBm//YAbgAgAG8AIAByABQAef/rAHv/9QB9/+AAfv/1AL8AFQAPAB3/6wAm/+EAKAAgACkACwAq//YAK//rAGb/9gBuACAAbwAgAHIAFAB5/+sAe//1AH3/4AB+//UAvwAVAA8AHf/rACb/4QAoACAAKQALACr/9gAr/+sAZv/2AG4AIABvACAAcgAUAHn/6wB7//UAff/gAH7/9QC/ABUAFwAVACoAFv/rABr/9gAcAAoAHQAgACYAHwAoAB8AKQAKACoAFQArACAAZgAfAGj/4QBs/+EAbgAVAG8AFQB0/+AAdv/hAHkAFQB7ABUAfAAVAH0AFQB+ABUAvwAgABcAFQAqABb/6wAa//YAHAAKAB0AIAAmAB8AKAAfACkACgAqABUAKwAgAGYAHwBo/+EAbP/hAG4AFQBvABUAdP/gAHb/4QB5ABUAewAVAHwAFQB9ABUAfgAVAL8AIAAXABUAKgAW/+sAGv/2ABwACgAdACAAJgAfACgAHwApAAoAKgAVACsAIABmAB8AaP/hAGz/4QBuABUAbwAVAHT/4AB2/+EAeQAVAHsAFQB8ABUAfQAVAH4AFQC/ACAAFwAVACoAFv/rABr/9gAcAAoAHQAgACYAHwAoAB8AKQAKACoAFQArACAAZgAfAGj/4QBs/+EAbgAVAG8AFQB0/+AAdv/hAHkAFQB7ABUAfAAVAH0AFQB+ABUAvwAgAAQAKgAKACsAFQBmABUAcgAKABUAFQAUABz/6wAd/+sAJv/hACcACwAo/+sAKf/2ACr/9gAr/+sAZgAVAG7/1gBv/8IAcgALAHUAFQB5/+sAegALAHv/9QB8/+sAff/gAH7/9QC//+AAFQAVABQAHP/rAB3/6wAm/+EAJwALACj/6wAp//YAKv/2ACv/6wBmABUAbv/WAG//wgByAAsAdQAVAHn/6wB6AAsAe//1AHz/6wB9/+AAfv/1AL//4AAVABUAFAAc/+sAHf/rACb/4QAnAAsAKP/rACn/9gAq//YAK//rAGYAFQBu/9YAb//CAHIACwB1ABUAef/rAHoACwB7//UAfP/rAH3/4AB+//UAv//gABUAFQAUABz/6wAd/+sAJv/hACcACwAo/+sAKf/2ACr/9gAr/+sAZgAVAG7/1gBv/8IAcgALAHUAFQB5/+sAegALAHv/9QB8/+sAff/gAH7/9QC//+AAFQAVABQAHP/rAB3/6wAm/+EAJwALACj/6wAp//YAKv/2ACv/6wBmABUAbv/WAG//wgByAAsAdQAVAHn/6wB6AAsAe//1AHz/6wB9/+AAfv/1AL//4AAVABUAFAAc/+sAHf/rACb/4QAnAAsAKP/rACn/9gAq//YAK//rAGYAFQBu/9YAb//CAHIACwB1ABUAef/rAHoACwB7//UAfP/rAH3/4AB+//UAv//gAAgAFgAUABoAFQAiABUAZgAKAGgACgBv/+sAdAAKAHUACwAIABYAFAAaABUAIgAVAGYACgBoAAoAb//rAHQACgB1AAsACAAWABQAGgAVACIAFQBmAAoAaAAKAG//6wB0AAoAdQALAAgAFgAUABoAFQAiABUAZgAKAGgACgBv/+sAdAAKAHUACwAQABX/twAW/9YAGv/hAB3/wQAi/+AAJf/2ACYAHwBm/60AaP/WAGz/1wBuABUAb//LAHT/4QB2/8sAeP/rAHkAFQAIACj/9QAp/+sAK//hAGcACwB5/+EAe//2AHz/9QB+/+sAAwAi//YAKAAfAL8AIAAQABb/4QAa/+EAHAAUAB0AHwAj/9cAKwAVAGj/4QBs/+EAbgAfAG8AHwB0/+sAdv/WAHj/9gB7AB8AfQAVAL4AHwACACr/9gB9/+AAAgALABUAHwAAACEAKwALAE8AUwAWAFUAXgAbAGEAfgAlAIMAhABDAIYApABFAKYAuQBkALsAuwB4AL0AvwB5/////wB8AAEAAAAKADIAcgABbGF0bgAIAAoAAVRVUiAAGAAA//8ABAAAAAEAAgAEAAD//wABAAMABWFhbHQAIGZyYWMAJmxpZ2EALGxpZ2EANHNhbHQAOgAAAAEAAAAAAAEAAwAAAAIAAQACAAAAAQACAAAAAQAEAAUADAAUABwAJAAsAAEAAAABAMwABAAAAAEAIAAEAAAAAQAqAAQAAAABADQAAQAAAAEAYgABAO4AAQAIAAEABABNAAIAbgABANwAAQAIAAEABABOAAIAcQABANAAAQAIAAQACgAUAB4AJv//AAQALQAIAAj//wAE//8ACAAI//8AAwAtAAj//wAD//8ACAACAKAAIgBfAGAATwBUAFUAVgBYAF0ATwBUAFUAVgBYAF0AXgBRAFAAUgBTAFcAWgBZAFsAXABRAFAAUgBTAFcAWgBZAFsAXABeAAIAVgAiAF8AYABPAFQAVQBWAFgAXQBPAFQAVQBWAFgAXQBeAFEAUABSAFMAVwBaAFkAWwBcAFEAUABSAFMAVwBaAFkAWwBcAF4AAQABAGsAAQABAAgAAQAiAA8AEQAYABkAGwAhACcAKwBqAGsAbQBzAHoAfgCDAJMAlACVAJYAmwChAKIAowCkAKcAqACpAKoArwC2ALcAuAC5ALsBAAQCAAEBAQpDb2RlLUJvbGQAAQEBLfgQAPhEAfhFDAD4RgL4RgP4FASLDAOLDART+3b6H/nlBfjpD/nFEbIcEKwSACwCAAEACAAPABEAFQAaAB8AKgAvADYAPwBGAE0AVABcAGQAbwB3AIAAjACTAJYAmQCeAKgAsgDBAM4A0wDYAN0A5wDsAPYBAAEPARwBIQEuATcBPwFIAYMBqwG0dW5pMDBBMHVuaTAzQTlwaUV1cm9saXRyZU9tZWdhcGFydGlhbGRpZmZEZWx0YXByb2R1Y3RzdW1tYXRpb251bmkyMjE1dW5pMjIxOXJhZGljYWxpbmZpbml0eWludGVncmFsYXBwcm94ZXF1YWxub3RlcXVhbGxlc3NlcXVhbGdyZWF0ZXJlcXVhbGxvemVuZ2VmX2lmX2xFLmFsdEVhY3V0ZS5hbHRFZ3JhdmUuYWx0RWNpcmN1bWZsZXguYWx0RWRpZXJlc2lzLmFsdEYuYWx0SC5hbHROLmFsdE50aWxkZS5hbHRVLmFsdFVhY3V0ZS5hbHRVZ3JhdmUuYWx0VWNpcmN1bWZsZXguYWx0VWRpZXJlc2lzLmFsdFkuYWx0WWRpZXJlc2lzLmFsdHNldmVuLmFsdG5pbmUuYWx0ZXN0aW1hdGVkQ29weXJpZ2h0IChjKSAyMDEwIGJ5IFN2ZXRvc2xhdiBTaW1vdi4gQWxsIHJpZ2h0cyByZXNlcnZlZC5Nb2Rlcm4gYW5kIGVsZWdhbnQgc2FucyBzZXJpZiBmcmVlIGZvbnQuQ29kZSBCb2xkAAABAAECAAUAAAcAAA0AAA8AABELACAAACIAACQMADIIAGAAAGMAAGgAAHIAAHkAAHsEAIMBAKYAAYcnADEAAIoAALEAAI4AAI0AAEIYAMAAAMcAAOQAAN0AAMYAAJQAAGQAAK4AAKsBALAAAK0AAK8AAMsAAMgBAM0AAMoAAMwAAJAAALUAALICALkAALYCALoAAL4AALsBAL8AAL0AAMQAAMECAMUAAM4AANIAAM8CANYAANMCANcAANsAANgBANwAANoAAJMAAOEAAN4CAOIBAa8AACMAAFsAADsAAMACAAEATABPAHsAmAEhAZUBqgHKAhsCOwKCAuwDHANzA8gD6wRfBLQEywTsBVYFWAVaBVwFYQVjBWUFZwVyBZMFlQWkBaYFqAWqBa4FsQW0BcQFxgXIBecF6QXrBhYGGQYvBkEGXwbJBtUG4QbsBxMHIgdGB0gHSwdOB1EHsQezB7YHuAe6B70HwAfDB8YHyAfLB80HzwfRB9MH1QgmCFMIagh2CIQIngirCMoI5QkMCRoJUwlWCV0JgAmHCboJ5gofCiIKJAonCikKKwotCi8KMQo0CjYKOAo9Cj8KQQpDCkwKbQpvCn4KgAqCCoQKhwqLCo4KkQqhCqMKpQrECsYKyArKCswKzgrQCtIK1AsKCwwLDgsQCxILFAsWCxgLGgscCx4LIAsiCyQLJgszCzULNws5CzsLPQs/C0ELQwtFC0cLSQtLC00LTwtRC1MLVQtXC1kLZgtoC2oLbAtuC3ALcgt0C3YLeAt6C3wLfguAC4ILhAuGC4gLiguMC/AL8wv1C/d+i/cV+DD3FAFx9xX3ifcVA3oW+Hr5MPx6BvgS+20V+30HV9mXeGTFCKn7fBX7Rwbk9x0F91IEM/caBfdFBvsq+3kVPfsKBfd+Bw77JA77t4f3MPh/dwG6rwqr+VAV/Lb0+LYHVPzdFWpwcmVtpm+ssaWnqbFxpGUfDvtk+Db3dQGu8gON+U4V+4zs94wHthb7jOz3jAcOwffe9xMB9yD3FHT3GQP3YflUFUuBUW1lWin7Guz7Ufc1mwj7Zwdel120gbWKjBgmigWEB5ch7E3pewhO78gH9p/vu/chGvcVKML7AI8e92AHtIWybJVg7pUYfvU0vjKaCMEnB+/8YRX3LJV2+2r7F48I+0n4YBWdo6qZq5MI+1UHO4pg3rTMCA7zfvcSlcIKj/cXO/cWA/hu+MQV9wNhPK40G/sG+wdG+xhXnFDFaR9Gb21NhFmA+wfg+wb3So4I9yuO4Nv3BRr3CdHv+9kHO3G8vR/MjMquzBu5uHtRpR/7Ift1Ffcw+wUGTldiNvsCWsnDjx6Qu7C/6YgIDvuuk/c0A+s8FeT3TAX7CQZC+0wFDvvoiPcwAYT3FAPE9wwVanByZm2mbKywpaqpsHGkZh8Ow4H3Efgrwgp59xX3gPcWA/eR+NIV9sD7DPsM+wxW+wsg+wBX9wv3DPcMv/cM9wAf/NQE9z7h9zz3PPc8Nfc9+z77Pzb7Pfs8+zzg+zz3Px8O+3eYdvkfdwHXrwr3bRb5UzoH+1H7ntdU6fcUBfySBw6usgr4IcIK95T3FgPz+GkV2Ze4w+Eb9zem+zo8+wIfjAb73fusBT34f+z71Qfw36Wd7t0I9xj3UUP3t/udG/smOyX7EXkfDqL4EvcbdPcgAfeK9yUD9y33xBX0BuarUGKPH1GQV077AxszXb3Dgh8tegUrm9I09yob9zzf8fCMH4zQb8RMsAi+rZjEwhr3HIr7C8n7BRsuLlchch/mdQXBmMGpwBvNzmtFXXFRRR8iBg6smHb3FvcR+CN3Afeprwp+93kVRPfx+zLv9zLE7VL4UD0H+4P8UhX3b/ejBfujBw6x+CD3EIXCCpL3E/cN9xYDivczFSO03FT3CRv3PuL3DvcOih+K5lrhKrM+qjiJPnII9yD37O38UvvhB8Rx3rzbk95pGcB0p1haGkOMWEUjG0ZascRvHw65gfcTzfcY9+B3AXj3HvcF9xcD94z4EBXzvUVFRVlHIyRYz9HRvtHyH/toFnBie1laGvsM4fsM9z33PuD3DPcM3GTdPrceWqZGjld59z/3hRj7EAYOlpd2+J/CCnb4JQOE+VAVKPf8B/vc/O0F9wgG9+35CwXQBw6wgPcS93z3DsHCCqP3Fjz3Fu/3FwP3iuIVJljIwcK+xPDyvVJUVVlOJB/4pgTGzGVIWmNTNzhjw7vOy7LGH/d0+wAV7kDt+ykg+wdM+xmKHmKbQ9dsHjxpYUhNGvsD4Cj3O/c94PT0ymbQOqoexKWqzb4aDr+Sdvfk9xjN9xMBifcW9wP3IQP3k/fXFSNY0tHSvtDz875GREVYRCMf92sWprWbvbwa9w409w37P/s/NfsN+w46sjjaXh67cNGIwJ77QPuIGPcRBg7774j3MLL3LwGDrwrA9wSoCvelBJQKDvv491T3LwGLrwq/+BUVlAr7APx3FdT3TAX3CQYy+0wFDpmI9zD4APcVAfdR9xOJ9xgD9573dxWnqZmrnB7KrdavjvcLCPcLjS33A/s2G/sGPUMvYB/dXAXNq7+00BvrwE5MiR+JT2V3ZncIjAZMa1FwMRo58QdXbRVob3BkbKdqrrKmrKqycKZkHw5rCkYKYQqJCl4KDosKQwqDCiC9CqKhCvf3QgoOL4P3Hfi2dwH3eKEK9/6wCvsSTPszHiYH92v3P+r3ZB8OeApxtwr4tHcBmPcZA/cGoApyCoQKPAr3ojYKql8KIgoOqwr47fdn8fygJfdo/O0HDnEKiAqzCviahRXWBvd9+VWXCvd9/VUF1gav9bb3C7P3BggOYAp/Cvu6mHb4g/cwAZivCqqFFfi29Py2B1n43RWspqSxqXCnamVxb21lpXKxHw77Pg779/g293UBgvcRA5D5URX7jOv3jAcO+9/3hvcvAZX3FAPU+AoVlAoOcIj3MAGR9xT3KvcU9yqvCtH3BagK9yynCvcvpwoOnYb3FPgA9zABm/cYiPcUA/dh+LcV8TkGMVFwTGsejAZmd2V3iU8ITInATusb0L+0zasf3VwFL2A9Q/sGG/s2LfcD9wuNH473C9avyq0Iq5ypmacavvcDFa6nprKqb6xoZHBqbGSmcLIfDvuOovdGA/de+PY7CvuOo/dGA/cD+PaGCvtMpvd+A/P5DF0K+yin97UD4/j3FafVxiy8naWVnaqbtUqoGHo+XN5PhG6GeW53WggOJvkC9yoB0vcfA+X5dVsK+2345/cJbvcJAaX3CG73CQO3+U0VXrBkubqxsLqsCvcIFo4KiQ77vA73ZA73Jw73hoH3Ed33EWr3Efd9dwHZ9xcDf/f5FbCCBntmQrsHm02rVLRgCEvI4WPqG/c39xT3APczsx95CnOkd6l/rQj3PNT7TJsGlPdM0PtBB5eyoa2mqAhACl9calB8SAheBg6EDvdkDtUO9A73aw73FA77Pg773w6UDveqDoEOiQ6JDokOiQ7EnHb5M3cB+Hj34RX7V/fiBUEG+1f74+37Ouz7OgXVBmX3FRX7C/dfqb2is6e8GbLNq1WoWalZp1kZ+zD7nBXUinO0fp8F9xn3dRV+dph2BQ73kZh2+CH3EYvCCqb3E/c+9xQD9wl3Cvjmmgr7e/zw+xYs9/3q+xb4jPcWBg74T4udCovCCq/3FPc+rwr3DncK+FygCm6cChNwjAoTsJMKDm6cCpP3R5YK9zT5DoYKbpIKEpv3FBNw9wXwFffZBhOwpgr3TfjCOwptnAqP936WCtL5Dl0KbpIK4/cPEpv3FJr3IBN89wXwFffZBhO8pgqo+RwyCmaYdvcZnQoBnPcUA/cF9z8V96zx+6z32ZgKDs6Xdvca9xH4HncBoPcT9xqvCvcIpArw9z73vPs+8flPJfxB+7wGDueYdvkfqgr3Gq8KmQoO55h2+R93EqH3E4b3tfsq9xMT6JkK+4GaFavTwCm9m6aUnqidtUyrGHY+YOFPhwgT0G6Id251WwgOUgoOUgr3tK+GCnoKmgrx/OcGavfNjIqrHvjn8f0tB4pO/JaHis0I99j5UDsKUgr3a69dCuSyCviF9yr7FaoKqvcfYq8KoJoK8fznBmr3zYyKqx745/H9LQeKTvyWh4rNCPc9+aoyCuyXdvkhdwGK+DIDcPlQFfeQ/IYq+14F9wQG9+f5UAX7Bgb7S/wV+1X4FQUO6pd2+Qv3KvsUdwGC+DL7b/cfA+z5UBX3VfwV90v4FQX3Bgb75/1QBfsEBuz3XvuQ+IYF92/3DzIK+xAOQg6qagpPCjcKOQotCmsKzUoKRgphCokKXgoOiwpDCoMKlQoBmKEKSAoON4P3Hfi2dwH3gKEK+AawCvsMRvszHiwH92v3Oer3ZB8OeAp5twr4tHcBoPcZA/cOoApyCoQKPAqwagr3qjYKrl8KIgoOqwr49fdn6fygLfdo/PUHDnEKiAqzCvichxXSBvd/+VOXCvd//VMF0gav9bj3CbP3BggOYAp/Ci4KZApkCi4KRwo5Cp4KAccKA+33XxX3A/tf8fdf9dT7AgaZpAXr0FYG92P33YAK+wsG92L73QVRRvAGmHIF+wYGDlcKVgpJCkUKPwo9ClcKVgpJCkUKPwo9Ck8KbQqJCqz3Rl4K9yz5CYYKYgpMCm8KbgpjCk0KVQo1CjQKMwovCiwKWgpZClEKQQpnCjcKbQqJCqz3Rl4K9yz5CYYKYgpMCm8KbgpjCk0KVQo1CjQKMwovCiwKLQpaClkKUQpBCmcKRwr3NX+x96Gx932wAbL3Evfa9xYD+QH3uxX3P4Yi9x37Sxv7SPsB+x37Pvs+9wT7HvdE9xHQxubIH3+Sf5N/kgg5WUpXIxtLVaK2Xx/3Xwf32rEV+9r3Owa3t8KhyxvJxXFith8O1UoKggqCCn6Y+S+WBvtciwceoEOPDAmfDAq9CsALvbAMDMCQDA35ihT4hBWyEwCoAgABAAoAIACuALUA2ADfAT8BXQFiAXEBmwGyAfECegKBArYCxgLVAvwDCgMZAy0DmQPXA94ESwRZBGUEbwS5BOME/AUaBVgFbwXVBdsGDAYqBl8GZAZ2Bs8G5AcfB1oHYge2B74HywfpB/AH+Qg3CEoIWQhiCHAIgwilCKoIrgi0CPYJOgl+CZQJpQnLCdoJ4gnxCgkKDwpIClIKaQp/CpAKpwqqCrcK7Qr2CvsLBAsXCyMLUgthC24LeQuAC4gLjguXC6ULrAvNC/QMCQwMDBIMFww/DEcMTAxYDGgMcgyEDJIMngykDKoMsQy/DMQMzQzsDPYNFA0YDR8NJg0tDTINNw1ADUQNSA1PDVUNXg1qDX0NkA2VDZsNpg2wDbQNuQ29DcoNzg3SDdsN4Q3mDesN7w3zDfcN+g4CDgkODQ4SDhwOIA4kDigOLQ4yDjcOPA5B+PX38icKJAoLWAr3vfvBFfcAsQr5WQVBsQr9WTEKC8WYdvgy9xf3H3cB94b3IQP4hvifFfcUefsEw/sAGzo3a05cH21kf1yPXAiMB5b7JvcUc/cBgNGE04KXVgiNgoyDhBpDOWFASjytzIQehweKmiWJjHgF+xGY9xdL9wAb9xL3Gtn3G5mJnIiaH3D3BPsLpCuXQJI8lIbTiaOQopmdp6+/m7qMyIzPcJlMCAv3qPi4IQoLuF2oTEMa/PcWKLQyykoeScvlY+0b7uSzzcwfysy05O4pCgv3HRPoIAoLtgrTbspeuR66XEqoRhtGS25cXR9dXW5LRBpEqEu5XR5cuctuxAqourofuLmoytMa/PcW7rTkyswezMvltO0b7uRiSswfykq0xgpiMkxKHklKMmPFCrPNSx9MzGLk7hoLFXMKSm5GG0ZLqLpdH125bq4KqMu5dQrQzG5cuh8LE/AjCgsa7mLkTMwezEoytCg6Cgv3qYQV9wz3HtX3Ih/4fiX8fQc+OGRCQTix2B74fiX8fQf7I/ccQfcPHgt5Cl+5b8nRGtOnybe5HkAKT0tjMygaDmYKu/cUErgK9wX3HZv3HRPUJgoTKPeg+HEVbHN3bXOjc6qto6OjqXOfaR/3TBZscndtc6Rzqqqmo6OpdJ+6CvecZgoBj6MKA4/BCii0MspKHowHong/+w4F9wMGtc4FeLXJfbsb7uWzzcsfysy05O4a7WbrMdkezfX7BIpqWAWiXVmVVDoK+PcWcwpLbkUbam2OnGgf7vcu2vcO6vcpCLtbq0lBGvuT95UVq66FgKgf+6L8PgWMho2MGowHXrlty78Kucuo0BsOIgou99B2CmkK1fe1KvcdExD3sflzFafOxja8nKeUnaecsUmjGHhHXtVOhG6Hd3F3Xgj4FfwrJwoT6HAKFbayu2QF9wAG+wLvBTUGCwX3AQahxa7fpssI948GCxVsc3hudKN0qq2ioqKodJ5pH/dKFmtzeG50o3SrqaWioqh1nmkfDmkK8vd+RCUK99D4EkQKaQr3PvdGOSUK+B34FFAKaQry90Z89x0T6CYKExD4NvgVOwqA9xj4QKIKgfcc95z3HgP4/MEKU3pRbGEe+wv3AAX7IAb3VvtBIEv7FJs04hleuW3Mvwq6y6jQG9HLbly5H7hdqUtEGvci+9wV+wj3AQW6yKjW3ikKKLY0yEge9wL7DvdjePcw8s1QGPcCBg73X4D3GPjCdwGMjwq+VdBm2IFqPxj3UpP7BvsyOfVReRibOfcEdMiw7cVv9wUkkZWmGPcrlfcK9LH3KwgrCvcaE+gqCgv34YH3GPsOvgr7DvcYAYqjCvckoQr4ZcAK99Dx+9D3XffX8PwOBo54eox4G/te+zD7Kvtj+2P3MPsq916goo2Onx/4B/D72Qb7AviXFZP8ogaJi4uKG4uLi4b7JfsD9wj3Jvcl9wP3CfcljR4OGykxYkpLH0xKYjIoGgsVQ/YF+xwG9wUgBQ5mCgGJowoDIAoO7Zd+Cvgk9wkjd+r3CQF++Dr7ffcIbvcJA/dW+ZAVbJxvpHwe+6X9RjEK3/tiBfcABvun+UkFopqapakarArj+2xYCvcI+GMVjgr3qYQV+w/7HNX3Ix/4ffH8fgc+3mXV1N6y2B74ffH8fgf7IvseQfsMHgtOCtP3DxJ4+Dr7gPcbE+gjChMU+2v4+zIKubfIqM4b8uFWIrAf7wb3MmP7Eu/7NBssNWJMTh8LfQrT9xoSnvcamvceePcaE9Q+ChMoMPnZFW1ydmtypHKprqOkpKtzoGgf904Wa3N2a3KjcquqpqSkq3SgugqaCvv9J/cW/Ib7Fib3/fD7FviG9xYGC/d5gPcYlPcY+DV3AY73HPcm9xcD+Tz4VRX3Tmb7NtD7Ghv7Vfsr+yj7Y/ti9yj7KPdY9xP3JOH3GrsfigeUopCykMYI/A0m95cGJWEvYzUb+x0h9wH3KPcn9fb3HeT3AGL7BacfDjAKExCKClMK+4n3tRMI9175bxWr0sExvJynk5+inLRLqxh2P2PbT4duh3R0dlsIE/D3GPtmhQr3aoD3GPjCdwGOjwpLyOFj6hv3N/cU9wD3M7MfKwqeCsz3KhLHCvsP9x8T0NCaCvdT+8f3U/fHBfcMBvuY/DIF+7El97EH+5f4MgUTKPdl9x5bCvftQgoLUwr7kvd+KAr7Q/ifMAoTCIoKlXb4OfcWrQqb9xr3HfcgA/cI+O8V91MG9wKJ+0r7Ahv7UQYn96oV/U/30Af3GtD19M1u1TutH9G9lNtv0AjMcVO9Mxv7U/wOFfdsBs+tU1RUaVJHH/tsBg5Zmgr3l/wyBfux8fexB/eY+DKACgt0CvdQ9xkSuQp69xwT6KUKE/B7Cqz4pxVtcnVsc6Ryqa6ipKOqdKFoH/dLFmxzdbUKqqqlpKOqdaG6CpUK0/cYEpj3GjL3GxPQ9+1oChMo+6D3FRVsc3a1CqqtoqSjqnSgaR/3ShZrc3a1CquppaSjqnWgaR8O55d+Cvgxdwv37LcK+wt+Cvcn9xf3G3cSivg79xL3GhN++Gv3jRX30fD70feN99jw/EkG/Bz9UAX3Bga11sLruNkI9yj7jQYTnvg/8PvaBvtV940V8fdygftyBQ5UChMQQyAFDnwKivd+KDgKW/l0RAp6Cq4VjEn4lo+MyAj5LSX85weMa/vNiqwa+OclBwtOChJ4+DoLFfcF9gX7HAYL55ifChKb9xp397X7D/caExD3bflqFajVxC+9nKWVnqebtkmoGHo+Xd5OhG6GeW93WQhj/YMVbAoT6P1RBw5TCvs+90YoCjr4pVQKEwhDIAUOUwr7mfdGKAoTCDv4pjsKFeH7iwX7QgYLfArL90b7ADgKpvl0UAp8CqP3Rkf3GhPoPgoTENr5cjsKFWxyc2hvvAqnrnOjaB/3TxZrcnNob6Rvq6qmp6eudKO6ChPgSAoLMAqKCgNlCocKC5sKnPca9xD3HwP3LvfHFfeT+8cF9xcG+3H3mwX3DKDI6e4a9wM/9wT7LB77k/1Q7/jq9y8G4LVOT05hTjYf+woGDvSZdvlDdwGM+DIDYZoKyzL3Bvsz1iT7kfvwGPcQBvdS95r3U/uaBfcPBkjo+wP3LEDy95H38xj7Dwb7U/ua+1L3mgUO9y+Vdvi7ogqd9xr3F/cgA/cK8BX4hfcqB/c23fsR+xD7EDn7EPs2H/uP+OoV/U/3jwf3efcH90L3Q/dD+wf3Q/t5Hw50ChK5Cmr3fhPQZQoGE+CHCtf5DF0KlQoSmPcaJPd+XAr7dPcWRArMkAr46hX4Egb8MPyytFMF+Jzw/CQG+Cr4qmnLBfyLBvfP9xx2CvcGwAr30fH70fdZ99jwC4H3GPg/9xgLngoSxwpTwwpLCvd1qlAK+OsV+xb8hvcWJvv98PcW+Ib7Fu/3/QYLZgoSuAoLmwqZ9xr3D/cgA5n5UBX9UPH3ffcuB/cr1/cI9wn3CT/3CfsrH/su/AMV9533LgfgtUlISWFJNh8OTgoBePg6AyMKDvh9B/fm/H0F2/lQJ/yBBvvp+IE9jAULdAoSuQp290YT0KUKE+B7CvdS+EU7CpUKEpj3GnD3RlwK+x73GFAK+wmRChKd9xr7AMMK9/JoChMQ+xOoOwokCg59CgGe9xr3GqEKKgoO92eXdvk/dwGe9xn3cqEK9wz4gRX3S/ukBcQG90v3pAX8ge/5UDsH+3v76Pt79+gFOf1Q8AYOQ25MXl0eXFwLb4uBCgu5Hrq5y6jQGwsVXmRasgX7AAb3AijkivcF7wUOwAr3rPH7rPdZmAoLqJefCgGcoQqcmgr9T+/5Twee/AsV95/72AX3GAb7u/f095/37wX7Ewb7iPvYBQ4oBiFnMU4hG0hOqLlfHwvksgr4mqoK9xWvCqALjQr7WffRJfvRBgt9ChKe9xoL6IT3HPi2dwt29yD3FwueCgHHCgNLCg4F+wwG+1P7x/tT98cFC/cX96r3FwuwkAr48xX4Cgb8KPy7tFMF+H/l/BoG+CD4tWnLBfxuBg7Ol3b4NvcX9xx3AZr3GvcgoQr3CKQK8PfE97z7xPH5TyX7u/u8Bg7nmJ8KAZv3GvcmoQr3CRZsCv1RBw4hCg5UCkMgBQ6pCpMKC/WZdvk/dwF3+C4D96n3RBX7ZPifBfsCBvet/VEF1Qb3rflRBfsABg5vi74KAbkKC/sFJwUOXJl2+DS7CvcFdwoO9wX3RRX30e770ffWtAoGC/w/+U/4Pib72At7fnx3e3yam5yam5ufmHt6Hg73HQOO9/AVKrMzx0seC7cK+C2iCnv4IgOMC5l2+T53C7IKi50KC/g/8PvZBgtscnRobrwKqK5zomgfC/sOkQoLE3iMChO4kwoLBSEGV/szTvtGVPs7+wb32hg6BvsH+9v7O/iNBSIGC/fQ8Pw1/U/wBgv4TPhfFfvx94MFRv1O8fjDBvfQ+2gF++/v+U4nBwv5TxULmXb4t6IKC5IKEp33Ewv3Efec9xEL0pmfCgt2+UB3C6QK+ELw+90GDvcaAwv3FwEL9xz3nvcdC5oKJv1PC/cG8BX32SYGCyaNCvvW99Eo+9EHCxZrcnRob6Ruq66iqKeudKJoHwsVbHJ0aG+kbqquo6inrnOiaB8L/D79Twt3AaH3EwuxmwrmoQr3uYgVC7lksl1dZmRdHguLogoLy9Ia0gv3EwMLmgr7tif3Ufu8BvsfCwb7rQuL9xEL9/e9CoD45AML99jwqQoLbHOjcgv49cEKC4v3FwuJ9xwLl/caC2gfDvcXrQqXoQoLpG+qrqOnC5EKAQuBCrcKC9Ia0qnLuLkeugv3vxUL9/IVC/cRAQv3RhPgC9Ab0MwLKBspMQsyKBooC/cV9xoL") format('opentype') + } \ No newline at end of file diff --git a/client/src/assets/main.css b/client/src/assets/main.css new file mode 100644 index 00000000..0ad717c6 --- /dev/null +++ b/client/src/assets/main.css @@ -0,0 +1,85 @@ +@import './base.css'; + +#app { + width: 100%; + height: 100%; + + margin: 0 auto; + padding: 2rem; + + font-weight: normal; +} + +* { + font-family: BookInsanityRemake; +} + +a { + text-decoration: none; + color: rgb(0, 135, 189); + transition: 0.4s; +} + +@media (min-width: 1024px) { + body { + display: block; + } + + #app { + padding: 0 0; + display: flex; + flex-direction: row; + width: inherit; + } +} + +._blog-title { + margin-top: 120px; + padding-bottom: 30px; +} + +label { + margin-bottom: 10px; +} + +input[type=text], input[type=password], input[type=email] { + background-color: var(--color-background-softer); + border: none; + padding: 12px; + border-radius: 6px; + color: var(--color-text); + transition: 300ms background-color; +} + +input[type=text]:focus, input[type=password]:focus, input[type=email]:focus { + outline: none; + background-color: var(--color-background-softest); +} + +button { + margin-bottom: 10px; + padding: 18px; + font-size: 15px; + border-radius: 6px; + outline: none; + border: none; + + transition: 300ms background-color; + background-color: var(--color-background-softer); + color: var(--color-text); +} + +button:hover { + background-color: var(--color-background-softest); +} + +button:active { + background-color: var(--color-background); +} + +.render-image { + max-width: 600px; + margin-left: auto; + margin-right: auto; + display: block; +} \ No newline at end of file diff --git a/client/src/assets/prism.css b/client/src/assets/prism.css new file mode 100644 index 00000000..261c2536 --- /dev/null +++ b/client/src/assets/prism.css @@ -0,0 +1,592 @@ + +@media ( prefers-color-scheme: dark){ +/* + * Based on Plugin: Syntax Highlighter CB + * Plugin URI: http://wp.tutsplus.com/tutorials/plugins/adding-a-syntax-highlighter-shortcode-using-prism-js + * Description: Highlight your code snippets with an easy to use shortcode based on Lea Verou's Prism.js. + * Version: 1.0.0 + * Author: c.bavota + * Author URI: http://bavotasan.comhttp://wp.tutsplus.com/tutorials/plugins/adding-a-syntax-highlighter-shortcode-using-prism-js/ */ +/* http://cbavota.bitbucket.org/syntax-highlighter/ */ + +/* ===== ===== */ + + + +code[class*="language-"], +pre[class*="language-"] { + color: #fff; + text-shadow: 0 1px 1px #000; + font-family: "Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace; + font-size: 14px; + direction: ltr; + text-align: left; + word-spacing: normal; + white-space: pre; + word-wrap: normal; + line-height: 1.4; + background: none; + border: 0; + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*="language-"] code { + float: left; + padding: 0 15px 0 0; +} + +pre[class*="language-"], +:not(pre) > code[class*="language-"] { + background: #222; +} + +/* Code blocks */ +pre[class*="language-"] { + padding: 15px; + margin: 1em 0; + overflow: auto; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + border-radius: 8px; +} + +/* Inline code */ +:not(pre) > code[class*="language-"] { + padding: 5px 10px; + line-height: 1; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: #797979; +} + +.token.selector, +.token.operator, +.token.punctuation { + color: #fff; +} + +.token.namespace { + opacity: .7; +} + +.token.tag, +.token.boolean { + color: #ffd893; +} + +.token.atrule, +.token.attr-value, +.token.hex, +.token.string { + color: #B0C975; +} + +.token.property, +.token.entity, +.token.url, +.token.attr-name, +.token.keyword { + color: #c27628; +} + +.token.regex { + color: #9B71C6; +} + +.token.entity { + cursor: help; +} + +.token.function, +.token.constant { + color: #e5a638; +} + +.token.variable { + color: #fdfba8; +} + +.token.number { + color: #8799B0; +} + +.token.important, +.token.deliminator { + color: #E45734; +} + +/* Line highlight plugin */ +.line-highlight.line-highlight { + background: rgba(255, 255, 255, .2); +} + +.line-highlight.line-highlight:before, +.line-highlight.line-highlight[data-end]:after { + top: .3em; + background-color: rgba(255, 255, 255, .3); + color: #fff; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + border-radius: 8px; +} + +/* for line numbers */ +/* span instead of span:before for a two-toned border */ +.line-numbers .line-numbers-rows > span { + border-right: 3px #d9d336 solid; +} + +} + +@media(prefers-color-scheme: light){ +/** + * One Light theme for prism.js + * Based on Atom's One Light theme: https://github.com/atom/atom/tree/master/packages/one-light-syntax + */ + +/** + * One Light colours (accurate as of commit eb064bf on 19 Feb 2021) + * From colors.less + * --mono-1: hsl(230, 8%, 24%); + * --mono-2: hsl(230, 6%, 44%); + * --mono-3: hsl(230, 4%, 64%) + * --hue-1: hsl(198, 99%, 37%); + * --hue-2: hsl(221, 87%, 60%); + * --hue-3: hsl(301, 63%, 40%); + * --hue-4: hsl(119, 34%, 47%); + * --hue-5: hsl(5, 74%, 59%); + * --hue-5-2: hsl(344, 84%, 43%); + * --hue-6: hsl(35, 99%, 36%); + * --hue-6-2: hsl(35, 99%, 40%); + * --syntax-fg: hsl(230, 8%, 24%); + * --syntax-bg: hsl(230, 1%, 98%); + * --syntax-gutter: hsl(230, 1%, 62%); + * --syntax-guide: hsla(230, 8%, 24%, 0.2); + * --syntax-accent: hsl(230, 100%, 66%); + * From syntax-variables.less + * --syntax-selection-color: hsl(230, 1%, 90%); + * --syntax-gutter-background-color-selected: hsl(230, 1%, 90%); + * --syntax-cursor-line: hsla(230, 8%, 24%, 0.05); + */ + + code[class*="language-"], + pre[class*="language-"] { + background: hsl(230, 1%, 98%); + color: hsl(230, 8%, 24%); + font-family: "Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace; + font-size: 14px; + direction: ltr; + text-align: left; + word-spacing: normal; + white-space: pre; + word-wrap: normal; + line-height: 1.4; + background: none; + border: 0; + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; + } + + /* Selection */ + code[class*="language-"]::-moz-selection, + code[class*="language-"] *::-moz-selection, + pre[class*="language-"] *::-moz-selection { + background: hsl(230, 1%, 90%); + color: inherit; + } + + code[class*="language-"]::selection, + code[class*="language-"] *::selection, + pre[class*="language-"] *::selection { + background: hsl(230, 1%, 90%); + color: inherit; + } + + /* Code blocks */ + pre[class*="language-"] { + padding: 1em; + margin: 0.5em 0; + overflow: auto; + border-radius: 0.3em; + padding: 15px 15px 15px 15px; + width: 100%; + } + + /* Inline code */ + :not(pre) > code[class*="language-"] { + padding: 0.2em 0.3em; + border-radius: 0.3em; + white-space: normal; + } + + .token.comment, + .token.prolog, + .token.cdata { + color: hsl(230, 4%, 64%); + } + + .token.doctype, + .token.punctuation, + .token.entity { + color: hsl(230, 8%, 24%); + } + + .token.attr-name, + .token.class-name, + .token.boolean, + .token.constant, + .token.number, + .token.atrule { + color: hsl(35, 99%, 36%); + } + + .token.keyword { + color: hsl(301, 63%, 40%); + } + + .token.property, + .token.tag, + .token.symbol, + .token.deleted, + .token.important { + color: hsl(5, 74%, 59%); + } + + .token.selector, + .token.string, + .token.char, + .token.builtin, + .token.inserted, + .token.regex, + .token.attr-value, + .token.attr-value > .token.punctuation { + color: hsl(119, 34%, 47%); + } + + .token.variable, + .token.operator, + .token.function { + color: hsl(221, 87%, 60%); + } + + .token.url { + color: hsl(198, 99%, 37%); + } + + /* HTML overrides */ + .token.attr-value > .token.punctuation.attr-equals, + .token.special-attr > .token.attr-value > .token.value.css { + color: hsl(230, 8%, 24%); + } + + /* CSS overrides */ + .language-css .token.selector { + color: hsl(5, 74%, 59%); + } + + .language-css .token.property { + color: hsl(230, 8%, 24%); + } + + .language-css .token.function, + .language-css .token.url > .token.function { + color: hsl(198, 99%, 37%); + } + + .language-css .token.url > .token.string.url { + color: hsl(119, 34%, 47%); + } + + .language-css .token.important, + .language-css .token.atrule .token.rule { + color: hsl(301, 63%, 40%); + } + + /* JS overrides */ + .language-javascript .token.operator { + color: hsl(301, 63%, 40%); + } + + .language-javascript .token.template-string > .token.interpolation > .token.interpolation-punctuation.punctuation { + color: hsl(344, 84%, 43%); + } + + /* JSON overrides */ + .language-json .token.operator { + color: hsl(230, 8%, 24%); + } + + .language-json .token.null.keyword { + color: hsl(35, 99%, 36%); + } + + /* MD overrides */ + .language-markdown .token.url, + .language-markdown .token.url > .token.operator, + .language-markdown .token.url-reference.url > .token.string { + color: hsl(230, 8%, 24%); + } + + .language-markdown .token.url > .token.content { + color: hsl(221, 87%, 60%); + } + + .language-markdown .token.url > .token.url, + .language-markdown .token.url-reference.url { + color: hsl(198, 99%, 37%); + } + + .language-markdown .token.blockquote.punctuation, + .language-markdown .token.hr.punctuation { + color: hsl(230, 4%, 64%); + font-style: italic; + } + + .language-markdown .token.code-snippet { + color: hsl(119, 34%, 47%); + } + + .language-markdown .token.bold .token.content { + color: hsl(35, 99%, 36%); + } + + .language-markdown .token.italic .token.content { + color: hsl(301, 63%, 40%); + } + + .language-markdown .token.strike .token.content, + .language-markdown .token.strike .token.punctuation, + .language-markdown .token.list.punctuation, + .language-markdown .token.title.important > .token.punctuation { + color: hsl(5, 74%, 59%); + } + + /* General */ + .token.bold { + font-weight: bold; + } + + .token.comment, + .token.italic { + font-style: italic; + } + + .token.entity { + cursor: help; + } + + .token.namespace { + opacity: 0.8; + } + + /* Plugin overrides */ + /* Selectors should have higher specificity than those in the plugins' default stylesheets */ + + /* Show Invisibles plugin overrides */ + .token.token.tab:not(:empty):before, + .token.token.cr:before, + .token.token.lf:before, + .token.token.space:before { + color: hsla(230, 8%, 24%, 0.2); + } + + /* Toolbar plugin overrides */ + /* Space out all buttons and move them away from the right edge of the code block */ + div.code-toolbar > .toolbar.toolbar > .toolbar-item { + margin-right: 0.4em; + } + + /* Styling the buttons */ + div.code-toolbar > .toolbar.toolbar > .toolbar-item > button, + div.code-toolbar > .toolbar.toolbar > .toolbar-item > a, + div.code-toolbar > .toolbar.toolbar > .toolbar-item > span { + background: hsl(230, 1%, 90%); + color: hsl(230, 6%, 44%); + padding: 0.1em 0.4em; + border-radius: 0.3em; + } + + div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover, + div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus, + div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover, + div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus, + div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover, + div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus { + background: hsl(230, 1%, 78%); /* custom: darken(--syntax-bg, 20%) */ + color: hsl(230, 8%, 24%); + } + + /* Line Highlight plugin overrides */ + /* The highlighted line itself */ + .line-highlight.line-highlight { + background: hsla(230, 8%, 24%, 0.05); + } + + /* Default line numbers in Line Highlight plugin */ + .line-highlight.line-highlight:before, + .line-highlight.line-highlight[data-end]:after { + background: hsl(230, 1%, 90%); + color: hsl(230, 8%, 24%); + padding: 0.1em 0.6em; + border-radius: 0.3em; + box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2); /* same as Toolbar plugin default */ + } + + /* Hovering over a linkable line number (in the gutter area) */ + /* Requires Line Numbers plugin as well */ + pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before { + background-color: hsla(230, 8%, 24%, 0.05); + } + + /* Line Numbers and Command Line plugins overrides */ + /* Line separating gutter from coding area */ + .line-numbers.line-numbers .line-numbers-rows, + .command-line .command-line-prompt { + border-right-color: hsla(230, 8%, 24%, 0.2); + } + + /* Stuff in the gutter */ + .line-numbers .line-numbers-rows > span:before, + .command-line .command-line-prompt > span:before { + color: hsl(230, 1%, 62%); + } + + /* Match Braces plugin overrides */ + /* Note: Outline colour is inherited from the braces */ + .rainbow-braces .token.token.punctuation.brace-level-1, + .rainbow-braces .token.token.punctuation.brace-level-5, + .rainbow-braces .token.token.punctuation.brace-level-9 { + color: hsl(5, 74%, 59%); + } + + .rainbow-braces .token.token.punctuation.brace-level-2, + .rainbow-braces .token.token.punctuation.brace-level-6, + .rainbow-braces .token.token.punctuation.brace-level-10 { + color: hsl(119, 34%, 47%); + } + + .rainbow-braces .token.token.punctuation.brace-level-3, + .rainbow-braces .token.token.punctuation.brace-level-7, + .rainbow-braces .token.token.punctuation.brace-level-11 { + color: hsl(221, 87%, 60%); + } + + .rainbow-braces .token.token.punctuation.brace-level-4, + .rainbow-braces .token.token.punctuation.brace-level-8, + .rainbow-braces .token.token.punctuation.brace-level-12 { + color: hsl(301, 63%, 40%); + } + + /* Diff Highlight plugin overrides */ + /* Taken from https://github.com/atom/github/blob/master/styles/variables.less */ + pre.diff-highlight > code .token.token.deleted:not(.prefix), + pre > code.diff-highlight .token.token.deleted:not(.prefix) { + background-color: hsla(353, 100%, 66%, 0.15); + } + + pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection, + pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection, + pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection, + pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection { + background-color: hsla(353, 95%, 66%, 0.25); + } + + pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection, + pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection, + pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection, + pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection { + background-color: hsla(353, 95%, 66%, 0.25); + } + + pre.diff-highlight > code .token.token.inserted:not(.prefix), + pre > code.diff-highlight .token.token.inserted:not(.prefix) { + background-color: hsla(137, 100%, 55%, 0.15); + } + + pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection, + pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection, + pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection, + pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection { + background-color: hsla(135, 73%, 55%, 0.25); + } + + pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection, + pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection, + pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection, + pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection { + background-color: hsla(135, 73%, 55%, 0.25); + } + + /* Previewers plugin overrides */ + /* Based on https://github.com/atom-community/atom-ide-datatip/blob/master/styles/atom-ide-datatips.less and https://github.com/atom/atom/blob/master/packages/one-light-ui */ + /* Border around popup */ + .prism-previewer.prism-previewer:before, + .prism-previewer-gradient.prism-previewer-gradient div { + border-color: hsl(0, 0, 95%); + } + + /* Angle and time should remain as circles and are hence not included */ + .prism-previewer-color.prism-previewer-color:before, + .prism-previewer-gradient.prism-previewer-gradient div, + .prism-previewer-easing.prism-previewer-easing:before { + border-radius: 0.3em; + } + + /* Triangles pointing to the code */ + .prism-previewer.prism-previewer:after { + border-top-color: hsl(0, 0, 95%); + } + + .prism-previewer-flipped.prism-previewer-flipped.after { + border-bottom-color: hsl(0, 0, 95%); + } + + /* Background colour within the popup */ + .prism-previewer-angle.prism-previewer-angle:before, + .prism-previewer-time.prism-previewer-time:before, + .prism-previewer-easing.prism-previewer-easing { + background: hsl(0, 0%, 100%); + } + + /* For angle, this is the positive area (eg. 90deg will display one quadrant in this colour) */ + /* For time, this is the alternate colour */ + .prism-previewer-angle.prism-previewer-angle circle, + .prism-previewer-time.prism-previewer-time circle { + stroke: hsl(230, 8%, 24%); + stroke-opacity: 1; + } + + /* Stroke colours of the handle, direction point, and vector itself */ + .prism-previewer-easing.prism-previewer-easing circle, + .prism-previewer-easing.prism-previewer-easing path, + .prism-previewer-easing.prism-previewer-easing line { + stroke: hsl(230, 8%, 24%); + } + + /* Fill colour of the handle */ + .prism-previewer-easing.prism-previewer-easing circle { + fill: transparent; + } +} \ No newline at end of file diff --git a/client/src/components/partials/ErrorMessage.vue b/client/src/components/partials/ErrorMessage.vue new file mode 100644 index 00000000..bc4079d0 --- /dev/null +++ b/client/src/components/partials/ErrorMessage.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/client/src/components/partials/HomeBar.vue b/client/src/components/partials/HomeBar.vue new file mode 100644 index 00000000..f79cdd81 --- /dev/null +++ b/client/src/components/partials/HomeBar.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/client/src/components/partials/SuccessMessage.vue b/client/src/components/partials/SuccessMessage.vue new file mode 100644 index 00000000..25d15283 --- /dev/null +++ b/client/src/components/partials/SuccessMessage.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/client/src/main.js b/client/src/main.js new file mode 100644 index 00000000..2ca416aa --- /dev/null +++ b/client/src/main.js @@ -0,0 +1,42 @@ +import './assets/main.css' +import './assets/prism.css' + +import { createApp } from 'vue' +import App from './App.vue' +import router from './router' + +import mitt from 'mitt'; +const emitter = mitt(); + +import VueMarkdownEditor from '@kangc/v-md-editor'; +import '@kangc/v-md-editor/lib/style/base-editor.css'; +import vuepressTheme from '@kangc/v-md-editor/lib/theme/vuepress.js'; +import '@kangc/v-md-editor/lib/theme/style/vuepress.css'; +import createKatexPlugin from '@kangc/v-md-editor/lib/plugins/katex/cdn'; +import esEs from '@kangc/v-md-editor/lib/lang/es-ES' + + +import Prism from 'prismjs'; + +import 'prismjs/components/prism-python'; +import 'prismjs/components/prism-javascript'; +import 'prismjs/components/prism-java'; +import 'prismjs/components/prism-c'; +import 'prismjs/components/prism-cpp'; +import 'prismjs/components/prism-csharp'; +import 'prismjs/components/prism-ruby'; +import 'prismjs/components/prism-bash'; + + +VueMarkdownEditor.lang.use('es-Es', esEs); +VueMarkdownEditor.use(vuepressTheme, { Prism }); +VueMarkdownEditor.use(createKatexPlugin()); + +const app = createApp(App).use(VueMarkdownEditor); + + +app.config.globalProperties.emitter = emitter; + +app.use(router) + +app.mount('#app') \ No newline at end of file diff --git a/client/src/router/index.js b/client/src/router/index.js new file mode 100644 index 00000000..235b0c93 --- /dev/null +++ b/client/src/router/index.js @@ -0,0 +1,18 @@ +import { createRouter, createWebHistory } from 'vue-router' +import HomeView from '@/views/HomeView.vue' + +import NotFoundView from '@/views/NotFoundView.vue' + + +const router = createRouter({ + history: createWebHistory(import.meta.env.BASE_URL), + routes: [ + {path: '/', name: 'home', component: HomeView}, + + {path: '/:pathMatch(.*)*', name: "NotFound", component: NotFoundView }, + + + ] +}) + +export default router diff --git a/client/src/services/Api.js b/client/src/services/Api.js new file mode 100644 index 00000000..092dd251 --- /dev/null +++ b/client/src/services/Api.js @@ -0,0 +1,13 @@ +import axios from 'axios'; + +import BackendURL from './BackendURL'; + +export default () => { + return axios.create({ + baseURL: BackendURL, + headers: { + 'Authorization': "Bearer " + localStorage.getItem('token'), + "Access-Control-Allow-Origin": "*", + } + }); +} \ No newline at end of file diff --git a/client/src/services/BackendURL.js b/client/src/services/BackendURL.js new file mode 100644 index 00000000..fcf36dde --- /dev/null +++ b/client/src/services/BackendURL.js @@ -0,0 +1,9 @@ +var backendUrl = '' +if (import.meta.env.PROD) { + backendUrl = 'https://api.aranroig.com/'; +} else { + backendUrl = 'http://localhost:8081/' +} + + +export default backendUrl; \ No newline at end of file diff --git a/client/src/services/Emitter.js b/client/src/services/Emitter.js new file mode 100644 index 00000000..2bf41a24 --- /dev/null +++ b/client/src/services/Emitter.js @@ -0,0 +1,8 @@ +import { getCurrentInstance } from 'vue' + +export default function useEmitter() { + const internalInstance = getCurrentInstance(); + const emitter = internalInstance.appContext.config.globalProperties.emitter; + + return emitter; +} \ No newline at end of file diff --git a/client/src/services/User.js b/client/src/services/User.js new file mode 100644 index 00000000..0b669b17 --- /dev/null +++ b/client/src/services/User.js @@ -0,0 +1,62 @@ +import { ref } from 'vue'; + +const UserStatus = ref(0); + +function parseJwt (token) { + var base64Url = token.split('.')[1]; + var base64 = base64Url.replace(/-/g, '+').replace(/_/g, '/'); + var jsonPayload = decodeURIComponent(window.atob(base64).split('').map(function(c) { + return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2); + }).join('')); + + return JSON.parse(jsonPayload); +} + +function SetUser(token){ + localStorage.setItem('token', token); + UserStatus.value = 1; +} + +function GetUser(){ + const token = localStorage.getItem('token'); + + if(token){ + const data = parseJwt(token); + + // We check if user is caducado + const now = Date.now() / 1000; + if(now > data.exp){ + LogoutUser(); + return undefined; + } + + return data; + } + return undefined; +} + +function IsAdmin(){ + const user = GetUser(); + if(user){ + return user.admin; + } +} + +function LoadUser(){ + const token = localStorage.getItem('token'); + if(token) UserStatus.value = 1; +} + +function LogoutUser(){ + localStorage.removeItem("token"); + UserStatus.value = 0; +} + +export { + UserStatus, + GetUser, + SetUser, + LoadUser, + IsAdmin, + LogoutUser +} \ No newline at end of file diff --git a/client/src/services/Windows.js b/client/src/services/Windows.js new file mode 100644 index 00000000..91635ceb --- /dev/null +++ b/client/src/services/Windows.js @@ -0,0 +1,70 @@ +function SetupHandle(id){ + let currentWindowId = "window-wrapper-" + id; + let currentWindowHandleId = "window-handle-" + id; + + let mouseDown = false; + + let currentWindow = document.getElementById(currentWindowId); + + let handler = document.getElementById(currentWindowHandleId); + + let offsetX = 0; + let offsetY = 0; + + handler.addEventListener("mousedown", (event) => { + mouseDown = true; + + let windowRect = currentWindow.getBoundingClientRect(); + offsetX = windowRect.left - event.clientX; + offsetY = windowRect.top - event.clientY; + }) + + document.addEventListener("mousemove", (event) => { + if(!mouseDown) return; + + if(event.clientX + offsetX < -currentWindow.getBoundingClientRect().width + 20) currentWindow.style.left = (-currentWindow.getBoundingClientRect().width + 20) + "px"; + else if(event.clientX + offsetX > window.innerWidth - 20) currentWindow.style.left = (window.innerWidth - 20) + "px"; + else currentWindow.style.left = (event.clientX + offsetX) + "px"; + + if(event.clientY + offsetY < 0) currentWindow.style.top = (0) + "px"; + else if(event.clientY + offsetY > window.innerHeight - 20) currentWindow.style.top = (window.innerHeight - 20) + "px"; + else currentWindow.style.top = (event.clientY + offsetY) + "px"; + }) + + document.addEventListener("mouseup", (event) => { + mouseDown = false; + }); +} + +function SetSize(id, size){ + let currentWindowId = "window-wrapper-" + id; + let currentWindow = document.getElementById(currentWindowId); + + currentWindow.style.width = size.x + "px"; + currentWindow.style.height = size.y + "px"; +} + +function SetPosition(id, pos){ + let currentWindowId = "window-wrapper-" + id; + let currentWindow = document.getElementById(currentWindowId); + + if(pos == "center"){ + let x = window.innerWidth / 2; + let y = window.innerHeight / 2; + + currentWindow.style.left = (x - currentWindow.getBoundingClientRect().width / 2) + "px"; + currentWindow.style.top = (y - currentWindow.getBoundingClientRect().height / 2) + "px"; + + return; + } + + currentWindow.style.top = pos.y + "px"; + currentWindow.style.left = pos.x + "px"; +} + + +export { + SetupHandle, + SetSize, + SetPosition +} \ No newline at end of file diff --git a/client/src/views/HomeView.vue b/client/src/views/HomeView.vue new file mode 100644 index 00000000..30af7694 --- /dev/null +++ b/client/src/views/HomeView.vue @@ -0,0 +1,33 @@ + + + + + + diff --git a/client/src/views/NotFoundView.vue b/client/src/views/NotFoundView.vue new file mode 100644 index 00000000..94ba7baa --- /dev/null +++ b/client/src/views/NotFoundView.vue @@ -0,0 +1,24 @@ + + + + + + diff --git a/client/src/views/RegisterView.vue b/client/src/views/RegisterView.vue new file mode 100644 index 00000000..262986e4 --- /dev/null +++ b/client/src/views/RegisterView.vue @@ -0,0 +1,84 @@ + + + + + + diff --git a/client/src/views/managers/WindowManager.vue b/client/src/views/managers/WindowManager.vue new file mode 100644 index 00000000..8e465740 --- /dev/null +++ b/client/src/views/managers/WindowManager.vue @@ -0,0 +1,73 @@ + + + + + + diff --git a/client/src/views/others/ErrorMessage.vue b/client/src/views/others/ErrorMessage.vue new file mode 100644 index 00000000..bc4079d0 --- /dev/null +++ b/client/src/views/others/ErrorMessage.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/client/src/views/others/SuccessMessage.vue b/client/src/views/others/SuccessMessage.vue new file mode 100644 index 00000000..25d15283 --- /dev/null +++ b/client/src/views/others/SuccessMessage.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/client/src/views/others/VersionRender.vue b/client/src/views/others/VersionRender.vue new file mode 100644 index 00000000..9e1b3158 --- /dev/null +++ b/client/src/views/others/VersionRender.vue @@ -0,0 +1,15 @@ + + + + + + + diff --git a/client/src/views/partials/EditUserPartial.vue b/client/src/views/partials/EditUserPartial.vue new file mode 100644 index 00000000..a5736e46 --- /dev/null +++ b/client/src/views/partials/EditUserPartial.vue @@ -0,0 +1,96 @@ + + + + + + + diff --git a/client/src/views/windows/ExampleWindow.vue b/client/src/views/windows/ExampleWindow.vue new file mode 100644 index 00000000..d3fa6cb6 --- /dev/null +++ b/client/src/views/windows/ExampleWindow.vue @@ -0,0 +1,67 @@ + + + + + + + diff --git a/client/src/views/windows/LoginWindow.vue b/client/src/views/windows/LoginWindow.vue new file mode 100644 index 00000000..9d5e6816 --- /dev/null +++ b/client/src/views/windows/LoginWindow.vue @@ -0,0 +1,135 @@ + + + + + + + diff --git a/client/src/views/windows/MainMenuWindow.vue b/client/src/views/windows/MainMenuWindow.vue new file mode 100644 index 00000000..e8c0df9f --- /dev/null +++ b/client/src/views/windows/MainMenuWindow.vue @@ -0,0 +1,84 @@ + + + + + + + diff --git a/client/src/views/windows/RegisterWindow.vue b/client/src/views/windows/RegisterWindow.vue new file mode 100644 index 00000000..0fd28e78 --- /dev/null +++ b/client/src/views/windows/RegisterWindow.vue @@ -0,0 +1,160 @@ + + + + + + + diff --git a/client/start-dev.sh b/client/start-dev.sh new file mode 100755 index 00000000..3cdf466f --- /dev/null +++ b/client/start-dev.sh @@ -0,0 +1,2 @@ +#!/bin/bash +npm run dev diff --git a/client/vite.config.js b/client/vite.config.js new file mode 100644 index 00000000..98f28cda --- /dev/null +++ b/client/vite.config.js @@ -0,0 +1,24 @@ +import { fileURLToPath, URL } from 'node:url' + +import { defineConfig } from 'vite' +import vue from '@vitejs/plugin-vue' + +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [ + vue(), + ], + resolve: { + alias: { + '@': fileURLToPath(new URL('./src', import.meta.url)), + } + }, + proxy: { + '/api': { + target: 'https://localhost:44305', + changeOrigin: true, + secure: false, + ws: true, + } + } +}) diff --git a/client/vue.config.js b/client/vue.config.js new file mode 100644 index 00000000..416164fe --- /dev/null +++ b/client/vue.config.js @@ -0,0 +1,11 @@ +module.exports = { + configureWebpack: config => { + if(process.env.NODE_ENV === "production") { + config.output.filename = 'js/[name].[contenthash:8].min.js' + config.output.chunkFilename = 'js/[name].[contenthash:8].min.js' + } else { + config.output.filename = 'js/[name].js' + config.output.chunkFilename = 'js/[name].js'; + } + } +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..c2e91b00 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "dragonroll", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/package.json b/package.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/package.json @@ -0,0 +1 @@ +{} diff --git a/server/Dockerfile b/server/Dockerfile new file mode 100755 index 00000000..3450d4cf --- /dev/null +++ b/server/Dockerfile @@ -0,0 +1,15 @@ +FROM node:18-alpine3.15 + +WORKDIR /app + +COPY package*.json ./ + +RUN apk update +RUN apk add git + +RUN npm install + +COPY . . + + +ENTRYPOINT ["/bin/sh", "./start.sh"] diff --git a/server/README.md b/server/README.md new file mode 100755 index 00000000..2a3c2be3 --- /dev/null +++ b/server/README.md @@ -0,0 +1,7 @@ +# Backend + +Aquest és el backend de aranroig.com + +més endavant faré una documentació de la api si no em fa pal. + +De moment es queda així \ No newline at end of file diff --git a/server/config.json b/server/config.json new file mode 100755 index 00000000..54583a70 --- /dev/null +++ b/server/config.json @@ -0,0 +1,10 @@ +{ + "mongo_ip": "root:root@mongo", + "mongo_ip_debug": "localhost", + + "latexocr_ip": "latexocr", + "latexocr_ip_debug": "172.17.0.2", + "latexocr_port": "8502", + + "secret": "putyoursecrethere" +} \ No newline at end of file diff --git a/server/config/keys.js b/server/config/keys.js new file mode 100755 index 00000000..2465296e --- /dev/null +++ b/server/config/keys.js @@ -0,0 +1,3 @@ +module.exports = { + secret: "putyoursecrethere" +} \ No newline at end of file diff --git a/server/config/passport.js b/server/config/passport.js new file mode 100755 index 00000000..160005ab --- /dev/null +++ b/server/config/passport.js @@ -0,0 +1,23 @@ +const JwtStrategy = require('passport-jwt').Strategy; +const ExtractJwt = require('passport-jwt').ExtractJwt; + +const User = require('../models/User'); +const key = require('./keys').secret; + +const opts = { + jwtFromRequest: ExtractJwt.fromAuthHeaderAsBearerToken(), + secretOrKey: key +}; + +module.exports = passport => { + passport.use( + new JwtStrategy(opts, (jwt_payload, done) => { + User.findById(jwt_payload._id).then((user) => { + if(user) return done(null, user); + return done(null, false); + }).catch(err => { + console.log(err); + }); + }) + ) +} \ No newline at end of file diff --git a/server/config/rate-limiter.js b/server/config/rate-limiter.js new file mode 100755 index 00000000..963bddca --- /dev/null +++ b/server/config/rate-limiter.js @@ -0,0 +1,11 @@ +const setRateLimit = require("express-rate-limit"); + +// Rate limit middleware +const rateLimitMiddleware = setRateLimit({ + windowMs: 60 * 60 * 1000, + max: 150, + message: "Has fet masses peticions de login en una hora (ets un robot???)", + headers: true, +}); + +module.exports = rateLimitMiddleware; \ No newline at end of file diff --git a/server/config/storage.js b/server/config/storage.js new file mode 100644 index 00000000..1a2a0741 --- /dev/null +++ b/server/config/storage.js @@ -0,0 +1,14 @@ +const multer = require('multer'); + +var storage = multer.diskStorage({ + destination: function (req, file, cb) { + cb(null, 'uploads') + }, + filename: function (req, file, cb) { + cb(null, file.fieldname + '-' + Date.now()) + } +}); + +var upload = multer({storage: storage}); +module.exports = upload; + \ No newline at end of file diff --git a/server/models/User.js b/server/models/User.js new file mode 100755 index 00000000..232b9722 --- /dev/null +++ b/server/models/User.js @@ -0,0 +1,14 @@ +const mongoose = require("mongoose"); +const Schema = mongoose.Schema; + +const UserSchema = new Schema({ + name: {type: String, required: true}, + username: { type: String, required: true, unique: true }, + email: { type: String, required: true, unique: true }, + password: { type: String, required: true }, + date: { type: Date, default: Date.now}, + admin: {type: Boolean, default: false}, + image: { type: String } +}); + +module.exports = mongoose.model('User', UserSchema); \ No newline at end of file diff --git a/server/nodemon.json b/server/nodemon.json new file mode 100755 index 00000000..5212e26e --- /dev/null +++ b/server/nodemon.json @@ -0,0 +1,9 @@ +{ + "ext": "json,scss,js", + "events": { + "restart": "grunt sass:src" + }, + "ignore": [ + "public/*" + ] + } \ No newline at end of file diff --git a/server/package-lock.json b/server/package-lock.json new file mode 100755 index 00000000..ed5bc615 --- /dev/null +++ b/server/package-lock.json @@ -0,0 +1,3783 @@ +{ + "name": "aranroig", + "version": "0.1.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "aranroig", + "version": "0.1.1", + "license": "ISC", + "dependencies": { + "axios": "^1.6.2", + "bcryptjs": "^2.4.3", + "body-parser": "^1.20.0", + "connect-history-api-fallback": "^2.0.0", + "cookie-parser": "^1.4.6", + "cors": "^2.8.5", + "cron": "^3.1.7", + "express": "^4.18.1", + "express-rate-limit": "^7.1.0", + "express-session": "^1.17.3", + "jsonwebtoken": "^9.0.2", + "jwt-decode": "^3.1.2", + "mongoose": "^6.6.7", + "mongoose-slug-generator": "^1.0.4", + "morgan": "^1.10.0", + "multer": "^1.4.4", + "multer-gridfs-storage": "^5.0.2", + "node-cron": "^3.0.3", + "passport": "^0.6.0", + "passport-jwt": "^4.0.1", + "simplemde-vue": "^0.4.4", + "slugify": "^1.6.5" + }, + "devDependencies": { + "nodemon": "^2.0.22" + } + }, + "node_modules/@aws-crypto/ie11-detection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", + "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "license": "0BSD", + "optional": true + }, + "node_modules/@aws-crypto/sha256-browser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", + "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/ie11-detection": "^3.0.0", + "@aws-crypto/sha256-js": "^3.0.0", + "@aws-crypto/supports-web-crypto": "^3.0.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "license": "0BSD", + "optional": true + }, + "node_modules/@aws-crypto/sha256-js": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", + "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-js/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "license": "0BSD", + "optional": true + }, + "node_modules/@aws-crypto/supports-web-crypto": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", + "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "license": "0BSD", + "optional": true + }, + "node_modules/@aws-crypto/util": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz", + "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/util/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "license": "0BSD", + "optional": true + }, + "node_modules/@aws-sdk/client-cognito-identity": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.590.0.tgz", + "integrity": "sha512-Nfn23x7yZgp1umB+Avvsw9t8XIFWEqNQcpJ10Q8RcI9bQ0SvR4OcnnVsBA0WFL53FVzVM2FAkjNrCMRaSe6xWw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sso-oidc": "3.590.0", + "@aws-sdk/client-sts": "3.590.0", + "@aws-sdk/core": "3.588.0", + "@aws-sdk/credential-provider-node": "3.590.0", + "@aws-sdk/middleware-host-header": "3.577.0", + "@aws-sdk/middleware-logger": "3.577.0", + "@aws-sdk/middleware-recursion-detection": "3.577.0", + "@aws-sdk/middleware-user-agent": "3.587.0", + "@aws-sdk/region-config-resolver": "3.587.0", + "@aws-sdk/types": "3.577.0", + "@aws-sdk/util-endpoints": "3.587.0", + "@aws-sdk/util-user-agent-browser": "3.577.0", + "@aws-sdk/util-user-agent-node": "3.587.0", + "@smithy/config-resolver": "^3.0.1", + "@smithy/core": "^2.1.1", + "@smithy/fetch-http-handler": "^3.0.1", + "@smithy/hash-node": "^3.0.0", + "@smithy/invalid-dependency": "^3.0.0", + "@smithy/middleware-content-length": "^3.0.0", + "@smithy/middleware-endpoint": "^3.0.1", + "@smithy/middleware-retry": "^3.0.3", + "@smithy/middleware-serde": "^3.0.0", + "@smithy/middleware-stack": "^3.0.0", + "@smithy/node-config-provider": "^3.1.0", + "@smithy/node-http-handler": "^3.0.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "@smithy/url-parser": "^3.0.0", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-body-length-node": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.3", + "@smithy/util-defaults-mode-node": "^3.0.3", + "@smithy/util-endpoints": "^2.0.1", + "@smithy/util-middleware": "^3.0.0", + "@smithy/util-retry": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/client-sso": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.590.0.tgz", + "integrity": "sha512-6xbC6oQVJKBRTyXyR3C15ksUsPOyW4p+uCj7dlKYWGJvh4vGTV8KhZKS53oPG8t4f1+OMJWjr5wKuXRoaFsmhQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/core": "3.588.0", + "@aws-sdk/middleware-host-header": "3.577.0", + "@aws-sdk/middleware-logger": "3.577.0", + "@aws-sdk/middleware-recursion-detection": "3.577.0", + "@aws-sdk/middleware-user-agent": "3.587.0", + "@aws-sdk/region-config-resolver": "3.587.0", + "@aws-sdk/types": "3.577.0", + "@aws-sdk/util-endpoints": "3.587.0", + "@aws-sdk/util-user-agent-browser": "3.577.0", + "@aws-sdk/util-user-agent-node": "3.587.0", + "@smithy/config-resolver": "^3.0.1", + "@smithy/core": "^2.1.1", + "@smithy/fetch-http-handler": "^3.0.1", + "@smithy/hash-node": "^3.0.0", + "@smithy/invalid-dependency": "^3.0.0", + "@smithy/middleware-content-length": "^3.0.0", + "@smithy/middleware-endpoint": "^3.0.1", + "@smithy/middleware-retry": "^3.0.3", + "@smithy/middleware-serde": "^3.0.0", + "@smithy/middleware-stack": "^3.0.0", + "@smithy/node-config-provider": "^3.1.0", + "@smithy/node-http-handler": "^3.0.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "@smithy/url-parser": "^3.0.0", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-body-length-node": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.3", + "@smithy/util-defaults-mode-node": "^3.0.3", + "@smithy/util-endpoints": "^2.0.1", + "@smithy/util-middleware": "^3.0.0", + "@smithy/util-retry": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/client-sso-oidc": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.590.0.tgz", + "integrity": "sha512-3yCLPjq6WFfDpdUJKk/gSz4eAPDTjVknXaveMPi2QoVBCshneOnJsV16uNKlpVF1frTHrrDRfKYmbaVh6nFBvQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sts": "3.590.0", + "@aws-sdk/core": "3.588.0", + "@aws-sdk/credential-provider-node": "3.590.0", + "@aws-sdk/middleware-host-header": "3.577.0", + "@aws-sdk/middleware-logger": "3.577.0", + "@aws-sdk/middleware-recursion-detection": "3.577.0", + "@aws-sdk/middleware-user-agent": "3.587.0", + "@aws-sdk/region-config-resolver": "3.587.0", + "@aws-sdk/types": "3.577.0", + "@aws-sdk/util-endpoints": "3.587.0", + "@aws-sdk/util-user-agent-browser": "3.577.0", + "@aws-sdk/util-user-agent-node": "3.587.0", + "@smithy/config-resolver": "^3.0.1", + "@smithy/core": "^2.1.1", + "@smithy/fetch-http-handler": "^3.0.1", + "@smithy/hash-node": "^3.0.0", + "@smithy/invalid-dependency": "^3.0.0", + "@smithy/middleware-content-length": "^3.0.0", + "@smithy/middleware-endpoint": "^3.0.1", + "@smithy/middleware-retry": "^3.0.3", + "@smithy/middleware-serde": "^3.0.0", + "@smithy/middleware-stack": "^3.0.0", + "@smithy/node-config-provider": "^3.1.0", + "@smithy/node-http-handler": "^3.0.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "@smithy/url-parser": "^3.0.0", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-body-length-node": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.3", + "@smithy/util-defaults-mode-node": "^3.0.3", + "@smithy/util-endpoints": "^2.0.1", + "@smithy/util-middleware": "^3.0.0", + "@smithy/util-retry": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/client-sts": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.590.0.tgz", + "integrity": "sha512-f4R1v1LSn4uLYZ5qj4DyL6gp7PXXzJeJsm2seheiJX+53LSF5L7XSDnQVtX1p9Tevv0hp2YUWUTg6QYwIVSuGg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sso-oidc": "3.590.0", + "@aws-sdk/core": "3.588.0", + "@aws-sdk/credential-provider-node": "3.590.0", + "@aws-sdk/middleware-host-header": "3.577.0", + "@aws-sdk/middleware-logger": "3.577.0", + "@aws-sdk/middleware-recursion-detection": "3.577.0", + "@aws-sdk/middleware-user-agent": "3.587.0", + "@aws-sdk/region-config-resolver": "3.587.0", + "@aws-sdk/types": "3.577.0", + "@aws-sdk/util-endpoints": "3.587.0", + "@aws-sdk/util-user-agent-browser": "3.577.0", + "@aws-sdk/util-user-agent-node": "3.587.0", + "@smithy/config-resolver": "^3.0.1", + "@smithy/core": "^2.1.1", + "@smithy/fetch-http-handler": "^3.0.1", + "@smithy/hash-node": "^3.0.0", + "@smithy/invalid-dependency": "^3.0.0", + "@smithy/middleware-content-length": "^3.0.0", + "@smithy/middleware-endpoint": "^3.0.1", + "@smithy/middleware-retry": "^3.0.3", + "@smithy/middleware-serde": "^3.0.0", + "@smithy/middleware-stack": "^3.0.0", + "@smithy/node-config-provider": "^3.1.0", + "@smithy/node-http-handler": "^3.0.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "@smithy/url-parser": "^3.0.0", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-body-length-node": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.3", + "@smithy/util-defaults-mode-node": "^3.0.3", + "@smithy/util-endpoints": "^2.0.1", + "@smithy/util-middleware": "^3.0.0", + "@smithy/util-retry": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/core": { + "version": "3.588.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.588.0.tgz", + "integrity": "sha512-O1c2+9ce46Z+iiid+W3iC1IvPbfIo5ev9CBi54GdNB9SaI8/3+f8MJcux0D6c9toCF0ArMersN/gp8ek57e9uQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/core": "^2.1.1", + "@smithy/protocol-http": "^4.0.0", + "@smithy/signature-v4": "^3.0.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "fast-xml-parser": "4.2.5", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-cognito-identity": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.590.0.tgz", + "integrity": "sha512-28vRC0BYaDVWU9AzGBywTRmwiwQfkixfOZGcY6e5J6cRjVoawomvHmC2mJd11SjoDcVLUQF+z4Z9z1ZCr1GcpA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.590.0", + "@aws-sdk/types": "3.577.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-env": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.587.0.tgz", + "integrity": "sha512-Hyg/5KFECIk2k5o8wnVEiniV86yVkhn5kzITUydmNGCkXdBFHMHRx6hleQ1bqwJHbBskyu8nbYamzcwymmGwmw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-http": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.587.0.tgz", + "integrity": "sha512-Su1SRWVRCuR1e32oxX3C1V4c5hpPN20WYcRfdcr2wXwHqSvys5DrnmuCC+JoEnS/zt3adUJhPliTqpfKgSdMrA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/fetch-http-handler": "^3.0.1", + "@smithy/node-http-handler": "^3.0.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "@smithy/util-stream": "^3.0.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.590.0.tgz", + "integrity": "sha512-Y5cFciAK38VIvRgZeND7HvFNR32thGtQb8Xop6cMn33FC78uwcRIu9Hc9699XTclCZqz4+Xl1WU+dZ+rnFn2AA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.587.0", + "@aws-sdk/credential-provider-http": "3.587.0", + "@aws-sdk/credential-provider-process": "3.587.0", + "@aws-sdk/credential-provider-sso": "3.590.0", + "@aws-sdk/credential-provider-web-identity": "3.587.0", + "@aws-sdk/types": "3.577.0", + "@smithy/credential-provider-imds": "^3.1.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/shared-ini-file-loader": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sts": "^3.590.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.590.0.tgz", + "integrity": "sha512-Ky38mNFoXobGrDQ11P3dU1e+q1nRJ7eZl8l15KUpvZCe/hOudbxQi/epQrCazD/gRYV2fTyczdLlZzB5ZZ8DhQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.587.0", + "@aws-sdk/credential-provider-http": "3.587.0", + "@aws-sdk/credential-provider-ini": "3.590.0", + "@aws-sdk/credential-provider-process": "3.587.0", + "@aws-sdk/credential-provider-sso": "3.590.0", + "@aws-sdk/credential-provider-web-identity": "3.587.0", + "@aws-sdk/types": "3.577.0", + "@smithy/credential-provider-imds": "^3.1.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/shared-ini-file-loader": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-process": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.587.0.tgz", + "integrity": "sha512-V4xT3iCqkF8uL6QC4gqBJg/2asd/damswP1h9HCfqTllmPWzImS+8WD3VjgTLw5b0KbTy+ZdUhKc0wDnyzkzxg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/shared-ini-file-loader": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.590.0.tgz", + "integrity": "sha512-v+0j/I+je9okfwXsgmLppmwIE+TuMp5WqLz7r7PHz9KjzLyKaKTDvfllFD+8oPpBqnmOWiJ9qTGPkrfhB7a/fQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/client-sso": "3.590.0", + "@aws-sdk/token-providers": "3.587.0", + "@aws-sdk/types": "3.577.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/shared-ini-file-loader": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.587.0.tgz", + "integrity": "sha512-XqIx/I2PG7kyuw3WjAP9wKlxy8IvFJwB8asOFT1xPFoVfZYKIogjG9oLP5YiRtfvDkWIztHmg5MlVv3HdJDGRw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sts": "^3.587.0" + } + }, + "node_modules/@aws-sdk/credential-providers": { + "version": "3.590.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.590.0.tgz", + "integrity": "sha512-Z4SHk/GCoM5JEJOH3+xr2I7VvPGdeGPHL1cck/UFIN1Fap1wT3uIsTW92Rhru2AvnhQnAPpDUOHO9/hDJk1MDA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.590.0", + "@aws-sdk/client-sso": "3.590.0", + "@aws-sdk/client-sts": "3.590.0", + "@aws-sdk/credential-provider-cognito-identity": "3.590.0", + "@aws-sdk/credential-provider-env": "3.587.0", + "@aws-sdk/credential-provider-http": "3.587.0", + "@aws-sdk/credential-provider-ini": "3.590.0", + "@aws-sdk/credential-provider-node": "3.590.0", + "@aws-sdk/credential-provider-process": "3.587.0", + "@aws-sdk/credential-provider-sso": "3.590.0", + "@aws-sdk/credential-provider-web-identity": "3.587.0", + "@aws-sdk/types": "3.577.0", + "@smithy/credential-provider-imds": "^3.1.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.577.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.577.0.tgz", + "integrity": "sha512-9ca5MJz455CODIVXs0/sWmJm7t3QO4EUa1zf8pE8grLpzf0J94bz/skDWm37Pli13T3WaAQBHCTiH2gUVfCsWg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-logger": { + "version": "3.577.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.577.0.tgz", + "integrity": "sha512-aPFGpGjTZcJYk+24bg7jT4XdIp42mFXSuPt49lw5KygefLyJM/sB0bKKqPYYivW0rcuZ9brQ58eZUNthrzYAvg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.577.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.577.0.tgz", + "integrity": "sha512-pn3ZVEd2iobKJlR3H+bDilHjgRnNrQ6HMmK9ZzZw89Ckn3Dcbv48xOv4RJvu0aU8SDLl/SNCxppKjeLDTPGBNA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.587.0.tgz", + "integrity": "sha512-SyDomN+IOrygLucziG7/nOHkjUXES5oH5T7p8AboO8oakMQJdnudNXiYWTicQWO52R51U6CR27rcMPTGeMedYA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@aws-sdk/util-endpoints": "3.587.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/region-config-resolver": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.587.0.tgz", + "integrity": "sha512-93I7IPZtulZQoRK+O20IJ4a1syWwYPzoO2gc3v+/GNZflZPV3QJXuVbIm0pxBsu0n/mzKGUKqSOLPIaN098HcQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/node-config-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "@smithy/util-config-provider": "^3.0.0", + "@smithy/util-middleware": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/token-providers": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.587.0.tgz", + "integrity": "sha512-ULqhbnLy1hmJNRcukANBWJmum3BbjXnurLPSFXoGdV0llXYlG55SzIla2VYqdveQEEjmsBuTZdFvXAtNpmS5Zg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/shared-ini-file-loader": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sso-oidc": "^3.587.0" + } + }, + "node_modules/@aws-sdk/types": { + "version": "3.577.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.577.0.tgz", + "integrity": "sha512-FT2JZES3wBKN/alfmhlo+3ZOq/XJ0C7QOZcDNrpKjB0kqYoKjhVKZ/Hx6ArR0czkKfHzBBEs6y40ebIHx2nSmA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-endpoints": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.587.0.tgz", + "integrity": "sha512-8I1HG6Em8wQWqKcRW6m358mqebRVNpL8XrrEoT4In7xqkKkmYtHRNVYP6lcmiQh5pZ/c/FXu8dSchuFIWyEtqQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/types": "^3.0.0", + "@smithy/util-endpoints": "^2.0.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-locate-window": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.568.0.tgz", + "integrity": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.577.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.577.0.tgz", + "integrity": "sha512-zEAzHgR6HWpZOH7xFgeJLc6/CzMcx4nxeQolZxVZoB5pPaJd3CjyRhZN0xXeZB0XIRCWmb4yJBgyiugXLNMkLA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/types": "^3.0.0", + "bowser": "^2.11.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.587.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.587.0.tgz", + "integrity": "sha512-Pnl+DUe/bvnbEEDHP3iVJrOtE3HbFJBPgsD6vJ+ml/+IYk1Eq49jEG+EHZdNTPz3SDG0kbp2+7u41MKYJHR/iQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.577.0", + "@smithy/node-config-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } + } + }, + "node_modules/@aws-sdk/util-utf8-browser": { + "version": "3.259.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + } + }, + "node_modules/@mongodb-js/saslprep": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.7.tgz", + "integrity": "sha512-dCHW/oEX0KJ4NjDULBo3JiOaK5+6axtpBbS+ao2ZInoAL9/YRQLhXzSNAFz7hP4nzLkIqsfYAK/PDE3+XHny0Q==", + "license": "MIT", + "optional": true, + "dependencies": { + "sparse-bitfield": "^3.0.3" + } + }, + "node_modules/@smithy/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-p6GlFGBt9K4MYLu72YuJ523NVR4A8oHlC5M2JO6OmQqN8kAc/uh1JqLE+FizTokrSJGg0CSvC+BrsmGzKtsZKA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/config-resolver": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-3.0.1.tgz", + "integrity": "sha512-hbkYJc20SBDz2qqLzttjI/EqXemtmWk0ooRznLsiXp3066KQRTvuKHa7U4jCZCJq6Dozqvy0R1/vNESC9inPJg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "@smithy/util-config-provider": "^3.0.0", + "@smithy/util-middleware": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/core": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.2.0.tgz", + "integrity": "sha512-ygLZSSKgt9bR8HAxR9mK+U5obvAJBr6zlQuhN5soYWx/amjDoQN4dTkydTypgKe6rIbUjTILyLU+W5XFwXr4kg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/middleware-endpoint": "^3.0.1", + "@smithy/middleware-retry": "^3.0.3", + "@smithy/middleware-serde": "^3.0.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "@smithy/util-middleware": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/credential-provider-imds": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-3.1.0.tgz", + "integrity": "sha512-q4A4d38v8pYYmseu/jTS3Z5I3zXlEOe5Obi+EJreVKgSVyWUHOd7/yaVCinC60QG4MRyCs98tcxBH1IMC0bu7Q==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^3.1.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "@smithy/url-parser": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/fetch-http-handler": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-3.0.1.tgz", + "integrity": "sha512-uaH74i5BDj+rBwoQaXioKpI0SHBJFtOVwzrCpxZxphOW0ki5jhj7dXvDMYM2IJem8TpdFvS2iC08sjOblfFGFg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/protocol-http": "^4.0.0", + "@smithy/querystring-builder": "^3.0.0", + "@smithy/types": "^3.0.0", + "@smithy/util-base64": "^3.0.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/hash-node": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-3.0.0.tgz", + "integrity": "sha512-84qXstNemP3XS5jcof0el6+bDfjzuvhJPQTEfro3lgtbCtKgzPm3MgiS6ehXVPjeQ5+JS0HqmTz8f/RYfzHVxw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "@smithy/util-buffer-from": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/invalid-dependency": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-3.0.0.tgz", + "integrity": "sha512-F6wBBaEFgJzj0s4KUlliIGPmqXemwP6EavgvDqYwCH40O5Xr2iMHvS8todmGVZtuJCorBkXsYLyTu4PuizVq5g==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/is-array-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz", + "integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-content-length": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-3.0.0.tgz", + "integrity": "sha512-3C4s4d/iGobgCtk2tnWW6+zSTOBg1PRAm2vtWZLdriwTroFbbWNSr3lcyzHdrQHnEXYCC5K52EbpfodaIUY8sg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/protocol-http": "^4.0.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-endpoint": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-3.0.1.tgz", + "integrity": "sha512-lQ/UOdGD4KM5kLZiAl0q8Qy3dPbynvAXKAdXnYlrA1OpaUwr+neSsVokDZpY6ZVb5Yx8jnus29uv6XWpM9P4SQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/middleware-serde": "^3.0.0", + "@smithy/node-config-provider": "^3.1.0", + "@smithy/shared-ini-file-loader": "^3.1.0", + "@smithy/types": "^3.0.0", + "@smithy/url-parser": "^3.0.0", + "@smithy/util-middleware": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-retry": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-3.0.3.tgz", + "integrity": "sha512-Wve1qzJb83VEU/6q+/I0cQdAkDnuzELC6IvIBwDzUEiGpKqXgX1v10FUuZGbRS6Ov/P+HHthcAoHOJZQvZNAkA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^3.1.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/service-error-classification": "^3.0.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "@smithy/util-middleware": "^3.0.0", + "@smithy/util-retry": "^3.0.0", + "tslib": "^2.6.2", + "uuid": "^9.0.1" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-serde": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.0.tgz", + "integrity": "sha512-I1vKG1foI+oPgG9r7IMY1S+xBnmAn1ISqployvqkwHoSb8VPsngHDTOgYGYBonuOKndaWRUGJZrKYYLB+Ane6w==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-stack": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-3.0.0.tgz", + "integrity": "sha512-+H0jmyfAyHRFXm6wunskuNAqtj7yfmwFB6Fp37enytp2q047/Od9xetEaUbluyImOlGnGpaVGaVfjwawSr+i6Q==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/node-config-provider": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-3.1.0.tgz", + "integrity": "sha512-ngfB8QItUfTFTfHMvKuc2g1W60V1urIgZHqD1JNFZC2tTWXahqf2XvKXqcBS7yZqR7GqkQQZy11y/lNOUWzq7Q==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/property-provider": "^3.1.0", + "@smithy/shared-ini-file-loader": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/node-http-handler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.0.0.tgz", + "integrity": "sha512-3trD4r7NOMygwLbUJo4eodyQuypAWr7uvPnebNJ9a70dQhVn+US8j/lCnvoJS6BXfZeF7PkkkI0DemVJw+n+eQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/abort-controller": "^3.0.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/querystring-builder": "^3.0.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/property-provider": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.0.tgz", + "integrity": "sha512-Tj3+oVhqdZgemjCiWjFlADfhvLF4C/uKDuKo7/tlEsRQ9+3emCreR2xndj970QSRSsiCEU8hZW3/8JQu+n5w4Q==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/protocol-http": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.0.0.tgz", + "integrity": "sha512-qOQZOEI2XLWRWBO9AgIYuHuqjZ2csyr8/IlgFDHDNuIgLAMRx2Bl8ck5U5D6Vh9DPdoaVpuzwWMa0xcdL4O/AQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/querystring-builder": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.0.tgz", + "integrity": "sha512-bW8Fi0NzyfkE0TmQphDXr1AmBDbK01cA4C1Z7ggwMAU5RDz5AAv/KmoRwzQAS0kxXNf/D2ALTEgwK0U2c4LtRg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "@smithy/util-uri-escape": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/querystring-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-3.0.0.tgz", + "integrity": "sha512-UzHwthk0UEccV4dHzPySnBy34AWw3V9lIqUTxmozQ+wPDAO9csCWMfOLe7V9A2agNYy7xE+Pb0S6K/J23JSzfQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/service-error-classification": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-3.0.0.tgz", + "integrity": "sha512-3BsBtOUt2Gsnc3X23ew+r2M71WwtpHfEDGhHYHSDg6q1t8FrWh15jT25DLajFV1H+PpxAJ6gqe9yYeRUsmSdFA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/shared-ini-file-loader": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.1.0.tgz", + "integrity": "sha512-dAM7wSX0NR3qTNyGVN/nwwpEDzfV9T/3AN2eABExWmda5VqZKSsjlINqomO5hjQWGv+IIkoXfs3u2vGSNz8+Rg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/signature-v4": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-3.0.0.tgz", + "integrity": "sha512-kXFOkNX+BQHe2qnLxpMEaCRGap9J6tUGLzc3A9jdn+nD4JdMwCKTJ+zFwQ20GkY+mAXGatyTw3HcoUlR39HwmA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/is-array-buffer": "^3.0.0", + "@smithy/types": "^3.0.0", + "@smithy/util-hex-encoding": "^3.0.0", + "@smithy/util-middleware": "^3.0.0", + "@smithy/util-uri-escape": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/smithy-client": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-3.1.1.tgz", + "integrity": "sha512-tj4Ku7MpzZR8cmVuPcSbrLFVxmptWktmJMwST/uIEq4sarabEdF8CbmQdYB7uJ/X51Qq2EYwnRsoS7hdR4B7rA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/middleware-endpoint": "^3.0.1", + "@smithy/middleware-stack": "^3.0.0", + "@smithy/protocol-http": "^4.0.0", + "@smithy/types": "^3.0.0", + "@smithy/util-stream": "^3.0.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/types": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.0.0.tgz", + "integrity": "sha512-VvWuQk2RKFuOr98gFhjca7fkBS+xLLURT8bUjk5XQoV0ZLm7WPwWPPY3/AwzTLuUBDeoKDCthfe1AsTUWaSEhw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/url-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-3.0.0.tgz", + "integrity": "sha512-2XLazFgUu+YOGHtWihB3FSLAfCUajVfNBXGGYjOaVKjLAuAxx3pSBY3hBgLzIgB17haf59gOG3imKqTy8mcrjw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/querystring-parser": "^3.0.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/util-base64": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-3.0.0.tgz", + "integrity": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/util-buffer-from": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-body-length-browser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-3.0.0.tgz", + "integrity": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/util-body-length-node": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-3.0.0.tgz", + "integrity": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-buffer-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz", + "integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/is-array-buffer": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-config-provider": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-3.0.0.tgz", + "integrity": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-browser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.3.tgz", + "integrity": "sha512-3DFON2bvXJAukJe+qFgPV/rorG7ZD3m4gjCXHD1V5z/tgKQp5MCTCLntrd686tX6tj8Uli3lefWXJudNg5WmCA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/property-provider": "^3.1.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "bowser": "^2.11.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-node": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.3.tgz", + "integrity": "sha512-D0b8GJXecT00baoSQ3Iieu3k3mZ7GY8w1zmg8pdogYrGvWJeLcIclqk2gbkG4K0DaBGWrO6v6r20iwIFfDYrmA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/config-resolver": "^3.0.1", + "@smithy/credential-provider-imds": "^3.1.0", + "@smithy/node-config-provider": "^3.1.0", + "@smithy/property-provider": "^3.1.0", + "@smithy/smithy-client": "^3.1.1", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-endpoints": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-2.0.1.tgz", + "integrity": "sha512-ZRT0VCOnKlVohfoABMc8lWeQo/JEFuPWctfNRXgTHbyOVssMOLYFUNWukxxiHRGVAhV+n3c0kPW+zUqckjVPEA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^3.1.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-hex-encoding": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-3.0.0.tgz", + "integrity": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-middleware": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.0.tgz", + "integrity": "sha512-q5ITdOnV2pXHSVDnKWrwgSNTDBAMHLptFE07ua/5Ty5WJ11bvr0vk2a7agu7qRhrCFRQlno5u3CneU5EELK+DQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-retry": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-3.0.0.tgz", + "integrity": "sha512-nK99bvJiziGv/UOKJlDvFF45F00WgPLKVIGUfAK+mDhzVN2hb/S33uW2Tlhg5PVBoqY7tDVqL0zmu4OxAHgo9g==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/service-error-classification": "^3.0.0", + "@smithy/types": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-stream": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-3.0.1.tgz", + "integrity": "sha512-7F7VNNhAsfMRA8I986YdOY5fE0/T1/ZjFF6OLsqkvQVNP3vZ/szYDfGCyphb7ioA09r32K/0qbSFfNFU68aSzA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/fetch-http-handler": "^3.0.1", + "@smithy/node-http-handler": "^3.0.0", + "@smithy/types": "^3.0.0", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-buffer-from": "^3.0.0", + "@smithy/util-hex-encoding": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-uri-escape": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz", + "integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-utf8": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz", + "integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/util-buffer-from": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "license": "MIT", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/bson": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.2.0.tgz", + "integrity": "sha512-ELCPqAdroMdcuxqwMgUpifQyRoTpyYCNr1V9xKyF40VsBobsj+BbWNRvwGchMgBPGqkw655ypkjj2MEF5ywVwg==", + "deprecated": "This is a stub types definition. bson provides its own type definitions, so you do not need this installed.", + "license": "MIT", + "dependencies": { + "bson": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/express": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "license": "MIT", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.19.3", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.3.tgz", + "integrity": "sha512-KOzM7MhcBFlmnlr/fzISFF5vGWVSvN6fTd4T+ExOt08bA/dA5kpSzY52nMsI1KDFmUREpJelPYyuslLRSjjgCg==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/http-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "license": "MIT" + }, + "node_modules/@types/luxon": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz", + "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==", + "license": "MIT" + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "license": "MIT" + }, + "node_modules/@types/mongodb": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.20.tgz", + "integrity": "sha512-WcdpPJCakFzcWWD9juKoZbRtQxKIMYF/JIAM4JrNHrMcnJL6/a2NWjXxW7fo9hxboxxkg+icff8d7+WIEvKgYQ==", + "license": "MIT", + "dependencies": { + "@types/bson": "*", + "@types/node": "*" + } + }, + "node_modules/@types/multer": { + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/@types/multer/-/multer-1.4.11.tgz", + "integrity": "sha512-svK240gr6LVWvv3YGyhLlA+6LRRWA4mnGIU7RcNmgjBYFl6665wcXrRfxGp5tEPVHUNm5FMcmq7too9bxCwX/w==", + "license": "MIT", + "dependencies": { + "@types/express": "*" + } + }, + "node_modules/@types/node": { + "version": "20.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", + "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/pump": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/pump/-/pump-1.1.3.tgz", + "integrity": "sha512-ZyooTTivmOwPfOwLVaszkF8Zq6mvavgjuHYitZhrIjfQAJDH+kIP3N+MzpG1zDAslsHvVz6Q8ECfivix3qLJaQ==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/qs": { + "version": "6.9.15", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", + "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==", + "license": "MIT" + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "license": "MIT" + }, + "node_modules/@types/send": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "license": "MIT", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.7", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", + "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", + "license": "MIT", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "*" + } + }, + "node_modules/@types/webidl-conversions": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz", + "integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==", + "license": "MIT" + }, + "node_modules/@types/whatwg-url": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/webidl-conversions": "*" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/append-field": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz", + "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==", + "license": "MIT" + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "license": "MIT" + }, + "node_modules/async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w==", + "license": "MIT" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" + }, + "node_modules/axios": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/basic-auth/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "license": "MIT" + }, + "node_modules/bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==", + "license": "MIT" + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/body-parser": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/bowser": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", + "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==", + "license": "MIT", + "optional": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/bson": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz", + "integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==", + "license": "Apache-2.0", + "dependencies": { + "buffer": "^5.6.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==", + "license": "BSD-3-Clause" + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "license": "MIT" + }, + "node_modules/busboy": { + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.2.14.tgz", + "integrity": "sha512-InWFDomvlkEj+xWLBfU3AvnbVYqeTWmQopiW0tWWEy5yehYm2YkGEc59sUmw/4ty5Zj/b0WHGs1LgecuBSBGrg==", + "dependencies": { + "dicer": "0.2.5", + "readable-stream": "1.1.x" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "engines": [ + "node >= 0.8" + ], + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/concat-stream/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "license": "MIT" + }, + "node_modules/concat-stream/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/concat-stream/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "license": "MIT" + }, + "node_modules/concat-stream/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-parser": { + "version": "1.4.6", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz", + "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==", + "license": "MIT", + "dependencies": { + "cookie": "0.4.1", + "cookie-signature": "1.0.6" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "license": "MIT" + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "license": "MIT" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "license": "MIT", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/cron": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.7.tgz", + "integrity": "sha512-tlBg7ARsAMQLzgwqVxy8AZl/qlTc5nibqYwtNGoCrd+cV+ugI+tvZC1oT/8dFH8W455YrywGykx/KMmAqOr7Jw==", + "license": "MIT", + "dependencies": { + "@types/luxon": "~3.4.0", + "luxon": "~3.4.0" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/dicer": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz", + "integrity": "sha512-FDvbtnq7dzlPz0wyYlOExifDEZcu8h+rErEXgfxqmLfRfC/kJidEFh4+effJRO3P0xmfqyPbSMG0LveNRfTKVg==", + "dependencies": { + "readable-stream": "1.1.x", + "streamsearch": "0.1.2" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "license": "Apache-2.0", + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "license": "MIT", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express": { + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", + "license": "MIT", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.2", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.6.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express-rate-limit": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.3.0.tgz", + "integrity": "sha512-ZPfWlcQQ1PsZonB/vqksOsBQV74z5osi/QcdoBCyKJXl/wOVjS1yRDmvkpMM52KJeLbiF2+djwVEnEgVCDdvtw==", + "license": "MIT", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/express-rate-limit" + }, + "peerDependencies": { + "express": "4 || 5 || ^5.0.0-beta.1" + } + }, + "node_modules/express-session": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.0.tgz", + "integrity": "sha512-m93QLWr0ju+rOwApSsyso838LQwgfs44QtOP/WBiwtAgPIo/SAh1a5c6nn2BR6mFNZehTpqKDESzP+fRHVbxwQ==", + "license": "MIT", + "dependencies": { + "cookie": "0.6.0", + "cookie-signature": "1.0.7", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-headers": "~1.0.2", + "parseurl": "~1.3.3", + "safe-buffer": "5.2.1", + "uid-safe": "~2.1.5" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/express-session/node_modules/cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express-session/node_modules/cookie-signature": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", + "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==", + "license": "MIT" + }, + "node_modules/express/node_modules/cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fast-xml-parser": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "optional": true, + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-own-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", + "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", + "dev": true, + "license": "ISC" + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "license": "MIT", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-generator": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-generator/-/is-generator-1.0.3.tgz", + "integrity": "sha512-G56jBpbJeg7ds83HW1LuShNs8J73Fv3CPz/bmROHOHlnKkN8sWb9ujiagjmxxMUywftgq48HlBZELKKqFLk0oA==", + "license": "MIT" + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-promise": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", + "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", + "license": "MIT" + }, + "node_modules/isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", + "license": "MIT" + }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "license": "MIT" + }, + "node_modules/jsonwebtoken": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", + "license": "MIT", + "dependencies": { + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12", + "npm": ">=6" + } + }, + "node_modules/jsonwebtoken/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "license": "MIT", + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "license": "MIT", + "dependencies": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jwt-decode": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.1.2.tgz", + "integrity": "sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==", + "license": "MIT" + }, + "node_modules/kareem": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.5.1.tgz", + "integrity": "sha512-7jFxRVm+jD+rkq3kY0iZDJfsO2/t4BBPeEb2qKn2lR/9KhuksYk5hxzfRYWMPV8P/x2d0kHD306YyWLzjjH+uA==", + "license": "Apache-2.0", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==", + "license": "MIT" + }, + "node_modules/lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" + }, + "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==", + "license": "MIT" + }, + "node_modules/lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "license": "MIT" + }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "license": "MIT" + }, + "node_modules/lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", + "license": "MIT" + }, + "node_modules/luxon": { + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz", + "integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==", + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "license": "MIT", + "optional": true + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "license": "MIT" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "license": "MIT", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/mongodb": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.17.2.tgz", + "integrity": "sha512-mLV7SEiov2LHleRJPMPrK2PMyhXFZt2UQLC4VD4pnth3jMjYKHhtqfwwkkvS/NXuo/Fp3vbhaNcXrIDaLRb9Tg==", + "license": "Apache-2.0", + "dependencies": { + "bson": "^4.7.2", + "mongodb-connection-string-url": "^2.6.0", + "socks": "^2.7.1" + }, + "engines": { + "node": ">=12.9.0" + }, + "optionalDependencies": { + "@aws-sdk/credential-providers": "^3.186.0", + "@mongodb-js/saslprep": "^1.1.0" + } + }, + "node_modules/mongodb-connection-string-url": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz", + "integrity": "sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==", + "license": "Apache-2.0", + "dependencies": { + "@types/whatwg-url": "^8.2.1", + "whatwg-url": "^11.0.0" + } + }, + "node_modules/mongodb-uri": { + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/mongodb-uri/-/mongodb-uri-0.9.7.tgz", + "integrity": "sha512-s6BdnqNoEYfViPJgkH85X5Nw5NpzxN8hoflKLweNa7vBxt2V7kaS06d74pAtqDxde8fn4r9h4dNdLiFGoNV0KA==", + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/mongoose": { + "version": "6.12.9", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.12.9.tgz", + "integrity": "sha512-/2eOuoTC4Bl1xk1GWvpHeSbBW0RX+8bPrfCT2sBpndGjC+f4tbZ3NVKIv9CvQNXw7rl7Wrl5G1g4r+UKHPqXoQ==", + "license": "MIT", + "dependencies": { + "bson": "^4.7.2", + "kareem": "2.5.1", + "mongodb": "4.17.2", + "mpath": "0.9.0", + "mquery": "4.0.3", + "ms": "2.1.3", + "sift": "16.0.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mongoose" + } + }, + "node_modules/mongoose-slug-generator": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mongoose-slug-generator/-/mongoose-slug-generator-1.0.4.tgz", + "integrity": "sha512-YTluRZROhrHgcncstJTJsxT4K6xR2xIGtF9a0uf4Z1mNFADBVoyanezdKgjQBxN2zfB8PH6wpU8mh4AFxL4+4w==", + "license": "MIT", + "dependencies": { + "async": "^1.5.0", + "shortid": "^2.2.4", + "speakingurl": "^7.0.0" + }, + "engines": { + "node": ">= 0.12.7" + } + }, + "node_modules/mongoose/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/morgan": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", + "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "license": "MIT", + "dependencies": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.0.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/morgan/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/mpath": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz", + "integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==", + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mquery": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/mquery/-/mquery-4.0.3.tgz", + "integrity": "sha512-J5heI+P08I6VJ2Ky3+33IpCdAvlYGTSUjwTPxkAr8i8EoduPMBX2OY/wa3IKZIQl7MU4SbFk8ndgSKyB/cl1zA==", + "license": "MIT", + "dependencies": { + "debug": "4.x" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/mquery/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/mquery/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "license": "MIT" + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/multer": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/multer/-/multer-1.4.4.tgz", + "integrity": "sha512-2wY2+xD4udX612aMqMcB8Ws2Voq6NIUPEtD1be6m411T4uDH/VtL9i//xvcyFlTVfRdaBsk7hV5tgrGQqhuBiw==", + "deprecated": "Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.", + "license": "MIT", + "dependencies": { + "append-field": "^1.0.0", + "busboy": "^0.2.11", + "concat-stream": "^1.5.2", + "mkdirp": "^0.5.4", + "object-assign": "^4.1.1", + "on-finished": "^2.3.0", + "type-is": "^1.6.4", + "xtend": "^4.0.0" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/multer-gridfs-storage": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/multer-gridfs-storage/-/multer-gridfs-storage-5.0.2.tgz", + "integrity": "sha512-oYl70i792uyJfgpvOfJrZIru4MsjjAueDHLZXTDGix/yPJuk1/lfqdPHHnv/XVVGfVZb4G9jJqwEFf9JIX1SOQ==", + "license": "MIT", + "dependencies": { + "@types/express": "^4.17.6", + "@types/mongodb": "^3.5.25", + "@types/multer": "^1.4.3", + "@types/pump": "^1.1.0", + "has-own-prop": "^2.0.0", + "is-generator": "^1.0.3", + "is-promise": "^4.0.0", + "lodash.isplainobject": ">=0.8.0", + "mongodb": ">=2", + "mongodb-uri": "^0.9.7", + "pump": "^3.0.0" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "multer": "^1.4.2" + } + }, + "node_modules/nanoid": { + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.11.tgz", + "integrity": "sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==", + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-cron": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.3.tgz", + "integrity": "sha512-dOal67//nohNgYWb+nWmg5dkFdIwDm8EpeGYMekPMrngV3637lqnX0lbUcCtgibHTz6SEz7DAIjKvKDFYCnO1A==", + "license": "ISC", + "dependencies": { + "uuid": "8.3.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/node-cron/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/nodemon": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", + "integrity": "sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^3.2.7", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^5.7.1", + "simple-update-notifier": "^1.0.7", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/nodemon/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/nodemon/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/passport": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.6.0.tgz", + "integrity": "sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==", + "license": "MIT", + "dependencies": { + "passport-strategy": "1.x.x", + "pause": "0.0.1", + "utils-merge": "^1.0.1" + }, + "engines": { + "node": ">= 0.4.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/jaredhanson" + } + }, + "node_modules/passport-jwt": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.1.tgz", + "integrity": "sha512-UCKMDYhNuGOBE9/9Ycuoyh7vP6jpeTp/+sfMJl7nLff/t6dps+iaeE0hhNkKN8/HZHcJ7lCdOyDxHdDoxoSvdQ==", + "license": "MIT", + "dependencies": { + "jsonwebtoken": "^9.0.0", + "passport-strategy": "^1.0.0" + } + }, + "node_modules/passport-strategy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", + "integrity": "sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "license": "MIT" + }, + "node_modules/pause": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", + "integrity": "sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "license": "MIT" + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "license": "MIT" + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "dev": true, + "license": "MIT" + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "license": "MIT", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/random-bytes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz", + "integrity": "sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==", + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "license": "MIT", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/shortid": { + "version": "2.2.16", + "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.16.tgz", + "integrity": "sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "license": "MIT", + "dependencies": { + "nanoid": "^2.1.0" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/sift": { + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/sift/-/sift-16.0.1.tgz", + "integrity": "sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ==", + "license": "MIT" + }, + "node_modules/simple-update-notifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", + "integrity": "sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "~7.0.0" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/simple-update-notifier/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/simplemde-vue": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/simplemde-vue/-/simplemde-vue-0.4.4.tgz", + "integrity": "sha512-orYQ6AYW1urfhJQ5S0JgfLFoDqd32s6SnCXv9KSsa5ckUiUyQR0eVw7O2sprT6VmW8wjhZj81sYpDc2XAr1UYA==", + "license": "ISC" + }, + "node_modules/slugify": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz", + "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==", + "license": "MIT", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "license": "MIT", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "license": "MIT", + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "memory-pager": "^1.0.2" + } + }, + "node_modules/speakingurl": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-7.0.0.tgz", + "integrity": "sha512-b3w3MPlZxf/s3YhzyD12e9yw3bdl/23gNgxq2fUeKTJ1jt0ZTTTddZTl5SaQv4GwCNJ56DM3kOeRKeO9xab7wQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "license": "BSD-3-Clause" + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/streamsearch": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", + "integrity": "sha512-jos8u++JKm0ARcSUTAZXOVC0mSox7Bhn6sBgty73P1f3JGf7yG2clTbBNHUdde/kdvP2FESam+vM6l8jBrNxHA==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", + "license": "MIT" + }, + "node_modules/strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", + "license": "MIT", + "optional": true + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/touch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", + "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", + "dev": true, + "license": "ISC", + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "license": "MIT", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", + "license": "0BSD", + "optional": true + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "license": "MIT" + }, + "node_modules/uid-safe": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz", + "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==", + "license": "MIT", + "dependencies": { + "random-bytes": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "dev": true, + "license": "MIT" + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "license": "MIT" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "optional": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "license": "MIT", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "license": "MIT", + "engines": { + "node": ">=0.4" + } + } + } +} diff --git a/server/package.json b/server/package.json new file mode 100755 index 00000000..ea9fee04 --- /dev/null +++ b/server/package.json @@ -0,0 +1,39 @@ +{ + "name": "aranroig", + "version": "0.1.1", + "description": "Server arandanoso", + "main": "index.js", + "scripts": { + "run": "node server.js", + "dev": "DEBUG=true nodemon server.js" + }, + "author": "Aran Roig", + "license": "ISC", + "dependencies": { + "axios": "^1.6.2", + "bcryptjs": "^2.4.3", + "body-parser": "^1.20.0", + "connect-history-api-fallback": "^2.0.0", + "cookie-parser": "^1.4.6", + "cors": "^2.8.5", + "cron": "^3.1.7", + "express": "^4.18.1", + "express-rate-limit": "^7.1.0", + "express-session": "^1.17.3", + "jsonwebtoken": "^9.0.2", + "jwt-decode": "^3.1.2", + "mongoose": "^6.6.7", + "mongoose-slug-generator": "^1.0.4", + "morgan": "^1.10.0", + "multer": "^1.4.4", + "multer-gridfs-storage": "^5.0.2", + "node-cron": "^3.0.3", + "passport": "^0.6.0", + "passport-jwt": "^4.0.1", + "simplemde-vue": "^0.4.4", + "slugify": "^1.6.5" + }, + "devDependencies": { + "nodemon": "^2.0.22" + } +} diff --git a/server/routes/user.js b/server/routes/user.js new file mode 100755 index 00000000..ebd3443b --- /dev/null +++ b/server/routes/user.js @@ -0,0 +1,156 @@ +const express = require('express'); +const router = express.Router(); + +const bcrypt = require('bcryptjs'); +const jwt = require('jsonwebtoken'); +const passport = require('passport'); +const secret = require('../config/keys').secret; +const rateLimitMiddleware = require("../config/rate-limiter"); +const { default: jwtDecode } = require('jwt-decode'); + +const User = require("../models/User"); + +const upload = require("../config/storage"); + +router.post('/register', rateLimitMiddleware, (req, res) => { + let { + name, + username, + email, + password + } = req.body; + + if(!(name && username && email && password)){ + res.json({ + error: true, + msg: "params" + }); + return; + } + + User.findOne({username: username}).then((user) => { + if(user){ + res.json({ + error: true, + msg: "already-exists" + }); + } else { + User.findOne({email: email}).then((user) => { + if(user){ + res.json({ + error: true, + msg: "already-email" + }); + } else { + var user = new User({ + name: name, + username: username, + password: password, + email: email + }); + + bcrypt.genSalt(10, (err, salt) => { + bcrypt.hash(user.password, salt, (err, hash) => { + if(err) throw err; + user.password = hash; + user.save().then(user => { + res.json({ + success: true + }); + return; + }).catch((error) => { res.json({ error: true }); return; }); + }); + }) + } + }).catch((error) => { res.json({ error: true, msg: "Hi ha hagut un error intern, prova-ho més tard" }); return; }); + } + }).catch((error) => { res.json({ error: true, msg: "Hi ha hagut un error intern, prova-ho més tard" }); return; }); + +}); + +router.post('/login', rateLimitMiddleware, (req, res) => { + const username = req.body.username; + const password = req.body.password; + if(!(username && password)){ + res.json({ + error: true, + msg: "params" + }); + return; + } + User.findOne({ username: req.body.username}).then((user) => { + if(!user){ + res.json({ + error: true, + msg: "wrong" + }); + return; + } + + bcrypt.compare(password, user.password).then(isMatch => { + if(isMatch){ + const payload = { + _id: user._id, + username: user.username, + name: user.name, + email: user.email, + admin: user.admin, + } + jwt.sign(payload, secret, { + expiresIn: 172800 + }, (err, token) => { + res.json({ + success: true, + token: token, + msg: "success" + }); + return; + }); + } else { + res.json({ + error: true, + msg: "wrong" + }); + } + }); + }); +}); + +router.get('/test', passport.authenticate('jwt', {session: false}), (req, res) => { + const token = req.headers.authorization.slice(7); + const payload = jwtDecode(token); + console.log(payload); + + res.json({ + msg: "MIAU!!!!" + }); + return; +}); + +router.post("/upload-avatar", upload.single("image"), passport.authenticate('jwt', {session: false}), (req, res) => { + const imageName = req.file.filename; + console.log(req.body); + + User.updateOne(req.user, {image: imageName}).then(() => { + res.json({ + msg: "uploaded", + success: true + }); + }).catch((err) => { + res.json({ + msg: "internal", + error: true + }); + }); + +}); + +router.get("/retrieve-avatar", (req, res) => { + User.findOne({username: req.query.username}).then((data) => { + res.json({ status: "ok", image: data.image }); + }).catch((err) => { + res.json({ status: "error" }) + }); +}); + +module.exports = router; \ No newline at end of file diff --git a/server/server.js b/server/server.js new file mode 100755 index 00000000..b53d74ec --- /dev/null +++ b/server/server.js @@ -0,0 +1,63 @@ +const express = require('express'); + +const app = express(); +const cookieParser = require('cookie-parser'); +const bodyParser = require('body-parser'); +const mongoose = require('mongoose'); +const fs = require('fs'); +const path = require('path'); +const morgan = require('morgan'); +const cors = require('cors'); +const passport = require('passport'); + +const PORT = 8081; + +const config = JSON.parse(fs.readFileSync("config.json")); +global.appRoot = path.resolve(__dirname); + + +var mongo_final_ip = ""; + +console.log("Production? " + !process.env.DEBUG); +if(process.env.DEBUG){ + mongo_final_ip = "mongodb://" + config.mongo_ip_debug + "/dragonroll"; +} else { + mongo_final_ip = "mongodb://" + config.mongo_ip + "/dragonroll"; +} +console.log(mongo_final_ip) + +mongoose.connect(mongo_final_ip).then(() => { + console.log("Connected to database"); +}).catch((error) => { + console.log(error); +}); + +app.use(morgan('tiny')); + +app.use(passport.initialize()); +require('./config/passport')(passport); + +// Carpeta publica +app.use("/public", express.static(__dirname + '/public')); +// app.use("/.well-known", express.static(__dirname + '/.well-known')); + +// IDk per a què serveix això +app.use(express.json({limit: '50mb'})); +app.use(express.urlencoded({ + extended : false, + limit: '50mb' +})); + +app.use(cookieParser()); +app.use(bodyParser.urlencoded({ extended: true })); +app.use(cors()); + +// Routes (/ només) +app.use('/user', require('./routes/user')); + +// app.use('/users', require('./routes/users')); +app.listen(PORT, () => { + console.log("Dragonroll backend started"); +}); + +app.use('/public', express.static('uploads')); \ No newline at end of file diff --git a/server/start-dev.sh b/server/start-dev.sh new file mode 100755 index 00000000..03087877 --- /dev/null +++ b/server/start-dev.sh @@ -0,0 +1,6 @@ +#!/bin/sh +script_full_path=$(dirname "$0") +cd $script_full_path + +# mongod --bind_ip 127.0.0.1 --dbpath ./.mongodb/ &> /dev/null & +npm run dev \ No newline at end of file diff --git a/server/start.sh b/server/start.sh new file mode 100755 index 00000000..b758620d --- /dev/null +++ b/server/start.sh @@ -0,0 +1,6 @@ +#!/bin/sh +script_full_path=$(dirname "$0") +cd $script_full_path + +# mongod --bind_ip 127.0.0.1 --dbpath ./.mongodb/ &> /dev/null & +npm run run