Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update icons with new dependency update #26

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions ViewModel/LucideIconsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
* @method string appWindowHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string appleHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string archiveRestoreHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string archiveXHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string archiveHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string areaChartHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string armchairHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
Expand Down Expand Up @@ -134,13 +135,20 @@
* @method string babyHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string backpackHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeAlertHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeCentHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeCheckHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeDollarSignHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeEuroHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeHelpHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeIndianRupeeHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeInfoHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeJapaneseYenHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeMinusHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgePercentHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgePlusHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgePoundSterlingHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeRussianRubleHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeSwissFrancHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeXHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string badgeHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string baggageClaimHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
Expand Down Expand Up @@ -220,6 +228,8 @@
* @method string briefcaseHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string bringToFrontHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string brushHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string bugOffHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string bugPlayHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string bugHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string building2Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string buildingHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
Expand Down Expand Up @@ -881,6 +891,9 @@
* @method string pencilLineHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string pencilRulerHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string pencilHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string percentCircleHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string percentDiamondHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string percentSquareHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string percentHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string personStandingHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string phoneCallHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
Expand Down Expand Up @@ -1021,10 +1034,16 @@
* @method string sheetHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shellHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldAlertHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldBanHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldCheckHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldCloseHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldEllipsisHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldHalfHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldMinusHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldOffHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldPlusHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldQuestionHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldXHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shieldHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shipWheelHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string shipHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
Expand Down
10 changes: 5 additions & 5 deletions view/frontend/web/svg/lucide/archive-restore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions view/frontend/web/svg/lucide/archive-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions view/frontend/web/svg/lucide/archive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions view/frontend/web/svg/lucide/badge-cent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions view/frontend/web/svg/lucide/badge-euro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions view/frontend/web/svg/lucide/badge-indian-rupee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions view/frontend/web/svg/lucide/badge-japanese-yen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions view/frontend/web/svg/lucide/badge-pound-sterling.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions view/frontend/web/svg/lucide/badge-russian-ruble.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions view/frontend/web/svg/lucide/badge-swiss-franc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions view/frontend/web/svg/lucide/box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions view/frontend/web/svg/lucide/bug-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions view/frontend/web/svg/lucide/bug-play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions view/frontend/web/svg/lucide/bug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion view/frontend/web/svg/lucide/package-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion view/frontend/web/svg/lucide/package-minus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion view/frontend/web/svg/lucide/package-plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion view/frontend/web/svg/lucide/package-search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion view/frontend/web/svg/lucide/package-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions view/frontend/web/svg/lucide/package.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions view/frontend/web/svg/lucide/percent-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions view/frontend/web/svg/lucide/percent-diamond.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading