diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 8c564ab0..e8fa4a37 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,10 +1,10 @@ name: baukasten -type: php +type: craftcms docroot: web php_version: "8.1" webserver_type: nginx-fpm -router_http_port: "80" -router_https_port: "443" +router_http_port: "8080" +router_https_port: "4443" xdebug_enabled: false timezone: Europe/Berlin additional_hostnames: [] @@ -14,7 +14,6 @@ database: version: "8.0" nfs_mount_enabled: false mutagen_enabled: true -project_tld: ddev.test use_dns_when_possible: true composer_version: "2" web_environment: [] diff --git a/.ddev/docker-compose.vite.yaml b/.ddev/docker-compose.vite.yaml index 6889b5c7..98a7a775 100644 --- a/.ddev/docker-compose.vite.yaml +++ b/.ddev/docker-compose.vite.yaml @@ -1,5 +1,5 @@ # Override the web container's standard HTTP_EXPOSE and HTTPS_EXPOSE services -# to expose port `3000` of DDEV's web container. +# to expose port `3100` of DDEV's web container. version: '3.6' services: web: diff --git a/.env.example b/.env.example index d950698f..c3a01df0 100644 --- a/.env.example +++ b/.env.example @@ -34,11 +34,11 @@ SITE_URL=http://__PROJECT_URL__.test WEB_ROOT_PATH=/__PATH_TO_WEB_FOLDER_WITHOUT_TRAILING_SLASH__ # Vite -VITE_DEV_SERVER_PUBLIC=http://localhost:3000/ -VITE_DEV_SERVER_INTERNAL=http://localhost:3000/ +VITE_DEV_SERVER_PUBLIC=http://localhost:3100/ +VITE_DEV_SERVER_INTERNAL=http://localhost:3100/ # Redis -CRAFT_APP_ID=craftcms-baukasten +CRAFT_APP_ID=baukasten REDIS_HOSTNAME=127.0.0.1 REDIS_PORT=6380 REDIS_DEFAULT_DB=0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4795dfdf..68bcf13c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,34 @@ # davidhellmann/craftcms-baukasten Change Log. +## 4.0.9 - 2022.12.07 + +### added +- heroicons (tailwindcss icon set) +- container-full as tailwind component + +### updated +- Icon component +- CraftCMS 4.3.4 +- Formie plugin +- Seomatic plugin +- ImagerX Plugin +- CP Clear Cache plugin +- Image Resizer plugin +- SuperTable plugin +- Navigation plugin +- Sherlock plugin +- Quick Field plugin +- Matrix Mate plugin +- Typed Link Field plugin + +### fixed +- fix accordion safari styles + ## 4.0.8 - 2022.10.20 ### added - ddev as default -### Updated +### updated - CraftCMS 4.2.8 - formie plugin - MatrixMate plugin @@ -26,7 +50,7 @@ - Quick field plugin - Closure plugin -### Updated +### updated - SuperTable plugin - craftcms 4.2.3 - npm packages @@ -41,14 +65,14 @@ - general.php - update sherlock plugin -### Changed -- Changed the logic how colors are defined. tailwind.settings.colors.js +### changed +- changed the logic how colors are defined. tailwind.settings.colors.js - Going back to use custom Alt Text Field because of missing translation support for the build in one ## 4.0.6 - 2022.07.26 -### Updated +### updated - imagerX plugin - formie plugin - image resizer plugin @@ -56,12 +80,12 @@ - vite plugin - image resizer -### Added +### added - palette plugin ## 4.0.5 - 2022.07.09 -### Updated +### updated - npm packages - tailwindcss 3.1 - craftcms 4.1.3 @@ -70,15 +94,15 @@ - image component - imagerX plugin -### Added +### added - Full Page Slider (Wip) ## 4.0.4 - 2022.06.02 -### Added +### added - Image Resizer Plugin -### Updated +### updated - dumper plugin - imagerX plugin - formie plugin @@ -89,79 +113,79 @@ - upgrade cypress to v10 (WIP) - remove backgrounds for lazy images after they loaded. -### Changed +### changed - Use `craft up` to run migrations & apply Project Config changes ## 4.0.3 - 2022.05.24 -### Updated +### updated - composer packages / plugins -### Added +### added - Overflow Nav Slider Comp ## 4.0.2 - 2022.05.17 -### Added +### added - Elements Panel Plugin -### Removed +### removed - Blitz Recommendations Plugin because it's integrated in Blitz itself now. -### Updated +### updated - composer packages ## 4.0.1 - 2022.05.13 -### Added +### added - `"prefer-stable"` to composer.json -### Changed +### changed - switch from (local, stage, live) to (dev, staging, production) terming -### Updated +### updated - composer packages ## 4.0.0 - 2022.05.12 -### Added +### added * CraftCMS 4 -* Added a new template structure `templates` +* added a new template structure `templates` * Cleaner Boilerplate `templates/_boilerplate` * Cleaner Layouts `templates/_layouts` -* Added a simple Patternlib `templates/hidden/patternlib` & `config/patternlib.php` -* Added Vite Config from [nystudio107](https://nystudio107.com/) `buildchain/vite.config.js` -* Added partialized Tailwind Config `buildchain/tailwindcss` & `buildchain/tailwind.config.js` -* Added CSS Vars / Theming for Tailwind Colors -* Added TailwindCSS Screen Debug Plugin -* Added a Set of components `templates/_components/**/*` -* Added a Set of sprig components `templates/_components-sprig/**/*` +* added a simple Patternlib `templates/hidden/patternlib` & `config/patternlib.php` +* added Vite Config from [nystudio107](https://nystudio107.com/) `buildchain/vite.config.js` +* added partialized Tailwind Config `buildchain/tailwindcss` & `buildchain/tailwind.config.js` +* added CSS Vars / Theming for Tailwind Colors +* added TailwindCSS Screen Debug Plugin +* added a Set of components `templates/_components/**/*` +* added a Set of sprig components `templates/_components-sprig/**/*` -### Fixed -* Fixed Intersection Observer Script -* Fixed Image Component Logic +### fixed +* fixed Intersection Observer Script +* fixed Image Component Logic -### Removed -* Removed webpack -* Removed TailwindCSS Config Viewer +### removed +* removed webpack +* removed TailwindCSS Config Viewer ## 1.0.0 - 2021.09.02 -### Added -* Added a new template structure `templates` +### added +* added a new template structure `templates` * Cleaner Boilerplate `templates/_boilerplate` * Cleaner Layouts `templates/_layouts` -* Added a simple Patternlib `templates/hidden/patternlib` & `config/patternlib.php` -* Added Vite Config from [nystudio107](https://nystudio107.com/) `buildchain/vite.config.js` -* Added partialized Tailwind Config `buildchain/tailwindcss` & `buildchain/tailwind.config.js` -* Added Tailwind Config Viewer `_tailwind` +* added a simple Patternlib `templates/hidden/patternlib` & `config/patternlib.php` +* added Vite Config from [nystudio107](https://nystudio107.com/) `buildchain/vite.config.js` +* added partialized Tailwind Config `buildchain/tailwindcss` & `buildchain/tailwind.config.js` +* added Tailwind Config Viewer `_tailwind` -### Changed +### changed * - -### Removed -* Removed webpack +### removed +* removed webpack --- diff --git a/composer.json b/composer.json index c0563c12..b2983ab3 100644 --- a/composer.json +++ b/composer.json @@ -1,29 +1,29 @@ { "require": { - "craftcms/cms": "4.2.8", + "craftcms/cms": "4.3.4", "craftcms/redactor": "3.0.2", "doublesecretagency/craft-cpcss": "^2.5.0", - "mmikkel/cp-clearcache": "^1.2.1", + "mmikkel/cp-clearcache": "1.3.0", "mmikkel/cp-field-inspect": "^1.4.4", "nystudio107/craft-emptycoalesce": "4.0.0", "nystudio107/craft-minify": "^4.0.0-beta.2", "nystudio107/craft-scripts": "^1.2.13", - "nystudio107/craft-seomatic": "4.0.10", + "nystudio107/craft-seomatic": "4.0.15", "nystudio107/craft-vite": "4.0.3", "putyourlightson/craft-blitz": "4.2.3", "putyourlightson/craft-elements-panel": "2.0.0", - "putyourlightson/craft-sherlock": "4.2.0", - "putyourlightson/craft-sprig": "2.2.1", - "sebastianlenz/linkfield": "2.1.4", - "spacecatninja/imager-x": "4.1.7", - "spicyweb/craft-quick-field": "2.0.2", + "putyourlightson/craft-sherlock": "4.2.1", + "putyourlightson/craft-sprig": "2.3.0", + "sebastianlenz/linkfield": "2.1.5", + "spacecatninja/imager-x": "4.1.8", + "spicyweb/craft-quick-field": "2.0.3", "studioespresso/craft-dumper": "3.0.1", "trendyminds/craft-palette": "3.0.2", - "vaersaagod/matrixmate": "2.1.1", - "verbb/formie": "2.0.12", - "verbb/image-resizer": "3.0.2", - "verbb/navigation": "2.0.7", - "verbb/super-table": "3.0.3", + "vaersaagod/matrixmate": "2.1.2", + "verbb/formie": "2.0.19", + "verbb/image-resizer": "3.0.4", + "verbb/navigation": "2.0.14", + "verbb/super-table": "3.0.6", "vlucas/phpdotenv": "^5.4", "yiisoft/yii2-redis": "^2.0.13" }, diff --git a/composer.lock b/composer.lock index 7244f664..20b9348e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "96a591d2501a8948c7da6c1845b57ce2", + "content-hash": "730d315be593c3b9372e617460cdb56c", "packages": [ { "name": "amphp/amp", @@ -753,16 +753,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.239.2", + "version": "3.247.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "36a8d7fbbc2e1b6f07784f4d381bb647bb7ab8dc" + "reference": "2cd51e75e753dfe1f1677bb0a2e13a9ce70cba26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/36a8d7fbbc2e1b6f07784f4d381bb647bb7ab8dc", - "reference": "36a8d7fbbc2e1b6f07784f4d381bb647bb7ab8dc", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2cd51e75e753dfe1f1677bb0a2e13a9ce70cba26", + "reference": "2cd51e75e753dfe1f1677bb0a2e13a9ce70cba26", "shasum": "" }, "require": { @@ -841,9 +841,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.239.2" + "source": "https://github.com/aws/aws-sdk-php/tree/3.247.0" }, - "time": "2022-10-20T18:52:48+00:00" + "time": "2022-11-21T21:31:13+00:00" }, { "name": "cebe/markdown", @@ -1311,11 +1311,11 @@ }, { "name": "craftcms/cms", - "version": "4.2.8", + "version": "4.3.4", "dist": { "type": "zip", - "url": "https://api.github.com/repos/craftcms/cms/zipball/3db5c2376356d6baada51079de89c54a5073e24e", - "reference": "3db5c2376356d6baada51079de89c54a5073e24e", + "url": "https://api.github.com/repos/craftcms/cms/zipball/f8b4934ef8b8abab5c018c49b6535cbf4f9fe950", + "reference": "f8b4934ef8b8abab5c018c49b6535cbf4f9fe950", "shasum": "" }, "require": { @@ -1354,7 +1354,7 @@ "twig/twig": "~3.4.3", "voku/stringy": "^6.4.0", "webonyx/graphql-php": "~14.11.5", - "yiisoft/yii2": "~2.0.45.0", + "yiisoft/yii2": "~2.0.47.0", "yiisoft/yii2-debug": "~2.1.19.0", "yiisoft/yii2-queue": "~2.3.2", "yiisoft/yii2-symfonymailer": "^2.0.0" @@ -1406,7 +1406,7 @@ "docs": "https://docs.craftcms.com/v3/", "rss": "https://github.com/craftcms/cms/releases.atom" }, - "time": "2022-10-18T18:28:05+00:00" + "time": "2022-11-29T19:36:01+00:00" }, { "name": "craftcms/html-field", @@ -2222,11 +2222,11 @@ }, { "name": "firebase/php-jwt", - "version": "v6.3.0", + "version": "v6.3.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8", - "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ddfaddcb520488b42bca3a75e17e9dd53c3667da", + "reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da", "shasum": "" }, "require": { @@ -2262,15 +2262,15 @@ "jwt", "php" ], - "time": "2022-07-15T16:48:45+00:00" + "time": "2022-11-01T21:20:08+00:00" }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.12.56", + "version": "8.13.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/0f6481df7bee33fe0ed87d2af06770527a2e1c86", - "reference": "0f6481df7bee33fe0ed87d2af06770527a2e1c86", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/58285eaba7cb388f57b5b1b3689a566694b4e043", + "reference": "58285eaba7cb388f57b5b1b3689a566694b4e043", "shasum": "" }, "require": { @@ -2315,15 +2315,15 @@ "phonenumber", "validation" ], - "time": "2022-09-23T15:16:03+00:00" + "time": "2022-11-28T12:02:06+00:00" }, { "name": "giggsey/locale", - "version": "2.2", + "version": "2.3", "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/Locale/zipball/9c1dca769253f6a3e81f9a5c167f53b6a54ab635", - "reference": "9c1dca769253f6a3e81f9a5c167f53b6a54ab635", + "url": "https://api.github.com/repos/giggsey/Locale/zipball/5f035523740be40d40ac768a123c9bcc1ae12f56", + "reference": "5f035523740be40d40ac768a123c9bcc1ae12f56", "shasum": "" }, "require": { @@ -2346,15 +2346,15 @@ } ], "description": "Locale functions required by libphonenumber-for-php", - "time": "2022-04-06T07:33:59+00:00" + "time": "2022-10-19T20:03:30+00:00" }, { "name": "google/auth", - "version": "v1.23.0", + "version": "v1.23.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/8da16102d2cd1bdc128d97f323553df465ee7701", - "reference": "8da16102d2cd1bdc128d97f323553df465ee7701", + "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/cb43cb8ccde76ace65ec40130a9e9c2a15ecfe17", + "reference": "cb43cb8ccde76ace65ec40130a9e9c2a15ecfe17", "shasum": "" }, "require": { @@ -2384,15 +2384,15 @@ "google", "oauth2" ], - "time": "2022-09-27T16:27:23+00:00" + "time": "2022-10-26T20:30:45+00:00" }, { "name": "google/cloud-core", - "version": "v1.47.3", + "version": "v1.47.4", "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/7e019423c1f0005d22fcd0fcd73c1a7a0710ac7a", - "reference": "7e019423c1f0005d22fcd0fcd73c1a7a0710ac7a", + "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/3a00a21e2af5a07a77cd01a7dcbc664d459c8fa2", + "reference": "3a00a21e2af5a07a77cd01a7dcbc664d459c8fa2", "shasum": "" }, "require": { @@ -2430,15 +2430,15 @@ "Apache-2.0" ], "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.", - "time": "2022-10-14T17:32:26+00:00" + "time": "2022-11-01T20:21:07+00:00" }, { "name": "google/cloud-storage", - "version": "v1.28.1", + "version": "v1.29.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/83e8beac404f38d2e869da4c3fbb7bdf96193f77", - "reference": "83e8beac404f38d2e869da4c3fbb7bdf96193f77", + "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/7b32f74023e4970159a489bd6ab703210e7c1d35", + "reference": "7b32f74023e4970159a489bd6ab703210e7c1d35", "shasum": "" }, "require": { @@ -2467,7 +2467,7 @@ "Apache-2.0" ], "description": "Cloud Storage Client for PHP", - "time": "2022-08-23T20:22:22+00:00" + "time": "2022-11-03T21:58:06+00:00" }, { "name": "google/crc32", @@ -2764,11 +2764,11 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.4.1", + "version": "2.4.3", "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379", - "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", + "reference": "67c26b443f348a51926030c83481b85718457d3d", "shasum": "" }, "require": { @@ -2850,7 +2850,7 @@ "uri", "url" ], - "time": "2022-08-28T14:45:39+00:00" + "time": "2022-10-26T14:07:24+00:00" }, { "name": "html2text/html2text", @@ -2882,16 +2882,11 @@ }, { "name": "illuminate/collections", - "version": "v9.36.4", - "source": { - "type": "git", - "url": "https://github.com/illuminate/collections.git", - "reference": "32e3cd051cf1d12c1e7d5f7bb5a52d0dae8b7a8b" - }, + "version": "v9.43.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/32e3cd051cf1d12c1e7d5f7bb5a52d0dae8b7a8b", - "reference": "32e3cd051cf1d12c1e7d5f7bb5a52d0dae8b7a8b", + "url": "https://api.github.com/repos/illuminate/collections/zipball/7a8afa0875d7de162f30865d9fae33c8fb235fa2", + "reference": "7a8afa0875d7de162f30865d9fae33c8fb235fa2", "shasum": "" }, "require": { @@ -2917,7 +2912,6 @@ "Illuminate\\Support\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2929,20 +2923,11 @@ ], "description": "The Illuminate Collections package.", "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2022-10-06T14:13:23+00:00" + "time": "2022-12-02T18:48:05+00:00" }, { "name": "illuminate/conditionable", - "version": "v9.36.4", - "source": { - "type": "git", - "url": "https://github.com/illuminate/conditionable.git", - "reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883" - }, + "version": "v9.43.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/conditionable/zipball/5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883", @@ -2963,7 +2948,6 @@ "Illuminate\\Support\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2975,24 +2959,15 @@ ], "description": "The Illuminate Conditionable package.", "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, "time": "2022-07-29T19:44:19+00:00" }, { "name": "illuminate/contracts", - "version": "v9.36.4", - "source": { - "type": "git", - "url": "https://github.com/illuminate/contracts.git", - "reference": "d57130115694b4f6a98d064bea31cdb09d7784f8" - }, + "version": "v9.43.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/d57130115694b4f6a98d064bea31cdb09d7784f8", - "reference": "d57130115694b4f6a98d064bea31cdb09d7784f8", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/c7cc6e6198cac6dfdead111f9758de25413188b7", + "reference": "c7cc6e6198cac6dfdead111f9758de25413188b7", "shasum": "" }, "require": { @@ -3011,7 +2986,6 @@ "Illuminate\\Contracts\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3023,20 +2997,11 @@ ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, - "time": "2022-09-15T13:31:42+00:00" + "time": "2022-10-31T22:25:40+00:00" }, { "name": "illuminate/macroable", - "version": "v9.36.4", - "source": { - "type": "git", - "url": "https://github.com/illuminate/macroable.git", - "reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a" - }, + "version": "v9.43.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a", @@ -3057,7 +3022,6 @@ "Illuminate\\Support\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3069,10 +3033,6 @@ ], "description": "The Illuminate Macroable package.", "homepage": "https://laravel.com", - "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" - }, "time": "2022-08-09T13:29:29+00:00" }, { @@ -3321,11 +3281,11 @@ }, { "name": "ksubileau/color-thief-php", - "version": "v2.0.0", + "version": "v2.0.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/f905264d26c468f41989bb269546de6076aa7961", - "reference": "f905264d26c468f41989bb269546de6076aa7961", + "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/a1378533433dae824c2e5b70359f8b6ae16b1deb", + "reference": "a1378533433dae824c2e5b70359f8b6ae16b1deb", "shasum": "" }, "require": { @@ -3361,7 +3321,7 @@ "php", "thief" ], - "time": "2022-03-12T20:27:56+00:00" + "time": "2022-11-12T10:09:40+00:00" }, { "name": "league/html-to-markdown", @@ -3742,11 +3702,6 @@ { "name": "lsolesen/pel", "version": "0.9.12", - "source": { - "type": "git", - "url": "https://github.com/pel/pel.git", - "reference": "b95fe29cdacf9d36330da277f10910a13648c84c" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pel/pel/zipball/b95fe29cdacf9d36330da277f10910a13648c84c", @@ -3756,20 +3711,12 @@ "require": { "php": ">=7.1.0" }, - "require-dev": { - "ext-exif": "*", - "ext-gd": "*", - "php-coveralls/php-coveralls": ">2.4", - "squizlabs/php_codesniffer": ">3.5", - "symfony/phpunit-bridge": "^4 || ^5" - }, "type": "library", "autoload": { "psr-4": { "lsolesen\\pel\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], @@ -3793,10 +3740,6 @@ "exif", "image" ], - "support": { - "issues": "https://github.com/pel/pel/issues", - "source": "https://github.com/pel/pel/tree/0.9.12" - }, "time": "2022-02-18T13:20:54+00:00" }, { @@ -3946,25 +3889,17 @@ }, { "name": "mmikkel/cp-clearcache", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/mmikkel/CpClearCache-Craft.git", - "reference": "ff6fb248b5e14140c8320907329846c569d980fb" - }, + "version": "1.3.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/mmikkel/CpClearCache-Craft/zipball/ff6fb248b5e14140c8320907329846c569d980fb", - "reference": "ff6fb248b5e14140c8320907329846c569d980fb", + "url": "https://api.github.com/repos/mmikkel/CpClearCache-Craft/zipball/770e6db3c45a9ae306ae2e61051cdbd8cebfdd85", + "reference": "770e6db3c45a9ae306ae2e61051cdbd8cebfdd85", "shasum": "" }, "require": { "craftcms/cms": "^3.7.0|^4.0.0-beta.3", "php": "^7.2.5|^8.0" }, - "require-dev": { - "craftcms/rector": "dev-main" - }, "type": "craft-plugin", "extra": { "name": "CP Clear Cache", @@ -3980,7 +3915,6 @@ "mmikkel\\cpclearcache\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3992,18 +3926,17 @@ ], "description": "Less clickin’ to get clearin’", "keywords": [ - "Craft", "cms", "cp clear cache", + "craft", "craft-plugin", "craftcms" ], "support": { "docs": "https://github.com/mmikkel/CpClearCache-Craft/blob/master/README.md", - "issues": "https://github.com/mmikkel/CpClearCache-Craft/issues", - "source": "https://github.com/mmikkel/CpClearCache-Craft/tree/1.2.1" + "issues": "https://github.com/mmikkel/CpClearCache-Craft/issues" }, - "time": "2022-05-07T16:35:18+00:00" + "time": "2022-11-10T17:31:41+00:00" }, { "name": "mmikkel/cp-field-inspect", @@ -4485,6 +4418,51 @@ ], "time": "2022-09-12T23:36:20+00:00" }, + { + "name": "nystudio107/craft-code-editor", + "version": "1.0.3", + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nystudio107/craft-code-editor/zipball/e906a291ea10d5d7afe5f6e347f12b73c65c374e", + "reference": "e906a291ea10d5d7afe5f6e347f12b73c65c374e", + "shasum": "" + }, + "require": { + "phpdocumentor/reflection-docblock": "^5.0.0" + }, + "type": "yii2-extension", + "extra": { + "bootstrap": "nystudio107\\codeeditor\\CodeEditor" + }, + "autoload": { + "psr-4": { + "nystudio107\\codeeditor\\": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "nystudio107", + "homepage": "https://nystudio107.com" + } + ], + "description": "Provides a code editor field with Twig & Craft API autocomplete", + "keywords": [ + "Craft", + "Monaco", + "cms", + "code", + "craftcms", + "css", + "editor", + "javascript", + "markdown", + "twig" + ], + "time": "2022-11-17T03:56:28+00:00" + }, { "name": "nystudio107/craft-emptycoalesce", "version": "4.0.0", @@ -4607,52 +4585,13 @@ ], "time": "2022-03-09T03:37:27+00:00" }, - { - "name": "nystudio107/craft-plugin-manifest", - "version": "4.0.0", - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nystudio107/craft-plugin-manifest/zipball/4695716e0e7936da3e71e0ae5f435b8f0764973c", - "reference": "4695716e0e7936da3e71e0ae5f435b8f0764973c", - "shasum": "" - }, - "require": { - "craftcms/cms": "^4.0.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "nystudio107\\pluginmanifest\\": "src/" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "nystudio107", - "homepage": "https://nystudio107.com" - } - ], - "description": "Plugin Manifest is the conduit between Craft CMS plugins and webpack, with manifest.json & webpack-dev-server HMR support", - "keywords": [ - "craftcms", - "manifest", - "plugin" - ], - "support": { - "docs": "https://github.com/nystudio107/craft-plugin-manifest/blob/v4/README.md", - "issues": "https://github.com/nystudio107/craft-plugin-manifest/issues" - }, - "time": "2022-05-07T19:06:54+00:00" - }, { "name": "nystudio107/craft-plugin-vite", - "version": "4.0.6", + "version": "4.0.7", "dist": { "type": "zip", - "url": "https://api.github.com/repos/nystudio107/craft-plugin-vite/zipball/9ec08d7072b727241842a059ca13978563f8d1ed", - "reference": "9ec08d7072b727241842a059ca13978563f8d1ed", + "url": "https://api.github.com/repos/nystudio107/craft-plugin-vite/zipball/2fd0b6dddb95d8d42385af81385f9e5b28266408", + "reference": "2fd0b6dddb95d8d42385af81385f9e5b28266408", "shasum": "" }, "require": { @@ -4683,7 +4622,7 @@ "docs": "https://github.com/nystudio107/craft-plugin-vite/blob/v1/README.md", "issues": "https://github.com/nystudio107/craft-plugin-vite/issues" }, - "time": "2022-08-29T16:16:33+00:00" + "time": "2022-11-08T15:50:22+00:00" }, { "name": "nystudio107/craft-scripts", @@ -4732,18 +4671,18 @@ }, { "name": "nystudio107/craft-seomatic", - "version": "4.0.10", + "version": "4.0.15", "dist": { "type": "zip", - "url": "https://api.github.com/repos/nystudio107/craft-seomatic/zipball/6ebfac2ec7423be67e11b305fc4706e76f67d1dd", - "reference": "6ebfac2ec7423be67e11b305fc4706e76f67d1dd", + "url": "https://api.github.com/repos/nystudio107/craft-seomatic/zipball/0e8f4356b2c475cc786467f2323e21f6575d2ceb", + "reference": "0e8f4356b2c475cc786467f2323e21f6575d2ceb", "shasum": "" }, "require": { "craftcms/cms": "^4.0.0", "davechild/textstatistics": "^1.0.3", - "nystudio107/craft-plugin-manifest": "^4.0.0", - "nystudio107/craft-twigfield": "^1.0.15", + "nystudio107/craft-code-editor": "^1.0.0", + "nystudio107/craft-plugin-vite": "^4.0.7", "php": "^8.0.2", "php-science/textrank": "^1.0.3", "sunra/php-simple-html-dom-parser": "^1.5.2" @@ -4788,55 +4727,7 @@ "issues": "https://nystudio107.com/plugins/seomatic/support", "source": "https://github.com/nystudio107/craft-seomatic" }, - "time": "2022-10-19T19:39:23+00:00" - }, - { - "name": "nystudio107/craft-twigfield", - "version": "1.0.16", - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nystudio107/craft-twigfield/zipball/431572cc5eefd03da662739c9926e86c0809dee5", - "reference": "431572cc5eefd03da662739c9926e86c0809dee5", - "shasum": "" - }, - "require": { - "phpdocumentor/reflection-docblock": "^5.0.0" - }, - "type": "yii2-extension", - "extra": { - "bootstrap": "nystudio107\\twigfield\\Twigfield" - }, - "autoload": { - "psr-4": { - "nystudio107\\twigfield\\": "src/" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "nystudio107", - "homepage": "https://nystudio107.com" - } - ], - "description": "Provides a twig editor field with Twig & Craft API autocomplete", - "keywords": [ - "auto", - "autocomplete", - "cms", - "complete", - "craft", - "craftcms", - "editor", - "twig" - ], - "support": { - "docs": "https://github.com/nystudio107/craft-twigfield/blob/v1/README.md", - "issues": "https://github.com/nystudio107/craft-twigfield/issues", - "source": "https://github.com/nystudio107/craft-twigfield" - }, - "time": "2022-10-18T22:01:44+00:00" + "time": "2022-11-22T13:46:59+00:00" }, { "name": "nystudio107/craft-vite", @@ -5802,31 +5693,17 @@ }, { "name": "putyourlightson/craft-sherlock", - "version": "4.2.0", - "source": { - "type": "git", - "url": "https://github.com/putyourlightson/craft-sherlock.git", - "reference": "9236b5f950edba735d857d1441dd52fc259777bb" - }, + "version": "4.2.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/putyourlightson/craft-sherlock/zipball/9236b5f950edba735d857d1441dd52fc259777bb", - "reference": "9236b5f950edba735d857d1441dd52fc259777bb", + "url": "https://api.github.com/repos/putyourlightson/craft-sherlock/zipball/955ff809033fbc761a564b663d5295b797f6ab56", + "reference": "955ff809033fbc761a564b663d5295b797f6ab56", "shasum": "" }, "require": { "craftcms/cms": "^4.0.0", "php": "^8.0.2" }, - "require-dev": { - "codeception/codeception": "^4.1.29", - "codeception/module-asserts": "^1.3.1", - "codeception/module-yii2": "^1.1.5", - "craftcms/ecs": "dev-main", - "craftcms/phpstan": "dev-main", - "vlucas/phpdotenv": "^5.4.1", - "yiisoft/yii2-redis": "^2.0" - }, "type": "craft-plugin", "extra": { "name": "Sherlock", @@ -5842,15 +5719,14 @@ "putyourlightson\\sherlock\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "description": "Security scanner and monitor to keep your site and CMS secure.", "homepage": "https://putyourlightson.com/plugins/sherlock", "keywords": [ - "Craft", "cms", + "craft", "craftcms", "scanner", "secure", @@ -5858,25 +5734,25 @@ ], "support": { "docs": "https://putyourlightson.com/plugins/sherlock", - "issues": "https://github.com/putyourlightson/craft-sherlock/issues", - "source": "https://github.com/putyourlightson/craft-sherlock" + "source": "https://github.com/putyourlightson/craft-sherlock", + "issues": "https://github.com/putyourlightson/craft-sherlock/issues" }, - "time": "2022-09-01T06:46:15+00:00" + "time": "2022-12-07T13:24:53+00:00" }, { "name": "putyourlightson/craft-sprig", - "version": "2.2.1", + "version": "2.3.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/putyourlightson/craft-sprig/zipball/7afdbeb22ce1e822dc162d8a5ba4999246a25a30", - "reference": "7afdbeb22ce1e822dc162d8a5ba4999246a25a30", + "url": "https://api.github.com/repos/putyourlightson/craft-sprig/zipball/ed843b2b12e3aec8bd5d478bb4a67c3337a5688d", + "reference": "ed843b2b12e3aec8bd5d478bb4a67c3337a5688d", "shasum": "" }, "require": { "craftcms/cms": "^4.0", - "nystudio107/craft-twigfield": "^1.0.8", + "nystudio107/craft-code-editor": "^1.0.0", "php": "^8.0.2", - "putyourlightson/craft-sprig-core": "^2.1.1" + "putyourlightson/craft-sprig-core": "^2.2.0" }, "type": "craft-plugin", "extra": { @@ -5902,15 +5778,15 @@ "source": "https://github.com/putyourlightson/craft-sprig", "issues": "https://github.com/putyourlightson/craft-sprig/issues" }, - "time": "2022-10-08T14:57:44+00:00" + "time": "2022-11-08T00:52:01+00:00" }, { "name": "putyourlightson/craft-sprig-core", - "version": "2.1.1", + "version": "2.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/putyourlightson/craft-sprig-core/zipball/6adcb8989dfea41bb6e355f157486052e2f336e2", - "reference": "6adcb8989dfea41bb6e355f157486052e2f336e2", + "url": "https://api.github.com/repos/putyourlightson/craft-sprig-core/zipball/093958c0a5e2883cc637c1752619a276cb3ead74", + "reference": "093958c0a5e2883cc637c1752619a276cb3ead74", "shasum": "" }, "require": { @@ -5932,7 +5808,7 @@ "source": "https://github.com/putyourlightson/craft-sprig-core", "issues": "https://github.com/putyourlightson/craft-sprig-core/issues" }, - "time": "2022-10-08T14:54:20+00:00" + "time": "2022-11-08T00:46:43+00:00" }, { "name": "ralouphie/getallheaders", @@ -6132,66 +6008,42 @@ }, { "name": "sebastianlenz/craft-utils", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastian-lenz/craft-utils.git", - "reference": "043a2971c4fb8a3775f9a65502ca11db66b628a2" - }, + "version": "3.0.6", "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastian-lenz/craft-utils/zipball/043a2971c4fb8a3775f9a65502ca11db66b628a2", - "reference": "043a2971c4fb8a3775f9a65502ca11db66b628a2", + "url": "https://api.github.com/repos/sebastian-lenz/craft-utils/zipball/86403435fdfcab499edd1b363bafc46cf4c1fb4d", + "reference": "86403435fdfcab499edd1b363bafc46cf4c1fb4d", "shasum": "" }, "require": { - "craftcms/cms": "^4.0.0-beta", + "craftcms/cms": "^4.0.0", "php": "^8.0" }, - "require-dev": { - "phpstan/phpstan": "^1.5" - }, "type": "library", "autoload": { "psr-4": { "lenz\\craft\\utils\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A collection of utility classes for Craft CMS development", - "support": { - "source": "https://github.com/sebastian-lenz/craft-utils/tree/3.0.3" - }, - "time": "2022-05-18T10:09:29+00:00" + "time": "2022-11-29T09:29:26+00:00" }, { "name": "sebastianlenz/linkfield", - "version": "2.1.4", - "source": { - "type": "git", - "url": "https://github.com/sebastian-lenz/craft-linkfield.git", - "reference": "0648b7f8a8f970b029ab20b9a2e7805756f0e97c" - }, + "version": "2.1.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastian-lenz/craft-linkfield/zipball/0648b7f8a8f970b029ab20b9a2e7805756f0e97c", - "reference": "0648b7f8a8f970b029ab20b9a2e7805756f0e97c", + "url": "https://api.github.com/repos/sebastian-lenz/craft-linkfield/zipball/b82fb1a8f94861f08c8b119758606a2a2172aef9", + "reference": "b82fb1a8f94861f08c8b119758606a2a2172aef9", "shasum": "" }, "require": { - "craftcms/cms": "^4.0.0-beta", + "craftcms/cms": "^4.0.0", "php": "^8.0", - "sebastianlenz/craft-utils": "^3.0.2" - }, - "require-dev": { - "craftcms/feed-me": "^5.0-dev", - "craftcms/phpstan": "dev-main", - "phpstan/phpstan": "^1.5", - "phpunit/phpunit": "^7.5 || ^8.0", - "verbb/super-table": "^3.0.0-beta" + "sebastianlenz/craft-utils": "^3.0.5" }, "type": "craft-plugin", "extra": { @@ -6201,23 +6053,18 @@ "developerUrl": "https://github.com/sebastian-lenz/" }, "autoload": { - "psr-4": { - "lenz\\linkfield\\": "src/" - }, "classmap": [ "legacy" - ] + ], + "psr-4": { + "lenz\\linkfield\\": "src/" + } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A Craft field type for selecting links", - "support": { - "issues": "https://github.com/sebastian-lenz/craft-linkfield/issues", - "source": "https://github.com/sebastian-lenz/craft-linkfield/tree/2.1.4" - }, - "time": "2022-08-18T08:23:15+00:00" + "time": "2022-11-29T09:36:26+00:00" }, { "name": "seld/cli-prompt", @@ -6341,11 +6188,11 @@ }, { "name": "spacecatninja/imager-x", - "version": "4.1.7", + "version": "4.1.8", "dist": { "type": "zip", - "url": "https://api.github.com/repos/spacecatninja/craft-imager-x/zipball/294b2d4017d75bd66e77db2c6fd106f7fb7d8efb", - "reference": "294b2d4017d75bd66e77db2c6fd106f7fb7d8efb", + "url": "https://api.github.com/repos/spacecatninja/craft-imager-x/zipball/2167371e921d2a9c89db763265d8eb7029a225d8", + "reference": "2167371e921d2a9c89db763265d8eb7029a225d8", "shasum": "" }, "require": { @@ -6402,30 +6249,21 @@ "docs": "http://imager-x.spacecat.ninja/", "issues": "https://github.com/spacecatninja/craft-imager-x/issues" }, - "time": "2022-10-20T19:38:52+00:00" + "time": "2022-11-21T21:03:41+00:00" }, { "name": "spicyweb/craft-quick-field", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/spicywebau/craft-quick-field.git", - "reference": "eba4bee7dd3f357585ffd55c46073cc2e4746303" - }, + "version": "2.0.3", "dist": { "type": "zip", - "url": "https://api.github.com/repos/spicywebau/craft-quick-field/zipball/eba4bee7dd3f357585ffd55c46073cc2e4746303", - "reference": "eba4bee7dd3f357585ffd55c46073cc2e4746303", + "url": "https://api.github.com/repos/spicywebau/craft-quick-field/zipball/770ef14b8b8ce6b065eb4407d09036ef0d9a2d95", + "reference": "770ef14b8b8ce6b065eb4407d09036ef0d9a2d95", "shasum": "" }, "require": { "craftcms/cms": "^4.1.0", "php": "^8.0.2" }, - "require-dev": { - "craftcms/ecs": "dev-main", - "craftcms/rector": "dev-main" - }, "type": "craft-plugin", "extra": { "handle": "quick-field", @@ -6433,14 +6271,13 @@ "schemaVersion": "1.0.0", "class": "spicyweb\\quickfield\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-quick-field/blob/2.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.2.zip" + "downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.3.zip" }, "autoload": { "psr-4": { "spicyweb\\quickfield\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -6457,12 +6294,12 @@ "plugin" ], "support": { - "docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.2/README.md", "issues": "https://github.com/spicywebau/craft-quick-field/issues", - "rss": "https://github.com/spicywebau/craft-quick-field/commits/2.x.atom", - "source": "https://github.com/spicywebau/craft-quick-field" + "source": "https://github.com/spicywebau/craft-quick-field", + "docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.3/README.md", + "rss": "https://github.com/spicywebau/craft-quick-field/commits/2.x.atom" }, - "time": "2022-07-30T01:58:19+00:00" + "time": "2022-11-30T11:28:56+00:00" }, { "name": "ssnepenthe/color-utils", @@ -6666,11 +6503,11 @@ }, { "name": "symfony/cache", - "version": "v6.1.3", + "version": "v6.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/5cf8e75f02932818889e0609380b8d5427a6c86c", - "reference": "5cf8e75f02932818889e0609380b8d5427a6c86c", + "url": "https://api.github.com/repos/symfony/cache/zipball/64cb231dfb25677097d18503d1ad4d016b19f19c", + "reference": "64cb231dfb25677097d18503d1ad4d016b19f19c", "shasum": "" }, "require": { @@ -6679,7 +6516,7 @@ "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^1.1.7|^2|^3", "symfony/service-contracts": "^1.1|^2|^3", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/var-exporter": "^6.2" }, "conflict": { "doctrine/dbal": "<2.13.1", @@ -6717,21 +6554,26 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation", + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], - "time": "2022-07-29T07:42:06+00:00" + "time": "2022-11-24T11:58:37+00:00" }, { "name": "symfony/cache-contracts", - "version": "v3.1.1", + "version": "v3.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "e8d1a5fc43534063204b74c080ebe36307d12271" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/2eab7fa459af6d75c6463e63e633b667a9b761d3", - "reference": "2eab7fa459af6d75c6463e63e633b667a9b761d3", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/e8d1a5fc43534063204b74c080ebe36307d12271", + "reference": "e8d1a5fc43534063204b74c080ebe36307d12271", "shasum": "" }, "require": { @@ -6744,7 +6586,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -6756,6 +6598,7 @@ "Symfony\\Contracts\\Cache\\": "" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -6779,15 +6622,32 @@ "interoperability", "standards" ], - "time": "2022-02-25T11:15:52+00:00" + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v3.2.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-25T10:21:52+00:00" }, { "name": "symfony/console", - "version": "v5.4.14", + "version": "v5.4.16", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/984ea2c0f45f42dfed01d2f3987b187467c4b16d", - "reference": "984ea2c0f45f42dfed01d2f3987b187467c4b16d", + "url": "https://api.github.com/repos/symfony/console/zipball/8e9b9c8dfb33af6057c94e1b44846bee700dc5ef", + "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef", "shasum": "" }, "require": { @@ -6846,15 +6706,20 @@ "console", "terminal" ], - "time": "2022-10-07T08:01:20+00:00" + "time": "2022-11-25T14:09:27+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.1.1", + "version": "v3.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", "shasum": "" }, "require": { @@ -6863,7 +6728,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -6875,6 +6740,7 @@ "function.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -6890,15 +6756,32 @@ ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", - "time": "2022-02-25T11:15:52+00:00" + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-25T10:21:52+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.1.0", + "version": "v6.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a0449a7ad7daa0f7c0acd508259f80544ab5a347", - "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9efb1618fabee89515fe031314e8ed5625f85a53", + "reference": "9efb1618fabee89515fe031314e8ed5625f85a53", "shasum": "" }, "require": { @@ -6940,15 +6823,20 @@ ], "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", - "time": "2022-05-05T16:51:07+00:00" + "time": "2022-11-02T09:08:04+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.1.1", + "version": "v3.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "0782b0b52a737a05b4383d0df35a474303cabdae" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448", - "reference": "02ff5eea2f453731cfbc6bc215e456b781480448", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0782b0b52a737a05b4383d0df35a474303cabdae", + "reference": "0782b0b52a737a05b4383d0df35a474303cabdae", "shasum": "" }, "require": { @@ -6961,7 +6849,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -6973,6 +6861,7 @@ "Symfony\\Contracts\\EventDispatcher\\": "" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -6996,15 +6885,32 @@ "interoperability", "standards" ], - "time": "2022-02-25T11:15:52+00:00" + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-25T10:21:52+00:00" }, { "name": "symfony/expression-language", - "version": "v5.4.11", + "version": "v5.4.14", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/eb59000eb72c9681502cb501af3c666be42d215e", - "reference": "eb59000eb72c9681502cb501af3c666be42d215e", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/2f27d5b1e7926bba18e87719af75f696977cd58b", + "reference": "2f27d5b1e7926bba18e87719af75f696977cd58b", "shasum": "" }, "require": { @@ -7036,15 +6942,15 @@ ], "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", - "time": "2022-07-20T11:34:24+00:00" + "time": "2022-10-07T08:01:20+00:00" }, { "name": "symfony/filesystem", - "version": "v6.1.5", + "version": "v6.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d216a2beef096edf040a070117c39ca2abce307", - "reference": "4d216a2beef096edf040a070117c39ca2abce307", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/50b2523c874605cf3d4acf7a9e2b30b6a440a016", + "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016", "shasum": "" }, "require": { @@ -7076,15 +6982,15 @@ ], "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", - "time": "2022-09-21T20:29:40+00:00" + "time": "2022-11-20T13:01:27+00:00" }, { "name": "symfony/finder", - "version": "v6.1.3", + "version": "v6.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", - "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", + "url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570", + "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570", "shasum": "" }, "require": { @@ -7114,20 +7020,21 @@ ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", - "time": "2022-07-29T07:42:06+00:00" + "time": "2022-10-09T08:55:40+00:00" }, { "name": "symfony/http-client", - "version": "v6.1.6", + "version": "v6.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/c8c887f4813370550147afd27d9eb8a8523e53b2", - "reference": "c8c887f4813370550147afd27d9eb8a8523e53b2", + "url": "https://api.github.com/repos/symfony/http-client/zipball/153540b6ed72eecdcb42dc847f8d8cf2e2516e8e", + "reference": "153540b6ed72eecdcb42dc847f8d8cf2e2516e8e", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/http-client-contracts": "^3", "symfony/service-contracts": "^1.0|^2|^3" }, @@ -7161,7 +7068,7 @@ ], "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", - "time": "2022-10-12T05:10:31+00:00" + "time": "2022-11-14T10:13:36+00:00" }, { "name": "symfony/http-client-contracts", @@ -7223,11 +7130,11 @@ }, { "name": "symfony/mailer", - "version": "v6.1.5", + "version": "v6.2.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/e1b32deb9efc48def0c76b876860ad36f2123e89", - "reference": "e1b32deb9efc48def0c76b876860ad36f2123e89", + "url": "https://api.github.com/repos/symfony/mailer/zipball/a18c3dd41cfcf011e3866802e39b9ae9e541deaf", + "reference": "a18c3dd41cfcf011e3866802e39b9ae9e541deaf", "shasum": "" }, "require": { @@ -7236,11 +7143,14 @@ "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/mime": "^5.4|^6.0", + "symfony/mime": "^6.2", "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { - "symfony/http-kernel": "<5.4" + "symfony/http-kernel": "<5.4", + "symfony/messenger": "<6.2", + "symfony/mime": "<6.2", + "symfony/twig-bridge": "<6.2.1" }, "type": "library", "autoload": { @@ -7266,15 +7176,15 @@ ], "description": "Helps sending emails", "homepage": "https://symfony.com", - "time": "2022-08-29T06:58:39+00:00" + "time": "2022-12-06T16:54:23+00:00" }, { "name": "symfony/mime", - "version": "v6.1.6", + "version": "v6.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/5ae192b9a39730435cfec025a499f79d05ac68a3", - "reference": "5ae192b9a39730435cfec025a499f79d05ac68a3", + "url": "https://api.github.com/repos/symfony/mime/zipball/1e8005a7cbd79fb824ad81308ef2a76592a08bc0", + "reference": "1e8005a7cbd79fb824ad81308ef2a76592a08bc0", "shasum": "" }, "require": { @@ -7287,7 +7197,7 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<5.4", - "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" + "symfony/serializer": "<6.2" }, "type": "library", "autoload": { @@ -7317,15 +7227,15 @@ "mime", "mime-type" ], - "time": "2022-10-07T08:04:03+00:00" + "time": "2022-11-28T12:28:19+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { @@ -7340,7 +7250,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7376,15 +7286,15 @@ "polyfill", "portable" ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/143f1881e655bebca1312722af8068de235ae5dc", - "reference": "143f1881e655bebca1312722af8068de235ae5dc", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", + "reference": "927013f3aac555983a5059aada98e1907d842695", "shasum": "" }, "require": { @@ -7399,7 +7309,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7436,15 +7346,15 @@ "portable", "shim" ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", - "reference": "433d05519ce6990bf3530fba6957499d327395c2", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { @@ -7456,7 +7366,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7494,15 +7404,15 @@ "portable", "shim" ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", - "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", + "reference": "639084e360537a19f9ee352433b84ce831f3d2da", "shasum": "" }, "require": { @@ -7516,7 +7426,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7558,15 +7468,15 @@ "portable", "shim" ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { @@ -7578,7 +7488,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7619,15 +7529,15 @@ "portable", "shim" ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { @@ -7642,7 +7552,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7679,15 +7589,15 @@ "portable", "shim" ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", - "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", "shasum": "" }, "require": { @@ -7696,7 +7606,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7732,15 +7642,15 @@ "portable", "shim" ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { @@ -7749,7 +7659,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7788,15 +7698,15 @@ "portable", "shim" ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.26.0", + "version": "v1.27.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { @@ -7805,7 +7715,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7848,20 +7758,19 @@ "portable", "shim" ], - "time": "2022-05-10T07:21:04+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/process", - "version": "v5.4.11", + "version": "v6.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1", - "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1", + "url": "https://api.github.com/repos/symfony/process/zipball/ba6e55359f8f755fe996c58a81e00eaa67a35877", + "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -7887,7 +7796,7 @@ ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", - "time": "2022-06-27T16:58:25+00:00" + "time": "2022-11-02T09:08:04+00:00" }, { "name": "symfony/service-contracts", @@ -7953,11 +7862,11 @@ }, { "name": "symfony/string", - "version": "v6.1.6", + "version": "v6.2.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/7e7e0ff180d4c5a6636eaad57b65092014b61864", - "reference": "7e7e0ff180d4c5a6636eaad57b65092014b61864", + "url": "https://api.github.com/repos/symfony/string/zipball/145702685e0d12f81d755c71127bfff7582fdd36", + "reference": "145702685e0d12f81d755c71127bfff7582fdd36", "shasum": "" }, "require": { @@ -8005,7 +7914,7 @@ "utf-8", "utf8" ], - "time": "2022-10-10T09:34:31+00:00" + "time": "2022-11-30T17:13:47+00:00" }, { "name": "symfony/var-dumper", @@ -8068,11 +7977,11 @@ }, { "name": "symfony/var-exporter", - "version": "v6.1.3", + "version": "v6.2.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b49350f45cebbba6e5286485264b912f2bcfc9ef", - "reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8a3f442d48567a5447e984ce9e86875ed768304a", + "reference": "8a3f442d48567a5447e984ce9e86875ed768304a", "shasum": "" }, "require": { @@ -8108,17 +8017,19 @@ "export", "hydrate", "instantiate", + "lazy loading", + "proxy", "serialize" ], - "time": "2022-07-04T16:01:56+00:00" + "time": "2022-12-03T22:32:58+00:00" }, { "name": "symfony/yaml", - "version": "v5.4.14", + "version": "v5.4.16", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e83fe9a72011f07c662da46a05603d66deeeb487", - "reference": "e83fe9a72011f07c662da46a05603d66deeeb487", + "url": "https://api.github.com/repos/symfony/yaml/zipball/ebd37c71f62d5ec5f6e27de3e06fee492d4c6298", + "reference": "ebd37c71f62d5ec5f6e27de3e06fee492d4c6298", "shasum": "" }, "require": { @@ -8159,7 +8070,7 @@ ], "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", - "time": "2022-10-03T15:15:50+00:00" + "time": "2022-11-25T16:04:03+00:00" }, { "name": "symplify/git-wrapper", @@ -8513,11 +8424,11 @@ }, { "name": "vaersaagod/matrixmate", - "version": "2.1.1", + "version": "2.1.2", "dist": { "type": "zip", - "url": "https://api.github.com/repos/vaersaagod/matrixmate/zipball/cc865206b3e456089a6a85d06583faf50d73edc8", - "reference": "cc865206b3e456089a6a85d06583faf50d73edc8", + "url": "https://api.github.com/repos/vaersaagod/matrixmate/zipball/b772643ae56f908987b380b78cc8407df153f884", + "reference": "b772643ae56f908987b380b78cc8407df153f884", "shasum": "" }, "require": { @@ -8560,7 +8471,7 @@ "docs": "https://github.com/vaersaagod/matrixmate/blob/master/README.md", "issues": "https://github.com/vaersaagod/matrixmate/issues" }, - "time": "2022-10-05T12:32:12+00:00" + "time": "2022-11-10T16:55:04+00:00" }, { "name": "verbb/base", @@ -8595,16 +8506,16 @@ }, { "name": "verbb/formie", - "version": "2.0.12", + "version": "2.0.19", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/formie/zipball/e040a05b8391048bacfdfdca4a9439556356ce67", - "reference": "e040a05b8391048bacfdfdca4a9439556356ce67", + "url": "https://api.github.com/repos/verbb/formie/zipball/a6a58673b072d96691e758db1f2d19a0025a48bd", + "reference": "a6a58673b072d96691e758db1f2d19a0025a48bd", "shasum": "" }, "require": { "commerceguys/addressing": "^1.2", - "craftcms/cms": "^4.0.0", + "craftcms/cms": "^4.3.2", "dompdf/dompdf": "^1.0.2 || ^2.0.0", "ezyang/htmlpurifier": "^4.13", "fakerphp/faker": "^1.9.1", @@ -8659,20 +8570,15 @@ "docs": "https://github.com/verbb/formie", "rss": "https://github.com/verbb/formie/commits/v2.atom" }, - "time": "2022-09-25T10:28:53+00:00" + "time": "2022-12-06T06:43:34+00:00" }, { "name": "verbb/image-resizer", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/verbb/image-resizer.git", - "reference": "88bbd1b528b6e791b2482f2a5bf1e0aef7f04a60" - }, + "version": "3.0.4", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/image-resizer/zipball/88bbd1b528b6e791b2482f2a5bf1e0aef7f04a60", - "reference": "88bbd1b528b6e791b2482f2a5bf1e0aef7f04a60", + "url": "https://api.github.com/repos/verbb/image-resizer/zipball/cdefa7cdfe092bc0c4817155ec652e643d119de9", + "reference": "cdefa7cdfe092bc0c4817155ec652e643d119de9", "shasum": "" }, "require": { @@ -8695,7 +8601,6 @@ "verbb\\imageresizer\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -8707,34 +8612,28 @@ ], "description": "Image Resizer is a Craft plugin that resizes your assets when they are uploaded.", "keywords": [ - "Craft", "cms", + "craft", "craft-plugin", "craftcms", "example" ], "support": { - "docs": "https://github.com/verbb/image-resizer", "email": "support@verbb.io", "issues": "https://github.com/verbb/image-resizer/issues?state=open", - "rss": "https://github.com/verbb/image-resizer/commits/v2.atom", - "source": "https://github.com/verbb/image-resizer" + "source": "https://github.com/verbb/image-resizer", + "docs": "https://github.com/verbb/image-resizer", + "rss": "https://github.com/verbb/image-resizer/commits/v2.atom" }, - "funding": [ - { - "url": "https://github.com/verbb", - "type": "github" - } - ], - "time": "2022-09-16T06:17:10+00:00" + "time": "2022-11-07T22:51:34+00:00" }, { "name": "verbb/navigation", - "version": "2.0.7", + "version": "2.0.14", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/navigation/zipball/e9772c86fef6267238ebe96500328a8fecdcd73f", - "reference": "e9772c86fef6267238ebe96500328a8fecdcd73f", + "url": "https://api.github.com/repos/verbb/navigation/zipball/0f19ed80b13ba1f0f120805472318eb716bf8e92", + "reference": "0f19ed80b13ba1f0f120805472318eb716bf8e92", "shasum": "" }, "require": { @@ -8779,15 +8678,15 @@ "docs": "https://github.com/verbb/navigation", "rss": "https://github.com/verbb/navigation/commits/v2.atom" }, - "time": "2022-10-17T09:12:27+00:00" + "time": "2022-12-03T03:05:13+00:00" }, { "name": "verbb/super-table", - "version": "3.0.3", + "version": "3.0.6", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/super-table/zipball/9493db347400bd98a14a29253c8c07a9d01472f7", - "reference": "9493db347400bd98a14a29253c8c07a9d01472f7", + "url": "https://api.github.com/repos/verbb/super-table/zipball/9337659d9f52d304ed6eb5043019e44373de35f8", + "reference": "9337659d9f52d304ed6eb5043019e44373de35f8", "shasum": "" }, "require": { @@ -8833,7 +8732,7 @@ "docs": "https://github.com/verbb/super-table", "rss": "https://github.com/verbb/super-table/commits/v2.atom" }, - "time": "2022-10-18T08:04:59+00:00" + "time": "2022-12-05T21:43:51+00:00" }, { "name": "vlucas/phpdotenv", @@ -9388,11 +9287,11 @@ }, { "name": "yiisoft/yii2", - "version": "2.0.45", + "version": "2.0.47", "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/e2223d4085e5612aa616635f8fcaf478607f62e8", - "reference": "e2223d4085e5612aa616635f8fcaf478607f62e8", + "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/8ecf57895d9c4b29cf9658ffe57af5f3d0e25254", + "reference": "8ecf57895d9c4b29cf9658ffe57af5f3d0e25254", "shasum": "" }, "require": { @@ -9479,7 +9378,7 @@ "framework", "yii2" ], - "time": "2022-02-11T13:12:40+00:00" + "time": "2022-11-18T16:21:58+00:00" }, { "name": "yiisoft/yii2-composer", @@ -9585,16 +9484,16 @@ }, { "name": "yiisoft/yii2-queue", - "version": "2.3.4", + "version": "2.3.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/ed30b5f46ddadd62587a4963dec35f9b756c408b", - "reference": "ed30b5f46ddadd62587a4963dec35f9b756c408b", + "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/c1bf0ef5dbe107dc1cf692c1349b9ddd2485a399", + "reference": "c1bf0ef5dbe107dc1cf692c1349b9ddd2485a399", "shasum": "" }, "require": { "php": ">=5.5.0", - "symfony/process": "^3.3||^4.0||^5.0", + "symfony/process": "^3.3||^4.0||^5.0||^6.0", "yiisoft/yii2": "~2.0.14" }, "suggest": { @@ -9650,7 +9549,7 @@ "sqs", "yii" ], - "time": "2022-03-31T07:41:51+00:00" + "time": "2022-11-18T17:16:47+00:00" }, { "name": "yiisoft/yii2-redis", diff --git a/config/project/navigation/navs/navigationMain--7eb1a718-0679-4fda-b656-9bfdf55a2025.yaml b/config/project/navigation/navs/navigationMain--7eb1a718-0679-4fda-b656-9bfdf55a2025.yaml index 2cadaf47..2499c232 100644 --- a/config/project/navigation/navs/navigationMain--7eb1a718-0679-4fda-b656-9bfdf55a2025.yaml +++ b/config/project/navigation/navs/navigationMain--7eb1a718-0679-4fda-b656-9bfdf55a2025.yaml @@ -3,6 +3,7 @@ fieldLayouts: abc08fce-9bc1-47bb-bd1e-278fb69164f2: tabs: - + elementCondition: null elements: - autocapitalize: true @@ -10,6 +11,7 @@ fieldLayouts: autocorrect: true class: null disabled: false + elementCondition: null id: null instructions: null label: null @@ -26,20 +28,24 @@ fieldLayouts: title: null type: craft\fieldlayoutelements\TitleField uid: 81c1e3d1-2c86-4c02-a36b-c9df669614b0 + userCondition: null warning: null width: 100 - + elementCondition: null instructions: null label: null required: false tip: null type: verbb\navigation\fieldlayoutelements\NodeTypeElements uid: cd7c26f1-2929-4d18-9390-01ccaadf71ac + userCondition: null warning: null name: Content uid: 17345704-8e0e-4a2f-8e32-a06e66b18860 + userCondition: null handle: navigationMain -instructions: null +instructions: '' maxNodes: null name: 'Navigation Main' permissions: @@ -59,10 +65,10 @@ permissions: enabled: '1' verbb\navigation\nodetypes\PassiveType: enabled: '1' -propagateNodes: false +propagationMethod: all siteSettings: 8153a2df-373f-4aac-9a92-d52292c9f1aa: # Baukasten - enabled: false + enabled: true sortOrder: 1 structure: maxLevels: 3 diff --git a/config/project/project.yaml b/config/project/project.yaml index 0c7e112a..ff0f5449 100644 --- a/config/project/project.yaml +++ b/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1664500817 +dateModified: 1670447494 elementSources: craft\elements\Asset: - @@ -211,7 +211,7 @@ plugins: edition: standard enabled: true licenseKey: $PLUGIN_FORMIE - schemaVersion: 2.0.8 + schemaVersion: 2.0.10 settings: ajaxTimeout: 10 captchas: @@ -357,7 +357,7 @@ plugins: edition: standard enabled: true licenseKey: $PLUGIN_NAVIGATION - schemaVersion: 2.0.4 + schemaVersion: 2.0.7 palette: edition: standard enabled: true diff --git a/src/css/app.css b/src/css/app.css index bd9941ac..ffe16c1f 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -26,7 +26,6 @@ * */ @import "./components/transitions.css"; -@import "../../templates/_components/icon/icon.css"; @import "../../templates/_components/text/text.css"; @import "../../templates/_components/grid/imagesCalculated.css"; @import "../../templates/_components/accordion/accordion.css"; diff --git a/src/js/scripts/lazy.ts b/src/js/scripts/lazy.ts index 4d806807..c647231b 100644 --- a/src/js/scripts/lazy.ts +++ b/src/js/scripts/lazy.ts @@ -14,7 +14,7 @@ export const init = (els: NodeListOf, selector: string, threshold = if (lazyItem.dataset.srcset) { lazyItem.srcset = lazyItem.dataset.srcset; } - lazyItem.sizes = `${lazyItem.getBoundingClientRect().width}px`; + lazyItem.sizes = `${Math.round(lazyItem.getBoundingClientRect().width)}px`; } if (lazyItem.nodeName === 'SOURCE') { diff --git a/src/public/images/svg/heroicons/outline/academic-cap.svg b/src/public/images/svg/heroicons/outline/academic-cap.svg new file mode 100644 index 00000000..b775db9c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/academic-cap.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/adjustments-horizontal.svg b/src/public/images/svg/heroicons/outline/adjustments-horizontal.svg new file mode 100644 index 00000000..204d1b82 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/adjustments-horizontal.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/adjustments-vertical.svg b/src/public/images/svg/heroicons/outline/adjustments-vertical.svg new file mode 100644 index 00000000..8a87d1bf --- /dev/null +++ b/src/public/images/svg/heroicons/outline/adjustments-vertical.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/archive-box-arrow-down.svg b/src/public/images/svg/heroicons/outline/archive-box-arrow-down.svg new file mode 100644 index 00000000..6c3ffece --- /dev/null +++ b/src/public/images/svg/heroicons/outline/archive-box-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/archive-box-x-mark.svg b/src/public/images/svg/heroicons/outline/archive-box-x-mark.svg new file mode 100644 index 00000000..d1a684c8 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/archive-box-x-mark.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/archive-box.svg b/src/public/images/svg/heroicons/outline/archive-box.svg new file mode 100644 index 00000000..3006b0b0 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/archive-box.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-down-circle.svg b/src/public/images/svg/heroicons/outline/arrow-down-circle.svg new file mode 100644 index 00000000..caed2f1b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-down-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-down-left.svg b/src/public/images/svg/heroicons/outline/arrow-down-left.svg new file mode 100644 index 00000000..bcae1b5f --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-down-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-down-on-square-stack.svg b/src/public/images/svg/heroicons/outline/arrow-down-on-square-stack.svg new file mode 100644 index 00000000..15b7c60d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-down-on-square-stack.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-down-on-square.svg b/src/public/images/svg/heroicons/outline/arrow-down-on-square.svg new file mode 100644 index 00000000..da237db9 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-down-on-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-down-right.svg b/src/public/images/svg/heroicons/outline/arrow-down-right.svg new file mode 100644 index 00000000..d4e9c057 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-down-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-down-tray.svg b/src/public/images/svg/heroicons/outline/arrow-down-tray.svg new file mode 100644 index 00000000..686edd1d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-down-tray.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-down.svg b/src/public/images/svg/heroicons/outline/arrow-down.svg new file mode 100644 index 00000000..7395368c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-left-circle.svg b/src/public/images/svg/heroicons/outline/arrow-left-circle.svg new file mode 100644 index 00000000..ddc2577b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-left-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-left-on-rectangle.svg b/src/public/images/svg/heroicons/outline/arrow-left-on-rectangle.svg new file mode 100644 index 00000000..6d70ce67 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-left-on-rectangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-left.svg b/src/public/images/svg/heroicons/outline/arrow-left.svg new file mode 100644 index 00000000..d81228fe --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-long-down.svg b/src/public/images/svg/heroicons/outline/arrow-long-down.svg new file mode 100644 index 00000000..f345b4fb --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-long-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-long-left.svg b/src/public/images/svg/heroicons/outline/arrow-long-left.svg new file mode 100644 index 00000000..5c2ae275 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-long-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-long-right.svg b/src/public/images/svg/heroicons/outline/arrow-long-right.svg new file mode 100644 index 00000000..4b2a3a95 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-long-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-long-up.svg b/src/public/images/svg/heroicons/outline/arrow-long-up.svg new file mode 100644 index 00000000..a8bddf4a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-long-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-path-rounded-square.svg b/src/public/images/svg/heroicons/outline/arrow-path-rounded-square.svg new file mode 100644 index 00000000..3448e43b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-path-rounded-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-path.svg b/src/public/images/svg/heroicons/outline/arrow-path.svg new file mode 100644 index 00000000..4cfbb7f3 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-path.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-right-circle.svg b/src/public/images/svg/heroicons/outline/arrow-right-circle.svg new file mode 100644 index 00000000..31151319 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-right-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-right-on-rectangle.svg b/src/public/images/svg/heroicons/outline/arrow-right-on-rectangle.svg new file mode 100644 index 00000000..aba991b5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-right-on-rectangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-right.svg b/src/public/images/svg/heroicons/outline/arrow-right.svg new file mode 100644 index 00000000..47f077d6 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-small-down.svg b/src/public/images/svg/heroicons/outline/arrow-small-down.svg new file mode 100644 index 00000000..2db567bf --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-small-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-small-left.svg b/src/public/images/svg/heroicons/outline/arrow-small-left.svg new file mode 100644 index 00000000..7fc1e8e7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-small-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-small-right.svg b/src/public/images/svg/heroicons/outline/arrow-small-right.svg new file mode 100644 index 00000000..cc1940f5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-small-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-small-up.svg b/src/public/images/svg/heroicons/outline/arrow-small-up.svg new file mode 100644 index 00000000..438af068 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-small-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-top-right-on-square.svg b/src/public/images/svg/heroicons/outline/arrow-top-right-on-square.svg new file mode 100644 index 00000000..59f64455 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-top-right-on-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-trending-down.svg b/src/public/images/svg/heroicons/outline/arrow-trending-down.svg new file mode 100644 index 00000000..564a70a9 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-trending-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-trending-up.svg b/src/public/images/svg/heroicons/outline/arrow-trending-up.svg new file mode 100644 index 00000000..d3b8a980 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-trending-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-up-circle.svg b/src/public/images/svg/heroicons/outline/arrow-up-circle.svg new file mode 100644 index 00000000..c3259ecf --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-up-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-up-left.svg b/src/public/images/svg/heroicons/outline/arrow-up-left.svg new file mode 100644 index 00000000..904eda7c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-up-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-up-on-square-stack.svg b/src/public/images/svg/heroicons/outline/arrow-up-on-square-stack.svg new file mode 100644 index 00000000..03c95505 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-up-on-square-stack.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-up-on-square.svg b/src/public/images/svg/heroicons/outline/arrow-up-on-square.svg new file mode 100644 index 00000000..5a46eb9c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-up-on-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-up-right.svg b/src/public/images/svg/heroicons/outline/arrow-up-right.svg new file mode 100644 index 00000000..6a4ee426 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-up-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-up-tray.svg b/src/public/images/svg/heroicons/outline/arrow-up-tray.svg new file mode 100644 index 00000000..f6a62e37 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-up-tray.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-up.svg b/src/public/images/svg/heroicons/outline/arrow-up.svg new file mode 100644 index 00000000..cb80e5fe --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-uturn-down.svg b/src/public/images/svg/heroicons/outline/arrow-uturn-down.svg new file mode 100644 index 00000000..f04d7b74 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-uturn-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-uturn-left.svg b/src/public/images/svg/heroicons/outline/arrow-uturn-left.svg new file mode 100644 index 00000000..a8c6daa8 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-uturn-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-uturn-right.svg b/src/public/images/svg/heroicons/outline/arrow-uturn-right.svg new file mode 100644 index 00000000..a4b4a600 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-uturn-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrow-uturn-up.svg b/src/public/images/svg/heroicons/outline/arrow-uturn-up.svg new file mode 100644 index 00000000..59ba60f7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrow-uturn-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrows-pointing-in.svg b/src/public/images/svg/heroicons/outline/arrows-pointing-in.svg new file mode 100644 index 00000000..be37343b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrows-pointing-in.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrows-pointing-out.svg b/src/public/images/svg/heroicons/outline/arrows-pointing-out.svg new file mode 100644 index 00000000..a17a134e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrows-pointing-out.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrows-right-left.svg b/src/public/images/svg/heroicons/outline/arrows-right-left.svg new file mode 100644 index 00000000..30647257 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrows-right-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/arrows-up-down.svg b/src/public/images/svg/heroicons/outline/arrows-up-down.svg new file mode 100644 index 00000000..cbed3c20 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/arrows-up-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/at-symbol.svg b/src/public/images/svg/heroicons/outline/at-symbol.svg new file mode 100644 index 00000000..70899889 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/at-symbol.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/backspace.svg b/src/public/images/svg/heroicons/outline/backspace.svg new file mode 100644 index 00000000..95c64fe7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/backspace.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/backward.svg b/src/public/images/svg/heroicons/outline/backward.svg new file mode 100644 index 00000000..46e8a4e5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/backward.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/banknotes.svg b/src/public/images/svg/heroicons/outline/banknotes.svg new file mode 100644 index 00000000..434ca3ba --- /dev/null +++ b/src/public/images/svg/heroicons/outline/banknotes.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bars-2.svg b/src/public/images/svg/heroicons/outline/bars-2.svg new file mode 100644 index 00000000..784da0e0 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bars-2.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bars-3-bottom-left.svg b/src/public/images/svg/heroicons/outline/bars-3-bottom-left.svg new file mode 100644 index 00000000..119d855f --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bars-3-bottom-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bars-3-bottom-right.svg b/src/public/images/svg/heroicons/outline/bars-3-bottom-right.svg new file mode 100644 index 00000000..85eaa63e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bars-3-bottom-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bars-3-center-left.svg b/src/public/images/svg/heroicons/outline/bars-3-center-left.svg new file mode 100644 index 00000000..088bb9e5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bars-3-center-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bars-3.svg b/src/public/images/svg/heroicons/outline/bars-3.svg new file mode 100644 index 00000000..54db67aa --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bars-3.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bars-4.svg b/src/public/images/svg/heroicons/outline/bars-4.svg new file mode 100644 index 00000000..ea900fd4 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bars-4.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bars-arrow-down.svg b/src/public/images/svg/heroicons/outline/bars-arrow-down.svg new file mode 100644 index 00000000..05d6ca77 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bars-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bars-arrow-up.svg b/src/public/images/svg/heroicons/outline/bars-arrow-up.svg new file mode 100644 index 00000000..50ff8ea1 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bars-arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/battery-0.svg b/src/public/images/svg/heroicons/outline/battery-0.svg new file mode 100644 index 00000000..d1c49544 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/battery-0.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/battery-100.svg b/src/public/images/svg/heroicons/outline/battery-100.svg new file mode 100644 index 00000000..dadf8e7b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/battery-100.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/battery-50.svg b/src/public/images/svg/heroicons/outline/battery-50.svg new file mode 100644 index 00000000..1cbbddc0 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/battery-50.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/beaker.svg b/src/public/images/svg/heroicons/outline/beaker.svg new file mode 100644 index 00000000..36c92c5e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/beaker.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bell-alert.svg b/src/public/images/svg/heroicons/outline/bell-alert.svg new file mode 100644 index 00000000..85e5d9d2 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bell-alert.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bell-slash.svg b/src/public/images/svg/heroicons/outline/bell-slash.svg new file mode 100644 index 00000000..a7d9be7d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bell-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bell-snooze.svg b/src/public/images/svg/heroicons/outline/bell-snooze.svg new file mode 100644 index 00000000..a5444eaa --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bell-snooze.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bell.svg b/src/public/images/svg/heroicons/outline/bell.svg new file mode 100644 index 00000000..c0f55b5c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bell.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bolt-slash.svg b/src/public/images/svg/heroicons/outline/bolt-slash.svg new file mode 100644 index 00000000..55abc714 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bolt-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bolt.svg b/src/public/images/svg/heroicons/outline/bolt.svg new file mode 100644 index 00000000..f6fbe5b2 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bolt.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/book-open.svg b/src/public/images/svg/heroicons/outline/book-open.svg new file mode 100644 index 00000000..15cb2a94 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/book-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bookmark-slash.svg b/src/public/images/svg/heroicons/outline/bookmark-slash.svg new file mode 100644 index 00000000..f3aff7bd --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bookmark-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bookmark-square.svg b/src/public/images/svg/heroicons/outline/bookmark-square.svg new file mode 100644 index 00000000..70ad4ce2 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bookmark-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/bookmark.svg b/src/public/images/svg/heroicons/outline/bookmark.svg new file mode 100644 index 00000000..50dd3f97 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bookmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/briefcase.svg b/src/public/images/svg/heroicons/outline/briefcase.svg new file mode 100644 index 00000000..dd64d5ca --- /dev/null +++ b/src/public/images/svg/heroicons/outline/briefcase.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/bug-ant.svg b/src/public/images/svg/heroicons/outline/bug-ant.svg new file mode 100644 index 00000000..1206fbff --- /dev/null +++ b/src/public/images/svg/heroicons/outline/bug-ant.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/building-library.svg b/src/public/images/svg/heroicons/outline/building-library.svg new file mode 100644 index 00000000..8169ff4c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/building-library.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/building-office-2.svg b/src/public/images/svg/heroicons/outline/building-office-2.svg new file mode 100644 index 00000000..2edb9bc5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/building-office-2.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/building-office.svg b/src/public/images/svg/heroicons/outline/building-office.svg new file mode 100644 index 00000000..25e42751 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/building-office.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/building-storefront.svg b/src/public/images/svg/heroicons/outline/building-storefront.svg new file mode 100644 index 00000000..5dc26639 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/building-storefront.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cake.svg b/src/public/images/svg/heroicons/outline/cake.svg new file mode 100644 index 00000000..cafba915 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cake.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/calculator.svg b/src/public/images/svg/heroicons/outline/calculator.svg new file mode 100644 index 00000000..9f4412a9 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/calculator.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/calendar-days.svg b/src/public/images/svg/heroicons/outline/calendar-days.svg new file mode 100644 index 00000000..820385cc --- /dev/null +++ b/src/public/images/svg/heroicons/outline/calendar-days.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/calendar.svg b/src/public/images/svg/heroicons/outline/calendar.svg new file mode 100644 index 00000000..11946468 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/calendar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/camera.svg b/src/public/images/svg/heroicons/outline/camera.svg new file mode 100644 index 00000000..eb25d02e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/camera.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/outline/chart-bar-square.svg b/src/public/images/svg/heroicons/outline/chart-bar-square.svg new file mode 100644 index 00000000..6fab8371 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chart-bar-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chart-bar.svg b/src/public/images/svg/heroicons/outline/chart-bar.svg new file mode 100644 index 00000000..29e17b4f --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chart-bar.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/outline/chart-pie.svg b/src/public/images/svg/heroicons/outline/chart-pie.svg new file mode 100644 index 00000000..6c552825 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chart-pie.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/chat-bubble-bottom-center-text.svg b/src/public/images/svg/heroicons/outline/chat-bubble-bottom-center-text.svg new file mode 100644 index 00000000..34483697 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chat-bubble-bottom-center-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chat-bubble-bottom-center.svg b/src/public/images/svg/heroicons/outline/chat-bubble-bottom-center.svg new file mode 100644 index 00000000..efe58f1a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chat-bubble-bottom-center.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chat-bubble-left-ellipsis.svg b/src/public/images/svg/heroicons/outline/chat-bubble-left-ellipsis.svg new file mode 100644 index 00000000..1e45474e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chat-bubble-left-ellipsis.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chat-bubble-left-right.svg b/src/public/images/svg/heroicons/outline/chat-bubble-left-right.svg new file mode 100644 index 00000000..0f88865e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chat-bubble-left-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chat-bubble-left.svg b/src/public/images/svg/heroicons/outline/chat-bubble-left.svg new file mode 100644 index 00000000..e96d4ddc --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chat-bubble-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chat-bubble-oval-left-ellipsis.svg b/src/public/images/svg/heroicons/outline/chat-bubble-oval-left-ellipsis.svg new file mode 100644 index 00000000..65780a88 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chat-bubble-oval-left-ellipsis.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chat-bubble-oval-left.svg b/src/public/images/svg/heroicons/outline/chat-bubble-oval-left.svg new file mode 100644 index 00000000..9fb9668f --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chat-bubble-oval-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/check-badge.svg b/src/public/images/svg/heroicons/outline/check-badge.svg new file mode 100644 index 00000000..1aa105ca --- /dev/null +++ b/src/public/images/svg/heroicons/outline/check-badge.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/check-circle.svg b/src/public/images/svg/heroicons/outline/check-circle.svg new file mode 100644 index 00000000..f77f77b0 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/check-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/check.svg b/src/public/images/svg/heroicons/outline/check.svg new file mode 100644 index 00000000..2d2b4964 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/check.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-double-down.svg b/src/public/images/svg/heroicons/outline/chevron-double-down.svg new file mode 100644 index 00000000..35c0829f --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-double-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-double-left.svg b/src/public/images/svg/heroicons/outline/chevron-double-left.svg new file mode 100644 index 00000000..49e41d90 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-double-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-double-right.svg b/src/public/images/svg/heroicons/outline/chevron-double-right.svg new file mode 100644 index 00000000..1c7b0b54 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-double-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-double-up.svg b/src/public/images/svg/heroicons/outline/chevron-double-up.svg new file mode 100644 index 00000000..18fde306 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-double-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-down.svg b/src/public/images/svg/heroicons/outline/chevron-down.svg new file mode 100644 index 00000000..d89ab443 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-left.svg b/src/public/images/svg/heroicons/outline/chevron-left.svg new file mode 100644 index 00000000..b7d0faee --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-right.svg b/src/public/images/svg/heroicons/outline/chevron-right.svg new file mode 100644 index 00000000..27689c4f --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-up-down.svg b/src/public/images/svg/heroicons/outline/chevron-up-down.svg new file mode 100644 index 00000000..e6a94892 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-up-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/chevron-up.svg b/src/public/images/svg/heroicons/outline/chevron-up.svg new file mode 100644 index 00000000..7a1c7320 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/chevron-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/circle-stack.svg b/src/public/images/svg/heroicons/outline/circle-stack.svg new file mode 100644 index 00000000..054e1fd7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/circle-stack.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/clipboard-document-check.svg b/src/public/images/svg/heroicons/outline/clipboard-document-check.svg new file mode 100644 index 00000000..6ba8578b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/clipboard-document-check.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/clipboard-document-list.svg b/src/public/images/svg/heroicons/outline/clipboard-document-list.svg new file mode 100644 index 00000000..07920b0d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/clipboard-document-list.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/clipboard-document.svg b/src/public/images/svg/heroicons/outline/clipboard-document.svg new file mode 100644 index 00000000..ed0127b1 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/clipboard-document.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/clipboard.svg b/src/public/images/svg/heroicons/outline/clipboard.svg new file mode 100644 index 00000000..c0d31385 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/clipboard.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/clock.svg b/src/public/images/svg/heroicons/outline/clock.svg new file mode 100644 index 00000000..d90183f0 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/clock.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cloud-arrow-down.svg b/src/public/images/svg/heroicons/outline/cloud-arrow-down.svg new file mode 100644 index 00000000..d8314e39 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cloud-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cloud-arrow-up.svg b/src/public/images/svg/heroicons/outline/cloud-arrow-up.svg new file mode 100644 index 00000000..20ff7727 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cloud-arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cloud.svg b/src/public/images/svg/heroicons/outline/cloud.svg new file mode 100644 index 00000000..eb85e4ef --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/code-bracket-square.svg b/src/public/images/svg/heroicons/outline/code-bracket-square.svg new file mode 100644 index 00000000..27c4f137 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/code-bracket-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/code-bracket.svg b/src/public/images/svg/heroicons/outline/code-bracket.svg new file mode 100644 index 00000000..8341cc1b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/code-bracket.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cog-6-tooth.svg b/src/public/images/svg/heroicons/outline/cog-6-tooth.svg new file mode 100644 index 00000000..f38080e7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cog-6-tooth.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/cog-8-tooth.svg b/src/public/images/svg/heroicons/outline/cog-8-tooth.svg new file mode 100644 index 00000000..f56a3df7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cog-8-tooth.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/cog.svg b/src/public/images/svg/heroicons/outline/cog.svg new file mode 100644 index 00000000..bdc4df07 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cog.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/command-line.svg b/src/public/images/svg/heroicons/outline/command-line.svg new file mode 100644 index 00000000..e0b3fa9e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/command-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/computer-desktop.svg b/src/public/images/svg/heroicons/outline/computer-desktop.svg new file mode 100644 index 00000000..bf0ef9cc --- /dev/null +++ b/src/public/images/svg/heroicons/outline/computer-desktop.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cpu-chip.svg b/src/public/images/svg/heroicons/outline/cpu-chip.svg new file mode 100644 index 00000000..b9f2ce50 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cpu-chip.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/credit-card.svg b/src/public/images/svg/heroicons/outline/credit-card.svg new file mode 100644 index 00000000..9e9b7f57 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/credit-card.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cube-transparent.svg b/src/public/images/svg/heroicons/outline/cube-transparent.svg new file mode 100644 index 00000000..35f55454 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cube-transparent.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cube.svg b/src/public/images/svg/heroicons/outline/cube.svg new file mode 100644 index 00000000..9673b791 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cube.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/currency-bangladeshi.svg b/src/public/images/svg/heroicons/outline/currency-bangladeshi.svg new file mode 100644 index 00000000..33b24a1b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/currency-bangladeshi.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/currency-dollar.svg b/src/public/images/svg/heroicons/outline/currency-dollar.svg new file mode 100644 index 00000000..c2e19733 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/currency-dollar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/currency-euro.svg b/src/public/images/svg/heroicons/outline/currency-euro.svg new file mode 100644 index 00000000..392ab682 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/currency-euro.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/currency-pound.svg b/src/public/images/svg/heroicons/outline/currency-pound.svg new file mode 100644 index 00000000..e4368b42 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/currency-pound.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/currency-rupee.svg b/src/public/images/svg/heroicons/outline/currency-rupee.svg new file mode 100644 index 00000000..caeb12fa --- /dev/null +++ b/src/public/images/svg/heroicons/outline/currency-rupee.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/currency-yen.svg b/src/public/images/svg/heroicons/outline/currency-yen.svg new file mode 100644 index 00000000..66beac26 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/currency-yen.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cursor-arrow-rays.svg b/src/public/images/svg/heroicons/outline/cursor-arrow-rays.svg new file mode 100644 index 00000000..2821def6 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cursor-arrow-rays.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/cursor-arrow-ripple.svg b/src/public/images/svg/heroicons/outline/cursor-arrow-ripple.svg new file mode 100644 index 00000000..8e609ada --- /dev/null +++ b/src/public/images/svg/heroicons/outline/cursor-arrow-ripple.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/device-phone-mobile.svg b/src/public/images/svg/heroicons/outline/device-phone-mobile.svg new file mode 100644 index 00000000..cf5a7e71 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/device-phone-mobile.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/device-tablet.svg b/src/public/images/svg/heroicons/outline/device-tablet.svg new file mode 100644 index 00000000..7f106e8d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/device-tablet.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-arrow-down.svg b/src/public/images/svg/heroicons/outline/document-arrow-down.svg new file mode 100644 index 00000000..2cf9b753 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-arrow-up.svg b/src/public/images/svg/heroicons/outline/document-arrow-up.svg new file mode 100644 index 00000000..2083836d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-chart-bar.svg b/src/public/images/svg/heroicons/outline/document-chart-bar.svg new file mode 100644 index 00000000..5ee483e7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-chart-bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-check.svg b/src/public/images/svg/heroicons/outline/document-check.svg new file mode 100644 index 00000000..16308d6c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-check.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-duplicate.svg b/src/public/images/svg/heroicons/outline/document-duplicate.svg new file mode 100644 index 00000000..b8eef677 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-duplicate.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-magnifying-glass.svg b/src/public/images/svg/heroicons/outline/document-magnifying-glass.svg new file mode 100644 index 00000000..40737b9a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-magnifying-glass.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-minus.svg b/src/public/images/svg/heroicons/outline/document-minus.svg new file mode 100644 index 00000000..05a59d5f --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-plus.svg b/src/public/images/svg/heroicons/outline/document-plus.svg new file mode 100644 index 00000000..b08ba8dd --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document-text.svg b/src/public/images/svg/heroicons/outline/document-text.svg new file mode 100644 index 00000000..f9cf9403 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/document.svg b/src/public/images/svg/heroicons/outline/document.svg new file mode 100644 index 00000000..8e9c908e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/document.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/ellipsis-horizontal-circle.svg b/src/public/images/svg/heroicons/outline/ellipsis-horizontal-circle.svg new file mode 100644 index 00000000..65e9a438 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/ellipsis-horizontal-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/ellipsis-horizontal.svg b/src/public/images/svg/heroicons/outline/ellipsis-horizontal.svg new file mode 100644 index 00000000..5bd65fb6 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/ellipsis-horizontal.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/outline/ellipsis-vertical.svg b/src/public/images/svg/heroicons/outline/ellipsis-vertical.svg new file mode 100644 index 00000000..02d11b5b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/ellipsis-vertical.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/outline/envelope-open.svg b/src/public/images/svg/heroicons/outline/envelope-open.svg new file mode 100644 index 00000000..0cb19acd --- /dev/null +++ b/src/public/images/svg/heroicons/outline/envelope-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/envelope.svg b/src/public/images/svg/heroicons/outline/envelope.svg new file mode 100644 index 00000000..9ba9f28a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/envelope.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/exclamation-circle.svg b/src/public/images/svg/heroicons/outline/exclamation-circle.svg new file mode 100644 index 00000000..07a06f4e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/exclamation-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/exclamation-triangle.svg b/src/public/images/svg/heroicons/outline/exclamation-triangle.svg new file mode 100644 index 00000000..2d1d4996 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/exclamation-triangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/eye-dropper.svg b/src/public/images/svg/heroicons/outline/eye-dropper.svg new file mode 100644 index 00000000..cbf16e79 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/eye-dropper.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/eye-slash.svg b/src/public/images/svg/heroicons/outline/eye-slash.svg new file mode 100644 index 00000000..6a75a0a1 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/eye-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/eye.svg b/src/public/images/svg/heroicons/outline/eye.svg new file mode 100644 index 00000000..b36cbbe9 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/eye.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/face-frown.svg b/src/public/images/svg/heroicons/outline/face-frown.svg new file mode 100644 index 00000000..0a973723 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/face-frown.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/face-smile.svg b/src/public/images/svg/heroicons/outline/face-smile.svg new file mode 100644 index 00000000..1ca65a88 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/face-smile.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/film.svg b/src/public/images/svg/heroicons/outline/film.svg new file mode 100644 index 00000000..9e03c220 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/film.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/finger-print.svg b/src/public/images/svg/heroicons/outline/finger-print.svg new file mode 100644 index 00000000..7bae7e1a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/finger-print.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/fire.svg b/src/public/images/svg/heroicons/outline/fire.svg new file mode 100644 index 00000000..c9c4b6d6 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/fire.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/flag.svg b/src/public/images/svg/heroicons/outline/flag.svg new file mode 100644 index 00000000..5dd9b5bd --- /dev/null +++ b/src/public/images/svg/heroicons/outline/flag.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/folder-arrow-down.svg b/src/public/images/svg/heroicons/outline/folder-arrow-down.svg new file mode 100644 index 00000000..b2debe34 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/folder-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/folder-minus.svg b/src/public/images/svg/heroicons/outline/folder-minus.svg new file mode 100644 index 00000000..b33df5d5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/folder-minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/folder-open.svg b/src/public/images/svg/heroicons/outline/folder-open.svg new file mode 100644 index 00000000..35ccda34 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/folder-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/folder-plus.svg b/src/public/images/svg/heroicons/outline/folder-plus.svg new file mode 100644 index 00000000..5a08cf4d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/folder-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/folder.svg b/src/public/images/svg/heroicons/outline/folder.svg new file mode 100644 index 00000000..ca72f94c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/folder.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/forward.svg b/src/public/images/svg/heroicons/outline/forward.svg new file mode 100644 index 00000000..4e6f55af --- /dev/null +++ b/src/public/images/svg/heroicons/outline/forward.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/funnel.svg b/src/public/images/svg/heroicons/outline/funnel.svg new file mode 100644 index 00000000..10db1ee8 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/funnel.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/gif.svg b/src/public/images/svg/heroicons/outline/gif.svg new file mode 100644 index 00000000..2279e9ea --- /dev/null +++ b/src/public/images/svg/heroicons/outline/gif.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/gift-top.svg b/src/public/images/svg/heroicons/outline/gift-top.svg new file mode 100644 index 00000000..6ea31585 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/gift-top.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/gift.svg b/src/public/images/svg/heroicons/outline/gift.svg new file mode 100644 index 00000000..ef813187 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/gift.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/globe-alt.svg b/src/public/images/svg/heroicons/outline/globe-alt.svg new file mode 100644 index 00000000..b309cb5c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/globe-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/globe-americas.svg b/src/public/images/svg/heroicons/outline/globe-americas.svg new file mode 100644 index 00000000..d9303ed5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/globe-americas.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/globe-asia-australia.svg b/src/public/images/svg/heroicons/outline/globe-asia-australia.svg new file mode 100644 index 00000000..a8efbd01 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/globe-asia-australia.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/globe-europe-africa.svg b/src/public/images/svg/heroicons/outline/globe-europe-africa.svg new file mode 100644 index 00000000..e213b63c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/globe-europe-africa.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/hand-raised.svg b/src/public/images/svg/heroicons/outline/hand-raised.svg new file mode 100644 index 00000000..86c1cb17 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/hand-raised.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/hand-thumb-down.svg b/src/public/images/svg/heroicons/outline/hand-thumb-down.svg new file mode 100644 index 00000000..04d74120 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/hand-thumb-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/hand-thumb-up.svg b/src/public/images/svg/heroicons/outline/hand-thumb-up.svg new file mode 100644 index 00000000..d9f4e44b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/hand-thumb-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/hashtag.svg b/src/public/images/svg/heroicons/outline/hashtag.svg new file mode 100644 index 00000000..3328fdd3 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/hashtag.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/heart.svg b/src/public/images/svg/heroicons/outline/heart.svg new file mode 100644 index 00000000..2aaf5ea1 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/heart.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/home-modern.svg b/src/public/images/svg/heroicons/outline/home-modern.svg new file mode 100644 index 00000000..8bde4b71 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/home-modern.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/home.svg b/src/public/images/svg/heroicons/outline/home.svg new file mode 100644 index 00000000..7d6d9385 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/home.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/identification.svg b/src/public/images/svg/heroicons/outline/identification.svg new file mode 100644 index 00000000..22b9ceb5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/identification.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/inbox-arrow-down.svg b/src/public/images/svg/heroicons/outline/inbox-arrow-down.svg new file mode 100644 index 00000000..8ff52011 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/inbox-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/inbox-stack.svg b/src/public/images/svg/heroicons/outline/inbox-stack.svg new file mode 100644 index 00000000..2f661138 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/inbox-stack.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/inbox.svg b/src/public/images/svg/heroicons/outline/inbox.svg new file mode 100644 index 00000000..50b018bd --- /dev/null +++ b/src/public/images/svg/heroicons/outline/inbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/information-circle.svg b/src/public/images/svg/heroicons/outline/information-circle.svg new file mode 100644 index 00000000..ad1cc30e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/information-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/key.svg b/src/public/images/svg/heroicons/outline/key.svg new file mode 100644 index 00000000..60002b5b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/key.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/language.svg b/src/public/images/svg/heroicons/outline/language.svg new file mode 100644 index 00000000..8f4c59de --- /dev/null +++ b/src/public/images/svg/heroicons/outline/language.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/lifebuoy.svg b/src/public/images/svg/heroicons/outline/lifebuoy.svg new file mode 100644 index 00000000..56444ba8 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/lifebuoy.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/light-bulb.svg b/src/public/images/svg/heroicons/outline/light-bulb.svg new file mode 100644 index 00000000..2beb5f33 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/light-bulb.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/link.svg b/src/public/images/svg/heroicons/outline/link.svg new file mode 100644 index 00000000..11917bb4 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/link.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/list-bullet.svg b/src/public/images/svg/heroicons/outline/list-bullet.svg new file mode 100644 index 00000000..5ff27ae3 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/list-bullet.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/lock-closed.svg b/src/public/images/svg/heroicons/outline/lock-closed.svg new file mode 100644 index 00000000..08482e03 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/lock-closed.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/lock-open.svg b/src/public/images/svg/heroicons/outline/lock-open.svg new file mode 100644 index 00000000..fbc89579 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/lock-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/magnifying-glass-circle.svg b/src/public/images/svg/heroicons/outline/magnifying-glass-circle.svg new file mode 100644 index 00000000..51627c24 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/magnifying-glass-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/magnifying-glass-minus.svg b/src/public/images/svg/heroicons/outline/magnifying-glass-minus.svg new file mode 100644 index 00000000..2bceb755 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/magnifying-glass-minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/magnifying-glass-plus.svg b/src/public/images/svg/heroicons/outline/magnifying-glass-plus.svg new file mode 100644 index 00000000..0c892641 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/magnifying-glass-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/magnifying-glass.svg b/src/public/images/svg/heroicons/outline/magnifying-glass.svg new file mode 100644 index 00000000..3d51b5a8 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/magnifying-glass.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/map-pin.svg b/src/public/images/svg/heroicons/outline/map-pin.svg new file mode 100644 index 00000000..ee781c42 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/map-pin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/map.svg b/src/public/images/svg/heroicons/outline/map.svg new file mode 100644 index 00000000..acd27a0a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/map.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/megaphone.svg b/src/public/images/svg/heroicons/outline/megaphone.svg new file mode 100644 index 00000000..6ba654be --- /dev/null +++ b/src/public/images/svg/heroicons/outline/megaphone.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/microphone.svg b/src/public/images/svg/heroicons/outline/microphone.svg new file mode 100644 index 00000000..669dbbb3 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/microphone.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/minus-circle.svg b/src/public/images/svg/heroicons/outline/minus-circle.svg new file mode 100644 index 00000000..8d528b43 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/minus-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/minus-small.svg b/src/public/images/svg/heroicons/outline/minus-small.svg new file mode 100644 index 00000000..2a2b3d97 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/minus-small.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/minus.svg b/src/public/images/svg/heroicons/outline/minus.svg new file mode 100644 index 00000000..f962c499 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/moon.svg b/src/public/images/svg/heroicons/outline/moon.svg new file mode 100644 index 00000000..308b2df0 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/moon.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/musical-note.svg b/src/public/images/svg/heroicons/outline/musical-note.svg new file mode 100644 index 00000000..d343af1d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/musical-note.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/newspaper.svg b/src/public/images/svg/heroicons/outline/newspaper.svg new file mode 100644 index 00000000..cd0555dc --- /dev/null +++ b/src/public/images/svg/heroicons/outline/newspaper.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/no-symbol.svg b/src/public/images/svg/heroicons/outline/no-symbol.svg new file mode 100644 index 00000000..60d79d3a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/no-symbol.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/paint-brush.svg b/src/public/images/svg/heroicons/outline/paint-brush.svg new file mode 100644 index 00000000..7836d9d3 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/paint-brush.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/paper-airplane.svg b/src/public/images/svg/heroicons/outline/paper-airplane.svg new file mode 100644 index 00000000..e6b57a06 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/paper-airplane.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/paper-clip.svg b/src/public/images/svg/heroicons/outline/paper-clip.svg new file mode 100644 index 00000000..0aa2467c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/paper-clip.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/pause-circle.svg b/src/public/images/svg/heroicons/outline/pause-circle.svg new file mode 100644 index 00000000..fe63d88c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/pause-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/pause.svg b/src/public/images/svg/heroicons/outline/pause.svg new file mode 100644 index 00000000..abbc783e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/pause.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/pencil-square.svg b/src/public/images/svg/heroicons/outline/pencil-square.svg new file mode 100644 index 00000000..c58aaaf2 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/pencil-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/pencil.svg b/src/public/images/svg/heroicons/outline/pencil.svg new file mode 100644 index 00000000..cf129b14 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/pencil.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/phone-arrow-down-left.svg b/src/public/images/svg/heroicons/outline/phone-arrow-down-left.svg new file mode 100644 index 00000000..1c8b8a3a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/phone-arrow-down-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/phone-arrow-up-right.svg b/src/public/images/svg/heroicons/outline/phone-arrow-up-right.svg new file mode 100644 index 00000000..3ed679b2 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/phone-arrow-up-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/phone-x-mark.svg b/src/public/images/svg/heroicons/outline/phone-x-mark.svg new file mode 100644 index 00000000..0bf7342d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/phone-x-mark.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/phone.svg b/src/public/images/svg/heroicons/outline/phone.svg new file mode 100644 index 00000000..411e832c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/phone.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/photo.svg b/src/public/images/svg/heroicons/outline/photo.svg new file mode 100644 index 00000000..89e9d8c3 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/photo.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/play-circle.svg b/src/public/images/svg/heroicons/outline/play-circle.svg new file mode 100644 index 00000000..c4f692aa --- /dev/null +++ b/src/public/images/svg/heroicons/outline/play-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/play-pause.svg b/src/public/images/svg/heroicons/outline/play-pause.svg new file mode 100644 index 00000000..c87eb87d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/play-pause.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/play.svg b/src/public/images/svg/heroicons/outline/play.svg new file mode 100644 index 00000000..1705ac4b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/play.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/plus-circle.svg b/src/public/images/svg/heroicons/outline/plus-circle.svg new file mode 100644 index 00000000..01a26046 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/plus-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/plus-small.svg b/src/public/images/svg/heroicons/outline/plus-small.svg new file mode 100644 index 00000000..af9f3b71 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/plus-small.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/plus.svg b/src/public/images/svg/heroicons/outline/plus.svg new file mode 100644 index 00000000..eb758309 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/power.svg b/src/public/images/svg/heroicons/outline/power.svg new file mode 100644 index 00000000..f3773240 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/power.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/presentation-chart-bar.svg b/src/public/images/svg/heroicons/outline/presentation-chart-bar.svg new file mode 100644 index 00000000..32a07248 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/presentation-chart-bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/presentation-chart-line.svg b/src/public/images/svg/heroicons/outline/presentation-chart-line.svg new file mode 100644 index 00000000..f9a8bab7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/presentation-chart-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/printer.svg b/src/public/images/svg/heroicons/outline/printer.svg new file mode 100644 index 00000000..5c497e8e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/printer.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/puzzle-piece.svg b/src/public/images/svg/heroicons/outline/puzzle-piece.svg new file mode 100644 index 00000000..79f51a72 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/puzzle-piece.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/qr-code.svg b/src/public/images/svg/heroicons/outline/qr-code.svg new file mode 100644 index 00000000..e0942c12 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/qr-code.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/public/images/svg/heroicons/outline/question-mark-circle.svg b/src/public/images/svg/heroicons/outline/question-mark-circle.svg new file mode 100644 index 00000000..0d828632 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/question-mark-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/queue-list.svg b/src/public/images/svg/heroicons/outline/queue-list.svg new file mode 100644 index 00000000..f8d9ac55 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/queue-list.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/radio.svg b/src/public/images/svg/heroicons/outline/radio.svg new file mode 100644 index 00000000..b6660d5b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/radio.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/receipt-percent.svg b/src/public/images/svg/heroicons/outline/receipt-percent.svg new file mode 100644 index 00000000..02bd8b48 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/receipt-percent.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/receipt-refund.svg b/src/public/images/svg/heroicons/outline/receipt-refund.svg new file mode 100644 index 00000000..d259871b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/receipt-refund.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/rectangle-group.svg b/src/public/images/svg/heroicons/outline/rectangle-group.svg new file mode 100644 index 00000000..4358b093 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/rectangle-group.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/outline/rectangle-stack.svg b/src/public/images/svg/heroicons/outline/rectangle-stack.svg new file mode 100644 index 00000000..91b3b7b2 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/rectangle-stack.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/rocket-launch.svg b/src/public/images/svg/heroicons/outline/rocket-launch.svg new file mode 100644 index 00000000..7ed70045 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/rocket-launch.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/rss.svg b/src/public/images/svg/heroicons/outline/rss.svg new file mode 100644 index 00000000..f12f3899 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/rss.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/scale.svg b/src/public/images/svg/heroicons/outline/scale.svg new file mode 100644 index 00000000..746775ec --- /dev/null +++ b/src/public/images/svg/heroicons/outline/scale.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/scissors.svg b/src/public/images/svg/heroicons/outline/scissors.svg new file mode 100644 index 00000000..1302a18f --- /dev/null +++ b/src/public/images/svg/heroicons/outline/scissors.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/server-stack.svg b/src/public/images/svg/heroicons/outline/server-stack.svg new file mode 100644 index 00000000..1f9e1189 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/server-stack.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/server.svg b/src/public/images/svg/heroicons/outline/server.svg new file mode 100644 index 00000000..df32675e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/server.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/share.svg b/src/public/images/svg/heroicons/outline/share.svg new file mode 100644 index 00000000..c1e657e8 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/share.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/shield-check.svg b/src/public/images/svg/heroicons/outline/shield-check.svg new file mode 100644 index 00000000..767d2641 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/shield-check.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/shield-exclamation.svg b/src/public/images/svg/heroicons/outline/shield-exclamation.svg new file mode 100644 index 00000000..bdc7f4c4 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/shield-exclamation.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/shopping-bag.svg b/src/public/images/svg/heroicons/outline/shopping-bag.svg new file mode 100644 index 00000000..92b1a8df --- /dev/null +++ b/src/public/images/svg/heroicons/outline/shopping-bag.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/shopping-cart.svg b/src/public/images/svg/heroicons/outline/shopping-cart.svg new file mode 100644 index 00000000..5094053d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/shopping-cart.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/signal-slash.svg b/src/public/images/svg/heroicons/outline/signal-slash.svg new file mode 100644 index 00000000..b2ca05a9 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/signal-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/signal.svg b/src/public/images/svg/heroicons/outline/signal.svg new file mode 100644 index 00000000..778f6ff5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/signal.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/sparkles.svg b/src/public/images/svg/heroicons/outline/sparkles.svg new file mode 100644 index 00000000..4ae6f0ab --- /dev/null +++ b/src/public/images/svg/heroicons/outline/sparkles.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/outline/speaker-wave.svg b/src/public/images/svg/heroicons/outline/speaker-wave.svg new file mode 100644 index 00000000..28f2ac81 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/speaker-wave.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/speaker-x-mark.svg b/src/public/images/svg/heroicons/outline/speaker-x-mark.svg new file mode 100644 index 00000000..7a597498 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/speaker-x-mark.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/square-2-stack.svg b/src/public/images/svg/heroicons/outline/square-2-stack.svg new file mode 100644 index 00000000..aee1fa55 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/square-2-stack.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/square-3-stack-3d.svg b/src/public/images/svg/heroicons/outline/square-3-stack-3d.svg new file mode 100644 index 00000000..5ada53fb --- /dev/null +++ b/src/public/images/svg/heroicons/outline/square-3-stack-3d.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/squares-2x2.svg b/src/public/images/svg/heroicons/outline/squares-2x2.svg new file mode 100644 index 00000000..30c5074a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/squares-2x2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/public/images/svg/heroicons/outline/squares-plus.svg b/src/public/images/svg/heroicons/outline/squares-plus.svg new file mode 100644 index 00000000..83429af5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/squares-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/star.svg b/src/public/images/svg/heroicons/outline/star.svg new file mode 100644 index 00000000..bc0f99f7 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/star.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/stop-circle.svg b/src/public/images/svg/heroicons/outline/stop-circle.svg new file mode 100644 index 00000000..bb606593 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/stop-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/stop.svg b/src/public/images/svg/heroicons/outline/stop.svg new file mode 100644 index 00000000..f4f7dc23 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/stop.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/sun.svg b/src/public/images/svg/heroicons/outline/sun.svg new file mode 100644 index 00000000..2cabf30a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/sun.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/swatch.svg b/src/public/images/svg/heroicons/outline/swatch.svg new file mode 100644 index 00000000..1dabb01a --- /dev/null +++ b/src/public/images/svg/heroicons/outline/swatch.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/table-cells.svg b/src/public/images/svg/heroicons/outline/table-cells.svg new file mode 100644 index 00000000..c603f26c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/table-cells.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/tag.svg b/src/public/images/svg/heroicons/outline/tag.svg new file mode 100644 index 00000000..75eea5e3 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/tag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/ticket.svg b/src/public/images/svg/heroicons/outline/ticket.svg new file mode 100644 index 00000000..60b3424c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/ticket.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/trash.svg b/src/public/images/svg/heroicons/outline/trash.svg new file mode 100644 index 00000000..543e5ded --- /dev/null +++ b/src/public/images/svg/heroicons/outline/trash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/trophy.svg b/src/public/images/svg/heroicons/outline/trophy.svg new file mode 100644 index 00000000..3dbb45d6 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/trophy.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/truck.svg b/src/public/images/svg/heroicons/outline/truck.svg new file mode 100644 index 00000000..564c2398 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/truck.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/tv.svg b/src/public/images/svg/heroicons/outline/tv.svg new file mode 100644 index 00000000..99ad8dc5 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/tv.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/user-circle.svg b/src/public/images/svg/heroicons/outline/user-circle.svg new file mode 100644 index 00000000..755659ba --- /dev/null +++ b/src/public/images/svg/heroicons/outline/user-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/user-group.svg b/src/public/images/svg/heroicons/outline/user-group.svg new file mode 100644 index 00000000..a7addd9d --- /dev/null +++ b/src/public/images/svg/heroicons/outline/user-group.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/user-minus.svg b/src/public/images/svg/heroicons/outline/user-minus.svg new file mode 100644 index 00000000..7ead795e --- /dev/null +++ b/src/public/images/svg/heroicons/outline/user-minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/user-plus.svg b/src/public/images/svg/heroicons/outline/user-plus.svg new file mode 100644 index 00000000..37e82fdf --- /dev/null +++ b/src/public/images/svg/heroicons/outline/user-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/user.svg b/src/public/images/svg/heroicons/outline/user.svg new file mode 100644 index 00000000..e0dd9261 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/user.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/users.svg b/src/public/images/svg/heroicons/outline/users.svg new file mode 100644 index 00000000..8ae27736 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/users.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/variable.svg b/src/public/images/svg/heroicons/outline/variable.svg new file mode 100644 index 00000000..9904e662 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/variable.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/video-camera-slash.svg b/src/public/images/svg/heroicons/outline/video-camera-slash.svg new file mode 100644 index 00000000..79034e04 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/video-camera-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/video-camera.svg b/src/public/images/svg/heroicons/outline/video-camera.svg new file mode 100644 index 00000000..cc4eb127 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/video-camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/view-columns.svg b/src/public/images/svg/heroicons/outline/view-columns.svg new file mode 100644 index 00000000..f35da19c --- /dev/null +++ b/src/public/images/svg/heroicons/outline/view-columns.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/viewfinder-circle.svg b/src/public/images/svg/heroicons/outline/viewfinder-circle.svg new file mode 100644 index 00000000..e9dbae71 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/viewfinder-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/wallet.svg b/src/public/images/svg/heroicons/outline/wallet.svg new file mode 100644 index 00000000..80d5d723 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/wallet.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/wifi.svg b/src/public/images/svg/heroicons/outline/wifi.svg new file mode 100644 index 00000000..f5194089 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/wifi.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/window.svg b/src/public/images/svg/heroicons/outline/window.svg new file mode 100644 index 00000000..a610cdfb --- /dev/null +++ b/src/public/images/svg/heroicons/outline/window.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/wrench-screwdriver.svg b/src/public/images/svg/heroicons/outline/wrench-screwdriver.svg new file mode 100644 index 00000000..78a82b56 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/wrench-screwdriver.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/wrench.svg b/src/public/images/svg/heroicons/outline/wrench.svg new file mode 100644 index 00000000..8b8b356b --- /dev/null +++ b/src/public/images/svg/heroicons/outline/wrench.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/outline/x-circle.svg b/src/public/images/svg/heroicons/outline/x-circle.svg new file mode 100644 index 00000000..c2ec8880 --- /dev/null +++ b/src/public/images/svg/heroicons/outline/x-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/outline/x-mark.svg b/src/public/images/svg/heroicons/outline/x-mark.svg new file mode 100644 index 00000000..dc5ef8ec --- /dev/null +++ b/src/public/images/svg/heroicons/outline/x-mark.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/academic-cap.svg b/src/public/images/svg/heroicons/solid/academic-cap.svg new file mode 100644 index 00000000..835d05e4 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/academic-cap.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/adjustments-horizontal.svg b/src/public/images/svg/heroicons/solid/adjustments-horizontal.svg new file mode 100644 index 00000000..b1ee8a3a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/adjustments-horizontal.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/adjustments-vertical.svg b/src/public/images/svg/heroicons/solid/adjustments-vertical.svg new file mode 100644 index 00000000..43c0c4aa --- /dev/null +++ b/src/public/images/svg/heroicons/solid/adjustments-vertical.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/archive-box-arrow-down.svg b/src/public/images/svg/heroicons/solid/archive-box-arrow-down.svg new file mode 100644 index 00000000..29b2e847 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/archive-box-arrow-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/archive-box-x-mark.svg b/src/public/images/svg/heroicons/solid/archive-box-x-mark.svg new file mode 100644 index 00000000..99e22ca2 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/archive-box-x-mark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/archive-box.svg b/src/public/images/svg/heroicons/solid/archive-box.svg new file mode 100644 index 00000000..80f0faee --- /dev/null +++ b/src/public/images/svg/heroicons/solid/archive-box.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-down-circle.svg b/src/public/images/svg/heroicons/solid/arrow-down-circle.svg new file mode 100644 index 00000000..0312ba26 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-down-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-down-left.svg b/src/public/images/svg/heroicons/solid/arrow-down-left.svg new file mode 100644 index 00000000..9b3d3101 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-down-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-down-on-square-stack.svg b/src/public/images/svg/heroicons/solid/arrow-down-on-square-stack.svg new file mode 100644 index 00000000..e9881e45 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-down-on-square-stack.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-down-on-square.svg b/src/public/images/svg/heroicons/solid/arrow-down-on-square.svg new file mode 100644 index 00000000..e74825e5 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-down-on-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-down-right.svg b/src/public/images/svg/heroicons/solid/arrow-down-right.svg new file mode 100644 index 00000000..6d582e66 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-down-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-down-tray.svg b/src/public/images/svg/heroicons/solid/arrow-down-tray.svg new file mode 100644 index 00000000..7861fd22 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-down-tray.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-down.svg b/src/public/images/svg/heroicons/solid/arrow-down.svg new file mode 100644 index 00000000..ac90f410 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-left-circle.svg b/src/public/images/svg/heroicons/solid/arrow-left-circle.svg new file mode 100644 index 00000000..d37f8657 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-left-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-left-on-rectangle.svg b/src/public/images/svg/heroicons/solid/arrow-left-on-rectangle.svg new file mode 100644 index 00000000..4fd90df9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-left-on-rectangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-left.svg b/src/public/images/svg/heroicons/solid/arrow-left.svg new file mode 100644 index 00000000..d7fb989b --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-long-down.svg b/src/public/images/svg/heroicons/solid/arrow-long-down.svg new file mode 100644 index 00000000..db6f4370 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-long-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-long-left.svg b/src/public/images/svg/heroicons/solid/arrow-long-left.svg new file mode 100644 index 00000000..dbc11958 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-long-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-long-right.svg b/src/public/images/svg/heroicons/solid/arrow-long-right.svg new file mode 100644 index 00000000..c7cd749d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-long-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-long-up.svg b/src/public/images/svg/heroicons/solid/arrow-long-up.svg new file mode 100644 index 00000000..e0d42d7d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-long-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-path-rounded-square.svg b/src/public/images/svg/heroicons/solid/arrow-path-rounded-square.svg new file mode 100644 index 00000000..1a82cb7c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-path-rounded-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-path.svg b/src/public/images/svg/heroicons/solid/arrow-path.svg new file mode 100644 index 00000000..e27f25c0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-path.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-right-circle.svg b/src/public/images/svg/heroicons/solid/arrow-right-circle.svg new file mode 100644 index 00000000..3ec0f630 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-right-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-right-on-rectangle.svg b/src/public/images/svg/heroicons/solid/arrow-right-on-rectangle.svg new file mode 100644 index 00000000..8304f3d8 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-right-on-rectangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-right.svg b/src/public/images/svg/heroicons/solid/arrow-right.svg new file mode 100644 index 00000000..850bc44c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-small-down.svg b/src/public/images/svg/heroicons/solid/arrow-small-down.svg new file mode 100644 index 00000000..a229d2e8 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-small-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-small-left.svg b/src/public/images/svg/heroicons/solid/arrow-small-left.svg new file mode 100644 index 00000000..7716a3d8 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-small-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-small-right.svg b/src/public/images/svg/heroicons/solid/arrow-small-right.svg new file mode 100644 index 00000000..833f9c4e --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-small-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-small-up.svg b/src/public/images/svg/heroicons/solid/arrow-small-up.svg new file mode 100644 index 00000000..0ed4c4ac --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-small-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-top-right-on-square.svg b/src/public/images/svg/heroicons/solid/arrow-top-right-on-square.svg new file mode 100644 index 00000000..1fa4f0e0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-top-right-on-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-trending-down.svg b/src/public/images/svg/heroicons/solid/arrow-trending-down.svg new file mode 100644 index 00000000..36f62a41 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-trending-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-trending-up.svg b/src/public/images/svg/heroicons/solid/arrow-trending-up.svg new file mode 100644 index 00000000..02737170 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-trending-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-up-circle.svg b/src/public/images/svg/heroicons/solid/arrow-up-circle.svg new file mode 100644 index 00000000..f8397b50 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-up-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-up-left.svg b/src/public/images/svg/heroicons/solid/arrow-up-left.svg new file mode 100644 index 00000000..a7f23cbd --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-up-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-up-on-square-stack.svg b/src/public/images/svg/heroicons/solid/arrow-up-on-square-stack.svg new file mode 100644 index 00000000..ef11c58a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-up-on-square-stack.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-up-on-square.svg b/src/public/images/svg/heroicons/solid/arrow-up-on-square.svg new file mode 100644 index 00000000..158dea31 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-up-on-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-up-right.svg b/src/public/images/svg/heroicons/solid/arrow-up-right.svg new file mode 100644 index 00000000..4e1e485a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-up-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-up-tray.svg b/src/public/images/svg/heroicons/solid/arrow-up-tray.svg new file mode 100644 index 00000000..1885afd1 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-up-tray.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-up.svg b/src/public/images/svg/heroicons/solid/arrow-up.svg new file mode 100644 index 00000000..7fb7ef3a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-uturn-down.svg b/src/public/images/svg/heroicons/solid/arrow-uturn-down.svg new file mode 100644 index 00000000..22072613 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-uturn-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-uturn-left.svg b/src/public/images/svg/heroicons/solid/arrow-uturn-left.svg new file mode 100644 index 00000000..c0f67427 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-uturn-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-uturn-right.svg b/src/public/images/svg/heroicons/solid/arrow-uturn-right.svg new file mode 100644 index 00000000..455b4eb6 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-uturn-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrow-uturn-up.svg b/src/public/images/svg/heroicons/solid/arrow-uturn-up.svg new file mode 100644 index 00000000..8df21fcc --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrow-uturn-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrows-pointing-in.svg b/src/public/images/svg/heroicons/solid/arrows-pointing-in.svg new file mode 100644 index 00000000..2b730418 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrows-pointing-in.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrows-pointing-out.svg b/src/public/images/svg/heroicons/solid/arrows-pointing-out.svg new file mode 100644 index 00000000..13b269f0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrows-pointing-out.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrows-right-left.svg b/src/public/images/svg/heroicons/solid/arrows-right-left.svg new file mode 100644 index 00000000..7fc9135c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrows-right-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/arrows-up-down.svg b/src/public/images/svg/heroicons/solid/arrows-up-down.svg new file mode 100644 index 00000000..c1cb70ee --- /dev/null +++ b/src/public/images/svg/heroicons/solid/arrows-up-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/at-symbol.svg b/src/public/images/svg/heroicons/solid/at-symbol.svg new file mode 100644 index 00000000..760c8936 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/at-symbol.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/backspace.svg b/src/public/images/svg/heroicons/solid/backspace.svg new file mode 100644 index 00000000..93904557 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/backspace.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/backward.svg b/src/public/images/svg/heroicons/solid/backward.svg new file mode 100644 index 00000000..bb1dc12f --- /dev/null +++ b/src/public/images/svg/heroicons/solid/backward.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/banknotes.svg b/src/public/images/svg/heroicons/solid/banknotes.svg new file mode 100644 index 00000000..95ed8168 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/banknotes.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/bars-2.svg b/src/public/images/svg/heroicons/solid/bars-2.svg new file mode 100644 index 00000000..30f7d6a4 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bars-2.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bars-3-bottom-left.svg b/src/public/images/svg/heroicons/solid/bars-3-bottom-left.svg new file mode 100644 index 00000000..616c74ff --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bars-3-bottom-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bars-3-bottom-right.svg b/src/public/images/svg/heroicons/solid/bars-3-bottom-right.svg new file mode 100644 index 00000000..a14c3c4d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bars-3-bottom-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bars-3-center-left.svg b/src/public/images/svg/heroicons/solid/bars-3-center-left.svg new file mode 100644 index 00000000..adf0f611 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bars-3-center-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bars-3.svg b/src/public/images/svg/heroicons/solid/bars-3.svg new file mode 100644 index 00000000..8dea8f16 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bars-3.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bars-4.svg b/src/public/images/svg/heroicons/solid/bars-4.svg new file mode 100644 index 00000000..34225522 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bars-4.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bars-arrow-down.svg b/src/public/images/svg/heroicons/solid/bars-arrow-down.svg new file mode 100644 index 00000000..917eb325 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bars-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bars-arrow-up.svg b/src/public/images/svg/heroicons/solid/bars-arrow-up.svg new file mode 100644 index 00000000..01c96278 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bars-arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/battery-0.svg b/src/public/images/svg/heroicons/solid/battery-0.svg new file mode 100644 index 00000000..45baae82 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/battery-0.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/battery-100.svg b/src/public/images/svg/heroicons/solid/battery-100.svg new file mode 100644 index 00000000..6514beb3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/battery-100.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/battery-50.svg b/src/public/images/svg/heroicons/solid/battery-50.svg new file mode 100644 index 00000000..8b727a74 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/battery-50.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/beaker.svg b/src/public/images/svg/heroicons/solid/beaker.svg new file mode 100644 index 00000000..5a9bee1d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/beaker.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bell-alert.svg b/src/public/images/svg/heroicons/solid/bell-alert.svg new file mode 100644 index 00000000..dafb4cdf --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bell-alert.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/bell-slash.svg b/src/public/images/svg/heroicons/solid/bell-slash.svg new file mode 100644 index 00000000..fd2720cb --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bell-slash.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/bell-snooze.svg b/src/public/images/svg/heroicons/solid/bell-snooze.svg new file mode 100644 index 00000000..23c554a3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bell-snooze.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bell.svg b/src/public/images/svg/heroicons/solid/bell.svg new file mode 100644 index 00000000..f2fe6631 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bell.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bolt-slash.svg b/src/public/images/svg/heroicons/solid/bolt-slash.svg new file mode 100644 index 00000000..e3941965 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bolt-slash.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/bolt.svg b/src/public/images/svg/heroicons/solid/bolt.svg new file mode 100644 index 00000000..1c3bd8b1 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bolt.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/book-open.svg b/src/public/images/svg/heroicons/solid/book-open.svg new file mode 100644 index 00000000..5902cdcb --- /dev/null +++ b/src/public/images/svg/heroicons/solid/book-open.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/bookmark-slash.svg b/src/public/images/svg/heroicons/solid/bookmark-slash.svg new file mode 100644 index 00000000..6c46c5cb --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bookmark-slash.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/bookmark-square.svg b/src/public/images/svg/heroicons/solid/bookmark-square.svg new file mode 100644 index 00000000..c8f792f5 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bookmark-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/bookmark.svg b/src/public/images/svg/heroicons/solid/bookmark.svg new file mode 100644 index 00000000..414bbd87 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bookmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/briefcase.svg b/src/public/images/svg/heroicons/solid/briefcase.svg new file mode 100644 index 00000000..ee47f54c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/briefcase.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/bug-ant.svg b/src/public/images/svg/heroicons/solid/bug-ant.svg new file mode 100644 index 00000000..ab243906 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/bug-ant.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/building-library.svg b/src/public/images/svg/heroicons/solid/building-library.svg new file mode 100644 index 00000000..3d44cd72 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/building-library.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/building-office-2.svg b/src/public/images/svg/heroicons/solid/building-office-2.svg new file mode 100644 index 00000000..347eb4bf --- /dev/null +++ b/src/public/images/svg/heroicons/solid/building-office-2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/building-office.svg b/src/public/images/svg/heroicons/solid/building-office.svg new file mode 100644 index 00000000..5ec5cfe0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/building-office.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/building-storefront.svg b/src/public/images/svg/heroicons/solid/building-storefront.svg new file mode 100644 index 00000000..f08482fd --- /dev/null +++ b/src/public/images/svg/heroicons/solid/building-storefront.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/cake.svg b/src/public/images/svg/heroicons/solid/cake.svg new file mode 100644 index 00000000..28d8b282 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cake.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/calculator.svg b/src/public/images/svg/heroicons/solid/calculator.svg new file mode 100644 index 00000000..0a97e76e --- /dev/null +++ b/src/public/images/svg/heroicons/solid/calculator.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/calendar-days.svg b/src/public/images/svg/heroicons/solid/calendar-days.svg new file mode 100644 index 00000000..4473e5dd --- /dev/null +++ b/src/public/images/svg/heroicons/solid/calendar-days.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/calendar.svg b/src/public/images/svg/heroicons/solid/calendar.svg new file mode 100644 index 00000000..52196b18 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/calendar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/camera.svg b/src/public/images/svg/heroicons/solid/camera.svg new file mode 100644 index 00000000..65016e2d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/camera.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/chart-bar-square.svg b/src/public/images/svg/heroicons/solid/chart-bar-square.svg new file mode 100644 index 00000000..91b21b03 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chart-bar-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chart-bar.svg b/src/public/images/svg/heroicons/solid/chart-bar.svg new file mode 100644 index 00000000..a577750c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chart-bar.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/chart-pie.svg b/src/public/images/svg/heroicons/solid/chart-pie.svg new file mode 100644 index 00000000..d6e82d30 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chart-pie.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/chat-bubble-bottom-center-text.svg b/src/public/images/svg/heroicons/solid/chat-bubble-bottom-center-text.svg new file mode 100644 index 00000000..26636281 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chat-bubble-bottom-center-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chat-bubble-bottom-center.svg b/src/public/images/svg/heroicons/solid/chat-bubble-bottom-center.svg new file mode 100644 index 00000000..0334a835 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chat-bubble-bottom-center.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chat-bubble-left-ellipsis.svg b/src/public/images/svg/heroicons/solid/chat-bubble-left-ellipsis.svg new file mode 100644 index 00000000..a2b39c23 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chat-bubble-left-ellipsis.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chat-bubble-left-right.svg b/src/public/images/svg/heroicons/solid/chat-bubble-left-right.svg new file mode 100644 index 00000000..7f2de6cc --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chat-bubble-left-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/chat-bubble-left.svg b/src/public/images/svg/heroicons/solid/chat-bubble-left.svg new file mode 100644 index 00000000..7bbd6f44 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chat-bubble-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chat-bubble-oval-left-ellipsis.svg b/src/public/images/svg/heroicons/solid/chat-bubble-oval-left-ellipsis.svg new file mode 100644 index 00000000..95c06bbc --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chat-bubble-oval-left-ellipsis.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chat-bubble-oval-left.svg b/src/public/images/svg/heroicons/solid/chat-bubble-oval-left.svg new file mode 100644 index 00000000..a730524d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chat-bubble-oval-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/check-badge.svg b/src/public/images/svg/heroicons/solid/check-badge.svg new file mode 100644 index 00000000..a9e55e4c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/check-badge.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/check-circle.svg b/src/public/images/svg/heroicons/solid/check-circle.svg new file mode 100644 index 00000000..72ac4a1a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/check-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/check.svg b/src/public/images/svg/heroicons/solid/check.svg new file mode 100644 index 00000000..bd2de318 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/check.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-double-down.svg b/src/public/images/svg/heroicons/solid/chevron-double-down.svg new file mode 100644 index 00000000..ee70d716 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-double-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-double-left.svg b/src/public/images/svg/heroicons/solid/chevron-double-left.svg new file mode 100644 index 00000000..98fd1361 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-double-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-double-right.svg b/src/public/images/svg/heroicons/solid/chevron-double-right.svg new file mode 100644 index 00000000..508682b0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-double-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-double-up.svg b/src/public/images/svg/heroicons/solid/chevron-double-up.svg new file mode 100644 index 00000000..0f5d1569 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-double-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-down.svg b/src/public/images/svg/heroicons/solid/chevron-down.svg new file mode 100644 index 00000000..b3261a8a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-left.svg b/src/public/images/svg/heroicons/solid/chevron-left.svg new file mode 100644 index 00000000..9dabf30e --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-right.svg b/src/public/images/svg/heroicons/solid/chevron-right.svg new file mode 100644 index 00000000..71fbe943 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-up-down.svg b/src/public/images/svg/heroicons/solid/chevron-up-down.svg new file mode 100644 index 00000000..3021fe5a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-up-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/chevron-up.svg b/src/public/images/svg/heroicons/solid/chevron-up.svg new file mode 100644 index 00000000..d102e0b3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/chevron-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/circle-stack.svg b/src/public/images/svg/heroicons/solid/circle-stack.svg new file mode 100644 index 00000000..4f1587f9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/circle-stack.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/public/images/svg/heroicons/solid/clipboard-document-check.svg b/src/public/images/svg/heroicons/solid/clipboard-document-check.svg new file mode 100644 index 00000000..b35b0016 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/clipboard-document-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/clipboard-document-list.svg b/src/public/images/svg/heroicons/solid/clipboard-document-list.svg new file mode 100644 index 00000000..0cd88120 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/clipboard-document-list.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/clipboard-document.svg b/src/public/images/svg/heroicons/solid/clipboard-document.svg new file mode 100644 index 00000000..9bf542db --- /dev/null +++ b/src/public/images/svg/heroicons/solid/clipboard-document.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/clipboard.svg b/src/public/images/svg/heroicons/solid/clipboard.svg new file mode 100644 index 00000000..c6722dad --- /dev/null +++ b/src/public/images/svg/heroicons/solid/clipboard.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/clock.svg b/src/public/images/svg/heroicons/solid/clock.svg new file mode 100644 index 00000000..e9014d67 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/clock.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cloud-arrow-down.svg b/src/public/images/svg/heroicons/solid/cloud-arrow-down.svg new file mode 100644 index 00000000..38b138bd --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cloud-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cloud-arrow-up.svg b/src/public/images/svg/heroicons/solid/cloud-arrow-up.svg new file mode 100644 index 00000000..e32ec10a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cloud-arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cloud.svg b/src/public/images/svg/heroicons/solid/cloud.svg new file mode 100644 index 00000000..34fbae0e --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/code-bracket-square.svg b/src/public/images/svg/heroicons/solid/code-bracket-square.svg new file mode 100644 index 00000000..9979683a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/code-bracket-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/code-bracket.svg b/src/public/images/svg/heroicons/solid/code-bracket.svg new file mode 100644 index 00000000..228bb2b1 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/code-bracket.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cog-6-tooth.svg b/src/public/images/svg/heroicons/solid/cog-6-tooth.svg new file mode 100644 index 00000000..85c22caf --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cog-6-tooth.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cog-8-tooth.svg b/src/public/images/svg/heroicons/solid/cog-8-tooth.svg new file mode 100644 index 00000000..e0f91ec1 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cog-8-tooth.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cog.svg b/src/public/images/svg/heroicons/solid/cog.svg new file mode 100644 index 00000000..c66f6262 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cog.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/public/images/svg/heroicons/solid/command-line.svg b/src/public/images/svg/heroicons/solid/command-line.svg new file mode 100644 index 00000000..80f618b5 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/command-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/computer-desktop.svg b/src/public/images/svg/heroicons/solid/computer-desktop.svg new file mode 100644 index 00000000..2760f7cb --- /dev/null +++ b/src/public/images/svg/heroicons/solid/computer-desktop.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cpu-chip.svg b/src/public/images/svg/heroicons/solid/cpu-chip.svg new file mode 100644 index 00000000..18ec04ec --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cpu-chip.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/credit-card.svg b/src/public/images/svg/heroicons/solid/credit-card.svg new file mode 100644 index 00000000..974ee5a8 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/credit-card.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/cube-transparent.svg b/src/public/images/svg/heroicons/solid/cube-transparent.svg new file mode 100644 index 00000000..c89b7b89 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cube-transparent.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cube.svg b/src/public/images/svg/heroicons/solid/cube.svg new file mode 100644 index 00000000..1bdf1491 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cube.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/currency-bangladeshi.svg b/src/public/images/svg/heroicons/solid/currency-bangladeshi.svg new file mode 100644 index 00000000..36fa58c5 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/currency-bangladeshi.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/currency-dollar.svg b/src/public/images/svg/heroicons/solid/currency-dollar.svg new file mode 100644 index 00000000..e4b1a2b4 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/currency-dollar.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/currency-euro.svg b/src/public/images/svg/heroicons/solid/currency-euro.svg new file mode 100644 index 00000000..cfb04a83 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/currency-euro.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/currency-pound.svg b/src/public/images/svg/heroicons/solid/currency-pound.svg new file mode 100644 index 00000000..850ce566 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/currency-pound.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/currency-rupee.svg b/src/public/images/svg/heroicons/solid/currency-rupee.svg new file mode 100644 index 00000000..7d3986f5 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/currency-rupee.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/currency-yen.svg b/src/public/images/svg/heroicons/solid/currency-yen.svg new file mode 100644 index 00000000..e533fcc3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/currency-yen.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cursor-arrow-rays.svg b/src/public/images/svg/heroicons/solid/cursor-arrow-rays.svg new file mode 100644 index 00000000..4e19933a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cursor-arrow-rays.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/cursor-arrow-ripple.svg b/src/public/images/svg/heroicons/solid/cursor-arrow-ripple.svg new file mode 100644 index 00000000..dee0fb82 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/cursor-arrow-ripple.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/device-phone-mobile.svg b/src/public/images/svg/heroicons/solid/device-phone-mobile.svg new file mode 100644 index 00000000..46e92605 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/device-phone-mobile.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/device-tablet.svg b/src/public/images/svg/heroicons/solid/device-tablet.svg new file mode 100644 index 00000000..1772a2e4 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/device-tablet.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/document-arrow-down.svg b/src/public/images/svg/heroicons/solid/document-arrow-down.svg new file mode 100644 index 00000000..e6df07f2 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-arrow-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/document-arrow-up.svg b/src/public/images/svg/heroicons/solid/document-arrow-up.svg new file mode 100644 index 00000000..34de1eb9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-arrow-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/document-chart-bar.svg b/src/public/images/svg/heroicons/solid/document-chart-bar.svg new file mode 100644 index 00000000..042dcfc0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-chart-bar.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/document-check.svg b/src/public/images/svg/heroicons/solid/document-check.svg new file mode 100644 index 00000000..533328d7 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-check.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/document-duplicate.svg b/src/public/images/svg/heroicons/solid/document-duplicate.svg new file mode 100644 index 00000000..724fbf92 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-duplicate.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/document-magnifying-glass.svg b/src/public/images/svg/heroicons/solid/document-magnifying-glass.svg new file mode 100644 index 00000000..105c2842 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-magnifying-glass.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/document-minus.svg b/src/public/images/svg/heroicons/solid/document-minus.svg new file mode 100644 index 00000000..f647b439 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-minus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/document-plus.svg b/src/public/images/svg/heroicons/solid/document-plus.svg new file mode 100644 index 00000000..73ee552a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/document-text.svg b/src/public/images/svg/heroicons/solid/document-text.svg new file mode 100644 index 00000000..4e53b82c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document-text.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/document.svg b/src/public/images/svg/heroicons/solid/document.svg new file mode 100644 index 00000000..029f416a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/document.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/ellipsis-horizontal-circle.svg b/src/public/images/svg/heroicons/solid/ellipsis-horizontal-circle.svg new file mode 100644 index 00000000..b2748da8 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/ellipsis-horizontal-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/ellipsis-horizontal.svg b/src/public/images/svg/heroicons/solid/ellipsis-horizontal.svg new file mode 100644 index 00000000..9dc22270 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/ellipsis-horizontal.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/ellipsis-vertical.svg b/src/public/images/svg/heroicons/solid/ellipsis-vertical.svg new file mode 100644 index 00000000..5983e480 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/ellipsis-vertical.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/envelope-open.svg b/src/public/images/svg/heroicons/solid/envelope-open.svg new file mode 100644 index 00000000..e40f8ed9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/envelope-open.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/envelope.svg b/src/public/images/svg/heroicons/solid/envelope.svg new file mode 100644 index 00000000..b8183028 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/envelope.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/exclamation-circle.svg b/src/public/images/svg/heroicons/solid/exclamation-circle.svg new file mode 100644 index 00000000..d687bca8 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/exclamation-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/exclamation-triangle.svg b/src/public/images/svg/heroicons/solid/exclamation-triangle.svg new file mode 100644 index 00000000..07728323 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/exclamation-triangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/eye-dropper.svg b/src/public/images/svg/heroicons/solid/eye-dropper.svg new file mode 100644 index 00000000..bebf8cba --- /dev/null +++ b/src/public/images/svg/heroicons/solid/eye-dropper.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/eye-slash.svg b/src/public/images/svg/heroicons/solid/eye-slash.svg new file mode 100644 index 00000000..a1471566 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/eye-slash.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/eye.svg b/src/public/images/svg/heroicons/solid/eye.svg new file mode 100644 index 00000000..812c6e15 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/eye.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/face-frown.svg b/src/public/images/svg/heroicons/solid/face-frown.svg new file mode 100644 index 00000000..5deff662 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/face-frown.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/face-smile.svg b/src/public/images/svg/heroicons/solid/face-smile.svg new file mode 100644 index 00000000..3ada7d83 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/face-smile.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/film.svg b/src/public/images/svg/heroicons/solid/film.svg new file mode 100644 index 00000000..f0e3de30 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/film.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/finger-print.svg b/src/public/images/svg/heroicons/solid/finger-print.svg new file mode 100644 index 00000000..f0ba45ed --- /dev/null +++ b/src/public/images/svg/heroicons/solid/finger-print.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/fire.svg b/src/public/images/svg/heroicons/solid/fire.svg new file mode 100644 index 00000000..53ff62e4 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/fire.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/flag.svg b/src/public/images/svg/heroicons/solid/flag.svg new file mode 100644 index 00000000..737bba85 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/flag.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/folder-arrow-down.svg b/src/public/images/svg/heroicons/solid/folder-arrow-down.svg new file mode 100644 index 00000000..34696ee0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/folder-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/folder-minus.svg b/src/public/images/svg/heroicons/solid/folder-minus.svg new file mode 100644 index 00000000..5c352711 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/folder-minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/folder-open.svg b/src/public/images/svg/heroicons/solid/folder-open.svg new file mode 100644 index 00000000..490fe14f --- /dev/null +++ b/src/public/images/svg/heroicons/solid/folder-open.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/folder-plus.svg b/src/public/images/svg/heroicons/solid/folder-plus.svg new file mode 100644 index 00000000..7671f4e1 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/folder-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/folder.svg b/src/public/images/svg/heroicons/solid/folder.svg new file mode 100644 index 00000000..4e0c9b03 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/folder.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/forward.svg b/src/public/images/svg/heroicons/solid/forward.svg new file mode 100644 index 00000000..48b10d97 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/funnel.svg b/src/public/images/svg/heroicons/solid/funnel.svg new file mode 100644 index 00000000..7ca53394 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/funnel.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/gif.svg b/src/public/images/svg/heroicons/solid/gif.svg new file mode 100644 index 00000000..0c0c3dcd --- /dev/null +++ b/src/public/images/svg/heroicons/solid/gif.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/gift-top.svg b/src/public/images/svg/heroicons/solid/gift-top.svg new file mode 100644 index 00000000..463b4aa4 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/gift-top.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/gift.svg b/src/public/images/svg/heroicons/solid/gift.svg new file mode 100644 index 00000000..9b19c3f9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/gift.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/globe-alt.svg b/src/public/images/svg/heroicons/solid/globe-alt.svg new file mode 100644 index 00000000..ca72e354 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/globe-alt.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/globe-americas.svg b/src/public/images/svg/heroicons/solid/globe-americas.svg new file mode 100644 index 00000000..f1a244d8 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/globe-americas.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/globe-asia-australia.svg b/src/public/images/svg/heroicons/solid/globe-asia-australia.svg new file mode 100644 index 00000000..d6827e7f --- /dev/null +++ b/src/public/images/svg/heroicons/solid/globe-asia-australia.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/globe-europe-africa.svg b/src/public/images/svg/heroicons/solid/globe-europe-africa.svg new file mode 100644 index 00000000..e390456d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/globe-europe-africa.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/hand-raised.svg b/src/public/images/svg/heroicons/solid/hand-raised.svg new file mode 100644 index 00000000..0d5da768 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/hand-raised.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/hand-thumb-down.svg b/src/public/images/svg/heroicons/solid/hand-thumb-down.svg new file mode 100644 index 00000000..e6a96d61 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/hand-thumb-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/hand-thumb-up.svg b/src/public/images/svg/heroicons/solid/hand-thumb-up.svg new file mode 100644 index 00000000..ed400bd3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/hand-thumb-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/hashtag.svg b/src/public/images/svg/heroicons/solid/hashtag.svg new file mode 100644 index 00000000..b94ff84e --- /dev/null +++ b/src/public/images/svg/heroicons/solid/hashtag.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/heart.svg b/src/public/images/svg/heroicons/solid/heart.svg new file mode 100644 index 00000000..99f00f39 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/heart.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/home-modern.svg b/src/public/images/svg/heroicons/solid/home-modern.svg new file mode 100644 index 00000000..79138b5d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/home-modern.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/home.svg b/src/public/images/svg/heroicons/solid/home.svg new file mode 100644 index 00000000..e1b0de31 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/home.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/identification.svg b/src/public/images/svg/heroicons/solid/identification.svg new file mode 100644 index 00000000..6205a25b --- /dev/null +++ b/src/public/images/svg/heroicons/solid/identification.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/inbox-arrow-down.svg b/src/public/images/svg/heroicons/solid/inbox-arrow-down.svg new file mode 100644 index 00000000..b7dadac9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/inbox-arrow-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/inbox-stack.svg b/src/public/images/svg/heroicons/solid/inbox-stack.svg new file mode 100644 index 00000000..7a3947d3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/inbox-stack.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/inbox.svg b/src/public/images/svg/heroicons/solid/inbox.svg new file mode 100644 index 00000000..8d9b82f2 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/inbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/information-circle.svg b/src/public/images/svg/heroicons/solid/information-circle.svg new file mode 100644 index 00000000..89984efc --- /dev/null +++ b/src/public/images/svg/heroicons/solid/information-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/key.svg b/src/public/images/svg/heroicons/solid/key.svg new file mode 100644 index 00000000..99c8543d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/key.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/language.svg b/src/public/images/svg/heroicons/solid/language.svg new file mode 100644 index 00000000..4ad5efd2 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/language.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/lifebuoy.svg b/src/public/images/svg/heroicons/solid/lifebuoy.svg new file mode 100644 index 00000000..c4d0c084 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/lifebuoy.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/light-bulb.svg b/src/public/images/svg/heroicons/solid/light-bulb.svg new file mode 100644 index 00000000..5176c67f --- /dev/null +++ b/src/public/images/svg/heroicons/solid/light-bulb.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/link.svg b/src/public/images/svg/heroicons/solid/link.svg new file mode 100644 index 00000000..0312c1c8 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/link.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/list-bullet.svg b/src/public/images/svg/heroicons/solid/list-bullet.svg new file mode 100644 index 00000000..c6388003 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/list-bullet.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/lock-closed.svg b/src/public/images/svg/heroicons/solid/lock-closed.svg new file mode 100644 index 00000000..08b66e57 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/lock-closed.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/lock-open.svg b/src/public/images/svg/heroicons/solid/lock-open.svg new file mode 100644 index 00000000..5d533538 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/lock-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/magnifying-glass-circle.svg b/src/public/images/svg/heroicons/solid/magnifying-glass-circle.svg new file mode 100644 index 00000000..6a44b4b0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/magnifying-glass-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/magnifying-glass-minus.svg b/src/public/images/svg/heroicons/solid/magnifying-glass-minus.svg new file mode 100644 index 00000000..537faddc --- /dev/null +++ b/src/public/images/svg/heroicons/solid/magnifying-glass-minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/magnifying-glass-plus.svg b/src/public/images/svg/heroicons/solid/magnifying-glass-plus.svg new file mode 100644 index 00000000..1ecf4e9f --- /dev/null +++ b/src/public/images/svg/heroicons/solid/magnifying-glass-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/magnifying-glass.svg b/src/public/images/svg/heroicons/solid/magnifying-glass.svg new file mode 100644 index 00000000..b77c79ce --- /dev/null +++ b/src/public/images/svg/heroicons/solid/magnifying-glass.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/map-pin.svg b/src/public/images/svg/heroicons/solid/map-pin.svg new file mode 100644 index 00000000..648c0f8a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/map-pin.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/map.svg b/src/public/images/svg/heroicons/solid/map.svg new file mode 100644 index 00000000..57f626d3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/map.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/megaphone.svg b/src/public/images/svg/heroicons/solid/megaphone.svg new file mode 100644 index 00000000..359db177 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/megaphone.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/microphone.svg b/src/public/images/svg/heroicons/solid/microphone.svg new file mode 100644 index 00000000..9aa432b1 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/microphone.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/minus-circle.svg b/src/public/images/svg/heroicons/solid/minus-circle.svg new file mode 100644 index 00000000..bebe8674 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/minus-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/minus-small.svg b/src/public/images/svg/heroicons/solid/minus-small.svg new file mode 100644 index 00000000..d1e78cbb --- /dev/null +++ b/src/public/images/svg/heroicons/solid/minus-small.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/minus.svg b/src/public/images/svg/heroicons/solid/minus.svg new file mode 100644 index 00000000..26711fb6 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/moon.svg b/src/public/images/svg/heroicons/solid/moon.svg new file mode 100644 index 00000000..df08bf5b --- /dev/null +++ b/src/public/images/svg/heroicons/solid/moon.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/musical-note.svg b/src/public/images/svg/heroicons/solid/musical-note.svg new file mode 100644 index 00000000..e51d3d0c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/musical-note.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/newspaper.svg b/src/public/images/svg/heroicons/solid/newspaper.svg new file mode 100644 index 00000000..c6e3c776 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/newspaper.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/no-symbol.svg b/src/public/images/svg/heroicons/solid/no-symbol.svg new file mode 100644 index 00000000..d5f319f9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/no-symbol.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/paint-brush.svg b/src/public/images/svg/heroicons/solid/paint-brush.svg new file mode 100644 index 00000000..3e02f378 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/paint-brush.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/paper-airplane.svg b/src/public/images/svg/heroicons/solid/paper-airplane.svg new file mode 100644 index 00000000..3d99b398 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/paper-airplane.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/paper-clip.svg b/src/public/images/svg/heroicons/solid/paper-clip.svg new file mode 100644 index 00000000..22c19921 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/paper-clip.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/pause-circle.svg b/src/public/images/svg/heroicons/solid/pause-circle.svg new file mode 100644 index 00000000..203c2825 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/pause-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/pause.svg b/src/public/images/svg/heroicons/solid/pause.svg new file mode 100644 index 00000000..22de32f6 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/pause.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/pencil-square.svg b/src/public/images/svg/heroicons/solid/pencil-square.svg new file mode 100644 index 00000000..a733bb22 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/pencil-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/pencil.svg b/src/public/images/svg/heroicons/solid/pencil.svg new file mode 100644 index 00000000..f778cf36 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/pencil.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/phone-arrow-down-left.svg b/src/public/images/svg/heroicons/solid/phone-arrow-down-left.svg new file mode 100644 index 00000000..d8c84292 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/phone-arrow-down-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/phone-arrow-up-right.svg b/src/public/images/svg/heroicons/solid/phone-arrow-up-right.svg new file mode 100644 index 00000000..526a5490 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/phone-arrow-up-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/phone-x-mark.svg b/src/public/images/svg/heroicons/solid/phone-x-mark.svg new file mode 100644 index 00000000..66aa50b7 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/phone-x-mark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/phone.svg b/src/public/images/svg/heroicons/solid/phone.svg new file mode 100644 index 00000000..00428158 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/phone.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/photo.svg b/src/public/images/svg/heroicons/solid/photo.svg new file mode 100644 index 00000000..5a4bfc86 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/photo.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/play-circle.svg b/src/public/images/svg/heroicons/solid/play-circle.svg new file mode 100644 index 00000000..38fd6dd0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/play-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/play-pause.svg b/src/public/images/svg/heroicons/solid/play-pause.svg new file mode 100644 index 00000000..1b37fd6a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/play-pause.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/play.svg b/src/public/images/svg/heroicons/solid/play.svg new file mode 100644 index 00000000..6f7a0028 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/play.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/plus-circle.svg b/src/public/images/svg/heroicons/solid/plus-circle.svg new file mode 100644 index 00000000..9ebb5cf6 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/plus-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/plus-small.svg b/src/public/images/svg/heroicons/solid/plus-small.svg new file mode 100644 index 00000000..392111bc --- /dev/null +++ b/src/public/images/svg/heroicons/solid/plus-small.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/plus.svg b/src/public/images/svg/heroicons/solid/plus.svg new file mode 100644 index 00000000..74555025 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/power.svg b/src/public/images/svg/heroicons/solid/power.svg new file mode 100644 index 00000000..09819534 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/power.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/presentation-chart-bar.svg b/src/public/images/svg/heroicons/solid/presentation-chart-bar.svg new file mode 100644 index 00000000..605756aa --- /dev/null +++ b/src/public/images/svg/heroicons/solid/presentation-chart-bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/presentation-chart-line.svg b/src/public/images/svg/heroicons/solid/presentation-chart-line.svg new file mode 100644 index 00000000..3ca5686c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/presentation-chart-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/printer.svg b/src/public/images/svg/heroicons/solid/printer.svg new file mode 100644 index 00000000..e88fc36b --- /dev/null +++ b/src/public/images/svg/heroicons/solid/printer.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/puzzle-piece.svg b/src/public/images/svg/heroicons/solid/puzzle-piece.svg new file mode 100644 index 00000000..7c703f46 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/puzzle-piece.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/qr-code.svg b/src/public/images/svg/heroicons/solid/qr-code.svg new file mode 100644 index 00000000..ad3c9951 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/qr-code.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/question-mark-circle.svg b/src/public/images/svg/heroicons/solid/question-mark-circle.svg new file mode 100644 index 00000000..7cc171b3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/question-mark-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/queue-list.svg b/src/public/images/svg/heroicons/solid/queue-list.svg new file mode 100644 index 00000000..11c48506 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/queue-list.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/public/images/svg/heroicons/solid/radio.svg b/src/public/images/svg/heroicons/solid/radio.svg new file mode 100644 index 00000000..7a3821bb --- /dev/null +++ b/src/public/images/svg/heroicons/solid/radio.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/receipt-percent.svg b/src/public/images/svg/heroicons/solid/receipt-percent.svg new file mode 100644 index 00000000..fafb4947 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/receipt-percent.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/receipt-refund.svg b/src/public/images/svg/heroicons/solid/receipt-refund.svg new file mode 100644 index 00000000..26881be9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/receipt-refund.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/rectangle-group.svg b/src/public/images/svg/heroicons/solid/rectangle-group.svg new file mode 100644 index 00000000..aa968ed7 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/rectangle-group.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/rectangle-stack.svg b/src/public/images/svg/heroicons/solid/rectangle-stack.svg new file mode 100644 index 00000000..e24089da --- /dev/null +++ b/src/public/images/svg/heroicons/solid/rectangle-stack.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/rocket-launch.svg b/src/public/images/svg/heroicons/solid/rocket-launch.svg new file mode 100644 index 00000000..b1208705 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/rocket-launch.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/rss.svg b/src/public/images/svg/heroicons/solid/rss.svg new file mode 100644 index 00000000..fec11e8e --- /dev/null +++ b/src/public/images/svg/heroicons/solid/rss.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/scale.svg b/src/public/images/svg/heroicons/solid/scale.svg new file mode 100644 index 00000000..72f06f51 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/scale.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/scissors.svg b/src/public/images/svg/heroicons/solid/scissors.svg new file mode 100644 index 00000000..c979abd5 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/scissors.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/server-stack.svg b/src/public/images/svg/heroicons/solid/server-stack.svg new file mode 100644 index 00000000..11418645 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/server-stack.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/server.svg b/src/public/images/svg/heroicons/solid/server.svg new file mode 100644 index 00000000..c47fab3c --- /dev/null +++ b/src/public/images/svg/heroicons/solid/server.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/share.svg b/src/public/images/svg/heroicons/solid/share.svg new file mode 100644 index 00000000..26e9def5 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/share.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/shield-check.svg b/src/public/images/svg/heroicons/solid/shield-check.svg new file mode 100644 index 00000000..2c9e8f50 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/shield-check.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/shield-exclamation.svg b/src/public/images/svg/heroicons/solid/shield-exclamation.svg new file mode 100644 index 00000000..03a6de76 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/shield-exclamation.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/shopping-bag.svg b/src/public/images/svg/heroicons/solid/shopping-bag.svg new file mode 100644 index 00000000..b092a5b9 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/shopping-bag.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/shopping-cart.svg b/src/public/images/svg/heroicons/solid/shopping-cart.svg new file mode 100644 index 00000000..c027286b --- /dev/null +++ b/src/public/images/svg/heroicons/solid/shopping-cart.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/signal-slash.svg b/src/public/images/svg/heroicons/solid/signal-slash.svg new file mode 100644 index 00000000..d2772261 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/signal-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/signal.svg b/src/public/images/svg/heroicons/solid/signal.svg new file mode 100644 index 00000000..14f151ba --- /dev/null +++ b/src/public/images/svg/heroicons/solid/signal.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/sparkles.svg b/src/public/images/svg/heroicons/solid/sparkles.svg new file mode 100644 index 00000000..5a8bc9ae --- /dev/null +++ b/src/public/images/svg/heroicons/solid/sparkles.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/speaker-wave.svg b/src/public/images/svg/heroicons/solid/speaker-wave.svg new file mode 100644 index 00000000..4f8ff9d0 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/speaker-wave.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/speaker-x-mark.svg b/src/public/images/svg/heroicons/solid/speaker-x-mark.svg new file mode 100644 index 00000000..3596e551 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/speaker-x-mark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/square-2-stack.svg b/src/public/images/svg/heroicons/solid/square-2-stack.svg new file mode 100644 index 00000000..2141d478 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/square-2-stack.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/square-3-stack-3d.svg b/src/public/images/svg/heroicons/solid/square-3-stack-3d.svg new file mode 100644 index 00000000..75e55f58 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/square-3-stack-3d.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/squares-2x2.svg b/src/public/images/svg/heroicons/solid/squares-2x2.svg new file mode 100644 index 00000000..d8a17594 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/squares-2x2.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/squares-plus.svg b/src/public/images/svg/heroicons/solid/squares-plus.svg new file mode 100644 index 00000000..1e5af00a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/squares-plus.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/public/images/svg/heroicons/solid/star.svg b/src/public/images/svg/heroicons/solid/star.svg new file mode 100644 index 00000000..9c444de4 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/star.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/stop-circle.svg b/src/public/images/svg/heroicons/solid/stop-circle.svg new file mode 100644 index 00000000..2fefe1f3 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/stop-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/stop.svg b/src/public/images/svg/heroicons/solid/stop.svg new file mode 100644 index 00000000..972883ca --- /dev/null +++ b/src/public/images/svg/heroicons/solid/stop.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/sun.svg b/src/public/images/svg/heroicons/solid/sun.svg new file mode 100644 index 00000000..9330412e --- /dev/null +++ b/src/public/images/svg/heroicons/solid/sun.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/swatch.svg b/src/public/images/svg/heroicons/solid/swatch.svg new file mode 100644 index 00000000..f6d9cfb2 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/swatch.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/table-cells.svg b/src/public/images/svg/heroicons/solid/table-cells.svg new file mode 100644 index 00000000..ead23c42 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/table-cells.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/tag.svg b/src/public/images/svg/heroicons/solid/tag.svg new file mode 100644 index 00000000..b30a2b16 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/tag.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/ticket.svg b/src/public/images/svg/heroicons/solid/ticket.svg new file mode 100644 index 00000000..bcd63f0f --- /dev/null +++ b/src/public/images/svg/heroicons/solid/ticket.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/trash.svg b/src/public/images/svg/heroicons/solid/trash.svg new file mode 100644 index 00000000..73fbcf92 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/trash.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/trophy.svg b/src/public/images/svg/heroicons/solid/trophy.svg new file mode 100644 index 00000000..297bd6e6 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/trophy.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/truck.svg b/src/public/images/svg/heroicons/solid/truck.svg new file mode 100644 index 00000000..62edf899 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/truck.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/tv.svg b/src/public/images/svg/heroicons/solid/tv.svg new file mode 100644 index 00000000..f71bee7a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/tv.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/user-circle.svg b/src/public/images/svg/heroicons/solid/user-circle.svg new file mode 100644 index 00000000..2fe0e4cd --- /dev/null +++ b/src/public/images/svg/heroicons/solid/user-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/user-group.svg b/src/public/images/svg/heroicons/solid/user-group.svg new file mode 100644 index 00000000..e25577fc --- /dev/null +++ b/src/public/images/svg/heroicons/solid/user-group.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/user-minus.svg b/src/public/images/svg/heroicons/solid/user-minus.svg new file mode 100644 index 00000000..6dba4a64 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/user-minus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/user-plus.svg b/src/public/images/svg/heroicons/solid/user-plus.svg new file mode 100644 index 00000000..8b56b1b1 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/user-plus.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/user.svg b/src/public/images/svg/heroicons/solid/user.svg new file mode 100644 index 00000000..9086011d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/user.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/users.svg b/src/public/images/svg/heroicons/solid/users.svg new file mode 100644 index 00000000..e758aa87 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/users.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/public/images/svg/heroicons/solid/variable.svg b/src/public/images/svg/heroicons/solid/variable.svg new file mode 100644 index 00000000..4759093d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/variable.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/video-camera-slash.svg b/src/public/images/svg/heroicons/solid/video-camera-slash.svg new file mode 100644 index 00000000..12167e9a --- /dev/null +++ b/src/public/images/svg/heroicons/solid/video-camera-slash.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/public/images/svg/heroicons/solid/video-camera.svg b/src/public/images/svg/heroicons/solid/video-camera.svg new file mode 100644 index 00000000..98167d77 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/video-camera.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/public/images/svg/heroicons/solid/view-columns.svg b/src/public/images/svg/heroicons/solid/view-columns.svg new file mode 100644 index 00000000..98b079e7 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/view-columns.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/viewfinder-circle.svg b/src/public/images/svg/heroicons/solid/viewfinder-circle.svg new file mode 100644 index 00000000..7f5ec685 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/viewfinder-circle.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/public/images/svg/heroicons/solid/wallet.svg b/src/public/images/svg/heroicons/solid/wallet.svg new file mode 100644 index 00000000..32f6cedd --- /dev/null +++ b/src/public/images/svg/heroicons/solid/wallet.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/wifi.svg b/src/public/images/svg/heroicons/solid/wifi.svg new file mode 100644 index 00000000..ee80748d --- /dev/null +++ b/src/public/images/svg/heroicons/solid/wifi.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/window.svg b/src/public/images/svg/heroicons/solid/window.svg new file mode 100644 index 00000000..2708527f --- /dev/null +++ b/src/public/images/svg/heroicons/solid/window.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/wrench-screwdriver.svg b/src/public/images/svg/heroicons/solid/wrench-screwdriver.svg new file mode 100644 index 00000000..954b01d5 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/wrench-screwdriver.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/public/images/svg/heroicons/solid/wrench.svg b/src/public/images/svg/heroicons/solid/wrench.svg new file mode 100644 index 00000000..c941ef11 --- /dev/null +++ b/src/public/images/svg/heroicons/solid/wrench.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/x-circle.svg b/src/public/images/svg/heroicons/solid/x-circle.svg new file mode 100644 index 00000000..632475be --- /dev/null +++ b/src/public/images/svg/heroicons/solid/x-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/public/images/svg/heroicons/solid/x-mark.svg b/src/public/images/svg/heroicons/solid/x-mark.svg new file mode 100644 index 00000000..b479c38e --- /dev/null +++ b/src/public/images/svg/heroicons/solid/x-mark.svg @@ -0,0 +1,3 @@ + + + diff --git a/tailwind/tailwind.plugins.addComponents.js b/tailwind/tailwind.plugins.addComponents.js index 4cd0354d..4fc0eb46 100644 --- a/tailwind/tailwind.plugins.addComponents.js +++ b/tailwind/tailwind.plugins.addComponents.js @@ -22,4 +22,17 @@ module.exports = { paddingRight: '4rem', }, }, + '.container-full': { + width: '100%', + paddingLeft: '1rem', + paddingRight: '1rem', + '@screen md': { + paddingLeft: '2rem', + paddingRight: '2rem', + }, + '@screen 2xl': { + paddingLeft: '4rem', + paddingRight: '4rem', + }, + }, }; diff --git a/templates/_components/accordion/accordion.css b/templates/_components/accordion/accordion.css index 7f90b236..e532fa83 100644 --- a/templates/_components/accordion/accordion.css +++ b/templates/_components/accordion/accordion.css @@ -1,4 +1,8 @@ .c-accordion { + summary::-webkit-details-marker { + display: none; + } + &[open] > summary svg { @apply rotate-180; } diff --git a/templates/_components/icon/icon.css b/templates/_components/icon/icon.css deleted file mode 100644 index f0b907ee..00000000 --- a/templates/_components/icon/icon.css +++ /dev/null @@ -1,6 +0,0 @@ -@layer components { - /* SVG Icon */ - .c-icon path { - @apply fill-current; - } -} diff --git a/templates/_components/icon/icon.twig b/templates/_components/icon/icon.twig index 2cac533e..597764ae 100644 --- a/templates/_components/icon/icon.twig +++ b/templates/_components/icon/icon.twig @@ -3,8 +3,8 @@ data: { name: "c-icon", icon: null, + fill: 'outline', variantSize: "sm", - size: "sm" }, classes: { root: "inline-flex", @@ -32,12 +32,15 @@ {# >>> No macroComponentSettings here cause simplify the icon (noWrapper) #} {% if props.data.icon %} + {% set iconFillMethod = props.data.fill == 'solid' ? '[&>path]:fill-current' : '[&>path]:stroke-current' %} + {{ - svg("@webroot/dist/images/svg/" ~ props.data.icon ~ ".svg")|attr({ - class: props.data.name ~ " " ~ props.classes.root ~ " " ~ props.classes.color ~ " " - ~ props.variants.size[props.data.variantSize] - ~ " " - ~ props.classes.custom - }) + svg("@webroot/dist/images/svg/" ~ props.data.icon ~ ".svg")|attr({ + class: props.data.name ~ " " ~ props.data.name ~ " " ~ props.classes.root ~ " " ~ props.classes.color ~ " " + ~ iconFillMethod ~ " " + ~ props.variants.size[props.data.variantSize] + ~ " " + ~ props.classes.custom + }) }} {% endif %}